:root{--pokemon-red: #EE1515;--pokemon-yellow: #FFCB05;--pokemon-blue: #3B4CCA;--dark: #1a1a1a;--light-gray: #f8f8f8;--mid-gray: #e5e5e5;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:DM Sans,sans-serif;color:var(--dark);background:var(--white);line-height:1.6;overflow-x:hidden}.site-header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--mid-gray)}nav{max-width:1400px;margin:0 auto;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center}.logo{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:var(--dark);text-decoration:none;position:relative}.logo:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--pokemon-red),var(--pokemon-yellow));transition:width .3s ease}.logo:hover:after{width:100%}.cart-icon{font-size:1.5rem;cursor:pointer;position:relative;transition:transform .2s ease}.cart-icon:hover{transform:scale(1.1)}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--pokemon-red);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}main{margin-top:80px;min-height:calc(100vh - 280px)}.hero{padding:6rem 3rem 4rem;text-align:center;background:linear-gradient(135deg,var(--light-gray) 0%,var(--white) 100%)}.preorder-announcement{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--pokemon-red),#ff4444);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;font-size:.95rem;margin-bottom:2rem;box-shadow:0 4px 15px #ee15154d;animation:fadeInDown .8s ease,pulse 2s infinite 2s}.announcement-icon{font-size:1.25rem}.announcement-text{letter-spacing:.3px}.preorder-terms-link{margin-top:1.5rem;animation:fadeInUp .8s ease .4s both}.preorder-terms-link a{color:#666;text-decoration:none;font-size:.9rem;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;display:inline-block}.preorder-terms-link a:hover{color:var(--pokemon-red);background:#ee15150d}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero h1{font-family:Poppins,sans-serif;font-size:4rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--pokemon-red),var(--pokemon-blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease}.hero p{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto;animation:fadeInUp .8s ease .2s both}.products-container{max-width:1400px;margin:0 auto;padding:4rem 3rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:2rem}.product-card{background:var(--white);border-radius:12px;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid var(--mid-gray);animation:fadeInUp .6s ease both}.product-card:nth-child(1){animation-delay:.1s}.product-card:nth-child(2){animation-delay:.2s}.product-card:nth-child(3){animation-delay:.3s}.product-card:nth-child(4){animation-delay:.4s}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a;border-color:var(--pokemon-red)}.product-link{text-decoration:none;color:inherit;display:block}.product-image{width:100%;height:350px;background:var(--light-gray);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-badges{position:absolute;top:1rem;left:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.badge{padding:.4rem .8rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block;box-shadow:0 2px 8px #00000026}.badge-preorder{background:linear-gradient(135deg,var(--pokemon-red),#ff4444);color:#fff;animation:pulse 2s infinite}.badge-popular{background:linear-gradient(135deg,var(--pokemon-yellow),#ffd700);color:var(--dark)}.badge-new{background:linear-gradient(135deg,var(--pokemon-blue),#5b6fe0);color:#fff}.badge-limited{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.preorder-info{background:linear-gradient(135deg,#ee15151a,#ee15150d);padding:.75rem;border-radius:8px;margin-bottom:1rem;border-left:3px solid var(--pokemon-red)}.delivery-estimate{font-size:.85rem;color:var(--dark);font-weight:600;margin:0}.preorder-payment-note{font-size:.95rem;color:#666;margin-top:.5rem}.product-image:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.product-card:hover .product-image:before{left:100%}.product-placeholder{width:80%;height:80%;background:linear-gradient(135deg,#ee15151a,#3b4cca1a);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:3rem}.product-info{padding:2rem}.product-title{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--dark)}.product-description{font-size:.95rem;color:#666;margin-bottom:1.5rem;line-height:1.5}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-price{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:var(--dark)}.add-to-cart{background:var(--pokemon-red);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.add-to-cart:hover{background:var(--dark);transform:scale(1.05)}.add-to-cart:active{transform:scale(.95)}.product-page{max-width:1200px;margin:0 auto;padding:4rem 3rem}.product-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-images{position:sticky;top:100px;height:fit-content}.product-main-image{width:100%;height:500px;background:var(--light-gray);border-radius:12px;overflow:hidden;margin-bottom:1rem;position:relative}.product-main-image img{width:100%;height:100%;object-fit:cover}.product-badges-large{position:absolute;top:1.5rem;left:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:10}.product-badges-large .badge{font-size:.85rem;padding:.5rem 1rem}.preorder-banner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#ee15151a,#ee15150d);padding:1.25rem;border-radius:12px;margin-bottom:1.5rem;border-left:4px solid var(--pokemon-red);animation:fadeInUp .6s ease}.preorder-icon{font-size:2rem}.preorder-text strong{display:block;font-size:1.1rem;margin-bottom:.25rem;color:var(--dark)}.preorder-text p{margin:0;color:#666;font-size:.95rem}.product-price-section{margin-bottom:2rem;animation:fadeInUp .6s ease .1s both}.preorder-payment-note{font-size:.95rem;color:#666;margin-top:.75rem}.preorder-benefits{background:var(--light-gray);padding:1.5rem;border-radius:12px;margin-bottom:2rem;animation:fadeInUp .6s ease .2s both}.preorder-benefits h3{font-family:Poppins,sans-serif;font-size:1.1rem;margin-bottom:1rem;color:var(--dark)}.preorder-benefits ul{list-style:none;padding:0;margin:0}.preorder-benefits li{padding:.5rem 0;font-size:.95rem;color:#444}.add-to-cart-large.preorder-btn{background:linear-gradient(135deg,var(--pokemon-red),#ff4444);position:relative;overflow:hidden}.add-to-cart-large.preorder-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.add-to-cart-large.preorder-btn:hover:before{left:100%}.secure-payment{text-align:center;font-size:.9rem;color:#666;margin-top:1rem}.product-placeholder-large{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:5rem;background:linear-gradient(135deg,#ee15151a,#3b4cca1a)}.product-thumbnails{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.thumbnail{width:100%;height:80px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.thumbnail:hover,.thumbnail.active{border-color:var(--pokemon-red)}.product-details{animation:fadeInUp .6s ease}.product-title-large{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.product-price-large{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:var(--pokemon-red);margin-bottom:2rem}.product-description-full{font-size:1.1rem;line-height:1.8;color:#666;margin-bottom:2rem}.product-variants,.product-quantity{margin-bottom:1.5rem}.product-variants label,.product-quantity label{display:block;font-weight:600;margin-bottom:.5rem}.product-variants select{width:100%;padding:.75rem;border:1px solid var(--mid-gray);border-radius:8px;font-size:1rem}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-selector input{width:80px;padding:.75rem;border:1px solid var(--mid-gray);border-radius:8px;text-align:center;font-size:1rem}.add-to-cart-large{width:100%;background:var(--pokemon-red);color:#fff;border:none;padding:1.25rem;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.add-to-cart-large:hover{background:var(--dark)}.add-to-cart-large:disabled{background:var(--mid-gray);cursor:not-allowed}.collection-header{text-align:center;padding:3rem 3rem 2rem}.collection-header h1{font-family:Poppins,sans-serif;font-size:3rem;font-weight:700;margin-bottom:1rem}.collection-description{font-size:1.1rem;color:#666;max-width:700px;margin:0 auto}.cart-page{max-width:1200px;margin:0 auto;padding:4rem 3rem}.cart-page h1{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.cart-page-container{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.cart-page-item{display:grid;grid-template-columns:120px 1fr auto auto auto;gap:1.5rem;align-items:center;padding:1.5rem;background:var(--light-gray);border-radius:12px;margin-bottom:1rem}.cart-page-image{width:120px;height:120px;background:#fff;border-radius:8px;overflow:hidden}.cart-page-image img{width:100%;height:100%;object-fit:cover}.placeholder-medium{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#ee15151a,#3b4cca1a)}.cart-page-details h3{font-size:1.25rem;margin-bottom:.5rem}.variant-title{color:#666;font-size:.9rem;margin-bottom:.25rem}.item-price{font-weight:600}.quantity-controls-page{display:flex;align-items:center;gap:.75rem}.line-price{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700}.remove-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999;transition:color .2s ease;padding:.5rem}.remove-btn:hover{color:var(--pokemon-red)}.cart-summary{background:var(--light-gray);padding:2rem;border-radius:12px;height:fit-content;position:sticky;top:100px}.cart-summary h2{font-family:Poppins,sans-serif;font-size:1.5rem;margin-bottom:1.5rem}.summary-line{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.1rem}.shipping-note{font-size:.9rem;color:#666;margin:1.5rem 0;padding:1rem;background:#fff;border-radius:8px}.summary-total{display:flex;justify-content:space-between;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;padding-top:1.5rem;border-top:2px solid var(--mid-gray);margin-bottom:1.5rem}.checkout-btn-large{width:100%;display:block;text-align:center;background:var(--pokemon-red);color:#fff;text-decoration:none;padding:1.25rem;border-radius:8px;font-size:1.1rem;font-weight:600;transition:all .3s ease}.checkout-btn-large:hover{background:var(--dark)}.continue-shopping{display:block;text-align:center;color:#666;text-decoration:none;margin-top:1rem;transition:color .2s ease}.continue-shopping:hover{color:var(--dark)}.empty-cart{text-align:center;padding:4rem 2rem}.empty-cart p{font-size:1.5rem;color:#666;margin-bottom:2rem}.continue-shopping-btn{display:inline-block;background:var(--pokemon-red);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:8px;font-weight:600;transition:all .3s ease}.continue-shopping-btn:hover{background:var(--dark)}.site-footer{background:var(--dark);color:#fff;padding:3rem;text-align:center;margin-top:6rem}.site-footer p{opacity:.8}.cart-sidebar{position:fixed;right:-400px;top:0;width:400px;height:100vh;background:#fff;box-shadow:-5px 0 20px #0000001a;z-index:2000;transition:right .3s ease;display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-header{padding:2rem;border-bottom:1px solid var(--mid-gray);display:flex;justify-content:space-between;align-items:center}.cart-header h2{font-family:Poppins,sans-serif;font-size:1.5rem}.close-cart{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem}.cart-items{flex:1;overflow-y:auto;padding:2rem}.cart-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--mid-gray)}.cart-item-image{width:80px;height:80px;background:var(--light-gray);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:2rem;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image .placeholder{font-size:2rem}.cart-item-info{flex:1}.cart-item-title{font-weight:600;margin-bottom:.5rem}.cart-item-price{color:#666;margin-bottom:.75rem}.quantity-controls{display:flex;align-items:center;gap:.75rem}.quantity-btn{background:var(--light-gray);border:1px solid var(--mid-gray);width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;transition:all .2s ease}.quantity-btn:hover{background:var(--pokemon-red);color:#fff;border-color:var(--pokemon-red)}.quantity-btn:active{transform:scale(.9)}.quantity-display{font-weight:600;min-width:30px;text-align:center}.remove-item{background:none;border:none;color:#999;cursor:pointer;padding:.25rem;font-size:.875rem;transition:color .2s ease}.remove-item:hover{color:var(--pokemon-red)}.cart-footer{padding:2rem;border-top:1px solid var(--mid-gray)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.checkout-btn{width:100%;display:block;text-align:center;background:var(--pokemon-red);color:#fff;text-decoration:none;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.checkout-btn:hover{background:var(--dark)}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:1999;display:none}.cart-overlay.active{display:block}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.product-container{grid-template-columns:1fr}.product-images{position:relative;top:0}.cart-page-container{grid-template-columns:1fr}.cart-page-item{grid-template-columns:100px 1fr;gap:1rem}.cart-page-quantity,.cart-page-total{grid-column:2}.cart-page-remove{grid-column:2;justify-self:end}}@media (max-width: 768px){.hero h1{font-size:2.5rem}nav{padding:1.5rem}.products-container{padding:2rem 1.5rem}.products-grid{grid-template-columns:1fr;gap:2rem}.cart-sidebar{width:100%;right:-100%}.product-page,.cart-page{padding:2rem 1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
