*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #e8193c;--bg: #0d0d0d;--surface: #161616;--surface2: #1e1e1e;--border: #2a2a2a;--text: #ffffff;--text-muted: #aaaaaa;--font-heading: "Rajdhani", sans-serif;--font-body: "Inter", sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.1}.accent{color:var(--red)}.btn-primary{display:inline-block;background:var(--red);color:#fff;font-family:var(--font-heading);font-size:1rem;font-weight:700;letter-spacing:.1em;padding:14px 32px;border:2px solid var(--red);cursor:pointer;transition:all .2s;text-transform:uppercase;min-height:48px;display:inline-flex;align-items:center;justify-content:center}.btn-primary:hover{background:transparent;color:var(--red)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#fff;font-family:var(--font-heading);font-size:1rem;font-weight:700;letter-spacing:.1em;padding:14px 32px;border:2px solid rgba(255,255,255,.4);cursor:pointer;transition:all .2s;text-transform:uppercase;min-height:48px}.btn-secondary:hover{border-color:#fff}.btn-full{width:100%;text-align:center}.announcement-bar{background:var(--red);color:#fff;text-align:center;padding:10px 20px;font-family:var(--font-heading);font-size:.9rem;font-weight:600;letter-spacing:.05em}.site-header{position:sticky;top:0;z-index:1000;background:#0d0d0df2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.header-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:40px}.header-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-logo img{height:36px;width:36px;object-fit:contain}.logo-text{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;letter-spacing:.05em}.header-nav{display:flex;gap:32px;flex:1;justify-content:center}.header-nav a{font-family:var(--font-heading);font-size:.85rem;font-weight:600;letter-spacing:.12em;color:var(--text-muted);transition:color .2s}.header-nav a:hover{color:var(--red)}.cart-btn{font-family:var(--font-heading);font-size:.85rem;font-weight:700;letter-spacing:.08em;background:var(--red);color:#fff;padding:8px 18px;transition:opacity .2s;white-space:nowrap;border-radius:4px}.cart-btn:hover{opacity:.85}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;margin-left:auto;min-width:44px;min-height:44px;align-items:center;justify-content:center;padding:0 4px}.mobile-nav{display:none;flex-direction:column;background:var(--surface);border-top:1px solid var(--border);padding:8px 0 16px;gap:0}.mobile-nav a{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted);padding:14px 24px;border-bottom:1px solid var(--border);transition:color .2s,background .2s;display:block}.mobile-nav a:last-child{border-bottom:none}.mobile-nav a:hover,.mobile-nav a:active{color:#fff;background:var(--surface2)}.mobile-nav .mobile-cart-link{margin:16px 24px 0;background:var(--red);color:#fff;text-align:center;padding:14px 24px;border-bottom:none;border-radius:4px}.mobile-nav .mobile-cart-link:hover{background:#c41432;color:#fff}.mobile-nav.open{display:flex}.section-header{text-align:center;margin-bottom:56px}.section-label{display:inline-block;font-family:var(--font-heading);font-size:.75rem;font-weight:600;letter-spacing:.2em;color:var(--red);margin-bottom:12px;text-transform:uppercase}.section-header h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:16px}.section-header p{color:var(--text-muted);font-size:1.05rem;max-width:560px;margin:0 auto}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 30%;filter:brightness(.35);z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0d0d0db3,#0d0d0d33);z-index:1}.hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:80px 24px;display:flex;align-items:center;gap:60px;width:100%}.hero-text{flex:1}.hero-badge{display:inline-block;background:#e8193c26;border:1px solid rgba(232,25,60,.4);color:var(--red);font-family:var(--font-heading);font-size:.8rem;font-weight:600;letter-spacing:.15em;padding:6px 16px;margin-bottom:24px;text-transform:uppercase}.hero-text h1{font-size:clamp(3rem,6vw,5.5rem);line-height:1;margin-bottom:24px}.hero-text p{color:#ffffffbf;font-size:1.1rem;max-width:480px;margin-bottom:36px;line-height:1.7}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:48px}.hero-stats{display:flex;gap:40px}.hero-stat-number{display:block;font-family:var(--font-heading);font-size:2rem;font-weight:700;color:var(--red)}.hero-stat-label{font-size:.8rem;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.hero-image-wrap{flex:0 0 45%}.hero-robot-img{width:100%;border-radius:12px;box-shadow:0 0 60px #e8193c33}.trust-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px}.trust-bar-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:24px}.trust-item{display:flex;align-items:center;gap:14px}.trust-icon{font-size:1.8rem}.trust-item strong{display:block;font-family:var(--font-heading);font-size:1rem;font-weight:700}.trust-item span{font-size:.85rem;color:var(--text-muted)}.featured-products{padding:100px 24px;max-width:1400px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px}.featured-products-footer{text-align:center;margin-top:48px}.btn-see-all{display:inline-block;background:transparent;color:#fff;font-family:var(--font-heading);font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:14px 40px;border:2px solid var(--red);border-radius:4px;cursor:pointer;transition:background .2s,color .2s,transform .2s}.btn-see-all:hover{background:var(--red);color:#fff;transform:translateY(-2px)}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden;position:relative;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #e8193c26}.product-badge{position:absolute;top:14px;left:14px;z-index:2;font-family:var(--font-heading);font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:5px 12px;text-transform:uppercase}.badge-bestseller{background:var(--red);color:#fff}.badge-viral{background:#ff6b00;color:#fff}.badge-new{background:#00b341;color:#fff}.product-image-link{display:block;overflow:hidden;aspect-ratio:1}.product-image-link img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-image-link img{transform:scale(1.05)}.product-info{padding:20px}.product-info h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;margin-bottom:8px}.product-info h3 a:hover{color:var(--red)}.product-info p{font-size:.85rem;color:var(--text-muted);margin-bottom:16px;line-height:1.5}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.price-current{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--red)}.price-original{font-size:.9rem;color:var(--text-muted);text-decoration:line-through;margin-left:6px}.price-save{background:#e8193c26;color:var(--red);font-size:.8rem;font-weight:700;padding:3px 8px;border-radius:4px}.btn-add-to-cart{background:var(--red);color:#fff;border:none;font-family:var(--font-heading);font-size:.8rem;font-weight:700;letter-spacing:.08em;padding:10px 18px;cursor:pointer;transition:opacity .2s;text-transform:uppercase;white-space:nowrap;min-height:44px;border-radius:4px}.btn-add-to-cart:hover{opacity:.85}.btn-add-to-cart:disabled{opacity:.7;cursor:default}.quick-atc-msg{margin-top:10px;padding:8px 12px;border-radius:5px;font-size:.82rem;line-height:1.4}.quick-atc-msg--success{background:#00b3411f;border:1px solid rgba(0,179,65,.35);color:#4ddb85}.quick-atc-msg--success a{color:#4ddb85;text-decoration:underline}.quick-atc-msg--error{background:#e8193c1a;border:1px solid rgba(232,25,60,.35);color:var(--red)}.mascot-banner{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.mascot-banner-inner{max-width:1400px;margin:0 auto;display:flex;align-items:stretch;min-height:420px}.mascot-banner-img{flex:0 0 45%;overflow:hidden}.mascot-banner-img img{width:100%;height:100%;object-fit:cover}.mascot-banner-text{flex:1;padding:60px;display:flex;flex-direction:column;justify-content:center;gap:20px}.mascot-banner-text h2{font-size:clamp(2rem,3.5vw,3rem)}.mascot-banner-text p{color:var(--text-muted);font-size:1rem;line-height:1.7;max-width:440px}.how-it-works{padding:100px 24px;max-width:1400px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.step-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:36px 28px;text-align:center;position:relative;transition:border-color .3s}.step-card:hover{border-color:var(--red)}.step-number{position:absolute;top:20px;left:24px;font-family:var(--font-heading);font-size:3rem;font-weight:700;color:#e8193c1f;line-height:1}.step-icon{font-size:2.2rem;display:block;margin-bottom:16px;margin-top:20px}.step-card h3{font-family:var(--font-heading);font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.step-card p{font-size:.88rem;color:var(--text-muted);line-height:1.6}.gallery-section{padding:100px 24px;max-width:1400px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:12px}.gallery-item{overflow:hidden;border-radius:8px;aspect-ratio:16/10}.gallery-item.gallery-large{grid-column:1;grid-row:1 / 3;aspect-ratio:auto}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.gallery-item:hover img{transform:scale(1.04)}.reviews-section{padding:100px 24px;background:var(--surface);border-top:1px solid var(--border)}.reviews-section .section-header{max-width:1400px;margin:0 auto 56px}.reviews-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.review-card{background:var(--surface2);border:1px solid var(--border);border-radius:8px;padding:32px}.review-stars{color:var(--red);font-size:1.1rem;margin-bottom:16px}.review-card p{font-size:.95rem;color:#ffffffd9;line-height:1.7;margin-bottom:24px;font-style:italic}.reviewer{display:flex;align-items:center;gap:14px}.reviewer-avatar{width:42px;height:42px;background:var(--red);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;font-size:.9rem;flex-shrink:0}.reviewer strong{display:block;font-family:var(--font-heading);font-size:.95rem;font-weight:700}.reviewer span{font-size:.8rem;color:var(--text-muted)}.cta-section{position:relative;padding:120px 24px;text-align:center;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.25)}.cta-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0d0d0d66,#0d0d0d99)}.cta-content{position:relative;z-index:2;max-width:700px;margin:0 auto}.cta-content h2{font-size:clamp(2.5rem,5vw,4rem);margin-bottom:20px}.cta-content p{color:#ffffffbf;font-size:1.1rem;margin-bottom:40px}.site-footer{background:#0a0a0a;border-top:1px solid var(--border);padding:80px 24px 0}.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:60px}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-logo img{height:32px;width:32px;object-fit:contain}.footer-brand p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.footer-col h4{font-family:var(--font-heading);font-size:.8rem;font-weight:700;letter-spacing:.15em;color:var(--text-muted);text-transform:uppercase;margin-bottom:20px}.footer-col a{display:block;font-size:.9rem;color:#fff9;margin-bottom:10px;transition:color .2s}.footer-col a:hover{color:var(--red)}.footer-bottom{max-width:1400px;margin:0 auto;padding:24px 0;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:.85rem;color:var(--text-muted)}.payment-icons{display:flex;gap:10px;flex-wrap:wrap}.payment-icon{background:var(--surface2);border:1px solid var(--border);padding:4px 10px;font-size:.7rem;font-weight:700;letter-spacing:.05em;border-radius:4px}.product-back-btn{position:fixed;top:80px;left:16px;z-index:950;width:42px;height:42px;background:var(--red);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #e8193c73;transition:background .2s,transform .2s,box-shadow .2s;text-decoration:none;flex-shrink:0}.product-back-btn svg{width:20px;height:20px;display:block;flex-shrink:0}.product-back-btn:hover{background:#c8102e;transform:scale(1.1);box-shadow:0 6px 20px #e8193c99}.product-back-btn:active{transform:scale(.95)}.product-page{max-width:1400px;margin:60px auto;padding:0 24px}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery-mobile{display:none}.product-gallery-desktop{display:block}.product-gallery{display:flex;gap:12px;position:sticky;top:80px}.product-thumbstrip{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.thumb-btn{width:72px;height:72px;border:2px solid var(--border);border-radius:6px;overflow:hidden;cursor:pointer;background:var(--surface);padding:0;transition:border-color .2s;flex-shrink:0}.thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}.thumb-btn:hover{border-color:#e8193c99}.thumb-btn.active{border-color:var(--red)}.product-main-image-wrap{flex:1;position:relative;border-radius:10px;overflow:hidden;background:var(--surface)}.product-main-img{width:100%;display:block;border-radius:10px;transition:opacity .2s}.product-img-badge{position:absolute;top:14px;left:14px;background:var(--red);color:#fff;font-family:var(--font-heading);font-size:.75rem;font-weight:700;letter-spacing:.08em;padding:5px 12px;border-radius:4px;text-transform:uppercase;z-index:2}.product-gallery-mobile{position:relative;background:var(--surface);overflow:hidden;border-radius:0;margin:0 -16px}.mobile-slides-track{display:flex;transition:transform .35s cubic-bezier(.25,.46,.45,.94);will-change:transform}.mobile-slide{flex:0 0 100%;width:100%;aspect-ratio:1 / 1;overflow:hidden}.mobile-slide img{width:100%;height:100%;object-fit:cover;display:block}.mobile-slide-dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:3}.slide-dot{width:7px;height:7px;border-radius:50%;background:#fff6;border:none;padding:0;cursor:pointer;transition:background .2s,transform .2s}.slide-dot.active{background:#fff;transform:scale(1.3)}.product-page-details{padding-top:8px}.product-title{font-size:clamp(1.8rem,3vw,2.6rem);margin:12px 0 14px;line-height:1.15}.product-page-stars{display:flex;align-items:center;gap:8px;margin-bottom:20px}.product-page-stars .stars{color:var(--red);font-size:1.1rem;letter-spacing:2px}.product-page-stars .review-count{color:var(--text-muted);font-size:.85rem}.disclaimer-box{display:flex;flex-direction:column;gap:14px}.disclaimer-heading{font-family:var(--font-heading);font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f0a500;margin-bottom:-4px}.disclaimer-box p{font-size:.82rem;color:var(--text-muted);line-height:1.65}.disclaimer-allergy{background:#e8193c12;border:1px solid rgba(232,25,60,.2);border-radius:4px;padding:12px 14px;font-size:.82rem!important;color:#faa!important;line-height:1.65}.disclaimer-allergy strong{color:#ff6b6b}.product-meta-strip{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:20px}.product-meta-tag{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:5px 10px;border-radius:3px;line-height:1}.product-meta-tag svg{width:8px;height:8px;flex-shrink:0}.product-meta-tag--green{background:#00b3411f;color:#00b341;border:1px solid rgba(0,179,65,.25)}.product-meta-tag--red{background:#e8193c1f;color:var(--red);border:1px solid rgba(232,25,60,.25)}.product-meta-tag--dim{background:#ffffff0d;color:var(--text-muted);border:1px solid var(--border)}.product-meta-tag--verified{background:#e8193c14;color:var(--red);border:1px solid rgba(232,25,60,.2)}.product-meta-tag--verified svg{width:10px;height:10px}.product-page-price{display:flex;align-items:baseline;gap:12px;margin-bottom:8px;flex-wrap:wrap}.product-page-price .price-current{font-size:2.2rem}.product-total-row{display:flex;align-items:baseline;gap:10px;margin-bottom:20px;background:#e8193c14;border:1px solid rgba(232,25,60,.25);border-radius:6px;padding:10px 16px}.total-label{font-family:var(--font-heading);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.total-price{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--red)}.product-tabs{margin-bottom:28px}.tab-buttons{display:flex;border-bottom:1px solid var(--border);margin-bottom:16px;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tab-buttons::-webkit-scrollbar{display:none}.tab-btn{background:none;border:none;border-bottom:2px solid transparent;color:var(--text-muted);font-family:var(--font-heading);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:10px 20px;cursor:pointer;transition:color .2s,border-color .2s;margin-bottom:-1px;white-space:nowrap;min-height:44px}.tab-btn:hover{color:#fff}.tab-btn.active{color:#fff;border-bottom-color:var(--red)}.tab-panel{display:none}.tab-panel.active{display:block}.product-description-content{color:#fffc;line-height:1.75;font-size:.95rem}.product-description-content p{margin-bottom:12px}.product-details-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;color:#fffc;font-size:.95rem;line-height:1.6}.product-details-list li{padding:8px 0;border-bottom:1px solid var(--border)}.product-details-list li:last-child{border-bottom:none}.product-accordion{margin-top:28px;border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{width:100%;background:none;border:none;color:#fff;font-family:var(--font-heading);font-size:.95rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:18px 4px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:color .2s;text-align:left}.accordion-trigger:hover,.accordion-item--open .accordion-trigger{color:var(--red)}.accordion-icon{font-size:1.3rem;font-weight:400;line-height:1;flex-shrink:0;margin-left:12px;color:var(--red)}.accordion-body{padding:0 4px 20px;animation:accordionOpen .2s ease}@keyframes accordionOpen{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.variant-selector{margin-bottom:20px}.variant-selector label{display:block;font-family:var(--font-heading);font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;color:var(--text-muted)}.variant-selector select{width:100%;background:var(--surface);border:1px solid var(--border);color:#fff;padding:12px 16px;font-size:.95rem;border-radius:4px;min-height:48px}.quantity-row{display:flex;gap:16px;align-items:center;margin-bottom:20px}.quantity-atc-row{display:flex;gap:12px;align-items:stretch;margin-bottom:20px}.quantity-atc-row .quantity-selector{flex-shrink:0}.quantity-atc-row .btn-atc{flex:1;margin:0}.quantity-selector{display:flex;align-items:center;border:1px solid var(--border);border-radius:4px;overflow:hidden}.quantity-selector button{background:var(--surface2);border:none;color:#fff;width:44px;height:52px;font-size:1.3rem;cursor:pointer;transition:background .2s}.quantity-selector button:hover{background:var(--red)}.quantity-selector input{width:60px;background:var(--surface);border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);color:#fff;text-align:center;font-size:1rem;height:52px}.btn-atc{flex:1;font-size:1rem;padding:16px 24px;letter-spacing:.12em}.product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:24px}.product-trust--top{margin-top:0}.trust-badge-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.78rem;color:var(--text-muted);text-align:center;padding:10px 8px;background:var(--surface);border:1px solid var(--border);border-radius:6px}.trust-badge-item span:last-child{line-height:1.3}.trust-icon-sm{font-size:1.3rem}.sticky-buy-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:900;background:#0d0d0df7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);transform:translateY(100%);transition:transform .3s ease;padding-bottom:env(safe-area-inset-bottom,0px)}.sticky-buy-bar.visible{transform:translateY(0)}.sticky-buy-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}.sticky-price-wrap{display:flex;flex-direction:column;gap:2px;flex-shrink:0}.sticky-price{font-family:var(--font-heading);font-size:1.4rem;font-weight:700;color:var(--red);line-height:1}.sticky-price-original{font-size:.8rem;color:var(--text-muted);text-decoration:line-through}.sticky-qty-atc{display:flex;align-items:center;gap:10px;flex:1;justify-content:flex-end}.quantity-selector--sticky button{width:38px;height:44px;font-size:1.2rem}.quantity-selector--sticky input{width:44px;height:44px;font-size:.95rem}.sticky-atc-btn{padding:0 20px;height:44px;font-size:.9rem;letter-spacing:.08em;white-space:nowrap;min-height:unset}.collection-page{max-width:1400px;margin:60px auto;padding:0 24px}.collection-header{text-align:center;margin-bottom:60px}.collection-header h1{font-size:clamp(2rem,4vw,3.5rem);margin-bottom:12px}.collection-header p{color:var(--text-muted);font-size:1rem}.collection-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.empty-collection,.empty-cart,.error-page{text-align:center;padding:80px 24px;display:flex;flex-direction:column;align-items:center;gap:20px}.empty-collection h2,.empty-cart h2,.error-page h1{font-size:2rem}.empty-collection p,.empty-cart p,.error-page p{color:var(--text-muted)}.cart-page{max-width:960px;margin:60px auto;padding:0 24px;position:relative}.cart-page h1{font-size:2.5rem;margin-bottom:40px}.cart-item{display:grid;grid-template-columns:90px 1fr auto auto auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid var(--border);transition:opacity .2s}.cart-item img{width:90px;height:90px;object-fit:cover;border-radius:8px}.cart-item-details{display:flex;flex-direction:column;gap:4px}.cart-item-details strong{display:block;font-family:var(--font-heading);font-size:1rem;font-weight:700}.cart-item-details a:hover strong{color:var(--red)}.cart-item-details span{font-size:.85rem;color:var(--text-muted)}.cart-item-price{color:var(--red);font-weight:600}.quantity-selector--sm{border-radius:4px}.quantity-selector--sm button{width:34px;height:40px;font-size:1.1rem}.quantity-selector--sm input{width:48px;height:40px;font-size:.95rem}.cart-item-total{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;min-width:70px;text-align:right}.cart-remove{background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;padding:6px;transition:color .2s;line-height:1;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.cart-remove:hover{color:var(--red)}.cart-footer{margin-top:40px;display:flex;justify-content:flex-end;gap:40px;align-items:flex-start;flex-wrap:wrap}.cart-totals{min-width:260px}.cart-subtotal{display:flex;justify-content:space-between;gap:40px;font-family:var(--font-heading);font-size:1.4rem;font-weight:700;margin-bottom:8px}.cart-note{font-size:.85rem;color:var(--text-muted);margin-bottom:20px}.cart-actions{display:flex;gap:16px;flex-wrap:wrap}.cart-loading{position:fixed;bottom:24px;right:24px;background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);font-size:.85rem;padding:10px 18px;border-radius:6px;z-index:999;pointer-events:none}.cart-message{margin-top:12px;padding:12px 16px;border-radius:6px;font-size:.9rem;line-height:1.5}.cart-message--success{background:#00b3411f;border:1px solid rgba(0,179,65,.35);color:#4ddb85}.cart-message--success a{color:#4ddb85;text-decoration:underline}.cart-message--error{background:#e8193c1a;border:1px solid rgba(232,25,60,.35);color:var(--red)}.static-page{max-width:800px;margin:80px auto;padding:0 24px}.static-page h1{font-size:2.5rem;margin-bottom:32px}.page-content{color:#fffc;line-height:1.8;font-size:1rem}.pagination{text-align:center;padding:40px 0}.pagination a,.pagination span{display:inline-block;padding:8px 16px;margin:0 4px;border:1px solid var(--border);color:var(--text-muted);transition:all .2s}.pagination a:hover,.pagination .current{background:var(--red);border-color:var(--red);color:#fff}@media(max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr}.product-page-inner{grid-template-columns:1fr}.product-gallery{position:static}}@media(max-width:768px){.header-inner{padding:0 16px;gap:0}.header-nav,.header-cart{display:none}.mobile-menu-btn{display:flex}.hero{min-height:auto}.hero-content{flex-direction:column-reverse;padding:40px 16px 48px;gap:32px;text-align:center}.hero-text{width:100%}.hero-text h1{font-size:clamp(2.4rem,9vw,3.5rem)}.hero-text p{font-size:1rem;max-width:100%;margin-bottom:28px}.hero-badge{font-size:.72rem}.hero-buttons{flex-direction:column;gap:12px;margin-bottom:32px}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{width:100%;justify-content:center;padding:16px 24px}.hero-stats{gap:0;justify-content:space-between;width:100%;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;padding:16px 12px}.hero-stat{text-align:center;flex:1}.hero-stat-number{font-size:1.5rem}.hero-stat-label{font-size:.7rem}.hero-image-wrap{width:100%;max-width:320px;margin:0 auto}.trust-bar{padding:20px 16px}.trust-bar-inner{display:grid;grid-template-columns:1fr 1fr;gap:16px;justify-items:start}.trust-item{gap:10px}.trust-icon{font-size:1.4rem}.trust-item strong{font-size:.9rem}.trust-item span{font-size:.78rem}.featured-products{padding:60px 16px}.section-header{margin-bottom:36px}.section-header p{font-size:.95rem}.products-grid{grid-template-columns:1fr 1fr;gap:16px}.product-info{padding:14px}.product-info h3{font-size:1rem}.product-info p{font-size:.8rem;margin-bottom:12px}.product-price-row{flex-direction:column;align-items:flex-start;gap:8px}.btn-add-to-cart{width:100%;text-align:center;font-size:.78rem;padding:10px 12px}.mascot-banner-inner{flex-direction:column}.mascot-banner-img{flex:none;height:240px}.mascot-banner-text{padding:32px 20px;gap:16px}.mascot-banner-text p{max-width:100%}.how-it-works{padding:60px 16px}.steps-grid{grid-template-columns:1fr 1fr;gap:16px}.step-card{padding:28px 20px}.gallery-section{padding:60px 16px}.gallery-grid{grid-template-columns:1fr 1fr;gap:8px}.gallery-item.gallery-large{grid-column:1 / -1;grid-row:auto;aspect-ratio:16/9}.reviews-section{padding:60px 16px}.reviews-grid{grid-template-columns:1fr}.review-card{padding:24px}.cta-section{padding:80px 16px}.cta-content h2{font-size:clamp(2rem,7vw,3rem)}.cta-content p{font-size:1rem;margin-bottom:28px}.site-footer{padding:48px 16px 0}.footer-inner{grid-template-columns:1fr 1fr;gap:32px;padding-bottom:40px}.footer-brand{grid-column:1 / -1}.footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:12px;padding:20px 0}.payment-icons{justify-content:center}.product-page{margin:0 auto;padding:0}.product-page-inner{grid-template-columns:1fr;gap:0}.product-back-btn{top:68px;left:12px;width:38px;height:38px}.product-back-btn svg{width:18px;height:18px}.product-gallery-mobile{display:block}.product-gallery-desktop{display:none}.product-page-details{padding:20px 16px 100px}.product-title{font-size:clamp(1.5rem,5.5vw,2rem);margin:8px 0 10px}.product-page-stars{margin-bottom:12px}.product-meta-strip{gap:6px;margin-bottom:14px}.product-meta-tag{font-size:.68rem;padding:4px 9px}.product-page-price{margin-bottom:6px}.product-page-price .price-current{font-size:1.9rem}.product-trust{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.trust-badge-item{padding:8px 4px;font-size:.72rem}.trust-icon-sm{font-size:1.1rem}.variant-selector{margin-bottom:16px}.quantity-atc-row{flex-direction:column;gap:10px}.quantity-atc-row .quantity-selector{width:100%;justify-content:center}.quantity-atc-row .btn-atc{width:100%;text-align:center}.product-accordion{margin-top:20px}.accordion-trigger{padding:16px 4px;font-size:.9rem}.sticky-buy-bar{display:block}.cart-page{margin:32px auto;padding:0 16px}.cart-page h1{font-size:2rem;margin-bottom:28px}.cart-item{grid-template-columns:70px 1fr auto;grid-template-rows:auto auto;gap:10px 12px;padding:16px 0}.cart-item img{width:70px;height:70px;grid-row:1 / 3}.cart-item-details{grid-column:2;grid-row:1}.cart-item-qty{grid-column:2;grid-row:2}.cart-item-total{display:none}.cart-remove{grid-column:3;grid-row:1;align-self:start}.cart-footer{flex-direction:column;align-items:stretch;gap:20px}.cart-totals{min-width:unset;width:100%}.cart-subtotal{font-size:1.2rem}.cart-actions{flex-direction:column}.cart-actions .btn-primary,.cart-actions .btn-secondary{width:100%;text-align:center}.static-page{margin:48px auto}.static-page h1{font-size:2rem}.collection-page{margin:40px auto;padding:0 16px}.collection-header{margin-bottom:36px}.collection-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:480px){.hero-content{padding:32px 16px 40px}.hero-text h1{font-size:clamp(2rem,10vw,2.8rem)}.hero-stats{gap:0}.products-grid{grid-template-columns:1fr}.product-price-row{flex-direction:row;align-items:center}.btn-add-to-cart{width:auto}.steps-grid,.gallery-grid{grid-template-columns:1fr}.gallery-item.gallery-large{grid-column:1}.reviews-grid,.footer-inner,.trust-bar-inner{grid-template-columns:1fr}.cart-item{grid-template-columns:60px 1fr auto}.cart-item img{width:60px;height:60px}.announcement-bar{font-size:.78rem;padding:8px 12px}}@supports (padding-bottom: env(safe-area-inset-bottom)){.site-footer{padding-bottom:env(safe-area-inset-bottom)}.mobile-nav{padding-bottom:calc(16px + env(safe-area-inset-bottom))}.sticky-buy-bar{padding-bottom:env(safe-area-inset-bottom)}@media(max-width:768px){.product-page-details{padding-bottom:calc(100px + env(safe-area-inset-bottom))}}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/theme.css.map */
