:root{--gold: #F5A623;--gold-dark: #C8851D;--gold-light: #FFD166;--dark: #07070F;--dark-2: #0E0E1C;--dark-3: #161628;--dark-4: #1E1E35;--dark-5: #27274A;--silver: #C4C4D4;--white: #FFFFFF;--muted: #7B7BA0;--border: rgba(255,255,255,.07);--success: #10B981;--danger: #EF4444;--r: 12px;--rl: 20px;--rs: 6px;--sh: 0 8px 32px rgba(0,0,0,.45);--transition: all .22s cubic-bezier(.4,0,.2,1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;background:var(--dark);color:var(--white);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;border:none;outline:none}ul,ol{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark-2)}::-webkit-scrollbar-thumb{background:var(--gold-dark);border-radius:3px}.announcement-bar{background:var(--gold);color:var(--dark);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.42rem 0;overflow:hidden}.announcement-track{display:flex;gap:4rem;white-space:nowrap;animation:marquee 28s linear infinite}.announcement-track span{display:inline-flex;align-items:center;gap:.5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:200;background:#07070feb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.header-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem}.site-logo img{height:48px;width:auto;object-fit:contain}.site-logo{display:flex;align-items:center;gap:.6rem}.logo-wordmark{font-size:1rem;font-weight:800;letter-spacing:.04em;line-height:1.1}.logo-wordmark span{color:var(--gold)}.site-nav{display:flex;align-items:center;gap:.2rem;margin:0 auto}.site-nav a{padding:.4rem .75rem;border-radius:var(--rs);font-size:.82rem;font-weight:600;color:var(--silver);transition:var(--transition)}.site-nav a:hover{color:var(--white)}.site-nav a.active{color:var(--white);background:#f5a6231a}.header-actions{display:flex;align-items:center;gap:.6rem}.icon-btn{width:38px;height:38px;border-radius:50%;background:var(--dark-4);color:var(--silver);display:flex;align-items:center;justify-content:center;font-size:1.05rem;transition:var(--transition);border:1px solid var(--border);position:relative;cursor:pointer}.icon-btn:hover{background:var(--dark-5);color:var(--white);border-color:var(--gold)}.cart-badge{position:absolute;top:-4px;right:-4px;background:var(--gold);color:var(--dark);width:18px;height:18px;border-radius:50%;font-size:.58rem;font-weight:800;display:flex;align-items:center;justify-content:center}.btn-header-cta{background:var(--gold);color:var(--dark);padding:.42rem 1rem;border-radius:var(--rs);font-size:.78rem;font-weight:700;transition:var(--transition);white-space:nowrap}.btn-header-cta:hover{background:var(--gold-light);transform:translateY(-1px)}.hamburger{display:none;flex-direction:column;gap:5px;padding:.5rem;background:transparent}.hamburger span{display:block;width:22px;height:2px;background:var(--silver);border-radius:2px;transition:var(--transition)}.mobile-nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#000000b3}.mobile-nav-overlay.open{display:block}.mobile-nav-drawer{position:absolute;top:0;right:0;bottom:0;width:min(300px,85vw);background:var(--dark-3);padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;transform:translate(100%);transition:transform .3s ease}.mobile-nav-overlay.open .mobile-nav-drawer{transform:translate(0)}.mobile-nav-drawer a{display:block;padding:.7rem 0;font-size:.95rem;font-weight:600;border-bottom:1px solid var(--border);color:var(--silver);transition:var(--transition)}.mobile-nav-drawer a:hover{color:var(--gold);padding-left:.5rem}.mobile-close{align-self:flex-end;background:transparent;color:var(--silver);font-size:1.4rem;line-height:1;cursor:pointer}.btn-primary{background:var(--gold);color:var(--dark);padding:.75rem 1.75rem;border-radius:var(--r);font-size:.88rem;font-weight:700;letter-spacing:.02em;transition:var(--transition);display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;border:none;font-family:inherit}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 8px 24px #f5a62359}.btn-outline{background:transparent;color:var(--white);padding:.75rem 1.75rem;border-radius:var(--r);font-size:.88rem;font-weight:700;border:2px solid rgba(255,255,255,.2);transition:var(--transition);display:inline-flex;align-items:center;gap:.4rem;cursor:pointer;font-family:inherit}.btn-outline:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}.btn-dark{background:var(--dark);color:var(--white);padding:.75rem 2rem;border-radius:var(--r);font-size:.9rem;font-weight:700;display:inline-flex;align-items:center;gap:.5rem;transition:var(--transition);border:none;cursor:pointer;font-family:inherit}.btn-dark:hover{background:var(--dark-3);transform:translateY(-2px)}.section{padding:5rem 1.5rem}.section-inner{max-width:1280px;margin:0 auto}.section-label{display:inline-block;color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem}.section-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.15;margin-bottom:.75rem}.section-sub{color:var(--muted);font-size:.95rem;max-width:520px;line-height:1.7}.section-header{margin-bottom:2.5rem}.section-header.center{text-align:center}.section-header.center .section-sub{margin:0 auto}.hero{position:relative;overflow:hidden;min-height:92vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 100%)}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 70% 50%,rgba(245,166,35,.12) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:1280px;margin:0 auto;padding:5rem 1.5rem 4rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#f5a6231f;border:1px solid rgba(245,166,35,.3);color:var(--gold);padding:.3rem .85rem;border-radius:50px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.2rem}.hero-badge .pulse{width:6px;height:6px;border-radius:50%;background:var(--gold);animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero-title{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;line-height:1.08;letter-spacing:-.02em;margin-bottom:1.2rem}.hero-title .gold{color:var(--gold)}.hero-sub{font-size:1rem;color:var(--silver);line-height:1.7;max-width:480px;margin-bottom:2rem}.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2rem}.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap}.hero-trust-item{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--muted);font-weight:500}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.75rem;max-width:480px;width:100%}.hero-card{border-radius:var(--r);overflow:hidden;border:1px solid var(--border);background:var(--dark-3);aspect-ratio:1;position:relative;transition:var(--transition)}.hero-card:hover{transform:scale(1.03);border-color:#f5a6234d}.hero-card img{width:100%;height:100%;object-fit:cover}.hero-card-main{grid-column:1;grid-row:1/3;aspect-ratio:unset}.hero-card-badge{position:absolute;bottom:.5rem;left:.5rem;background:#f5a623e6;color:var(--dark);font-size:.58rem;font-weight:800;text-transform:uppercase;padding:.2rem .5rem;border-radius:4px;letter-spacing:.05em}.hero-float{position:absolute;background:var(--dark-3);border:1px solid rgba(245,166,35,.3);border-radius:var(--r);padding:.75rem 1rem;box-shadow:var(--sh);display:flex;align-items:center;gap:.6rem;min-width:160px;z-index:10}.hero-float-icon{width:36px;height:36px;border-radius:8px;background:#f5a62326;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.hero-float-text{font-size:.7rem;font-weight:600}.hero-float-text small{display:block;color:var(--muted);font-weight:400;font-size:.62rem}.categories-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.cat-card{background:var(--dark-3);border-radius:var(--rl);border:1px solid var(--border);padding:1.75rem 1.25rem;text-align:center;transition:var(--transition);cursor:pointer;position:relative;overflow:hidden;display:block}.cat-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(245,166,35,.08) 0%,transparent 60%);opacity:0;transition:var(--transition)}.cat-card:hover{border-color:#f5a62366;transform:translateY(-4px);box-shadow:0 16px 40px #0006}.cat-card:hover:before{opacity:1}.cat-icon{width:72px;height:72px;border-radius:50%;background:#f5a6231a;border:2px solid rgba(245,166,35,.2);display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;transition:var(--transition)}.cat-card:hover .cat-icon{background:#f5a62333;border-color:var(--gold)}.cat-title{font-size:.95rem;font-weight:700;margin-bottom:.3rem;color:var(--white)}.cat-count{font-size:.72rem;color:var(--muted);font-weight:500}.products-header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.product-card{background:var(--dark-3);border-radius:var(--r);border:1px solid var(--border);overflow:hidden;transition:var(--transition);position:relative;display:flex;flex-direction:column}.product-card:hover{border-color:#f5a6234d;transform:translateY(-4px);box-shadow:0 20px 48px #00000080}.product-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--dark-4)}.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-img-wrap img{transform:scale(1.07)}.product-badge{position:absolute;top:.6rem;left:.6rem;z-index:2;padding:.2rem .55rem;border-radius:4px;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.badge-sale{background:#ef4444;color:#fff}.badge-hot{background:#f97316;color:#fff}.badge-best{background:#7c3aed;color:#fff}.badge-wellness{background:#10b981;color:#fff}.product-actions{position:absolute;top:.6rem;right:.6rem;z-index:2;display:flex;flex-direction:column;gap:.4rem;opacity:0;transform:translate(8px);transition:var(--transition)}.product-card:hover .product-actions{opacity:1;transform:translate(0)}.action-btn{width:34px;height:34px;border-radius:50%;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);font-size:.85rem;display:flex;align-items:center;justify-content:center;transition:var(--transition);border:1px solid rgba(255,255,255,.12);cursor:pointer}.action-btn:hover{background:var(--gold);color:var(--dark);border-color:var(--gold)}.sold-out-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#07070fb3;display:flex;align-items:center;justify-content:center;z-index:3}.sold-out-overlay span{background:var(--dark-4);color:var(--muted);padding:.3rem .8rem;border-radius:4px;font-size:.72rem;font-weight:700;border:1px solid var(--border)}.product-body{padding:1rem;flex:1;display:flex;flex-direction:column}.product-stars{display:flex;align-items:center;gap:.25rem;margin-bottom:.3rem}.product-stars .star{color:var(--gold);font-size:.7rem}.product-stars .star-count{font-size:.62rem;color:var(--muted);margin-left:.1rem}.product-name{font-size:.82rem;font-weight:700;line-height:1.35;margin-bottom:.4rem;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-desc{font-size:.7rem;color:var(--muted);line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.product-price{display:flex;align-items:baseline;gap:.4rem}.price-now{font-size:1.05rem;font-weight:800;color:var(--gold)}.price-was{font-size:.72rem;color:var(--muted);text-decoration:line-through}.btn-cart{background:var(--gold);color:var(--dark);padding:.42rem .9rem;border-radius:var(--rs);font-size:.72rem;font-weight:700;letter-spacing:.02em;transition:var(--transition);white-space:nowrap;display:flex;align-items:center;gap:.3rem;border:none;cursor:pointer;font-family:inherit}.btn-cart:hover{background:var(--gold-light);transform:scale(1.03)}.btn-cart:disabled{background:var(--dark-5);color:var(--muted);cursor:not-allowed;transform:none}.view-all-wrap{text-align:center;margin-top:2.5rem}.btn-view-all{background:transparent;color:var(--white);padding:.7rem 2rem;border-radius:var(--r);font-size:.85rem;font-weight:700;border:2px solid var(--dark-5);transition:var(--transition);display:inline-flex;align-items:center;gap:.5rem;font-family:inherit}.btn-view-all:hover{border-color:var(--gold);color:var(--gold)}.sale-banner{background:linear-gradient(135deg,var(--gold-dark) 0%,var(--gold) 50%,var(--gold-light) 100%);padding:3.5rem 1.5rem;text-align:center;position:relative;overflow:hidden}.sale-banner:before{content:"SALE";position:absolute;font-size:16rem;font-weight:900;color:#0000000f;left:50%;top:50%;transform:translate(-50%,-50%);letter-spacing:.1em;white-space:nowrap}.sale-banner h2{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;color:var(--dark);margin-bottom:.5rem;position:relative}.sale-banner p{font-size:1rem;color:#0009;margin-bottom:1.5rem;position:relative}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.feature-card{background:var(--dark-3);border-radius:var(--r);border:1px solid var(--border);padding:1.75rem 1.25rem;transition:var(--transition)}.feature-card:hover{border-color:#f5a6234d;transform:translateY(-3px)}.feature-icon{font-size:2.2rem;margin-bottom:1rem}.feature-desc{font-size:.78rem;color:var(--muted);line-height:1.65}.testimonial-card{background:var(--dark-3);border-radius:var(--r);border:1px solid var(--border);padding:1.75rem;transition:var(--transition)}.testimonial-card:hover{border-color:#f5a62333;transform:translateY(-3px)}.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem}.testimonial-stars span{color:var(--gold);font-size:.9rem}.testimonial-text{font-size:.85rem;color:var(--silver);line-height:1.75;margin-bottom:1.25rem;font-style:italic}.author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dark),var(--gold));display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;color:var(--dark);flex-shrink:0}.author-location{font-size:.68rem;color:var(--muted)}.newsletter-section{background:linear-gradient(135deg,var(--dark-3) 0%,var(--dark-4) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.newsletter-inner{max-width:600px;margin:0 auto;text-align:center;padding:4rem 1.5rem}.newsletter-emoji{font-size:2.5rem;margin-bottom:.75rem}.newsletter-form{display:flex;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;min-width:220px;padding:.75rem 1rem;background:var(--dark-2);border:1px solid var(--border);border-radius:var(--r);color:var(--white);font-family:inherit;font-size:.85rem;outline:none;transition:var(--transition)}.newsletter-form input:focus{border-color:var(--gold)}.newsletter-form input::placeholder{color:var(--muted)}.newsletter-note{font-size:.68rem;color:var(--muted);margin-top:.75rem}.site-footer{background:var(--dark-2);border-top:1px solid var(--border);padding:3.5rem 1.5rem 1.5rem}.footer-inner{max-width:1280px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand-name{font-size:1.15rem;font-weight:800;letter-spacing:.04em;margin-bottom:.6rem}.footer-brand-name span{color:var(--gold)}.footer-tagline{font-size:.8rem;color:var(--muted);line-height:1.7;margin-bottom:1.25rem}.footer-socials{display:flex;gap:.6rem}.social-btn{width:36px;height:36px;border-radius:8px;background:var(--dark-4);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--silver);font-size:.85rem;transition:var(--transition)}.social-btn:hover{background:var(--gold);color:var(--dark);border-color:var(--gold)}.footer-col-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--silver);margin-bottom:.9rem}.footer-links{display:flex;flex-direction:column;gap:.45rem}.footer-links a{font-size:.8rem;color:var(--muted);transition:var(--transition)}.footer-links a:hover{color:var(--gold);padding-left:.3rem}.footer-bottom{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.72rem;color:var(--muted)}.payment-icons{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.payment-icon{background:var(--dark-4);border:1px solid var(--border);border-radius:4px;padding:.2rem .5rem;font-size:.62rem;font-weight:700;color:var(--silver)}.product-page{max-width:1280px;margin:0 auto;padding:3rem 1.5rem}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-gallery{border-radius:var(--rl);overflow:hidden;background:var(--dark-3);border:1px solid var(--border)}.product-gallery img{width:100%;aspect-ratio:1;object-fit:cover}.product-info .product-stars{margin-bottom:.5rem}.product-info h1{font-size:1.8rem;font-weight:800;margin-bottom:.75rem;line-height:1.2}.product-info .price-block{margin-bottom:1.25rem}.product-info .price-now{font-size:2rem;font-weight:900;color:var(--gold)}.product-info .price-was{font-size:1rem;color:var(--muted);text-decoration:line-through;margin-left:.5rem}.product-description{font-size:.88rem;color:var(--silver);line-height:1.8;margin-bottom:1.5rem}.variant-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--silver);margin-bottom:.5rem}.variant-select{width:100%;padding:.72rem .9rem;background:var(--dark-4);border:1px solid var(--border);border-radius:var(--rs);color:var(--white);font-family:inherit;font-size:.88rem;outline:none;transition:var(--transition);margin-bottom:1rem;cursor:pointer}.qty-block{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.qty-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--silver)}.qty-input{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--rs);overflow:hidden}.qty-btn{width:36px;height:36px;background:var(--dark-4);color:var(--white);font-size:1.1rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);border:none;font-family:inherit}.qty-btn:hover{background:var(--gold);color:var(--dark)}.qty-num{width:40px;text-align:center;background:var(--dark-3);color:var(--white);border:none;font-size:.88rem;font-weight:600;font-family:inherit}.btn-add-cart{width:100%;padding:.9rem;font-size:.95rem;font-weight:700;border-radius:var(--r);letter-spacing:.02em;margin-bottom:.6rem}.btn-buy-now{width:100%;padding:.9rem;font-size:.95rem;font-weight:700;border-radius:var(--r);background:transparent;color:var(--white);border:2px solid var(--dark-5);transition:var(--transition);cursor:pointer;font-family:inherit}.btn-buy-now:hover{border-color:var(--white)}.product-meta{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.product-meta-item{display:flex;align-items:center;gap:.6rem;font-size:.78rem;color:var(--muted);margin-bottom:.4rem}.product-meta-item svg{color:var(--gold);flex-shrink:0}.collection-hero{background:var(--dark-2);padding:3rem 1.5rem;border-bottom:1px solid var(--border)}.collection-hero-inner{max-width:1280px;margin:0 auto}.collection-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1.25rem}.filter-pill{padding:.38rem .85rem;border-radius:50px;font-size:.72rem;font-weight:600;border:1px solid var(--border);background:var(--dark-3);color:var(--silver);cursor:pointer;transition:var(--transition);text-decoration:none}.filter-pill:hover,.filter-pill.active{background:var(--gold);color:var(--dark);border-color:var(--gold)}.collection-body{padding:3rem 1.5rem}.collection-body-inner{max-width:1280px;margin:0 auto}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.cart-page{max-width:900px;margin:0 auto;padding:3rem 1.5rem}.cart-page h1{font-size:1.8rem;font-weight:800;margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 1.5rem;color:var(--muted)}.cart-empty p{margin-bottom:1.5rem}.cart-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.cart-table th{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);padding:.5rem;border-bottom:1px solid var(--border);text-align:left}.cart-table td{padding:.75rem .5rem;border-bottom:1px solid var(--border);font-size:.88rem;vertical-align:middle}.cart-product-img{width:60px;height:60px;border-radius:var(--rs);object-fit:cover;background:var(--dark-3)}.cart-totals{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem;max-width:400px;margin-left:auto}.cart-total-row{display:flex;justify-content:space-between;font-size:.88rem;margin-bottom:.5rem}.cart-total-row.total{font-size:1.1rem;font-weight:800;color:var(--gold);padding-top:.5rem;border-top:1px solid var(--border);margin-top:.5rem}.policy-page{max-width:860px;margin:0 auto;padding:4rem 1.5rem}.policy-page h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.policy-meta{font-size:.8rem;color:var(--muted);margin-bottom:2.5rem}.policy-section{margin-bottom:2rem}.policy-section h2{font-size:1.1rem;font-weight:700;color:var(--gold);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.policy-section p{font-size:.88rem;color:var(--silver);line-height:1.8;margin-bottom:.75rem}.policy-section ul{display:flex;flex-direction:column;gap:.4rem;padding-left:1.2rem}.policy-section ul li{font-size:.88rem;color:var(--silver);line-height:1.7;position:relative}.policy-section ul li:before{content:"\203a";position:absolute;left:-1rem;color:var(--gold);font-weight:700}.policy-box{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem 1.5rem;margin:1rem 0}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-info-card{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:1.75rem;margin-bottom:1rem}.contact-info-card h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.contact-item{display:flex;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--border)}.contact-item:last-child{border-bottom:none}.contact-item-icon{width:40px;height:40px;border-radius:8px;background:#f5a6231a;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.contact-item-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;font-weight:600;letter-spacing:.06em;margin-bottom:.2rem}.contact-item-value{font-size:.85rem;font-weight:600}.contact-item-value a{color:var(--gold)}.contact-form-wrap h3{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.form-group{margin-bottom:.9rem}.form-group label{display:block;font-size:.72rem;font-weight:600;color:var(--silver);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.05em}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.72rem .9rem;background:var(--dark-4);border:1px solid var(--border);border-radius:var(--rs);color:var(--white);font-family:inherit;font-size:.85rem;outline:none;transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold)}.form-group textarea{resize:vertical;min-height:120px}.form-group select option{background:var(--dark-4)}.form-submit{width:100%;padding:.8rem;border-radius:var(--r);font-size:.88rem;font-weight:700;letter-spacing:.02em;margin-top:.25rem}.toast-wrap{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{background:var(--dark-4);border:1px solid rgba(245,166,35,.3);color:var(--white);padding:.7rem 1.1rem;border-radius:var(--r);font-size:.78rem;font-weight:600;box-shadow:var(--sh);display:flex;align-items:center;gap:.5rem;animation:slideUp .3s ease,fadeOut .3s ease 2.2s forwards;min-width:220px}.toast.success{border-color:#10b98166}.toast-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.toast.success .toast-dot{background:var(--success)}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.about-hero{background:linear-gradient(135deg,var(--dark-2),var(--dark-3));padding:5rem 1.5rem;text-align:center;border-bottom:1px solid var(--border)}.about-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:.75rem}.about-hero p{font-size:1rem;color:var(--muted);max-width:600px;margin:0 auto}.about-story{padding:4rem 1.5rem}.about-story-inner{max-width:860px;margin:0 auto}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3.5rem}.about-story h2{font-size:1.5rem;font-weight:800;margin-bottom:1rem}.about-story p{font-size:.88rem;color:var(--silver);line-height:1.8;margin-bottom:.75rem}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.value-card{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem;text-align:center}.value-card .icon{font-size:2rem;margin-bottom:.75rem}.value-card h4{font-size:.95rem;font-weight:700;margin-bottom:.4rem}.value-card p{font-size:.78rem;color:var(--muted);line-height:1.6}@media(max-width:1024px){.categories-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.products-grid,.collection-grid{grid-template-columns:repeat(3,1fr)}.footer-grid,.testimonials-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.site-nav,.btn-header-cta{display:none}.hamburger{display:flex}.hero-inner{grid-template-columns:1fr;text-align:center}.hero-visual{display:none}.hero-ctas,.hero-trust{justify-content:center}.hero-sub{margin:0 auto 2rem}.categories-grid,.products-grid,.collection-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:1fr 1fr}.testimonials-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.contact-grid,.about-story-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr 1fr}.form-row,.product-page-grid{grid-template-columns:1fr}.section{padding:3.5rem 1rem}}@media(max-width:480px){.categories-grid,.products-grid,.collection-grid{grid-template-columns:1fr 1fr}.features-grid,.values-grid,.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr 1fr}}.cart-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;background:#000000a6}.cart-overlay.open{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:min(420px,100vw);z-index:260;background:var(--dark-3);border-left:1px solid var(--border);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease}.cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer-title{font-size:1rem;font-weight:800}.cart-drawer-close{background:transparent;color:var(--silver);font-size:1.2rem;transition:var(--transition);cursor:pointer}.cart-drawer-close:hover{color:var(--white)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.cart-empty{text-align:center;color:var(--muted);padding:2rem 0}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.cart-drawer-total{display:flex;justify-content:space-between;font-size:.95rem;font-weight:700;margin-bottom:1rem}.cart-item{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;background:var(--dark-4);border-radius:var(--rs);border:1px solid var(--border)}.cart-item-img{flex-shrink:0;border-radius:var(--rs);overflow:hidden}.cart-item-img img{width:72px;height:72px;object-fit:cover;display:block}.cart-item-info{flex:1;min-width:0}.cart-item-title{font-size:.82rem;font-weight:600;color:var(--white);display:block;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-variant{font-size:.72rem;color:var(--muted);margin-bottom:.4rem}.cart-item-row{display:flex;align-items:center;gap:.75rem;justify-content:space-between}.cart-item-price{font-size:.85rem;font-weight:700;color:var(--gold)}.cart-item-remove{background:transparent;color:var(--muted);font-size:.85rem;transition:var(--transition);flex-shrink:0;cursor:pointer}.cart-item-remove:hover{color:var(--danger)}.qty-control{display:flex;align-items:center;gap:.35rem;background:var(--dark-5);border-radius:var(--rs);padding:.2rem .3rem}.qty-btn{background:transparent;color:var(--silver);font-size:1rem;line-height:1;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:var(--transition);cursor:pointer}.qty-btn:hover{background:var(--dark-4);color:var(--white)}.qty-num{font-size:.82rem;font-weight:700;min-width:20px;text-align:center}.qty-input{background:transparent;border:none;color:var(--white);font-family:inherit;font-size:.82rem;font-weight:700;width:36px;text-align:center;outline:none}.product-page{padding:3rem 1.5rem}.breadcrumb{font-size:.72rem;color:var(--muted);display:flex;align-items:center;gap:.4rem;margin-bottom:2rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--gold)}.breadcrumb span{opacity:.5}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}.gallery-main{border-radius:var(--r);overflow:hidden;background:var(--dark-3);aspect-ratio:1;margin-bottom:.75rem}.gallery-main-img{width:100%;height:100%;object-fit:contain;display:block;transition:var(--transition)}.gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.thumb{width:72px;height:72px;border-radius:var(--rs);overflow:hidden;border:2px solid var(--border);cursor:pointer;transition:var(--transition);padding:0;background:var(--dark-3)}.thumb:hover,.thumb.active{border-color:var(--gold)}.thumb img{width:100%;height:100%;object-fit:cover}.product-vendor{font-size:.7rem;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.3rem}.product-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:900;line-height:1.2;margin-bottom:1rem}.product-price-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.product-price{font-size:1.6rem;font-weight:800;color:var(--gold)}.product-compare{font-size:1rem;color:var(--muted);text-decoration:line-through}.product-save-badge{background:#f5a62326;color:var(--gold);font-size:.72rem;font-weight:700;padding:.2rem .5rem;border-radius:4px}.variant-selector{margin-bottom:1.25rem}.variant-label{display:block;font-size:.72rem;font-weight:600;color:var(--silver);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.variant-select{width:100%;padding:.65rem .9rem;background:var(--dark-4);border:1px solid var(--border);border-radius:var(--rs);color:var(--white);font-family:inherit;font-size:.85rem;outline:none;cursor:pointer;transition:var(--transition)}.variant-select:focus{border-color:var(--gold)}.product-atc-row{display:flex;gap:.75rem;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap}.product-atc-btn{flex:1;min-width:160px;justify-content:center}.product-atc-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-trust{display:flex;gap:1rem;flex-wrap:wrap;font-size:.72rem;color:var(--muted);padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:1.5rem}.product-tabs{margin-top:1.5rem}.product-tab-nav{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.product-tab-btn{background:transparent;color:var(--muted);padding:.6rem 1rem;font-size:.82rem;font-weight:600;border-radius:var(--rs) var(--rs) 0 0;transition:var(--transition);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.product-tab-btn:hover{color:var(--white)}.product-tab-btn.active{color:var(--gold);border-bottom-color:var(--gold)}.product-tab-panel{display:none;font-size:.88rem;color:var(--silver);line-height:1.8}.product-tab-panel.active{display:block}.product-tab-panel.rte h2,.product-tab-panel.rte h3{color:var(--white);margin:1rem 0 .5rem}.product-tab-panel.rte ul{padding-left:1.2rem}.product-tab-panel.rte li{margin-bottom:.3rem}.collection-page .section-inner{max-width:1280px}.collection-header{margin-bottom:2rem}.collection-title{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:900;margin-bottom:.5rem}.collection-desc{color:var(--muted);font-size:.88rem;max-width:680px;line-height:1.7}.filter-pills{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.filter-pill{padding:.45rem 1rem;border-radius:50px;font-size:.78rem;font-weight:600;background:var(--dark-3);color:var(--silver);border:1px solid var(--border);transition:var(--transition);cursor:pointer}.filter-pill:hover{border-color:var(--gold);color:var(--white)}.filter-pill.active{background:#f5a62326;color:var(--gold);border-color:var(--gold)}.collection-count{font-size:.78rem;color:var(--muted);margin-bottom:1.5rem}.empty-collection{text-align:center;padding:5rem 1.5rem;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:.4rem;margin-top:3rem;flex-wrap:wrap}.page-btn{padding:.45rem .85rem;border-radius:var(--rs);font-size:.82rem;font-weight:600;background:var(--dark-3);color:var(--silver);border:1px solid var(--border);transition:var(--transition)}.page-btn:hover,.page-btn.active{background:#f5a62326;color:var(--gold);border-color:var(--gold)}.cart-page-title{font-size:clamp(1.6rem,3vw,2.5rem);font-weight:900;margin-bottom:2.5rem}.cart-empty-state{text-align:center;padding:5rem 1.5rem}.cart-empty-icon{font-size:4rem;margin-bottom:1rem}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:.75rem}.cart-line{display:flex;gap:1rem;align-items:flex-start;padding:1rem;background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r)}.cart-line-img{flex-shrink:0;border-radius:var(--rs);overflow:hidden}.cart-line-img img{width:96px;height:96px;object-fit:cover;display:block}.cart-line-info{flex:1;min-width:0}.cart-line-title{font-size:.9rem;font-weight:700;color:var(--white);display:block;margin-bottom:.2rem}.cart-line-variant{font-size:.75rem;color:var(--muted);margin-bottom:.4rem}.cart-line-price{font-size:.85rem;color:var(--muted);margin-bottom:.6rem}.cart-line-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-line-subtotal{font-size:.95rem;font-weight:700;color:var(--gold)}.cart-line-remove{background:transparent;color:var(--muted);font-size:.82rem;transition:var(--transition);flex-shrink:0;cursor:pointer}.cart-line-remove:hover{color:var(--danger)}.cart-summary-card{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem;position:sticky;top:90px}.cart-summary-title{font-size:1rem;font-weight:800;margin-bottom:1.25rem}.cart-summary-row{display:flex;justify-content:space-between;font-size:.85rem;color:var(--silver);margin-bottom:.65rem}.cart-summary-total{display:flex;justify-content:space-between;font-size:1rem;font-weight:800;color:var(--gold);padding-top:.75rem;border-top:1px solid var(--border);margin-top:.5rem;margin-bottom:1rem}.cart-free-ship-note{font-size:.72rem;color:var(--muted);text-align:center}.cart-payment-icons{display:flex;justify-content:center;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.page-wrapper{padding:4rem 1.5rem}.page-inner{max-width:1100px}.page-hero{text-align:center;margin-bottom:3rem}.page-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:.75rem}.page-sub{font-size:1rem;color:var(--muted);max-width:600px;margin:0 auto}.page-content{max-width:780px}.page-content.rte h1,.page-content.rte h2,.page-content.rte h3{color:var(--white);margin:1.5rem 0 .75rem;font-weight:800}.page-content.rte p{color:var(--silver);font-size:.9rem;line-height:1.8;margin-bottom:.75rem}.page-content.rte ul,.page-content.rte ol{padding-left:1.4rem;margin-bottom:.75rem}.page-content.rte li{color:var(--silver);font-size:.9rem;line-height:1.7;margin-bottom:.35rem}.contact-layout{display:grid;grid-template-columns:300px 1fr;gap:2.5rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-card{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:1.25rem;text-align:center}.contact-icon{font-size:1.75rem;display:block;margin-bottom:.5rem}.contact-card h3{font-size:.9rem;font-weight:700;margin-bottom:.3rem}.contact-card p{font-size:.82rem;color:var(--muted)}.contact-form-wrap{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:2rem}.contact-form .form-group{margin-bottom:1rem}.contact-form label{display:block;font-size:.72rem;font-weight:600;color:var(--silver);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.contact-form input,.contact-form textarea{width:100%;padding:.72rem .9rem;background:var(--dark-4);border:1px solid var(--border);border-radius:var(--rs);color:var(--white);font-family:inherit;font-size:.85rem;outline:none;transition:var(--transition)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold)}.contact-form textarea{resize:vertical;min-height:130px}.form-success{background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:var(--r);padding:1.5rem;text-align:center;color:var(--success)}.form-errors{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--r);padding:1rem;margin-bottom:1rem;font-size:.82rem;color:var(--danger)}.newsletter-card{background:linear-gradient(135deg,var(--dark-3),var(--dark-4));border:1px solid rgba(245,166,35,.2);border-radius:var(--rl);padding:4rem 3rem;text-align:center;max-width:640px;margin:0 auto}.newsletter-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:900;margin-bottom:.75rem}.newsletter-sub{color:var(--muted);font-size:.9rem;margin-bottom:2rem;line-height:1.7}.newsletter-form{display:flex;gap:.5rem;max-width:480px;margin:0 auto}.newsletter-input{flex:1;padding:.75rem 1rem;background:var(--dark-5);border:1px solid var(--border);border-radius:var(--r);color:var(--white);font-family:inherit;font-size:.85rem;outline:none;transition:var(--transition)}.newsletter-input:focus{border-color:var(--gold)}.newsletter-note{font-size:.7rem;color:var(--muted);margin-top:.75rem}.newsletter-success{color:var(--success);font-size:.9rem;font-weight:600}.newsletter-error{color:var(--danger);font-size:.78rem;margin-top:.4rem}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:900;margin-bottom:.6rem}.section-sub{color:var(--muted);font-size:.9rem;margin-bottom:2.5rem;max-width:560px}.features-section{background:var(--dark-2)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-tile{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:2rem 1.5rem;text-align:center;transition:var(--transition)}.feature-tile:hover{border-color:#f5a6234d;transform:translateY(-3px)}.feature-icon{font-size:2.2rem;margin-bottom:.75rem}.feature-title{font-size:.95rem;font-weight:700;margin-bottom:.4rem}.feature-text{font-size:.78rem;color:var(--muted);line-height:1.6}.testimonials-section{background:var(--dark-2)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.testimonial-card{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);padding:1.75rem}.stars{color:var(--gold);font-size:1rem;margin-bottom:.75rem;letter-spacing:.05em}.testimonial-text{font-size:.85rem;color:var(--silver);line-height:1.7;margin-bottom:1.25rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.author-avatar{width:36px;height:36px;border-radius:50%;background:#f5a62333;color:var(--gold);font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.author-name{font-size:.82rem;font-weight:700}.author-meta{font-size:.68rem;color:var(--muted)}.site-footer{background:var(--dark-2);border-top:1px solid var(--border);padding:4rem 1.5rem 2rem}.footer-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.footer-tagline{font-size:.82rem;color:var(--muted);line-height:1.6;margin-bottom:1.25rem}.footer-social{display:flex;gap:.5rem}.social-link{width:34px;height:34px;border-radius:50%;background:var(--dark-4);border:1px solid var(--border);color:var(--muted);display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;transition:var(--transition)}.social-link:hover{border-color:var(--gold);color:var(--gold)}.footer-col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--white);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.5rem}.footer-col ul a{font-size:.82rem;color:var(--muted);transition:var(--transition)}.footer-col ul a:hover{color:var(--gold);padding-left:.3rem}.footer-contact-item{font-size:.82rem;color:var(--muted);margin-bottom:.4rem}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copy{font-size:.75rem;color:var(--muted)}.payment-icons,.cart-payment-icons{display:flex;gap:.4rem;flex-wrap:wrap}.pay-icon{background:var(--dark-4);border:1px solid var(--border);border-radius:4px;padding:.2rem .5rem;font-size:.6rem;font-weight:700;color:var(--muted)}.hero{position:relative;min-height:clamp(520px,70vh,800px);display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 60% 40%,rgba(245,166,35,.15) 0%,transparent 70%),linear-gradient(135deg,var(--dark) 0%,var(--dark-2) 100%);z-index:0}.hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;width:100%}.hero-title{font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;line-height:1.08;letter-spacing:-.02em;margin-bottom:1rem}.hero-sub{font-size:clamp(.9rem,1.5vw,1.05rem);color:var(--silver);line-height:1.7;margin-bottom:2rem;max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero-stats{display:flex;gap:2rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column}.stat-num{font-size:1.4rem;font-weight:900;color:var(--gold)}.stat-lbl{font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:.07em}.hero-float-cards{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.float-card{background:#0e0e1cd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--r);padding:1rem 1.25rem;display:flex;align-items:center;gap:1rem;transition:var(--transition)}.float-card:hover{border-color:#f5a6234d;transform:translate(-4px)}.float-icon{font-size:1.5rem;flex-shrink:0}.float-title{font-size:.85rem;font-weight:700;margin-bottom:.1rem}.float-sub{font-size:.72rem;color:var(--muted)}.sale-banner{background:linear-gradient(135deg,#f5a6232e,#c8851d1a);border-top:1px solid rgba(245,166,35,.2);border-bottom:1px solid rgba(245,166,35,.2);padding:4rem 1.5rem;text-align:center}.sale-banner-inner{max-width:640px;margin:0 auto}.sale-tag{display:inline-block;background:var(--gold);color:var(--dark);font-size:.65rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .75rem;border-radius:50px;margin-bottom:1rem}.sale-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:900;margin-bottom:.75rem}.sale-sub{color:var(--muted);font-size:.9rem;margin-bottom:2rem}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.cat-card{border-radius:var(--r);overflow:hidden;position:relative;aspect-ratio:3/4;display:block;background:var(--dark-3)}.cat-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cat-placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;background:var(--dark-4)}.cat-card:hover .cat-img{transform:scale(1.06)}.cat-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 50%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:1.5rem;text-align:center;gap:.25rem}.cat-emoji{font-size:2rem;margin-bottom:.25rem}.cat-name{font-size:1rem;font-weight:800}.cat-cta{font-size:.75rem;color:var(--gold);font-weight:600}.badge-sale{background:#ef4444}.badge-new{background:var(--gold);color:var(--dark)}.badge-hot{background:#f97316}.badge-best{background:#8b5cf6}.card-badge{position:absolute;top:.6rem;left:.6rem;padding:.2rem .55rem;border-radius:50px;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--white);z-index:1}.card-img-wrap{position:relative;overflow:hidden;aspect-ratio:1;border-radius:var(--r) var(--r) 0 0;background:var(--dark-3)}.card-img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease;display:block}.product-card:hover .card-img{transform:scale(1.05)}.card-sold-out{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;letter-spacing:.05em;color:var(--muted)}.card-actions{position:absolute;bottom:0;left:0;right:0;padding:.75rem;display:flex;flex-direction:column;gap:.4rem;transform:translateY(100%);transition:var(--transition)}.product-card:hover .card-actions{transform:translateY(0)}.card-action-btn{background:#07070fe6;color:var(--white);border:1px solid rgba(255,255,255,.15);border-radius:var(--rs);padding:.5rem;font-size:.75rem;font-weight:700;text-align:center;transition:var(--transition);cursor:pointer;font-family:inherit}.card-action-btn:hover{background:var(--gold);color:var(--dark);border-color:var(--gold)}.card-action-btn:disabled{opacity:.5;cursor:not-allowed}.card-action-link{display:block}.product-card{background:var(--dark-3);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:var(--transition)}.product-card:hover{border-color:#f5a6234d;transform:translateY(-4px);box-shadow:var(--sh)}.card-body{padding:1rem}.card-title{font-size:.85rem;font-weight:700;color:var(--white);display:block;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:var(--transition)}.card-title:hover{color:var(--gold)}.card-price-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.card-price{font-size:.95rem;font-weight:800;color:var(--gold)}.card-was{font-size:.78rem;color:var(--muted);text-decoration:line-through}.card-save{font-size:.65rem;font-weight:700;color:#ef4444;background:#ef44441a;padding:.1rem .35rem;border-radius:4px}.card-rating{display:flex;align-items:center;gap:.3rem;margin-top:.35rem}.rating-stars{color:var(--gold);font-size:.75rem}.rating-count{font-size:.7rem;color:var(--muted)}@media(max-width:1024px){.category-grid,.features-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.cart-layout{grid-template-columns:1fr 320px}}@media(max-width:768px){.hero-inner{grid-template-columns:1fr;text-align:center}.hero-visual{display:none}.hero-actions,.hero-stats{justify-content:center}.category-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.product-layout,.cart-layout,.contact-layout{grid-template-columns:1fr}}@media(max-width:480px){.category-grid{grid-template-columns:1fr 1fr}.features-grid,.footer-inner{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.hero-title{font-size:2rem}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
