:root{--sf-brand:#d99012;--sf-dark:#24170f;--sf-soft:#fff5e8;--sf-line:#f2dfc6;--sf-muted:#7c6a59}.sf-container{max-width:1180px;margin:0 auto;padding-left:16px;padding-right:16px}.sf-header{position:sticky;top:0;z-index:40;background:rgba(255,250,244,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--sf-line)}.sf-topbar{background:#24170f;color:#fff;font-size:12px}.sf-topbar-inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sf-topbar a,.sf-topbar span{display:inline-flex;align-items:center;gap:8px}.sf-header-main{height:78px;display:flex;align-items:center;gap:18px}.sf-logo{display:inline-flex;align-items:center;gap:12px;min-width:max-content}.sf-logo-mark{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#d99012,#f5bd47);display:grid;place-items:center;color:#fff;box-shadow:0 12px 28px rgba(217,144,18,.25)}.sf-logo strong{display:block;font-weight:950;line-height:1}.sf-logo small{display:block;color:var(--sf-muted);font-size:12px;font-weight:700;margin-top:3px}.sf-search{height:48px;flex:1;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--sf-line);border-radius:18px;padding:0 10px 0 16px;box-shadow:0 12px 34px rgba(36,23,15,.05)}.sf-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-weight:700;color:var(--sf-dark)}.sf-search button{height:36px;border-radius:13px;background:var(--sf-brand);color:#fff;padding:0 16px;font-weight:900}.sf-actions{display:flex;align-items:center;gap:10px}.sf-action{position:relative;min-width:86px;height:48px;border-radius:18px;background:#fff;border:1px solid var(--sf-line);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900;color:var(--sf-dark)}.sf-action em{position:absolute;top:-8px;right:-8px;min-width:22px;height:22px;border-radius:99px;background:#ef4444;color:#fff;display:grid;place-items:center;font-size:11px;font-style:normal;border:2px solid #fff}.sf-mobile-search{display:none;padding-bottom:12px}.sf-main{padding-top:28px;padding-bottom:48px}.sf-alert{border-radius:22px;padding:14px 16px;margin-bottom:18px;font-weight:800}.sf-alert-success{background:#ecfdf3;color:#067647;border:1px solid #abefc6}.sf-alert-error{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.sf-footer{background:#24170f;color:#fff;padding:42px 0;margin-top:28px}.sf-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:28px}.sf-footer p{color:rgba(255,255,255,.68);max-width:520px}.sf-footer h3{font-weight:950;margin-bottom:12px}.sf-footer a,.sf-footer-button{display:block;color:rgba(255,255,255,.74);font-weight:700;margin:8px 0}.sf-footer-logo{font-size:20px;font-weight:950;margin-bottom:10px}.sf-section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}.sf-section-title h2{font-size:26px;font-weight:950;letter-spacing:-.02em}.sf-section-title p{color:var(--sf-muted);font-size:14px}.sf-card{background:#fff;border:1px solid var(--sf-line);border-radius:28px;box-shadow:0 14px 38px rgba(36,23,15,.06)}.sf-product-card{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.sf-product-card:hover{transform:translateY(-3px);box-shadow:0 22px 45px rgba(36,23,15,.1)}.sf-product-image{display:block;aspect-ratio:1/1;background:var(--sf-soft);overflow:hidden}.sf-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.sf-product-card:hover .sf-product-image img{transform:scale(1.04)}.sf-product-body{padding:16px}.sf-product-title{font-weight:950;line-height:1.22;min-height:42px}.sf-price{color:var(--sf-brand);font-size:19px;font-weight:950}.sf-badge{display:inline-flex;align-items:center;gap:6px;border-radius:99px;padding:6px 10px;font-size:12px;font-weight:900}.sf-badge-soft{background:#fff4de;color:#9a610b}.sf-badge-red{background:#fff1f2;color:#be123c}.sf-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:18px;padding:12px 16px;font-weight:950;border:1px solid transparent}.sf-btn-primary{background:var(--sf-brand);color:#fff}.sf-btn-light{background:#fff;color:var(--sf-dark);border-color:var(--sf-line)}.sf-form-control{border:1px solid var(--sf-line);border-radius:18px;padding:12px 14px;background:#fff;width:100%;outline:none}.sf-form-control:focus{border-color:var(--sf-brand);box-shadow:0 0 0 4px rgba(217,144,18,.12)}.sf-step{display:flex;gap:12px;align-items:flex-start}.sf-step-icon{width:38px;height:38px;border-radius:14px;background:#fff4de;color:#9a610b;display:grid;place-items:center;flex:0 0 auto}.sf-empty{text-align:center;padding:48px 20px}.sf-empty i{font-size:42px;color:var(--sf-brand);margin-bottom:14px}.sf-checkout-summary{position:sticky;top:112px;height:max-content}.sf-hero{position:relative;overflow:hidden;border-radius:36px;background:radial-gradient(circle at 78% 20%,rgba(255,255,255,.22),transparent 28%),linear-gradient(135deg,#24170f,#a8660d 62%,#f2a51e);color:#fff;padding:48px;box-shadow:0 24px 60px rgba(36,23,15,.18)}.sf-hero h1{font-size:clamp(34px,5vw,62px);font-weight:950;line-height:.96;letter-spacing:-.04em}.sf-hero p{color:rgba(255,255,255,.78);font-weight:700;max-width:640px}.sf-hero img{position:absolute;right:0;bottom:0;width:50%;height:100%;object-fit:cover;opacity:.25}.sf-hero-content{position:relative;z-index:1;max-width:660px}.sf-chip-row{display:flex;gap:10px;flex-wrap:wrap}.sf-chip{border-radius:999px;padding:10px 14px;background:#fff;border:1px solid var(--sf-line);font-weight:900;font-size:14px}.sf-chip.active,.sf-chip:hover{border-color:var(--sf-brand);color:#9a610b;background:#fff8eb}.sf-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:34px}.sf-gallery-main{border-radius:30px;overflow:hidden;background:var(--sf-soft);border:1px solid var(--sf-line)}.sf-gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}.sf-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.sf-gallery-thumbs img{aspect-ratio:1/1;object-fit:cover;border:1px solid var(--sf-line);border-radius:18px;cursor:pointer;background:var(--sf-soft)}.sf-buybox{position:sticky;top:112px;height:max-content}.sf-rating{display:flex;align-items:center;gap:10px;color:#f59e0b;font-weight:900}.sf-spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sf-spec{background:#fffaf4;border:1px solid var(--sf-line);border-radius:18px;padding:12px}.sf-spec strong{display:block;font-size:12px;color:var(--sf-muted);margin-bottom:2px}.sf-order-table{width:100%;border-collapse:separate;border-spacing:0}.sf-order-table th,.sf-order-table td{padding:14px;border-bottom:1px solid var(--sf-line);vertical-align:middle}.sf-order-table th{text-align:left;font-size:12px;color:var(--sf-muted);text-transform:uppercase;letter-spacing:.05em}@media (max-width:900px){.sf-topbar{display:none}.sf-header-main{height:auto;padding-top:12px;padding-bottom:12px}.sf-search:not(.sf-search-mobile){display:none}.sf-mobile-search{display:block}.sf-action span{display:none}.sf-action{min-width:46px}.sf-logo small{display:none}.sf-footer-grid{grid-template-columns:1fr}.sf-product-layout{grid-template-columns:1fr}.sf-buybox,.sf-checkout-summary{position:static}.sf-hero{padding:32px 24px}.sf-hero img{display:none}}@media (max-width:640px){.sf-container{padding-left:12px;padding-right:12px}.sf-header-main{gap:10px}.sf-logo strong{font-size:14px}.sf-logo-mark{width:40px;height:40px}.sf-hero{border-radius:28px}.sf-section-title{align-items:flex-start;flex-direction:column}.sf-spec-grid{grid-template-columns:1fr}}:root{--sf-radius-xl:28px;--sf-radius-lg:22px;--sf-focus:0 0 0 4px rgba(217,144,18,.16)}.storefront{background:radial-gradient(circle at top left,rgba(251,191,36,.18),transparent 34rem),radial-gradient(circle at top right,rgba(217,144,18,.12),transparent 30rem),#fffaf4}.sf-header{position:sticky;top:0;z-index:40;background:rgba(255,250,244,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(254,215,170,.85);box-shadow:0 10px 32px rgba(44,24,16,.04)}.sf-topbar{background:#2c1810;color:#ffedd5;font-size:.78rem;font-weight:800}.sf-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.sf-topbar a,.sf-topbar span{display:inline-flex;align-items:center;gap:.5rem}.sf-header-main{min-height:78px}.sf-logo{gap:.74rem}.sf-logo-mark{box-shadow:0 16px 34px rgba(217,144,18,.24)}.sf-logo strong{letter-spacing:-.04em}.sf-logo small{letter-spacing:.12em;text-transform:uppercase;color:#a8a29e;font-weight:900}.sf-search{box-shadow:0 14px 34px rgba(44,24,16,.06);border-color:#fed7aa}.sf-search:focus-within{box-shadow:var(--sf-focus),0 16px 34px rgba(44,24,16,.08);border-color:#d99012}.sf-search input::placeholder{color:#a8a29e}.sf-search button{min-width:76px}.sf-action{position:relative;transition:.16s ease}.sf-action:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(217,144,18,.14)}.sf-action em{position:absolute;top:-7px;right:-7px;min-width:22px;height:22px;display:grid;place-items:center;border:2px solid #fff;background:#dc2626;color:#fff;font-size:.68rem;font-weight:1000;border-radius:999px;font-style:normal}.sf-main{padding-top:1.35rem;padding-bottom:2.5rem}.sf-card{border-radius:var(--sf-radius-lg);box-shadow:0 16px 42px rgba(44,24,16,.07);transition:box-shadow .18s ease,transform .18s ease}.sf-card:hover{box-shadow:0 22px 54px rgba(44,24,16,.09)}.sf-hero{overflow:hidden;isolation:isolate;min-height:340px;display:flex;align-items:center}.sf-hero:before{content:"";position:absolute;inset:auto -8rem -12rem auto;width:28rem;height:28rem;background:rgba(255,255,255,.12);border-radius:999px;z-index:-1}.sf-hero-content{max-width:680px}.sf-hero h1{font-size:clamp(2.15rem,5vw,4.8rem);line-height:.94;letter-spacing:-.07em}.sf-hero p{max-width:560px;font-size:1.05rem;color:rgba(255,255,255,.86)}.sf-section-title{margin-bottom:1.1rem}.sf-section-title h2{font-size:clamp(1.45rem,2.6vw,2.2rem);letter-spacing:-.055em}.sf-section-title p{max-width:680px;color:#78716c;font-weight:650}.sf-chip-row{display:flex;gap:.65rem;overflow:auto;padding-bottom:.25rem;scrollbar-width:thin}.sf-chip{white-space:nowrap;box-shadow:0 8px 22px rgba(44,24,16,.04)}.sf-chip.active{box-shadow:0 12px 24px rgba(217,144,18,.18)}.sf-product-card{position:relative;overflow:hidden}.sf-product-card:hover{transform:translateY(-3px)}.sf-product-image{display:block;overflow:hidden;background:#fff7ed}.sf-product-image img{transition:transform .28s ease}.sf-product-card:hover .sf-product-image img{transform:scale(1.045)}.sf-product-title{min-height:2.8em}.sf-price{letter-spacing:-.04em}.sf-btn{transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.sf-btn:hover{transform:translateY(-1px)}.sf-btn:focus-visible,.sf-form-control:focus-visible{outline:none;box-shadow:var(--sf-focus)}.sf-product-layout{align-items:start}.sf-gallery-main{border-radius:var(--sf-radius-xl);box-shadow:0 18px 48px rgba(44,24,16,.08)}.sf-gallery-main img{display:block}.sf-gallery-thumbs img{transition:.16s ease}.sf-gallery-thumbs img:hover{transform:translateY(-2px);border-color:#d99012;box-shadow:0 10px 22px rgba(217,144,18,.14)}.sf-buybox{box-shadow:0 20px 60px rgba(44,24,16,.1)}.sf-step-icon{flex:0 0 auto}.sf-spec{transition:.16s ease}.sf-spec:hover{border-color:#fdba74;background:#fff7ed}.sf-order-table{min-width:680px}.sf-order-table tbody tr:hover td{background:#fffaf4}.sf-checkout-summary{top:112px}.sf-empty{min-height:260px;display:grid;place-items:center;text-align:center;padding:2rem}.sf-empty i{font-size:3rem;color:#d99012;margin-bottom:.6rem}.sf-alert{border-radius:20px;box-shadow:0 12px 30px rgba(44,24,16,.06)}.sf-footer{margin-top:2rem;background:linear-gradient(135deg,#24170f,#3b2416);color:#ffedd5;border-top:1px solid rgba(254,215,170,.25)}.sf-footer-grid{padding-top:2.4rem;padding-bottom:2.4rem}.sf-footer a{color:#fed7aa}.sf-footer a:hover{color:#fff}.sf-footer-logo{color:#fff}@media (max-width:900px){.sf-header{position:sticky}.sf-header-main{min-height:64px}.sf-actions{gap:.4rem}.sf-mobile-search{padding-bottom:.8rem}.sf-hero{min-height:280px}.sf-product-title{min-height:auto}.sf-order-table{min-width:620px}}@media (max-width:640px){.sf-main{padding-top:1rem}.sf-card{border-radius:18px}.sf-hero{padding:28px 20px;min-height:260px}.sf-hero h1{font-size:2.15rem}.sf-hero p{font-size:.96rem}.sf-section-title{gap:.7rem}.sf-product-card .sf-product-body{padding:12px}.sf-product-card .sf-btn{padding:.68rem .72rem;font-size:.86rem}.sf-price{font-size:1.02rem}.sf-gallery-thumbs{grid-template-columns:repeat(4,1fr)}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}.sf-logo-image{width:44px;height:44px;object-fit:contain;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}.sf-footer-contact{display:grid;gap:.45rem;margin-top:1rem;color:#6b5b4d;font-size:.92rem}.sf-footer-contact span{display:flex;align-items:flex-start;gap:.55rem}.sf-copyright{border-top:1px solid rgba(120,84,43,.14);padding:1rem 0 1.25rem;color:#7a6b5d;font-size:.9rem}:where(.bg-brand){background:var(--brand-primary)!important}.text-brand{color:var(--brand-primary)!important}.border-brand{border-color:var(--brand-primary)!important}.premium-slide-banner{position:relative}.premium-slide-track{position:relative;min-height:260px;border-radius:28px;overflow:hidden;background:var(--brand-primary-light);border:1px solid var(--brand-border);box-shadow:0 18px 44px rgba(15,23,42,.08)}.premium-slide-item{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .35s ease}.premium-slide-item.is-active{opacity:1;pointer-events:auto}.premium-slide-item img{width:100%;height:100%;object-fit:cover;display:block}.premium-slide-item:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.56),rgba(0,0,0,.18),rgba(0,0,0,.04))}.premium-slide-copy{position:absolute;z-index:1;left:28px;bottom:28px;max-width:min(520px,75%);color:#fff;display:grid;gap:8px}.premium-slide-copy strong{font-size:clamp(24px,3vw,42px);line-height:1;font-weight:950;letter-spacing:-.03em}.premium-slide-copy span{color:rgba(255,255,255,.86);font-weight:700}.premium-slide-copy a{width:max-content;display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#fff;color:var(--brand-text);padding:10px 14px;font-weight:900;text-decoration:none}@media(max-width:720px){.premium-slide-track{min-height:190px;border-radius:20px}.premium-slide-copy{left:18px;bottom:18px;max-width:82%}.premium-slide-copy span{display:none}}.premium-image-slider{position:relative}.premium-image-slider-shell{position:relative}.premium-image-slider .premium-slide-track{min-height:clamp(190px,30vw,430px);border-radius:30px;overflow:hidden;background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary-light) 82%,#fff),#fff);border:1px solid color-mix(in srgb,var(--brand-border) 80%,#fff);box-shadow:0 24px 56px rgba(15,23,42,.10)}.premium-image-slider .premium-slide-item:after{display:none!important}.premium-image-slider .premium-slide-copy{display:none!important}.premium-image-slider .premium-slide-item img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.01)}.premium-image-slider .premium-slide-controls{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;padding:0 18px;pointer-events:none;z-index:3}.premium-image-slider .premium-slide-arrow{pointer-events:auto;width:46px;height:46px;border-radius:999px;border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.82);backdrop-filter:blur(12px);display:grid;place-items:center;color:var(--brand-text);box-shadow:0 14px 30px rgba(15,23,42,.16);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.premium-image-slider .premium-slide-arrow:hover{transform:translateY(-1px) scale(1.04);background:#fff;box-shadow:0 18px 36px rgba(15,23,42,.20)}.premium-image-slider .premium-slide-arrow:focus-visible{outline:none;box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 18%,transparent),0 18px 36px rgba(15,23,42,.20)}.premium-image-slider .premium-slide-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:rgba(15,23,42,.22);backdrop-filter:blur(12px);z-index:3}.premium-image-slider .premium-slide-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.56);padding:0;transition:width .18s ease,background .18s ease,transform .18s ease}.premium-image-slider .premium-slide-dot:hover{transform:scale(1.08);background:rgba(255,255,255,.9)}.premium-image-slider .premium-slide-dot.is-active{width:28px;background:#fff}@media(max-width:720px){.premium-image-slider .premium-slide-track{min-height:170px;border-radius:22px}.premium-image-slider .premium-slide-controls{padding:0 10px}.premium-image-slider .premium-slide-arrow{width:38px;height:38px;font-size:12px}.premium-image-slider .premium-slide-dots{bottom:12px;gap:7px;padding:7px 10px}.premium-image-slider .premium-slide-dot{width:9px;height:9px}.premium-image-slider .premium-slide-dot.is-active{width:22px}}.premium-announcement-section{position:relative;margin-top:0;margin-bottom:24px}.premium-section-kicker{display:inline-flex;align-items:center;gap:8px;width:max-content;margin-bottom:8px;padding:7px 11px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary-light) 78%,#fff);color:var(--brand-primary-dark);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.premium-section-kicker i{color:var(--brand-primary)}.premium-announcements{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;margin-bottom:0}.premium-announcement{position:relative;overflow:hidden;min-height:86px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 14px;border:1px solid color-mix(in srgb,var(--brand-border) 74%,#fff);border-radius:18px;background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--brand-primary-light) 34%,#fff) 100%);box-shadow:0 12px 30px rgba(15,23,42,.055);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.premium-announcement:before{content:"";position:absolute;inset:-56px auto auto -58px;width:118px;height:118px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 10%,transparent);pointer-events:none}.premium-announcement:after{content:"";position:absolute;inset:0 0 0 auto;width:5px;background:linear-gradient(180deg,var(--brand-accent),var(--brand-primary));opacity:.9}.premium-announcement:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--brand-primary) 28%,var(--brand-border));box-shadow:0 18px 38px rgba(15,23,42,.09)}.premium-announcement-icon{position:relative;z-index:1;width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;box-shadow:0 10px 20px color-mix(in srgb,var(--brand-primary) 20%,transparent)}.premium-announcement-icon i{font-size:16px}.premium-announcement-body{position:relative;z-index:1;min-width:0}.premium-announcement-body strong{display:block;margin-bottom:3px;color:var(--brand-text);font-size:15px;font-weight:900;letter-spacing:-.02em;line-height:1.2}.premium-announcement-text,.premium-announcement-text p{margin:0;color:var(--brand-muted);font-size:12.5px;line-height:1.35}.premium-announcement-link{position:relative;z-index:1;align-self:center;justify-self:end;display:inline-flex!important;align-items:center;gap:7px;margin-left:6px;padding:8px 11px;border-radius:999px;background:#fff;color:var(--brand-primary-dark)!important;border:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--brand-border));box-shadow:0 8px 16px rgba(15,23,42,.05);font-size:11.5px!important;font-weight:900!important;white-space:nowrap;transition:transform .16s ease,background .16s ease,color .16s ease}.premium-announcement-link i{width:20px;height:20px;border-radius:999px;display:grid;place-items:center;background:var(--brand-primary-light);font-size:9px;transition:transform .16s ease}.premium-announcement-link:hover{transform:translateX(2px);background:var(--brand-primary);color:#fff!important}.premium-announcement-link:hover i{background:rgba(255,255,255,.18);transform:translateX(1px)}@media(max-width:720px){.premium-announcements{grid-template-columns:1fr}.premium-announcement{grid-template-columns:auto minmax(0,1fr);align-items:center;padding:12px;border-radius:16px}.premium-announcement-link{grid-column:1/-1;justify-self:start;margin-left:54px;margin-top:-2px}.premium-announcement-body strong{font-size:14px}.premium-section-kicker{font-size:11px}}@media(max-width:480px){.premium-announcement{gap:10px}.premium-announcement-icon{width:38px;height:38px;border-radius:14px}.premium-announcement-link{margin-left:48px}}:root{--ui-radius:14px;--ui-radius-sm:10px;--ui-gap:.75rem;--ui-pad:.8rem;--ui-pad-lg:1rem;--ui-font:.92rem;--ui-small:.78rem;--ui-shadow:0 8px 24px rgba(44,24,16,.06)}html{font-size:15px}body{line-height:1.45}.sf-container{max-width:1160px}.sf-topbar-inner{min-height:28px}.sf-header-main{min-height:58px;padding-top:.45rem;padding-bottom:.45rem}.sf-logo{gap:.5rem}.sf-logo-mark,.sf-logo-image{width:36px!important;height:36px!important;border-radius:11px}.sf-logo strong{font-size:1rem}.sf-logo small{font-size:.64rem}.sf-search{height:40px;border-radius:999px;padding:.25rem .35rem .25rem .85rem}.sf-search input{font-size:.88rem}.sf-search button{min-width:auto;padding:.45rem .85rem;border-radius:999px;font-size:.82rem}.sf-actions{gap:.45rem}.sf-action{min-height:40px;border-radius:12px;padding:.45rem .65rem;font-size:.82rem}.sf-action i{font-size:.95rem}.sf-action span{display:inline}.sf-main{padding-top:.9rem;padding-bottom:1.4rem}.sf-card,.sf-product-card,.sf-buybox,.sf-gallery-main{border-radius:var(--ui-radius)!important;box-shadow:var(--ui-shadow)!important}.sf-card{padding:var(--ui-pad-lg)}.sf-hero{min-height:220px;padding:1.4rem!important;border-radius:18px}.sf-hero h1{font-size:clamp(1.65rem,3.5vw,3.2rem);line-height:1}.sf-hero p{font-size:.92rem;margin-top:.65rem}.sf-section-title{margin-bottom:.75rem}.sf-section-title h2{font-size:clamp(1.18rem,2vw,1.65rem)}.sf-section-title p{font-size:.88rem}.sf-chip-row{gap:.45rem}.sf-chip{padding:.5rem .7rem;border-radius:999px;font-size:.82rem}.sf-product-body{padding:.8rem!important}.sf-product-title{font-size:.94rem;line-height:1.35;min-height:auto}.sf-price{font-size:1rem}.sf-btn{border-radius:12px!important;padding:.58rem .78rem!important;font-size:.84rem}.sf-form-control,input,select,textarea{border-radius:12px!important;padding:.58rem .72rem!important;font-size:.88rem}.sf-product-layout{gap:1rem}.sf-gallery-thumbs{gap:.45rem}.sf-gallery-thumbs img{border-radius:10px}.sf-checkout-summary{top:82px}.sf-alert{border-radius:12px;padding:.7rem .85rem;font-size:.88rem}.sf-footer{margin-top:1.25rem}.sf-footer-grid{padding-top:1.4rem;padding-bottom:1.4rem;gap:1rem}.sf-footer-logo{font-size:1rem}.sf-copyright{padding:.75rem 0;font-size:.78rem}.sf-order-table{font-size:.86rem}.sf-order-table th,.sf-order-table td{padding:.55rem .65rem!important}.auth-compact-card{max-width:380px!important;border-radius:18px!important;padding:1rem!important}.auth-compact-card h1{font-size:1.35rem!important;margin-bottom:.8rem!important}@media(max-width:900px){html{font-size:14px}.sf-header-main{min-height:52px}.sf-action span{display:none}.sf-action{padding:.48rem .58rem}.sf-hero{min-height:190px}.sf-product-layout{gap:.8rem}}@media(max-width:640px){.sf-topbar{display:none}.sf-mobile-search{padding-bottom:.55rem}.sf-search-mobile{height:38px}.sf-main{padding-top:.65rem}.sf-hero{min-height:170px;padding:1rem!important}.sf-hero h1{font-size:1.7rem}.sf-card{padding:.8rem!important}.sf-product-body{padding:.65rem!important}}.premium-storefront{background:var(--brand-background);color:var(--brand-text);font-weight:500}.premium-storefront a{text-decoration:none}.premium-header{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--brand-background) 88%,#fff 12%);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--brand-border) 70%,transparent)}.premium-topbar{background:linear-gradient(90deg,var(--brand-footer-bg),var(--brand-gradient-start));color:#fff;font-size:12px}.premium-topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.premium-topbar span,.premium-topbar a{display:inline-flex;align-items:center;gap:7px}.premium-topbar i{color:var(--brand-accent)}.premium-topbar nav{display:flex;gap:22px}.premium-topbar a{color:#fff;opacity:.92}.premium-header-main{min-height:92px;display:grid;grid-template-columns:auto auto minmax(280px,1fr) auto;align-items:center;gap:18px}.premium-logo{display:inline-flex;align-items:center;gap:10px;color:var(--brand-text);min-width:max-content}.premium-logo img{width:48px;height:48px;object-fit:contain}.premium-logo-mark{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));color:#fff;box-shadow:0 12px 26px color-mix(in srgb,var(--brand-primary) 25%,transparent)}.premium-logo strong{font-size:22px;font-weight:700;letter-spacing:-.025em}.premium-category-button{height:44px;border-left:1px solid var(--brand-border);padding-left:24px;display:inline-flex;align-items:center;gap:10px;color:var(--brand-text);font-size:14px;font-weight:600}.premium-search{height:50px;max-width:520px;margin:0 auto;width:100%;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 80%,#fff);border-radius:999px;padding:6px 6px 6px 20px;box-shadow:0 16px 36px rgba(25,16,9,.06)}.premium-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--brand-text);font-size:14px;font-weight:500}.premium-search button{width:54px;height:40px;border-radius:18px;border:0;color:#fff;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));box-shadow:0 10px 20px color-mix(in srgb,var(--brand-primary) 25%,transparent)}.premium-actions{display:flex;align-items:center;gap:18px}.premium-actions a{position:relative;display:inline-flex;align-items:center;gap:9px;color:var(--brand-text);font-size:14px;font-weight:600}.premium-actions i{font-size:19px}.premium-cart em{position:absolute;top:-14px;left:12px;min-width:20px;height:20px;border-radius:999px;background:var(--brand-primary);color:#fff;display:grid;place-items:center;font-size:11px;font-style:normal;border:2px solid #fff}.premium-main{padding-top:24px;padding-bottom:28px}.premium-hero{min-height:510px;border-radius:24px;overflow:hidden;position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.95fr);align-items:center;padding:54px;background:radial-gradient(circle at 75% 30%,color-mix(in srgb,var(--brand-accent) 34%,transparent),transparent 24%),linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end));color:#fff;box-shadow:0 25px 70px color-mix(in srgb,var(--brand-gradient-start) 24%,transparent)}.premium-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:50%;background:linear-gradient(0deg,rgba(0,0,0,.18),transparent);pointer-events:none}.premium-hero-copy{position:relative;z-index:2;max-width:560px}.premium-eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:12px;padding:8px 12px;background:color-mix(in srgb,var(--brand-accent) 55%,transparent);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;margin-bottom:24px}.premium-hero h1{font-size:clamp(42px,5.6vw,64px);font-weight:700;line-height:1.04;letter-spacing:-.045em;margin:0 0 18px}.premium-hero h1::first-line{color:#fff}.premium-hero p{font-size:17px;line-height:1.7;color:rgba(255,255,255,.84);margin:0 0 28px;max-width:510px}.premium-primary-btn,.premium-secondary-btn{height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:0;font-size:14px;font-weight:700}.premium-primary-btn{background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;box-shadow:0 14px 25px color-mix(in srgb,var(--brand-primary) 30%,transparent)}.premium-primary-btn i{width:28px;height:28px;border-radius:99px;background:rgba(255,255,255,.88);color:var(--brand-primary);display:grid;place-items:center;font-size:12px}.premium-secondary-btn{background:#fff;color:var(--brand-text);border:1px solid var(--brand-border)}.premium-hero-proof{margin-top:30px;display:flex;align-items:center;gap:10px}.premium-avatar-stack{display:flex}.premium-avatar-stack i{width:34px;height:34px;border-radius:999px;border:2px solid #fff;margin-left:-8px;background:linear-gradient(135deg,#fff,var(--brand-accent))}.premium-avatar-stack i:first-child{margin-left:0}.premium-hero-proof strong{font-size:14px}.premium-hero-proof small{display:block;color:rgba(255,255,255,.78);margin-left:-4px}.premium-hero-visual{position:relative;z-index:1;min-height:420px;display:grid;place-items:center}.premium-hero-visual img{width:min(520px,100%);height:390px;object-fit:cover;border-radius:28px;filter:drop-shadow(0 32px 48px rgba(0,0,0,.3))}.premium-hero-placeholder{width:360px;height:360px;border-radius:999px;background:rgba(255,255,255,.12);display:grid;place-items:center;font-size:110px;color:rgba(255,255,255,.5)}.premium-floating-card{position:absolute;min-width:170px;border-radius:18px;border:1px solid rgba(255,255,255,.28);background:rgba(255,255,255,.14);backdrop-filter:blur(16px);box-shadow:0 18px 40px rgba(0,0,0,.18);padding:14px 16px;display:grid;grid-template-columns:38px 1fr;gap:2px 12px}.premium-floating-card i{grid-row:1/3;width:38px;height:38px;border-radius:12px;background:color-mix(in srgb,var(--brand-accent) 55%,transparent);display:grid;place-items:center}.premium-floating-card strong{font-size:18px}.premium-floating-card span{font-size:12px;color:rgba(255,255,255,.85)}.premium-floating-top{top:54px;left:0}.premium-floating-bottom{right:0;bottom:44px}.premium-benefits{border-radius:18px;background:#fff;box-shadow:0 20px 40px rgba(25,16,9,.06);border:1px solid color-mix(in srgb,var(--brand-border) 75%,#fff);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.premium-benefits article{display:flex;align-items:center;gap:14px;padding:20px 26px;border-right:1px solid var(--brand-border)}.premium-benefits article:last-child{border-right:0}.premium-benefits i{width:42px;height:42px;border-radius:14px;background:var(--brand-primary-light);color:var(--brand-primary);display:grid;place-items:center;font-size:20px}.premium-benefits strong{display:block;font-size:14px;font-weight:700}.premium-benefits span{display:block;font-size:12px;color:var(--brand-muted);margin-top:3px}.premium-section{margin:0 0 34px}.premium-section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.premium-section-head h2{font-size:23px;line-height:1.1;font-weight:700;letter-spacing:-.03em}.premium-section-head p{font-size:13px;color:var(--brand-muted);margin-top:4px}.premium-section-head a{display:inline-flex;align-items:center;gap:8px;color:var(--brand-primary-dark);font-size:13px;font-weight:700}.premium-section-head a i{width:24px;height:24px;border-radius:999px;background:var(--brand-primary-light);display:grid;place-items:center}.premium-category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.premium-category-card{min-height:132px;border-radius:18px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 70%,#fff);box-shadow:0 15px 30px rgba(25,16,9,.04);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--brand-text);transition:.2s ease}.premium-category-card:hover{transform:translateY(-3px);border-color:var(--brand-primary);box-shadow:0 22px 35px color-mix(in srgb,var(--brand-primary) 12%,transparent)}.premium-category-card img{width:68px;height:52px;object-fit:contain}.premium-category-card span{width:56px;height:56px;border-radius:20px;background:var(--brand-primary-light);color:var(--brand-primary);display:grid;place-items:center;font-size:22px}.premium-category-card strong{font-size:14px;font-weight:700;text-align:center}.premium-product-row{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.premium-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.premium-product-card{position:relative;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 75%,#fff);border-radius:18px;overflow:hidden;box-shadow:0 18px 35px rgba(25,16,9,.06);transition:.2s ease}.premium-product-card:hover{transform:translateY(-4px);box-shadow:0 25px 45px rgba(25,16,9,.11)}.premium-product-media{display:block;position:relative;aspect-ratio:1/1;background:var(--brand-primary-light);overflow:hidden}.premium-product-media img{width:100%;height:100%;object-fit:cover;transition:.25s ease}.premium-product-card:hover .premium-product-media img{transform:scale(1.04)}.premium-product-badge{position:absolute;top:12px;left:12px;z-index:2;border-radius:9px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;padding:5px 9px;font-size:11px;font-weight:700}.premium-product-badge-new{background:var(--brand-primary-light);color:var(--brand-primary-dark)}.premium-wishlist{position:absolute;right:12px;top:12px;z-index:2;width:34px;height:34px;border-radius:999px;border:0;background:rgba(255,255,255,.72);backdrop-filter:blur(8px);display:grid;place-items:center;color:var(--brand-text)}.premium-product-body{position:relative;padding:15px 14px 48px}.premium-product-body h3{font-size:15px;line-height:1.35;font-weight:600;min-height:40px;margin:0 0 10px}.premium-product-body h3 a{color:var(--brand-text)}.premium-price-row{display:flex;align-items:center;gap:8px;margin-bottom:9px}.premium-price-row strong{font-size:15px;font-weight:700;color:var(--brand-text)}.premium-price-row small{text-decoration:line-through;color:var(--brand-muted);font-size:12px}.premium-rating{font-size:12px;color:var(--brand-muted);display:flex;align-items:center;gap:5px}.premium-rating i{color:#f59e0b}.premium-cart-mini{position:absolute;right:12px;bottom:12px;width:36px;height:36px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;box-shadow:0 10px 18px color-mix(in srgb,var(--brand-primary) 25%,transparent)}.premium-member-banner{border-radius:20px;overflow:hidden;background:radial-gradient(circle at 70% 50%,color-mix(in srgb,var(--brand-accent) 34%,transparent),transparent 28%),linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end));min-height:200px;display:grid;grid-template-columns:1fr .8fr;align-items:center;padding:30px 52px;color:#fff;margin-bottom:34px}.premium-member-banner span{color:var(--brand-accent);font-weight:700}.premium-member-banner h2{font-size:28px;font-weight:700;margin:4px 0 4px}.premium-member-banner p{color:rgba(255,255,255,.82);max-width:420px;margin-bottom:18px}.premium-member-banner a{height:44px;border-radius:13px;background:#fff;color:var(--brand-primary-dark);display:inline-flex;align-items:center;gap:10px;padding:0 18px;font-size:13px;font-weight:700}.premium-member-banner a i{width:24px;height:24px;border-radius:99px;background:var(--brand-primary-light);display:grid;place-items:center}.premium-vip-card{justify-self:end;width:min(360px,100%);height:150px;border-radius:28px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);backdrop-filter:blur(14px);display:grid;place-items:center;color:var(--brand-accent);box-shadow:0 20px 45px rgba(0,0,0,.2)}.premium-vip-card i{font-size:32px}.premium-vip-card strong{font-size:54px;line-height:.8;color:#fff;font-weight:700}.premium-vip-card span{letter-spacing:.28em;color:rgba(255,255,255,.74)}.premium-announcements{display:grid;gap:12px;margin-bottom:28px}.premium-announcement{display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid var(--brand-border);border-radius:16px;padding:14px}.premium-announcement>i{width:36px;height:36px;border-radius:12px;background:var(--brand-primary-light);color:var(--brand-primary);display:grid;place-items:center}.premium-announcement strong{font-weight:700}.premium-announcement p{font-size:13px;color:var(--brand-muted)}.premium-announcement a{margin-left:auto;color:var(--brand-primary);font-weight:700;font-size:13px}.premium-chip-row{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}.premium-chip{border-radius:999px;background:#fff;border:1px solid var(--brand-border);padding:9px 13px;color:var(--brand-text);font-size:13px;font-weight:600}.premium-chip.active,.premium-chip:hover{background:var(--brand-primary-light);border-color:var(--brand-primary);color:var(--brand-primary-dark)}.premium-footer{background:radial-gradient(circle at 82% 18%,color-mix(in srgb,var(--brand-primary) 18%,transparent),transparent 26%),linear-gradient(135deg,var(--brand-footer-bg),var(--brand-gradient-start));color:#fff;padding:46px 0 30px}.premium-footer-grid{display:grid;grid-template-columns:1.6fr .9fr .9fr 1fr;gap:36px}.premium-footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:14px}.premium-footer-logo img{width:36px;height:36px;object-fit:contain}.premium-footer-logo i{font-size:26px;color:var(--brand-accent)}.premium-footer-logo strong{font-size:18px;font-weight:700}.premium-footer p,.premium-footer small,.premium-footer a,.premium-footer-address{color:rgba(255,255,255,.74);font-size:13px;line-height:1.7}.premium-footer h3{font-size:15px;font-weight:700;margin-bottom:14px;color:#fff}.premium-footer a{display:block;margin:7px 0}.premium-socials{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.premium-socials a{width:34px;height:34px;min-width:34px;min-height:34px;padding:0;margin:0;border-radius:999px;display:flex;align-items:center;justify-content:center;line-height:1;text-align:center;color:color-mix(in srgb,var(--brand-surface) 86%,transparent);background:color-mix(in srgb,var(--brand-surface) 8%,transparent);border:1px solid color-mix(in srgb,var(--brand-surface) 14%,transparent);text-decoration:none;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease}.premium-socials a i{display:block;width:auto;height:auto;margin:0;padding:0;position:static;transform:none;font-size:13px;line-height:1;text-align:center}.premium-socials a i::before{display:block;margin:0;line-height:1;text-align:center}.sf-card,.sf-product-card{border-color:var(--brand-border)}@media(max-width:1100px){.premium-header-main{grid-template-columns:auto minmax(0,1fr) auto}.premium-category-button{display:none}.premium-product-row,.premium-product-grid{grid-template-columns:repeat(4,1fr)}.premium-category-grid{grid-template-columns:repeat(4,1fr)}.premium-hero{grid-template-columns:1fr;padding:42px}.premium-hero-visual{min-height:280px}.premium-floating-top{left:20px}.premium-footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:820px){.premium-topbar nav{display:none}.premium-header-main{min-height:auto;padding-top:12px;padding-bottom:12px;grid-template-columns:1fr auto}.premium-logo strong{font-size:17px}.premium-search{grid-column:1/-1;order:3;max-width:none}.premium-actions span{display:none}.premium-actions{gap:12px}.premium-hero{border-radius:20px;padding:30px 22px;min-height:auto}.premium-hero h1{font-size:36px}.premium-hero-visual{display:none}.premium-benefits{grid-template-columns:1fr 1fr}.premium-benefits article{border-right:0;border-bottom:1px solid var(--brand-border);padding:16px}.premium-category-grid{grid-template-columns:repeat(3,1fr);gap:12px}.premium-product-row,.premium-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.premium-member-banner{grid-template-columns:1fr;padding:24px}.premium-vip-card{display:none}.premium-footer-grid{grid-template-columns:1fr}.premium-section-head{align-items:flex-start}.premium-section-head h2{font-size:20px}}@media(max-width:520px){.premium-topbar-inner{height:32px}.premium-logo img,.premium-logo-mark{width:38px;height:38px}.premium-search{height:46px}.premium-search button{width:46px;height:34px}.premium-benefits{grid-template-columns:1fr}.premium-category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 12px)/4);grid-template-columns:none;gap:4px;overflow-x:auto;overflow-y:hidden;padding:0 0 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.premium-category-grid::-webkit-scrollbar{display:none}.premium-category-card{min-height:92px;border-radius:14px;gap:6px;padding:8px 4px;scroll-snap-align:start}.premium-category-card span{width:38px;height:38px;border-radius:14px;font-size:16px}.premium-category-card img{width:42px;height:34px}.premium-category-card strong{font-size:12px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.premium-product-body{padding:12px 11px 44px}.premium-product-body h3{font-size:13px}.premium-price-row strong{font-size:14px}.premium-hero-proof{display:none}}@media(max-width:420px){.premium-socials a{width:32px;height:32px;min-width:32px;min-height:32px}.premium-socials a i{font-size:12px}}.premium-wishlist-form{position:absolute;right:12px;top:12px;z-index:4;margin:0}.premium-wishlist-form .premium-wishlist{position:static}.premium-wishlist-link{z-index:4}.premium-wishlist:hover,.premium-wishlist.is-saved{color:#e11d48;background:#fff;box-shadow:0 10px 22px rgba(225,29,72,.16)}.premium-storefront .premium-main{width:min(100% - 28px,1180px);max-width:1180px;margin-inline:auto;padding-top:14px}.premium-storefront .premium-hero{box-sizing:border-box;min-height:360px;border-radius:22px;padding:34px;grid-template-columns:minmax(0,1.02fr) minmax(300px,.88fr);gap:26px;overflow:hidden}.premium-storefront .premium-hero-copy{min-width:0;max-width:540px}.premium-storefront .premium-hero h1{font-size:clamp(30px,4.3vw,50px);line-height:1.08;margin-bottom:12px}.premium-storefront .premium-hero p{font-size:15px;line-height:1.65;margin-bottom:20px}.premium-storefront .premium-eyebrow{margin-bottom:14px;padding:7px 10px;font-size:11px}.premium-storefront .premium-hero-visual{min-height:300px}.premium-storefront .premium-hero-visual img{width:min(430px,100%);height:300px;object-fit:contain;border-radius:22px}.premium-storefront .premium-floating-card{min-width:138px;padding:10px 12px;border-radius:15px;grid-template-columns:32px 1fr}.premium-storefront .premium-floating-card i{width:32px;height:32px}.premium-storefront .premium-floating-card strong{font-size:15px}.premium-storefront .premium-floating-card span{font-size:11px}.premium-storefront .premium-floating-top{top:28px;left:0}.premium-storefront .premium-floating-bottom{right:0;bottom:24px}.premium-storefront .premium-benefits{border-radius:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.premium-storefront .premium-benefits article{min-width:0;padding:15px 18px;gap:12px}.premium-storefront .premium-benefits i{flex:0 0 auto;width:38px;height:38px;border-radius:13px;font-size:17px}.premium-storefront .premium-benefits strong{font-size:13px;line-height:1.2}.premium-storefront .premium-benefits span{font-size:12px;line-height:1.3}.premium-storefront .premium-section{margin-bottom:28px}.premium-storefront .premium-section-head{margin-bottom:13px}.premium-storefront .premium-section-head h2{font-size:20px}.premium-storefront .premium-section-head p{font-size:12px}.premium-storefront .premium-category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.premium-storefront .premium-category-card{min-height:108px;border-radius:16px;gap:9px}.premium-storefront .premium-category-card img{width:58px;height:44px}.premium-storefront .premium-category-card span{width:48px;height:48px;border-radius:16px}.premium-storefront .premium-category-card strong{font-size:13px}.premium-storefront .premium-product-row,.premium-storefront .premium-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.premium-storefront .premium-product-card{border-radius:16px}.premium-storefront .premium-product-body{padding:12px 12px 44px}.premium-storefront .premium-product-body h3{font-size:14px;min-height:38px}.premium-storefront .premium-product-media{aspect-ratio:1/1}.premium-storefront .premium-cart-mini{width:34px;height:34px;border-radius:11px}.premium-storefront .premium-member-banner{min-height:160px;padding:24px 34px;border-radius:18px}.premium-storefront .premium-member-banner h2{font-size:23px}.premium-storefront .premium-vip-card{height:128px;border-radius:22px}.premium-storefront .premium-vip-card strong{font-size:44px}.premium-storefront .premium-footer{margin-top:8px}.premium-storefront .premium-footer-grid{width:min(100% - 28px,1180px);max-width:1180px;margin-inline:auto}@media(max-width:1040px){.premium-storefront .premium-hero{grid-template-columns:1fr;padding:28px}.premium-storefront .premium-hero-visual{min-height:220px}.premium-storefront .premium-hero-visual img{height:230px}.premium-storefront .premium-benefits{grid-template-columns:repeat(2,1fr)}.premium-storefront .premium-benefits article:nth-child(2n){border-right:0}.premium-storefront .premium-category-grid{grid-template-columns:repeat(3,1fr)}.premium-storefront .premium-product-row,.premium-storefront .premium-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.premium-storefront .premium-main{width:min(100% - 20px,1180px);padding-top:10px}.premium-storefront .premium-hero{padding:22px;border-radius:18px}.premium-storefront .premium-hero h1{font-size:30px}.premium-storefront .premium-hero-visual,.premium-storefront .premium-floating-card{display:none}.premium-storefront .premium-benefits{grid-template-columns:1fr;margin-bottom:22px}.premium-storefront .premium-benefits article{border-right:0!important}.premium-storefront .premium-category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 12px)/4);grid-template-columns:none;gap:4px;overflow-x:auto;overflow-y:hidden;padding:0 0 6px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.premium-storefront .premium-category-grid::-webkit-scrollbar{display:none}.premium-storefront .premium-category-card{min-height:92px;border-radius:14px;gap:6px;padding:8px 4px;scroll-snap-align:start}.premium-storefront .premium-category-card span{width:38px;height:38px;border-radius:14px;font-size:16px}.premium-storefront .premium-category-card img{width:42px;height:34px}.premium-storefront .premium-category-card strong{font-size:12px;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.premium-storefront .premium-product-row,.premium-storefront .premium-product-grid{grid-template-columns:repeat(2,1fr)}.premium-storefront .premium-member-banner{grid-template-columns:1fr;padding:22px}.premium-storefront .premium-vip-card{display:none}}@media(max-width:420px){.premium-storefront .premium-product-row,.premium-storefront .premium-product-grid{gap:10px}.premium-storefront .premium-product-body h3{font-size:13px}.premium-storefront .premium-section-head{align-items:flex-start;flex-direction:column}.premium-storefront .premium-category-grid{gap:4px}}:root{--header-height:70px;--header-radius:16px}.premium-header{box-shadow:0 10px 28px rgba(24,16,10,.055);border-bottom:1px solid color-mix(in srgb,var(--brand-border) 72%,transparent)}.premium-topbar{font-size:11px}.premium-topbar-inner{height:30px}.premium-topbar nav{gap:16px}.premium-header-main{min-height:64px;grid-template-columns:auto auto minmax(240px,1fr) auto auto;gap:12px}.premium-logo{min-width:0}.premium-logo-image-only{width:auto;max-width:215px;padding-right:12px}.premium-logo-image-only strong{display:none!important}.premium-logo-image{display:block;width:auto!important;height:auto!important;max-height:48px;max-width:210px;object-fit:contain}.premium-logo-mark{width:42px!important;height:42px!important;border-radius:14px}.premium-category-button{display:none!important}.premium-category-menu{position:relative;z-index:45}.premium-category-trigger{height:40px;border:0;border-radius:13px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;font-size:13px;font-weight:700;box-shadow:0 10px 22px color-mix(in srgb,var(--brand-primary) 22%,transparent);white-space:nowrap}.premium-category-trigger i{font-size:13px}.premium-category-chevron{font-size:11px;transition:transform .16s ease}.premium-category-menu.is-open .premium-category-chevron{transform:rotate(180deg)}.premium-category-dropdown{position:absolute;top:calc(100%+10px);left:0;width:min(600px,calc(100vw - 32px));background:rgba(255,255,255,.98);border:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);border-radius:18px;box-shadow:0 24px 60px rgba(28,18,10,.14);padding:14px;opacity:0;visibility:hidden;transform:translateY(8px) scale(.985);transition:.16s ease;pointer-events:none;backdrop-filter:blur(18px)}.premium-category-menu.is-open .premium-category-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.premium-category-dropdown:before{content:"";position:absolute;top:-7px;left:24px;width:14px;height:14px;background:#fff;border-left:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);border-top:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);transform:rotate(45deg)}.premium-category-dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:4px 4px 12px;margin-bottom:8px;border-bottom:1px solid color-mix(in srgb,var(--brand-border) 76%,transparent)}.premium-category-dropdown-head strong{display:block;font-size:16px;font-weight:700;color:var(--brand-text);letter-spacing:-.02em}.premium-category-dropdown-head span{display:block;font-size:12px;color:var(--brand-muted);margin-top:2px}.premium-category-dropdown-head a{display:inline-flex;align-items:center;gap:7px;color:var(--brand-primary-dark);font-size:12px;font-weight:700;white-space:nowrap}.premium-category-dropdown-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.premium-category-dropdown-item{min-width:0;display:flex;align-items:center;gap:11px;padding:11px 12px;border:1px solid transparent;border-radius:14px;color:var(--brand-text);transition:.15s ease}.premium-category-dropdown-item:hover,.premium-category-dropdown-item.is-featured{background:color-mix(in srgb,var(--brand-primary-light) 65%,#fff);border-color:color-mix(in srgb,var(--brand-primary) 24%,transparent)}.premium-category-dropdown-item i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#fff;color:var(--brand-primary);box-shadow:0 8px 18px color-mix(in srgb,var(--brand-primary) 10%,transparent);flex:0 0 auto}.premium-category-dropdown-item span{min-width:0}.premium-category-dropdown-item strong{display:block;font-size:13px;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-category-dropdown-item small{display:block;font-size:11.5px;color:var(--brand-muted);margin-top:2px}.premium-search{height:44px;max-width:560px;padding:5px 5px 5px 18px;box-shadow:0 12px 26px rgba(25,16,9,.055)}.premium-search input{font-size:13px}.premium-search button{width:46px;height:34px;border-radius:13px}.premium-actions{gap:12px}.premium-actions a{font-size:13px;gap:7px}.premium-actions i{font-size:17px}.premium-cart em{top:-11px;left:10px;min-width:17px;height:17px;font-size:10px}.premium-main{padding-top:18px}.premium-hero{border-radius:20px;min-height:440px;padding:42px}.premium-hero h1{font-weight:700}.premium-section-head h2,.premium-product-body h3,.premium-category-card strong{font-weight:700}.premium-benefits article{padding:16px 22px}.premium-category-card{min-height:112px;border-radius:16px}.premium-product-card{border-radius:16px}.premium-product-body{padding:13px 13px 44px}.premium-footer{padding:38px 0 26px}@media(max-width:1100px){.premium-header-main{grid-template-columns:auto minmax(0,1fr) auto}.premium-category-menu{order:2}.premium-search{order:3;grid-column:1/-1;max-width:none}.premium-actions{order:2}.premium-category-dropdown{right:0;left:auto}.premium-category-dropdown:before{left:auto;right:70px}}@media(max-width:820px){.premium-topbar-inner{height:28px}.premium-header-main{padding-top:9px;padding-bottom:9px;grid-template-columns:auto 1fr auto;gap:8px}.premium-logo-image{max-height:38px;max-width:155px}.premium-category-trigger{height:36px;padding:0 11px;font-size:12px}.premium-category-trigger span{display:none}.premium-search{height:42px}.premium-category-dropdown{left:0;right:auto;width:calc(100vw - 24px);max-width:520px}.premium-category-dropdown-grid{grid-template-columns:1fr}.premium-actions span{display:none}.premium-actions{gap:10px}.premium-hero{padding:28px 20px;min-height:auto}}@media(max-width:520px){.premium-logo-image{max-width:128px;max-height:34px}.premium-category-menu{position:static}.premium-category-dropdown{left:12px;right:12px;width:auto;top:calc(100%+6px)}.premium-category-dropdown:before{display:none}.premium-search button{width:40px}.premium-actions a{gap:0}.premium-cart em{left:8px}}.premium-main-nav{display:flex;align-items:center;gap:4px;white-space:nowrap}.premium-main-nav a{position:relative;display:inline-flex;align-items:center;height:38px;padding:0 10px;border-radius:12px;color:var(--brand-text);font-size:13px;font-weight:700;transition:background .16s ease,color .16s ease,transform .16s ease}.premium-main-nav a:hover{background:color-mix(in srgb,var(--brand-primary-light) 72%,#fff);color:var(--brand-primary-dark);transform:translateY(-1px)}.premium-actions a,.premium-category-trigger,.premium-search button,.premium-product-card,.premium-category-card,.premium-cart-mini,.premium-primary-btn,.premium-secondary-btn{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.premium-actions a:hover{color:var(--brand-primary);transform:translateY(-1px)}.premium-category-trigger:hover,.premium-search button:hover,.premium-primary-btn:hover,.premium-cart-mini:hover{transform:translateY(-1px);box-shadow:0 16px 30px color-mix(in srgb,var(--brand-primary) 28%,transparent)}.premium-product-card:hover,.premium-category-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(29,19,10,.10);border-color:color-mix(in srgb,var(--brand-primary) 28%,var(--brand-border))}@media(max-width:1240px){.premium-main-nav{display:none}}html{min-height:100%}body.storefront{min-height:100vh;display:flex;flex-direction:column}body.storefront .premium-header{flex:0 0 auto}body.storefront .premium-main{flex:1 0 auto;width:100%}body.storefront .premium-footer{flex:0 0 auto;margin-top:auto}html{scrollbar-gutter:stable;overflow-y:scroll}.page-breadcrumb-wrap{margin:0 0 16px;padding:15px 18px;border:1px solid color-mix(in srgb,var(--brand-border) 78%,transparent);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(250,247,240,.88));box-shadow:0 12px 28px rgba(25,16,9,.045)}.page-breadcrumb-wrap.is-compact{padding:10px 14px;margin-bottom:12px;border-radius:15px;background:rgba(255,255,255,.82);box-shadow:0 8px 20px rgba(25,16,9,.035)}.page-breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;font-weight:700;color:var(--brand-muted)}.page-breadcrumb a{display:inline-flex;align-items:center;color:var(--brand-primary-dark);text-decoration:none;transition:color .15s ease,transform .15s ease}.page-breadcrumb a:hover{color:var(--brand-primary);transform:translateY(-1px)}.page-breadcrumb i{font-size:9px;color:color-mix(in srgb,var(--brand-muted) 70%,transparent)}.page-breadcrumb span{color:var(--brand-text)}.page-breadcrumb-wrap h1{margin:8px 0 0;font-size:24px;line-height:1.15;font-weight:800;letter-spacing:-.03em;color:var(--brand-text)}@media(max-width:720px){.page-breadcrumb-wrap{padding:12px 14px;margin-bottom:12px}.page-breadcrumb{font-size:11px;gap:6px}.page-breadcrumb-wrap h1{font-size:21px}}.page-breadcrumb-wrap.is-compact{overflow:hidden}.page-breadcrumb{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-breadcrumb a,.page-breadcrumb span{min-width:0;max-width:min(380px,60vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-breadcrumb span{font-weight:800}@media(max-width:720px){.page-breadcrumb a,.page-breadcrumb span{max-width:52vw}}.premium-action-wishlist{position:relative}.premium-action-badge{position:absolute;top:-14px;left:12px;min-width:20px;height:20px;border-radius:999px;background:#ef4444;color:#fff;display:grid;place-items:center;font-size:11px;font-style:normal;font-weight:900;border:2px solid #fff;line-height:1}.premium-action-wishlist .fa-solid{color:#ef4444}.premium-logo-mobile,.premium-logo-mobile-only{display:none!important}.account-popover-title{display:grid;gap:2px;margin:0 0 10px}.account-popover-title strong{font-size:15px;font-weight:900;color:var(--brand-text);letter-spacing:-.02em}.account-popover-title span{font-size:11px;font-weight:700;color:var(--brand-muted);line-height:1.35}.premium-account-menu{position:relative;z-index:70;display:inline-flex;align-items:center}.premium-account-toggle{height:38px;border:0;background:transparent;color:var(--brand-text);display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:800;white-space:nowrap;transition:transform .16s ease,color .16s ease,background .16s ease}.premium-account-toggle:hover,.premium-account-menu.is-open .premium-account-toggle{color:var(--brand-primary);transform:translateY(-1px)}.premium-account-toggle i{font-size:17px}.premium-account-dropdown{position:absolute;top:calc(100%+12px);right:0;width:280px;padding:10px;border:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);border-radius:20px;background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.18);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px) scale(.985);transform-origin:top right;transition:opacity .16s ease,visibility .16s ease,transform .16s ease;overflow:hidden}.premium-account-dropdown:before{content:"";position:absolute;top:-7px;right:19px;width:14px;height:14px;background:#fff;border-left:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);border-top:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);transform:rotate(45deg)}.premium-account-menu.is-open .premium-account-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.premium-account-head{display:flex;align-items:center;gap:11px;padding:10px 10px 12px;margin-bottom:8px;border-bottom:1px solid color-mix(in srgb,var(--brand-border) 72%,#fff)}.premium-account-avatar{width:40px;height:40px;min-width:40px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;font-size:15px;font-weight:950;box-shadow:0 12px 26px color-mix(in srgb,var(--brand-primary) 22%,transparent)}.premium-account-head strong{display:block;margin:0;max-width:185px;font-size:14px;font-weight:950;color:var(--brand-text);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.premium-account-head small{display:block;margin-top:3px;color:var(--brand-muted);font-size:11.5px;font-weight:700}.premium-account-head-guest .premium-account-avatar{background:color-mix(in srgb,var(--brand-primary-light) 75%,#fff);color:var(--brand-primary);box-shadow:none}.premium-account-dropdown p{margin:0 10px 12px;color:var(--brand-muted);font-size:12.5px;line-height:1.5;font-weight:600}.premium-account-list,.premium-account-auth-actions{display:grid;gap:5px}.premium-account-dropdown a,.premium-account-logout button{width:100%;min-height:42px;display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:14px;color:var(--brand-text);font-size:13px;font-weight:850;text-align:left;text-decoration:none;transition:background .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.premium-account-dropdown a:hover,.premium-account-logout button:hover{background:color-mix(in srgb,var(--brand-primary-light) 76%,#fff);color:var(--brand-primary-dark);transform:translateX(2px)}.premium-account-dropdown a i,.premium-account-logout button i{width:18px;text-align:center;color:var(--brand-primary);font-size:14px}.premium-account-primary{justify-content:center;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary))!important;color:#fff!important;box-shadow:0 14px 28px color-mix(in srgb,var(--brand-primary) 22%,transparent)}.premium-account-primary:hover{filter:brightness(.98);transform:translateY(-1px)!important}.premium-account-primary i{color:#fff!important}.premium-account-secondary{justify-content:center;border:1px solid color-mix(in srgb,var(--brand-border) 84%,#fff);background:#fff}.premium-account-logout{margin:8px 0 0;padding-top:8px;border-top:1px solid color-mix(in srgb,var(--brand-border) 72%,#fff)}.premium-account-logout button{border:0;background:transparent;cursor:pointer;font-family:inherit;color:#dc2626}.premium-account-logout button i{color:#dc2626}@media(max-width:820px){.premium-topbar{display:none!important}.premium-header{position:sticky;top:0;z-index:80}.premium-header-main{min-height:54px!important;height:54px!important;padding-top:7px!important;padding-bottom:7px!important;display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important;align-items:center!important}.premium-logo-image-only{padding-right:0!important;max-width:none!important;min-width:38px!important;width:38px!important;height:38px!important;display:grid!important;place-items:center!important;flex:0 0 38px!important}.premium-logo-desktop{display:none!important}.premium-logo-mobile,.premium-logo-mobile-only{display:block!important;width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;border-radius:11px;object-fit:contain;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.08)}.premium-logo-mark{width:36px!important;height:36px!important;border-radius:11px!important}.premium-category-menu{display:none!important}.premium-main-nav{display:none!important}.premium-search{order:initial!important;grid-column:auto!important;max-width:none!important;min-width:0!important;height:38px!important;padding:4px 4px 4px 12px!important;border-radius:14px!important;box-shadow:0 8px 18px rgba(25,16,9,.045)!important}.premium-search input{font-size:12px!important;font-weight:700!important}.premium-search button{width:36px!important;height:30px!important;border-radius:11px!important;padding:0!important;min-width:36px!important}.premium-actions{order:initial!important;display:flex!important;align-items:center!important;gap:5px!important;min-width:max-content!important}.premium-actions a,.premium-account-toggle{position:relative;width:32px!important;height:32px!important;min-width:32px!important;border-radius:11px!important;display:grid!important;place-items:center!important;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 80%,#fff);box-shadow:0 6px 14px rgba(15,23,42,.05);padding:0!important;gap:0!important;color:var(--brand-text)}.premium-account-menu.is-open .premium-account-toggle{background:color-mix(in srgb,var(--brand-primary-light) 74%,#fff);border-color:color-mix(in srgb,var(--brand-primary) 25%,#fff)}.premium-actions span,.premium-account-toggle span{display:none!important}.premium-actions i,.premium-account-toggle i{font-size:14px!important;line-height:1!important}.premium-cart em,.premium-action-badge{top:-5px!important;right:-5px!important;left:auto!important;min-width:14px!important;height:14px!important;padding:0 3px!important;border:1.5px solid #fff!important;font-size:8px!important;line-height:1!important}.premium-account-dropdown{position:fixed;top:58px;right:10px;left:auto;width:min(288px,calc(100vw - 20px));border-radius:18px;padding:10px;max-height:calc(100vh - 74px);overflow:auto;transform-origin:top right}.premium-account-dropdown:before{display:none}.premium-account-head{padding:9px 9px 11px}.premium-account-avatar{width:38px;height:38px;min-width:38px;border-radius:13px}.premium-account-dropdown a,.premium-account-logout button{min-height:40px;border-radius:13px;font-size:12.5px}.premium-main{padding-top:12px!important}}@media(max-width:430px){.premium-header-main{gap:6px!important}.premium-logo-image-only{min-width:34px!important;width:34px!important;height:34px!important}.premium-logo-mobile,.premium-logo-mobile-only{width:31px!important;height:31px!important;max-width:31px!important;max-height:31px!important}.premium-search{height:36px!important;padding-left:10px!important}.premium-search input{font-size:11.5px!important}.premium-search button{width:32px!important;min-width:32px!important;height:28px!important}.premium-actions{gap:4px!important}.premium-actions a,.premium-account-toggle{width:30px!important;height:30px!important;min-width:30px!important;border-radius:10px!important}.premium-account-dropdown{top:54px;right:8px;width:min(280px,calc(100vw - 16px))}}.premium-account-mainheader{display:none!important}.premium-account-topbar{display:inline-flex;align-items:center;position:relative}.premium-topbar .premium-account-toggle{height:30px;padding:0;border:0;background:transparent;color:#fff;opacity:.94;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800;box-shadow:none}.premium-topbar .premium-account-toggle:hover,.premium-topbar .premium-account-menu.is-open .premium-account-toggle{color:#fff;opacity:1;transform:translateY(-1px)}.premium-topbar .premium-account-toggle i{color:var(--brand-accent);font-size:13px}.premium-topbar .premium-account-dropdown{top:calc(100% + 12px);right:0;width:270px;padding:10px;background:#fff;color:var(--brand-text);border-radius:16px;box-shadow:0 22px 58px rgba(15,23,42,.22);z-index:120;overflow:visible}.premium-topbar .premium-account-dropdown:before{right:16px}.premium-topbar .premium-account-dropdown a{color:var(--brand-text)!important;opacity:1!important}.premium-topbar .premium-account-dropdown i{color:var(--brand-primary)}.premium-account-login{width:280px;padding:12px}.premium-account-login-form{display:grid;gap:9px;margin:0}.premium-account-login-form input{width:100%;height:40px;border:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);border-radius:12px;background:#fff;padding:0 12px;color:var(--brand-text);font-size:13px;font-weight:700;outline:0;box-shadow:0 8px 18px rgba(15,23,42,.035)}.premium-account-login-form input:focus{border-color:color-mix(in srgb,var(--brand-primary) 45%,var(--brand-border));box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 14%,transparent)}.premium-account-login-form button{width:100%;height:40px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 12px 24px color-mix(in srgb,var(--brand-primary) 20%,transparent);transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.premium-account-login-form button:hover{transform:translateY(-1px);filter:brightness(.99);box-shadow:0 16px 28px color-mix(in srgb,var(--brand-primary) 24%,transparent)}.premium-account-login-form button i{color:#fff!important}.premium-account-login-form>a{min-height:38px!important;justify-content:center;border:1px solid color-mix(in srgb,var(--brand-border) 84%,#fff);background:#fff;color:var(--brand-text)!important;font-weight:850}.premium-account-login-form>a:hover{background:color-mix(in srgb,var(--brand-primary-light) 72%,#fff);color:var(--brand-primary-dark)!important;transform:translateY(-1px)!important}.premium-account-head{padding:8px 9px 10px;margin-bottom:7px}.premium-account-avatar{width:34px;height:34px;min-width:34px;border-radius:12px}.premium-account-head strong{font-size:13px}.premium-account-list{gap:4px}.premium-account-dropdown a,.premium-account-logout button{min-height:38px;border-radius:12px;font-size:12.5px;padding:9px 10px}.premium-account-logout{margin-top:6px;padding-top:6px}@media(max-width:820px){.premium-account-topbar{display:none!important}.premium-account-mainheader{display:inline-flex!important}.premium-account-login{width:min(288px,calc(100vw - 20px));padding:12px!important}.premium-actions .premium-account-dropdown a{width:100%!important;height:auto!important;min-width:0!important;min-height:38px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;padding:9px 10px!important;border-radius:12px!important;box-shadow:none!important;background:transparent;color:var(--brand-text)!important;font-size:12.5px!important}.premium-actions .premium-account-login-form>a{justify-content:center!important;background:#fff!important;border:1px solid color-mix(in srgb,var(--brand-border) 84%,#fff)!important}.premium-actions .premium-account-dropdown span,.premium-actions .premium-account-login-form button span{display:inline-grid!important}.premium-actions .premium-account-login-form input{height:40px;font-size:13px}.premium-actions .premium-account-login-form button{height:40px;border-radius:12px}}.premium-account-mini-avatar,.premium-account-avatar{display:inline-grid!important;place-items:center!important;text-align:center!important;line-height:1!important;font-family:inherit!important;letter-spacing:0!important;flex:0 0 auto!important}.premium-account-mini-avatar{width:24px!important;height:24px!important;min-width:24px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff!important;font-size:12px!important;font-weight:950!important;box-shadow:0 8px 18px color-mix(in srgb,var(--brand-primary) 22%,transparent)}.premium-topbar .premium-account-toggle{gap:7px!important;line-height:1!important;padding:0!important;vertical-align:middle!important}.premium-topbar .premium-account-toggle span:not(.premium-account-mini-avatar){line-height:1!important;transform:none!important;max-width:92px;overflow:hidden;text-overflow:ellipsis}.premium-account-head{overflow:visible!important}.premium-account-head strong{line-height:1.2!important}@media(max-width:820px){.premium-account-mainheader .premium-account-toggle .premium-account-mini-avatar{width:22px!important;height:22px!important;min-width:22px!important;font-size:11px!important;box-shadow:none!important}.premium-actions .premium-account-toggle span:not(.premium-account-mini-avatar){display:none!important}}.premium-notfound{position:relative;overflow:hidden;min-height:460px;display:grid;grid-template-columns:minmax(240px,.78fr) minmax(0,1.22fr);align-items:center;gap:34px;padding:42px;border:1px solid color-mix(in srgb,var(--brand-border) 78%,#fff);border-radius:30px;background:radial-gradient(circle at 12% 22%,color-mix(in srgb,var(--brand-accent) 22%,transparent),transparent 26%),linear-gradient(135deg,#fff,#fffaf4);box-shadow:0 24px 70px rgba(25,16,9,.08)}.premium-notfound:after{content:"";position:absolute;right:-90px;bottom:-120px;width:280px;height:280px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary-light) 70%,transparent);z-index:0}.premium-notfound>*{position:relative;z-index:1}.premium-notfound-visual{min-height:280px;border-radius:28px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end));color:#fff;box-shadow:0 26px 60px color-mix(in srgb,var(--brand-primary) 18%,transparent);isolation:isolate;overflow:hidden}.premium-notfound-visual:before{content:"";position:absolute;width:220px;height:220px;border-radius:999px;background:rgba(255,255,255,.12);transform:translate(54px,48px)}.premium-notfound-visual i{font-size:68px;filter:drop-shadow(0 16px 28px rgba(0,0,0,.18))}.premium-notfound-badge{position:absolute;top:24px;left:24px;padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(10px);font-size:18px;font-weight:950;letter-spacing:.04em}.premium-notfound-content{display:grid;gap:14px}.premium-notfound-eyebrow{width:max-content;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary-light) 72%,#fff);color:var(--brand-primary-dark);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.premium-notfound h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.02;font-weight:950;letter-spacing:-.06em;color:var(--brand-text)}.premium-notfound p{max-width:620px;margin:0;color:var(--brand-muted);font-size:16px;line-height:1.7;font-weight:650}.premium-notfound-path{width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:9px 12px;border-radius:13px;background:#fff;border:1px solid var(--brand-border);color:var(--brand-muted);font-size:12px;font-weight:800}.premium-notfound-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:8px}.premium-notfound-actions .premium-primary-btn,.premium-notfound-actions .premium-secondary-btn{height:44px;border-radius:14px;padding:0 16px;font-size:13px;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;gap:9px}.premium-notfound-actions .premium-secondary-btn{background:#fff;border:1px solid var(--brand-border);color:var(--brand-text)}@media(max-width:820px){.premium-notfound{grid-template-columns:1fr;padding:24px;border-radius:24px;gap:22px}.premium-notfound-visual{min-height:180px;border-radius:22px}.premium-notfound-visual i{font-size:48px}.premium-notfound h1{font-size:34px}.premium-notfound p{font-size:14px}.premium-notfound-actions{align-items:stretch}.premium-notfound-actions .premium-primary-btn,.premium-notfound-actions .premium-secondary-btn{width:100%;justify-content:center}}.premium-product-card.is-out-of-stock .premium-product-media img{filter:grayscale(1);opacity:.58}.premium-product-card.is-out-of-stock{box-shadow:0 10px 26px rgba(25,16,9,.045)}.premium-product-badge-empty{background:#111827!important;color:#fff!important}.premium-stock-line{display:flex;align-items:center;gap:5px;margin:0 0 7px;font-size:11.5px;font-weight:800;color:#047857}.premium-stock-line.is-empty{color:#be123c}.premium-cart-mini:disabled{cursor:not-allowed;background:#9ca3af!important;box-shadow:none!important;filter:grayscale(1)}.cart-page{display:grid;gap:18px}.cart-hero{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px!important;background:radial-gradient(circle at 92% 20%,color-mix(in srgb,var(--brand-accent) 14%,transparent),transparent 26%),linear-gradient(135deg,#fff,#fffaf3);border-color:color-mix(in srgb,var(--brand-border) 76%,#fff)}.cart-eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary-light) 72%,#fff);color:var(--brand-primary-dark);padding:7px 11px;font-size:12px;font-weight:900;margin-bottom:8px}.cart-hero h1{margin:0;font-size:clamp(24px,3vw,36px);font-weight:950;letter-spacing:-.04em;color:var(--brand-text)}.cart-hero p{margin:5px 0 0;color:var(--brand-muted);font-size:14px;font-weight:650}.cart-hero-link{height:42px;border-radius:14px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);color:var(--brand-text);font-size:13px;font-weight:900;box-shadow:0 10px 22px rgba(15,23,42,.05);white-space:nowrap}.cart-hero-link:hover{color:var(--brand-primary-dark);background:color-mix(in srgb,var(--brand-primary-light) 70%,#fff)}.cart-empty-state{min-height:290px;padding:42px 20px!important;display:grid;place-items:center;text-align:center}.cart-empty-icon{width:70px;height:70px;border-radius:24px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 18px 36px color-mix(in srgb,var(--brand-primary) 24%,transparent);margin-bottom:4px}.cart-empty-state h2{font-size:22px;font-weight:950;color:var(--brand-text)}.cart-empty-state p{margin-top:-6px;color:var(--brand-muted);font-weight:650}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.cart-items-card{padding:0!important;overflow:hidden}.cart-items-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid color-mix(in srgb,var(--brand-border) 78%,#fff);background:linear-gradient(180deg,#fff,#fffaf6)}.cart-items-head h2,.cart-summary-title h2{font-size:18px;font-weight:950;color:var(--brand-text);margin:0}.cart-items-head p,.cart-summary-title p{color:var(--brand-muted);font-size:12.5px;font-weight:650;margin:2px 0 0}.cart-update-btn{height:38px;border:1px solid color-mix(in srgb,var(--brand-border) 80%,#fff);border-radius:13px;background:#fff;color:var(--brand-text);display:inline-flex;align-items:center;gap:8px;padding:0 12px;font-size:12.5px;font-weight:900;box-shadow:0 8px 18px rgba(15,23,42,.04)}.cart-update-btn:hover{background:color-mix(in srgb,var(--brand-primary-light) 76%,#fff);color:var(--brand-primary-dark)}.cart-items-list{display:grid}.cart-item{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) 34px;gap:14px;align-items:center;padding:16px 18px;border-bottom:1px solid color-mix(in srgb,var(--brand-border) 72%,#fff);transition:background .15s ease}.cart-item:hover{background:#fffaf5}.cart-item-image{display:block;width:92px;height:92px;border-radius:18px;background:var(--brand-primary-light);overflow:hidden;border:1px solid color-mix(in srgb,var(--brand-border) 75%,#fff)}.cart-item-image img{width:100%;height:100%;object-fit:cover;display:block}.cart-item-body{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center}.cart-item-main h3{margin:0 0 6px;font-size:15px;line-height:1.32;font-weight:950;color:var(--brand-text)}.cart-item-main h3 a{color:inherit;text-decoration:none}.cart-item-main h3 a:hover{color:var(--brand-primary-dark)}.cart-item-variant{display:inline-flex;border-radius:999px;background:color-mix(in srgb,var(--brand-primary-light) 66%,#fff);padding:4px 8px;color:var(--brand-primary-dark);font-size:11px;font-weight:850;margin-bottom:7px}.cart-item-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cart-item-meta strong{color:var(--brand-primary-dark);font-weight:950}.cart-item-meta span{color:var(--brand-muted);font-size:12px;font-weight:750}.cart-item-controls{display:flex;align-items:center;gap:18px}.cart-qty-control{display:grid;gap:5px;min-width:86px}.cart-qty-control span,.cart-item-subtotal span{color:var(--brand-muted);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.cart-qty-control input{width:86px;height:38px;border:1px solid color-mix(in srgb,var(--brand-border) 84%,#fff);border-radius:13px;text-align:center;font-size:14px;font-weight:900;color:var(--brand-text);background:#fff;outline:0}.cart-qty-control input:focus{border-color:color-mix(in srgb,var(--brand-primary) 45%,var(--brand-border));box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 12%,transparent)}.cart-item-subtotal{display:grid;gap:5px;text-align:right;min-width:112px}.cart-item-subtotal strong{font-size:15px;font-weight:950;color:var(--brand-text)}.cart-remove-form{margin:0;align-self:start}.cart-remove-btn{width:32px;height:32px;border:0;border-radius:999px;background:#fff1f2;color:#e11d48;display:grid;place-items:center;box-shadow:0 8px 18px rgba(225,29,72,.08);transition:transform .15s ease,background .15s ease,color .15s ease;cursor:pointer}.cart-remove-btn:hover{transform:scale(1.06);background:#e11d48;color:#fff}.cart-bottom-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:#fffaf5}.cart-summary-card{padding:18px!important}.cart-summary-title{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid color-mix(in srgb,var(--brand-border) 75%,#fff);margin-bottom:14px}.cart-summary-title>span{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;box-shadow:0 12px 24px color-mix(in srgb,var(--brand-primary) 20%,transparent)}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;color:var(--brand-muted);font-size:13px;font-weight:700}.cart-summary-row strong{color:var(--brand-text);font-weight:950}.cart-summary-total{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;padding-top:16px;border-top:1px dashed color-mix(in srgb,var(--brand-border) 90%,#fff);font-size:16px;font-weight:950;color:var(--brand-text)}.cart-summary-total strong{font-size:22px;color:var(--brand-primary-dark)}.cart-checkout-btn{margin-top:16px}.cart-login-note{text-align:center;color:var(--brand-muted);font-size:12px;font-weight:650;margin-top:10px}.cart-page .sf-btn i{font-size:.9em}@media(max-width:980px){.cart-layout{grid-template-columns:1fr}.cart-summary-card{position:static!important}.cart-item-body{grid-template-columns:1fr}.cart-item-controls{justify-content:space-between}}@media(max-width:640px){.cart-hero{align-items:flex-start;flex-direction:column;padding:18px!important}.cart-hero-link{width:100%;justify-content:center}.cart-items-head{align-items:flex-start;flex-direction:column;padding:16px}.cart-update-btn{width:100%;justify-content:center}.cart-item{grid-template-columns:78px minmax(0,1fr) 30px;gap:11px;padding:14px}.cart-item-image{width:78px;height:78px;border-radius:15px}.cart-item-body{gap:12px}.cart-item-main h3{font-size:14px}.cart-item-controls{align-items:flex-end;gap:10px}.cart-qty-control input{width:76px;height:36px}.cart-item-subtotal{min-width:auto}.cart-item-subtotal strong{font-size:14px}.cart-remove-btn{width:30px;height:30px}.cart-bottom-actions{flex-direction:column}.cart-bottom-actions .sf-btn{width:100%}.cart-summary-total strong{font-size:19px}}@media(max-width:820px){html,body{overflow-x:hidden}body.storefront .premium-header,.premium-storefront .premium-header,.premium-header{position:sticky!important;top:0!important;z-index:999!important;width:100%!important;background:rgba(255,250,244,.96)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.premium-header-main{position:relative!important;z-index:1000!important}.premium-actions .premium-account-mainheader{display:inline-flex!important;position:relative!important;align-items:center!important;justify-content:center!important}.premium-actions .premium-account-toggle{overflow:visible!important;color:var(--brand-text)!important}.premium-actions .premium-account-toggle i{display:block!important;color:var(--brand-primary)!important;font-size:14px!important;line-height:1!important}.premium-actions .premium-account-toggle .premium-account-mini-avatar{display:inline-grid!important;place-items:center!important;width:22px!important;height:22px!important;min-width:22px!important;border-radius:999px!important;font-size:11px!important;font-weight:950!important;line-height:1!important;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary))!important;color:#fff!important;box-shadow:none!important}.premium-actions .premium-account-toggle span:not(.premium-account-mini-avatar){display:none!important}.premium-actions .premium-cart i,.premium-actions .premium-action-wishlist i{display:block!important;color:var(--brand-text)!important}.premium-actions .premium-cart:hover i,.premium-actions .premium-action-wishlist:hover i,.premium-account-menu.is-open .premium-account-toggle i{color:var(--brand-primary)!important}}@media(max-width:820px){body.storefront{padding-top:54px!important}body.storefront .premium-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:5000!important;transform:none!important;background:rgba(255,250,244,.98)!important;border-bottom:1px solid color-mix(in srgb,var(--brand-border) 76%,transparent)!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}body.storefront .premium-topbar{display:none!important}body.storefront .premium-header-main{height:54px!important;min-height:54px!important;max-height:54px!important;overflow:visible!important}body.storefront .premium-main{padding-top:12px!important}body.storefront .premium-account-dropdown{top:60px!important;z-index:5100!important}}@media(max-width:430px){body.storefront{padding-top:52px!important}body.storefront .premium-header-main{height:52px!important;min-height:52px!important;max-height:52px!important}body.storefront .premium-account-dropdown{top:56px!important}}.premium-storefront .premium-main{display:flex;flex-direction:column;gap:28px}.premium-storefront .premium-section{margin:0}.premium-storefront .premium-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.premium-storefront .premium-section-head h2{font-size:clamp(19px,2vw,26px);line-height:1.12;letter-spacing:-.035em;margin:3px 0 0;color:var(--brand-text)}.premium-storefront .premium-section-head p{margin:7px 0 0;color:var(--brand-muted);font-size:14px;line-height:1.55;max-width:640px}.premium-storefront .premium-section-head>a{min-height:40px;border-radius:999px;padding:0 15px;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);color:var(--brand-primary-dark);font-size:13px;font-weight:800;box-shadow:0 12px 26px rgba(25,16,9,.055);white-space:nowrap}.premium-storefront .premium-section-head>a:hover{transform:translateY(-1px);box-shadow:0 18px 34px rgba(25,16,9,.10);border-color:color-mix(in srgb,var(--brand-primary) 30%,var(--brand-border))}.premium-section-kicker{width:max-content;display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 10px;background:color-mix(in srgb,var(--brand-primary-light) 78%,#fff);color:var(--brand-primary-dark);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.premium-section-kicker i{color:var(--brand-primary)}.premium-storefront .premium-hero{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--brand-border));box-shadow:0 24px 70px rgba(45,28,12,.12);isolation:isolate}.premium-storefront .premium-hero:before{content:"";position:absolute;inset:-30% auto auto -15%;width:460px;height:460px;border-radius:999px;background:radial-gradient(circle,color-mix(in srgb,var(--brand-accent) 28%,transparent),transparent 68%);z-index:-1}.premium-storefront .premium-hero:after{content:"";position:absolute;right:-90px;bottom:-140px;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.30),transparent 70%);z-index:-1}.premium-storefront .premium-image-slider{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.premium-storefront .premium-announcement-section{border-radius:24px;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--brand-primary-light) 36%,#fff));border:1px solid color-mix(in srgb,var(--brand-border) 76%,#fff);box-shadow:0 18px 42px rgba(15,23,42,.06);padding:14px}.premium-storefront .premium-announcement-grid{display:grid;gap:10px}.premium-storefront .premium-announcement-card{border-radius:18px;border:1px solid color-mix(in srgb,var(--brand-border) 76%,#fff);background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(15,23,42,.055);padding:14px 16px;min-height:auto}.premium-storefront .premium-announcement-icon{width:42px;height:42px;border-radius:15px;box-shadow:0 12px 26px color-mix(in srgb,var(--brand-primary) 18%,transparent)}.premium-storefront .premium-benefits{border-radius:24px;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand-border) 74%,#fff);box-shadow:0 16px 42px rgba(15,23,42,.055);background:#fff}.premium-storefront .premium-benefits article{position:relative;background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--brand-primary-light) 25%,#fff));transition:.18s ease}.premium-storefront .premium-benefits article:hover{background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--brand-primary-light) 55%,#fff));transform:translateY(-1px)}.premium-storefront .premium-benefits article i{box-shadow:0 12px 24px color-mix(in srgb,var(--brand-primary) 15%,transparent)}.premium-storefront .premium-category-grid{gap:14px}.premium-storefront .premium-category-card{background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--brand-primary-light) 34%,#fff));border:1px solid color-mix(in srgb,var(--brand-border) 78%,#fff);box-shadow:0 14px 32px rgba(15,23,42,.055)}.premium-storefront .premium-category-card:hover{background:linear-gradient(135deg,#fff,color-mix(in srgb,var(--brand-primary-light) 70%,#fff))}.premium-storefront .premium-flash-strip{border-radius:26px;background:radial-gradient(circle at 90% 12%,color-mix(in srgb,var(--brand-accent) 18%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--brand-primary-light) 60%,#fff),#fff);border:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--brand-border));box-shadow:0 18px 48px rgba(15,23,42,.07);padding:18px}.premium-storefront #produk-pilihan{border-radius:0;background:transparent;border:0;box-shadow:none;padding:0}.premium-storefront .premium-latest-section{border-radius:26px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 76%,#fff);box-shadow:0 18px 48px rgba(15,23,42,.065);padding:18px}.premium-storefront .premium-product-card{box-shadow:0 14px 32px rgba(15,23,42,.065);border-color:color-mix(in srgb,var(--brand-border) 78%,#fff)}.premium-storefront .premium-product-card:hover{box-shadow:0 22px 44px rgba(15,23,42,.12)}.premium-storefront .premium-member-banner{box-shadow:0 24px 58px rgba(45,28,12,.16);border:1px solid rgba(255,255,255,.25);position:relative;isolation:isolate}.premium-storefront .premium-member-banner:after{content:"";position:absolute;inset:12px;border:1px solid rgba(255,255,255,.16);border-radius:16px;pointer-events:none;z-index:-1}@media(max-width:720px){.premium-storefront .premium-main{gap:20px}.premium-storefront .premium-section-head{align-items:flex-start;flex-direction:column;gap:10px;margin-bottom:12px}.premium-storefront .premium-section-head>a{min-height:36px;font-size:12px}.premium-storefront .premium-announcement-section,.premium-storefront .premium-flash-strip,.premium-storefront .premium-latest-section{padding:12px;border-radius:20px}.premium-storefront #produk-pilihan{padding:0;border-radius:0}.premium-storefront .premium-image-slider{border-radius:22px;padding:7px}.premium-storefront .premium-category-grid{gap:4px}}.premium-storefront .premium-announcements{display:grid;gap:10px;margin:0}.premium-storefront .premium-announcement{border-radius:18px;border:1px solid color-mix(in srgb,var(--brand-border) 76%,#fff);background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(15,23,42,.055);padding:14px 16px;min-height:auto;align-items:center;position:relative;overflow:hidden}.premium-storefront .premium-announcement:before{content:"";position:absolute;right:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--brand-primary),var(--brand-accent))}.premium-storefront .premium-announcement-body{min-width:0}.premium-storefront .premium-announcement-text{color:var(--brand-muted);font-size:13px;line-height:1.5}.premium-storefront .premium-announcement-text p{margin:0}.premium-storefront .premium-announcement-link{margin-left:auto;min-height:36px;border-radius:999px;padding:0 12px;display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-border) 78%,#fff);font-size:12px;font-weight:900;color:var(--brand-primary-dark);box-shadow:0 10px 24px rgba(15,23,42,.06)}@media(max-width:720px){.premium-storefront .premium-announcement{align-items:flex-start;padding:12px;gap:10px}.premium-storefront .premium-announcement-link{width:max-content;margin-left:52px}.premium-storefront .premium-announcement-icon{width:38px;height:38px}}.premium-storefront .premium-main{gap:26px}.premium-storefront .premium-image-slider{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;overflow:visible!important}.premium-storefront .premium-image-slider-shell{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 26px 70px rgba(15,23,42,.12);isolation:isolate;background:var(--brand-primary-light)}.premium-storefront .premium-image-slider .premium-slide-track{min-height:auto!important;aspect-ratio:21/7;border-radius:30px!important;border:1px solid color-mix(in srgb,var(--brand-border) 55%,transparent)!important;box-shadow:none!important;background:transparent!important}.premium-storefront .premium-image-slider .premium-slide-item img{transform:none!important;filter:saturate(1.04) contrast(1.02)}.premium-storefront .premium-image-slider .premium-slide-controls{padding:0 18px!important}.premium-storefront .premium-image-slider .premium-slide-arrow{width:44px;height:44px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.78);color:var(--brand-text);box-shadow:0 16px 34px rgba(15,23,42,.20)}.premium-storefront .premium-image-slider .premium-slide-dots{bottom:16px;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 30px rgba(15,23,42,.12)}.premium-storefront .premium-image-slider .premium-slide-dot{background:rgba(255,255,255,.62)}.premium-storefront .premium-image-slider .premium-slide-dot.is-active{background:#fff}.premium-storefront .premium-latest-section,.premium-storefront .premium-flash-strip,.premium-storefront .premium-announcement-section{box-shadow:0 16px 42px rgba(15,23,42,.055)}.premium-storefront #produk-pilihan{box-shadow:none}@media(max-width:720px){.premium-storefront .premium-main{gap:18px}.premium-storefront .premium-image-slider-shell{border-radius:20px;box-shadow:0 18px 42px rgba(15,23,42,.11)}.premium-storefront .premium-image-slider .premium-slide-track{aspect-ratio:16/7;border-radius:20px!important;min-height:auto!important}.premium-storefront .premium-image-slider .premium-slide-arrow{width:36px;height:36px;font-size:12px}.premium-storefront .premium-image-slider .premium-slide-controls{padding:0 10px!important}.premium-storefront .premium-image-slider .premium-slide-dots{bottom:10px;padding:6px 9px}}.premium-storefront .premium-section-head h2{font-size:clamp(19px,2vw,26px)!important;line-height:1.12;letter-spacing:-.035em}.premium-storefront #produk-pilihan{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important}.premium-storefront #produk-pilihan .premium-section-head{margin-bottom:14px}.premium-storefront .premium-image-slider{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important}@media(max-width:720px){.premium-storefront .premium-section-head h2{font-size:clamp(18px,5.4vw,22px)!important}.premium-storefront #produk-pilihan{padding:0!important}.premium-storefront .premium-image-slider{padding:0!important}}.mobile-bottom-nav{display:none}@media(max-width:820px){body.storefront{padding-bottom:86px!important}.premium-footer{padding-bottom:110px}.mobile-bottom-nav{position:fixed;left:12px;right:12px;bottom:10px;z-index:80;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:2px;min-height:58px;padding:7px 8px calc(7px+env(safe-area-inset-bottom));border:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff);border-radius:18px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px rgba(31,18,9,.16);backdrop-filter:blur(16px)}.mobile-bottom-nav a{position:relative;min-width:0;height:46px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:color-mix(in srgb,var(--brand-text) 82%,#6b7280);font-size:11px;line-height:1;font-weight:700;text-decoration:none;transition:background .16s ease,color .16s ease,transform .16s ease}.mobile-bottom-nav a i{font-size:18px;color:var(--brand-primary);line-height:1}.mobile-bottom-nav a span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-bottom-nav a.is-active,.mobile-bottom-nav a:hover{background:color-mix(in srgb,var(--brand-primary-light) 72%,#fff);color:var(--brand-primary-dark)}.mobile-bottom-nav a.is-active i{color:var(--brand-primary-dark)}.mobile-bottom-nav a:active{transform:translateY(1px) scale(.98)}.mobile-bottom-wa i{color:#16a34a!important}.mobile-bottom-cart em{position:absolute;top:2px;right:14px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;display:grid;place-items:center;background:#ef4444;color:#fff;border:2px solid #fff;font-size:9px;font-style:normal;font-weight:950;line-height:1}}@media(max-width:380px){.mobile-bottom-nav{left:8px;right:8px;border-radius:16px;padding-left:5px;padding-right:5px}.mobile-bottom-nav a{font-size:10px;height:44px}.mobile-bottom-nav a i{font-size:17px}}.global-chat-widget{position:fixed;right:18px;bottom:22px;z-index:88;font-family:inherit}.global-chat-fab{height:44px;border:0;border-radius:999px;padding:0 15px;display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;font-size:13px;font-weight:900;box-shadow:0 14px 34px color-mix(in srgb,var(--brand-primary) 26%,transparent);cursor:pointer;transition:.16s ease}.global-chat-fab:hover{transform:translateY(-1px);box-shadow:0 18px 42px color-mix(in srgb,var(--brand-primary) 30%,transparent)}.global-chat-fab i{font-size:15px}.global-chat-box{position:absolute;right:0;bottom:54px;width:min(340px,calc(100vw - 24px));overflow:hidden;border-radius:20px;border:1px solid color-mix(in srgb,var(--brand-border) 84%,#fff);background:#fff;box-shadow:0 24px 70px rgba(15,23,42,.20)}.global-chat-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:linear-gradient(135deg,var(--brand-primary-dark),var(--brand-primary));color:#fff}.global-chat-head strong{display:block;font-size:14px}.global-chat-head small{display:block;max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:rgba(255,255,255,.76);font-size:11px;margin-top:1px}.global-chat-head button{width:30px;height:30px;border:0;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;display:grid;place-items:center;cursor:pointer}.global-chat-context{display:grid;grid-template-columns:42px 1fr;gap:9px;align-items:center;padding:9px 12px;border-bottom:1px solid var(--brand-border);background:#fffaf4}.global-chat-context img{width:42px;height:42px;border-radius:12px;object-fit:cover;background:#fff}.global-chat-context strong{display:block;font-size:12px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.global-chat-context span{font-size:10.5px;font-weight:800;color:var(--brand-primary)}.global-chat-guest{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:9px 12px;border-bottom:1px solid var(--brand-border)}.global-chat-guest input,.global-chat-form input{width:100%;min-width:0;border:1px solid var(--brand-border);border-radius:12px;padding:9px 10px;font-size:12px;font-weight:700;outline:none}.global-chat-guest input:focus,.global-chat-form input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand-primary) 12%,transparent)}.global-chat-messages{height:260px;overflow:auto;padding:11px;background:linear-gradient(180deg,#fff,#fffaf4);display:flex;flex-direction:column;gap:8px}.global-chat-messages .product-chat-empty{margin:auto;text-align:center;color:var(--brand-muted);font-size:12px;max-width:220px;line-height:1.5}.global-chat-messages .product-chat-msg{display:flex}.global-chat-messages .product-chat-msg.is-customer{justify-content:flex-end}.global-chat-messages .product-chat-msg>div{max-width:84%;border-radius:14px;padding:8px 10px;box-shadow:0 7px 18px rgba(15,23,42,.06)}.global-chat-messages .product-chat-msg.is-customer>div{background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;border-bottom-right-radius:5px}.global-chat-messages .product-chat-msg.is-admin>div{background:#fff;border:1px solid var(--brand-border);color:var(--brand-text);border-bottom-left-radius:5px}.global-chat-messages .product-chat-msg p{margin:0;font-size:12px;line-height:1.42;white-space:pre-wrap}.global-chat-messages .product-chat-msg small{display:block;margin-top:4px;font-size:9.5px;opacity:.72}.global-chat-form{display:grid;grid-template-columns:1fr 40px;gap:7px;padding:10px 12px;border-top:1px solid var(--brand-border);background:#fff}.global-chat-form button{border:0;border-radius:12px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;display:grid;place-items:center;cursor:pointer}@media(max-width:720px){.global-chat-widget{right:12px;bottom:88px}.global-chat-fab{width:46px;height:46px;padding:0;justify-content:center}.global-chat-fab span{display:none}.global-chat-box{right:0;bottom:56px;width:calc(100vw - 24px);border-radius:20px}.global-chat-messages{height:250px}.global-chat-guest{grid-template-columns:1fr}.global-chat-widget.is-open{bottom:86px}}.global-chat-fab{position:relative}.global-chat-badge{position:absolute;top:-7px;right:-7px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;border:2px solid #fff;display:grid;place-items:center;font-size:10px;font-weight:1000;line-height:1;box-shadow:0 8px 18px rgba(239,68,68,.32);font-style:normal}.global-chat-badge[hidden]{display:none!important}.global-chat-widget.has-unread .global-chat-fab{animation:globalChatPulse 1.5s ease-in-out infinite}@keyframes globalChatPulse{0%,100%{transform:translateY(0);box-shadow:0 14px 34px color-mix(in srgb,var(--brand-primary) 26%,transparent)}50%{transform:translateY(-2px);box-shadow:0 20px 44px rgba(239,68,68,.24)}}@media(max-width:720px){.global-chat-badge{top:-5px;right:-5px;min-width:18px;height:18px;font-size:9px;padding:0 4px}}.global-chat-messages .product-chat-msg.has-product-context>div,.product-chat-messages .product-chat-msg.has-product-context>div{padding:0;background:transparent!important;border:0!important;box-shadow:none!important;max-width:88%}.chat-product-message-card{position:relative;display:grid;grid-template-columns:50px minmax(0,1fr) 28px;gap:9px;align-items:center;min-width:230px;padding:9px;border-radius:16px;text-decoration:none;color:var(--brand-text);background:linear-gradient(135deg,#fff,#fff8ed);border:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--brand-border));box-shadow:0 12px 26px rgba(15,23,42,.10);overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.chat-product-message-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--brand-accent),var(--brand-primary))}.product-chat-msg.is-customer .chat-product-message-card{background:linear-gradient(135deg,#fff,#f0fdf4);border-color:rgba(34,197,94,.22)}.chat-product-message-card[href]:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(15,23,42,.14);border-color:color-mix(in srgb,var(--brand-primary) 38%,var(--brand-border))}.chat-product-message-card img,.chat-product-message-card>span:first-child{width:50px;height:50px;border-radius:13px;object-fit:cover;background:#fff;display:grid;place-items:center;color:var(--brand-primary);box-shadow:0 8px 18px rgba(15,23,42,.07)}.chat-product-message-body{min-width:0;display:block!important}.chat-product-message-body small{display:inline-flex!important;width:max-content;margin:0 0 3px!important;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 10%,#fff);color:var(--brand-primary-dark)!important;font-size:9px!important;font-weight:1000!important;text-transform:uppercase;letter-spacing:.04em;opacity:1!important}.chat-product-message-body strong{display:block;font-size:12.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-product-message-body em{display:block;margin-top:2px;color:var(--brand-muted);font-size:10.5px;font-style:normal;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-product-message-card b{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand-accent),var(--brand-primary));color:#fff;font-size:11px;box-shadow:0 8px 16px color-mix(in srgb,var(--brand-primary) 22%,transparent)}.chat-product-message-time{display:block!important;margin:5px 6px 0!important;color:inherit!important;font-size:9.5px!important;opacity:.68!important}.product-chat-msg.is-customer .chat-product-message-time{text-align:right;color:#0f172a!important}@media(max-width:720px){.chat-product-message-card{min-width:220px;grid-template-columns:46px minmax(0,1fr) 26px;padding:8px;border-radius:15px}.chat-product-message-card img,.chat-product-message-card>span:first-child{width:46px;height:46px}.chat-product-message-card b{width:26px;height:26px}.global-chat-messages .product-chat-msg.has-product-context>div{max-width:92%}}@media(max-width:720px){.premium-storefront .premium-section-head{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important}.premium-storefront .premium-section-head>div{min-width:0;flex:1 1 auto}.premium-storefront .premium-section-head h2{margin:0!important;font-size:clamp(17px,5vw,21px)!important;line-height:1.15!important}.premium-storefront .premium-section-head p{font-size:12px!important;line-height:1.35!important;margin-top:4px!important}.premium-storefront .premium-section-head>a{flex:0 0 auto!important;width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:999px!important;justify-content:center!important;gap:0!important;font-size:0!important;line-height:0!important}.premium-storefront .premium-section-head>a i{margin:0!important;width:24px!important;height:24px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:color-mix(in srgb,var(--brand-primary-light) 70%,#fff)!important;color:var(--brand-primary)!important;font-size:12px!important;line-height:1!important}.premium-storefront .premium-section-kicker{display:none!important}}.premium-footer-grid{grid-template-columns:minmax(240px,1.35fr) repeat(auto-fit,minmax(150px,.75fr));align-items:start}.premium-footer-col a{display:flex;align-items:center;gap:8px}.premium-footer-address{display:flex;gap:8px;align-items:flex-start}.premium-footer-address i{margin-top:4px;color:var(--brand-accent)}.premium-footer-contact-col>a i{width:16px;color:var(--brand-accent)}.premium-socials{flex-wrap:wrap}.premium-socials a:hover{transform:translateY(-2px);color:var(--brand-footer-bg);background:var(--brand-accent);border-color:color-mix(in srgb,var(--brand-accent) 70%,var(--brand-surface))}@media(max-width:820px){.premium-footer-grid{grid-template-columns:1fr 1fr;gap:24px}.premium-footer-brand{grid-column:1/-1}}@media(max-width:560px){.premium-footer-grid{grid-template-columns:1fr;gap:20px}.premium-footer{padding-top:32px}.premium-footer-logo{margin-bottom:10px}}.premium-footer{position:relative;overflow:hidden;isolation:isolate;background:radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--brand-accent) 18%,transparent),transparent 24rem),radial-gradient(circle at 88% 12%,color-mix(in srgb,var(--brand-primary) 20%,transparent),transparent 24rem),linear-gradient(135deg,var(--brand-footer-bg),color-mix(in srgb,var(--brand-footer-bg) 82%,#000));border-top:1px solid rgba(255,255,255,.08)}.premium-footer:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 34%);pointer-events:none;z-index:-1}.premium-footer-grid{gap:clamp(22px,3vw,42px)!important;padding-top:clamp(34px,4vw,54px)!important;padding-bottom:clamp(26px,3vw,38px)!important}.premium-footer-brand{max-width:390px}.premium-footer-logo{width:max-content;min-height:auto;padding:0;margin-bottom:16px!important;display:flex;align-items:center}.premium-footer-logo img{width:auto!important;height:auto!important;max-width:180px!important;max-height:58px!important;object-fit:contain!important;filter:none;opacity:1;transition:filter .18s ease,opacity .18s ease,transform .18s ease}.premium-footer-logo:hover img{filter:none;opacity:1;transform:translateY(-1px)}.premium-footer-logo i{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.10);color:rgba(255,255,255,.78)!important}.premium-footer-logo strong{display:none!important}.premium-footer-brand p{max-width:360px;margin:0 0 14px;color:rgba(255,255,255,.72)!important;line-height:1.75!important}.premium-footer-brand small{display:inline-flex;color:rgba(255,255,255,.48)!important;font-size:12px!important}.premium-footer-col h3{position:relative;margin:0 0 15px!important;padding-bottom:10px;font-size:13px!important;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.95)!important}.premium-footer-col h3:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;border-radius:99px;background:var(--brand-accent);opacity:.85}.premium-footer-col a,.premium-footer-address{width:max-content;max-width:100%;margin:8px 0!important;color:rgba(255,255,255,.68)!important;text-decoration:none;transition:color .16s ease,transform .16s ease,opacity .16s ease}.premium-footer-col a:hover{color:#fff!important;transform:translateX(3px)}.premium-footer-contact-col>a i,.premium-footer-address i{color:var(--brand-accent)!important;opacity:.9}.premium-socials{gap:9px!important;margin-top:16px!important}.premium-socials a{width:38px!important;height:38px!important;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.08)!important;color:rgba(255,255,255,.82)!important;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease!important}.premium-socials a:hover{transform:translateY(-2px)!important;background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.18);color:#fff!important}@media(max-width:820px){.premium-footer-grid{grid-template-columns:1fr 1fr!important}.premium-footer-brand{grid-column:1/-1;max-width:none}.premium-footer-brand p{max-width:640px}}@media(max-width:560px){.premium-footer-grid{grid-template-columns:1fr!important;gap:22px!important;padding-top:32px!important;padding-bottom:96px!important}.premium-footer-logo img{max-width:150px!important;max-height:48px!important}.premium-footer-col h3{margin-bottom:10px!important}.premium-footer-col a,.premium-footer-address{margin:7px 0!important}}.faq-page{width:min(100% - 28px,980px);margin-inline:auto}.faq-hero{margin:20px 0;border-radius:28px;padding:38px;background:radial-gradient(circle at 85% 15%,color-mix(in srgb,var(--brand-accent) 28%,transparent),transparent 30%),linear-gradient(135deg,var(--brand-gradient-start),var(--brand-gradient-end));color:#fff;box-shadow:0 24px 54px color-mix(in srgb,var(--brand-primary) 18%,transparent)}.faq-hero span{display:inline-flex;gap:8px;align-items:center;margin-bottom:10px;border-radius:999px;background:rgba(255,255,255,.12);padding:7px 11px;font-size:12px;font-weight:950}.faq-hero h1{font-size:clamp(32px,5vw,54px);line-height:1;font-weight:950;letter-spacing:-.05em;margin:0 0 10px}.faq-hero p{max-width:640px;color:rgba(255,255,255,.82);font-weight:700;line-height:1.65}.faq-list-section{margin-bottom:44px}.faq-list{display:grid;gap:12px}.faq-item{border:1px solid var(--brand-border);border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(36,23,15,.05);overflow:hidden}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:18px 20px;font-weight:950;color:var(--brand-text)}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary i{font-size:12px;color:var(--brand-primary);transition:.16s ease}.faq-item[open] summary i{transform:rotate(180deg)}.faq-item div{padding:0 20px 18px;color:var(--brand-muted);font-weight:650;line-height:1.7}@media(max-width:640px){.faq-hero{border-radius:22px;padding:26px 20px}.faq-item summary{padding:15px 16px}.faq-item div{padding:0 16px 16px}}.premium-account-login-form .premium-account-auth-links{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.premium-account-login-form .premium-account-auth-links a{width:auto!important;height:auto!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:var(--brand-primary-dark)!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important}.premium-account-login-form .premium-account-auth-links a:hover{text-decoration:underline!important;color:var(--brand-primary)!important}@media(max-width:640px){.premium-account-login-form .premium-account-auth-links{gap:8px}.premium-account-login-form .premium-account-auth-links a{font-size:11.5px!important}}.premium-storefront .premium-announcement-section,.premium-announcement-section{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}.premium-storefront .premium-announcement,.premium-storefront .premium-announcement-card{box-shadow:none!important}.premium-announcement-link,.premium-storefront .premium-announcement-link{color:var(--brand-primary)!important;background:#fff!important;border:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--brand-border))!important}.premium-announcement-link:hover,.premium-storefront .premium-announcement-link:hover{color:#fff!important;background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent))!important;border-color:transparent!important}.premium-announcement-link:hover *,.premium-storefront .premium-announcement-link:hover *{color:#fff!important}.premium-announcement-link:hover i,.premium-storefront .premium-announcement-link:hover i{background:rgba(255,255,255,.22)!important;color:#fff!important}.premium-storefront .premium-member-banner{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.72fr);gap:26px;align-items:center;padding:34px 34px 34px 36px;border-radius:28px;margin:8px 0 34px;overflow:hidden;border:1px solid color-mix(in srgb,var(--brand-primary) 24%,rgba(255,255,255,.22));background:radial-gradient(circle at 78% 18%,color-mix(in srgb,var(--brand-accent) 32%,transparent),transparent 28%),radial-gradient(circle at 16% 90%,rgba(255,255,255,.08),transparent 30%),linear-gradient(110deg,color-mix(in srgb,var(--brand-primary-dark) 96%,black 4%),var(--brand-primary) 58%,color-mix(in srgb,var(--brand-accent) 64%,var(--brand-primary) 36%));box-shadow:0 24px 60px rgba(32,20,10,.18)}.premium-storefront .premium-member-banner::before,.premium-storefront .premium-member-banner::after{content:"";position:absolute;pointer-events:none}.premium-storefront .premium-member-banner::before{inset:14px;border-radius:22px;border:1px solid rgba(255,255,255,.15)}.premium-storefront .premium-member-banner::after{width:220px;height:220px;right:-70px;top:-85px;border-radius:999px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,0) 68%);opacity:.65}.premium-storefront .premium-member-banner>div:first-child{position:relative;z-index:1;min-width:0}.premium-storefront .premium-member-banner>div:first-child>span{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;margin-bottom:14px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#ffe0a2;font-size:13px;font-weight:900}.premium-storefront .premium-member-banner h2{margin:0 0 10px;max-width:530px;font-size:42px;line-height:1.04;letter-spacing:-.03em;color:#fff;text-shadow:0 10px 24px rgba(0,0,0,.16)}.premium-storefront .premium-member-banner p{max-width:520px;margin:0;color:rgba(255,255,255,.92);font-size:19px;line-height:1.5}.premium-storefront .premium-member-banner a{position:relative;z-index:1;display:inline-flex;align-items:center;gap:12px;margin-top:22px;padding:14px 18px 14px 18px;border-radius:18px;background:#fff;color:var(--brand-primary-dark);font-size:16px;font-weight:900;text-decoration:none;box-shadow:0 14px 26px rgba(19,12,7,.14);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.premium-storefront .premium-member-banner a i{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 12%,white);color:var(--brand-primary);transition:inherit}.premium-storefront .premium-member-banner a:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(19,12,7,.19);background:color-mix(in srgb,var(--brand-accent) 18%,white);color:var(--brand-primary-dark)}.premium-storefront .premium-member-banner a:hover i{background:var(--brand-primary);color:#fff}.premium-storefront .premium-vip-card{position:relative;justify-self:end;z-index:1;width:min(360px,100%);min-height:162px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:26px 24px;border-radius:24px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08)),color-mix(in srgb,var(--brand-accent) 32%,rgba(255,255,255,.08));box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 22px 45px rgba(0,0,0,.16);backdrop-filter:blur(6px)}.premium-storefront .premium-vip-card::before{content:"";position:absolute;inset:14px;border-radius:18px;border:1px solid rgba(255,255,255,.14)}.premium-storefront .premium-vip-card i{font-size:28px;color:#ffe298;filter:drop-shadow(0 10px 16px rgba(0,0,0,.16))}.premium-storefront .premium-vip-card strong{font-size:54px;line-height:1;letter-spacing:-.04em;color:#fff;text-shadow:0 14px 30px rgba(0,0,0,.16)}.premium-storefront .premium-vip-card span{font-size:15px;font-weight:900;letter-spacing:.34em;color:rgba(255,255,255,.88)}.premium-storefront .premium-latest-section{position:relative;padding:28px 18px 18px;border-radius:30px;border:1px solid color-mix(in srgb,var(--brand-border) 72%,#fff);background:radial-gradient(circle at top right,color-mix(in srgb,var(--brand-primary-light) 82%,#fff 18%),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,255,255,.98));box-shadow:0 18px 44px rgba(15,23,42,.06);overflow:hidden}.premium-storefront .premium-latest-section::before{content:"";position:absolute;inset:16px 18px auto;height:1px;background:linear-gradient(90deg,color-mix(in srgb,var(--brand-primary) 12%,transparent),transparent);pointer-events:none}.premium-storefront .premium-latest-section .premium-section-head{position:relative;z-index:1;margin-bottom:18px;padding:0 14px}.premium-storefront .premium-latest-section .premium-section-head>div:first-child{max-width:560px}.premium-storefront .premium-latest-section .premium-section-head h2{margin:8px 0 6px;font-size:28px;line-height:1.08;letter-spacing:-.03em}.premium-storefront .premium-latest-section .premium-section-head p{margin:0;font-size:17px;color:var(--brand-muted)}.premium-storefront .premium-latest-section .premium-section-action{display:inline-flex;align-items:center;gap:10px;padding:14px 16px;border-radius:999px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-primary) 22%,var(--brand-border));color:var(--brand-primary-dark);font-weight:900;text-decoration:none;box-shadow:0 10px 18px rgba(15,23,42,.05);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.premium-storefront .premium-latest-section .premium-section-action i{display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 12%,white);color:var(--brand-primary)}.premium-storefront .premium-latest-section .premium-section-action:hover{transform:translateY(-2px);box-shadow:0 16px 28px rgba(15,23,42,.09);background:color-mix(in srgb,var(--brand-primary-light) 50%,white)}.premium-storefront .premium-latest-section .premium-chip-row{position:relative;z-index:1;padding:0 14px;margin-bottom:18px}.premium-storefront .premium-latest-section .premium-chip{min-height:42px;padding:0 18px;border-radius:999px;background:#fff;border:1px solid color-mix(in srgb,var(--brand-primary) 18%,var(--brand-border));color:var(--brand-primary-dark);font-weight:800;box-shadow:0 8px 16px rgba(15,23,42,.03)}.premium-storefront .premium-latest-section .premium-chip.is-active{background:linear-gradient(135deg,color-mix(in srgb,var(--brand-primary) 10%,white),color-mix(in srgb,var(--brand-accent) 16%,white));border-color:color-mix(in srgb,var(--brand-primary) 50%,var(--brand-border));color:var(--brand-primary-dark)}.premium-storefront .premium-latest-section .premium-product-grid{position:relative;z-index:1;padding:0 14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,240px));justify-content:flex-start;gap:16px}.premium-storefront .premium-latest-section .premium-product-card{border-radius:24px;border:1px solid color-mix(in srgb,var(--brand-border) 76%,#fff);background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--brand-primary-light) 72%,#fff 28%));overflow:hidden;box-shadow:0 14px 28px rgba(15,23,42,.05)}.premium-storefront .premium-latest-section .premium-product-card:hover{transform:translateY(-6px);border-color:color-mix(in srgb,var(--brand-primary) 34%,var(--brand-border));box-shadow:0 20px 38px rgba(15,23,42,.1)}.premium-storefront .premium-latest-section .premium-product-media{aspect-ratio:1 / 1.06;background:radial-gradient(circle at top right,rgba(255,255,255,.7),transparent 30%),linear-gradient(180deg,color-mix(in srgb,var(--brand-primary-light) 70%,white),color-mix(in srgb,var(--brand-primary-light) 88%,#f3f4f6 12%))}.premium-storefront .premium-latest-section .premium-product-media img{width:100%;height:100%;object-fit:cover}.premium-storefront .premium-latest-section .premium-product-badge{left:14px;top:14px;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:900;box-shadow:0 10px 20px rgba(15,23,42,.08)}.premium-storefront .premium-latest-section .premium-wishlist-form{top:14px;right:14px}.premium-storefront .premium-latest-section .premium-wishlist,.premium-storefront .premium-latest-section .premium-wishlist-link{width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.7);box-shadow:0 8px 16px rgba(15,23,42,.08)}.premium-storefront .premium-latest-section .premium-product-body{padding:16px 14px 54px}.premium-storefront .premium-latest-section .premium-product-body h3{margin:0 0 12px;font-size:20px;line-height:1.25;min-height:50px}.premium-storefront .premium-latest-section .premium-product-body h3 a{color:var(--brand-text);text-decoration:none}.premium-storefront .premium-latest-section .premium-price-row{margin-bottom:10px}.premium-storefront .premium-latest-section .premium-price-row strong{font-size:31px;line-height:1;letter-spacing:-.03em}.premium-storefront .premium-latest-section .premium-price-row small{font-size:13px}.premium-storefront .premium-latest-section .premium-stock-line{margin-bottom:10px;padding:8px 10px;border-radius:12px;background:color-mix(in srgb,var(--brand-primary-light) 55%,white);font-weight:800}.premium-storefront .premium-latest-section .premium-rating{color:var(--brand-muted);font-size:13px;font-weight:700}.premium-storefront .premium-latest-section .premium-rating i{color:var(--brand-accent)}.premium-storefront .premium-latest-section .premium-cart-mini{right:14px;bottom:14px;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--brand-primary),color-mix(in srgb,var(--brand-accent) 62%,var(--brand-primary) 38%));box-shadow:0 12px 20px rgba(217,144,18,.22)}.premium-storefront .premium-latest-section .premium-cart-mini:hover{transform:translateY(-2px);box-shadow:0 16px 26px rgba(217,144,18,.28)}@media (max-width:920px){.premium-storefront .premium-member-banner{grid-template-columns:1fr;padding:28px 22px;gap:18px}.premium-storefront .premium-vip-card{justify-self:stretch;min-height:146px}.premium-storefront .premium-member-banner h2{font-size:34px}.premium-storefront .premium-member-banner p{font-size:17px}.premium-storefront .premium-latest-section{padding:24px 14px 14px}}@media (max-width:640px){.premium-storefront .premium-member-banner{padding:24px 18px;border-radius:24px}.premium-storefront .premium-member-banner h2{font-size:30px}.premium-storefront .premium-member-banner p{font-size:15px}.premium-storefront .premium-member-banner a{width:100%;justify-content:center}.premium-storefront .premium-vip-card{min-height:130px}.premium-storefront .premium-vip-card strong{font-size:42px}.premium-storefront .premium-vip-card span{letter-spacing:.24em}.premium-storefront .premium-latest-section .premium-section-head{padding:0 8px}.premium-storefront .premium-latest-section .premium-section-head h2{font-size:24px}.premium-storefront .premium-latest-section .premium-section-head p{font-size:14px}.premium-storefront .premium-latest-section .premium-chip-row,.premium-storefront .premium-latest-section .premium-product-grid{padding:0 8px}.premium-storefront .premium-latest-section .premium-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.premium-storefront .premium-latest-section .premium-product-body h3{font-size:16px;min-height:44px}.premium-storefront .premium-latest-section .premium-price-row strong{font-size:22px}}@media (max-width:420px){.premium-storefront .premium-latest-section .premium-product-grid{grid-template-columns:1fr 1fr}.premium-storefront .premium-latest-section .premium-section-action{width:100%;justify-content:center}}.premium-storefront .premium-latest-section{padding:24px 16px 18px!important;border-radius:26px!important;background:#fff!important;border:1px solid color-mix(in srgb,var(--brand-border) 76%,#fff)!important;box-shadow:0 16px 42px rgba(15,23,42,.055)!important}.premium-storefront .premium-latest-section .premium-section-head{padding:0!important;margin-bottom:14px!important}.premium-storefront .premium-latest-section .premium-section-head h2{margin:5px 0 5px!important;font-size:clamp(20px,2.2vw,26px)!important;line-height:1.12!important;letter-spacing:-.035em!important}.premium-storefront .premium-latest-section .premium-section-head p{font-size:14px!important;line-height:1.5!important;margin:0!important}.premium-storefront .premium-latest-section .premium-section-kicker{font-size:12px!important;padding:7px 10px!important;margin-bottom:6px!important}.premium-storefront .premium-latest-section .premium-section-action,.premium-storefront .premium-latest-section .premium-section-head>a{min-height:40px!important;height:40px!important;padding:0 14px!important;border-radius:999px!important;font-size:13px!important;font-weight:850!important;background:#fff!important;color:var(--brand-primary-dark)!important;border:1px solid color-mix(in srgb,var(--brand-border) 82%,#fff)!important;box-shadow:0 12px 24px rgba(15,23,42,.045)!important}.premium-storefront .premium-latest-section .premium-section-head>a i{width:24px!important;height:24px!important;border-radius:999px!important;background:var(--brand-primary-light)!important;color:var(--brand-primary)!important}.premium-storefront .premium-latest-section .premium-section-head>a:hover{transform:translateY(-1px)!important;border-color:color-mix(in srgb,var(--brand-primary) 30%,var(--brand-border))!important;box-shadow:0 16px 30px rgba(15,23,42,.075)!important}.premium-storefront .premium-latest-section .premium-chip-row{display:flex!important;flex-wrap:wrap!important;gap:9px!important;padding:0!important;margin:0 0 18px!important;align-items:center!important}.premium-storefront .premium-latest-section .premium-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;height:40px!important;padding:0 14px!important;border-radius:999px!important;background:#fff!important;border:1px solid var(--brand-border)!important;color:var(--brand-text)!important;font-size:13px!important;font-weight:750!important;line-height:1!important;box-shadow:none!important;white-space:nowrap!important}.premium-storefront .premium-latest-section .premium-chip.active,.premium-storefront .premium-latest-section .premium-chip.is-active,.premium-storefront .premium-latest-section .premium-chip:hover{background:var(--brand-primary-light)!important;border-color:var(--brand-primary)!important;color:var(--brand-primary-dark)!important}.premium-storefront .premium-latest-section .premium-product-grid{padding:0!important;display:grid!important;grid-template-columns:repeat(auto-fill,minmax(190px,210px))!important;justify-content:flex-start!important;gap:14px!important}.premium-storefront .premium-latest-section .premium-product-card{border-radius:16px!important;background:#fff!important;border:1px solid color-mix(in srgb,var(--brand-border) 78%,#fff)!important;box-shadow:0 14px 32px rgba(15,23,42,.065)!important;overflow:hidden!important}.premium-storefront .premium-latest-section .premium-product-card:hover{transform:translateY(-3px)!important;box-shadow:0 22px 44px rgba(15,23,42,.12)!important}.premium-storefront .premium-latest-section .premium-product-media{aspect-ratio:1/1!important;background:var(--brand-primary-light)!important}.premium-storefront .premium-latest-section .premium-product-badge{top:12px!important;left:12px!important;padding:5px 9px!important;border-radius:9px!important;font-size:11px!important}.premium-storefront .premium-latest-section .premium-wishlist-form{top:12px!important;right:12px!important}.premium-storefront .premium-latest-section .premium-wishlist,.premium-storefront .premium-latest-section .premium-wishlist-link{width:34px!important;height:34px!important;background:rgba(255,255,255,.78)!important;box-shadow:none!important}.premium-storefront .premium-latest-section .premium-product-body{padding:12px 12px 44px!important}.premium-storefront .premium-latest-section .premium-product-body h3{font-size:14px!important;line-height:1.35!important;min-height:38px!important;margin:0 0 10px!important}.premium-storefront .premium-latest-section .premium-price-row{margin-bottom:9px!important}.premium-storefront .premium-latest-section .premium-price-row strong{font-size:15px!important;line-height:1.2!important;letter-spacing:0!important}.premium-storefront .premium-latest-section .premium-price-row small{font-size:12px!important}.premium-storefront .premium-latest-section .premium-stock-line{display:flex!important;align-items:center!important;gap:5px!important;margin-bottom:8px!important;padding:0!important;border-radius:0!important;background:transparent!important;font-size:12px!important;font-weight:800!important}.premium-storefront .premium-latest-section .premium-rating{font-size:12px!important;font-weight:500!important}.premium-storefront .premium-latest-section .premium-cart-mini{right:12px!important;bottom:12px!important;width:34px!important;height:34px!important;border-radius:11px!important;box-shadow:0 10px 18px color-mix(in srgb,var(--brand-primary) 25%,transparent)!important}@media(max-width:720px){.premium-storefront .premium-latest-section{padding:20px 14px 16px!important;border-radius:22px!important}.premium-storefront .premium-latest-section .premium-section-head{align-items:flex-start!important;flex-direction:column!important;gap:10px!important}.premium-storefront .premium-latest-section .premium-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.premium-storefront .premium-latest-section .premium-product-body h3{font-size:13px!important}}@media(max-width:420px){.premium-storefront .premium-latest-section .premium-chip-row{gap:8px!important}.premium-storefront .premium-latest-section .premium-chip{height:38px!important;min-height:38px!important;padding:0 12px!important;font-size:12px!important}.premium-storefront .premium-latest-section .premium-product-grid{gap:10px!important}}.premium-hero-stage{position:relative;width:100%;height:410px;max-height:410px;overflow:hidden;background:var(--brand-background);font-family:inherit;border-radius:28px}.premium-hero-card{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:stretch;background-image:var(--hero-bg-image);background-size:cover;background-position:center;opacity:0;pointer-events:none;transition:opacity .75s cubic-bezier(0.4,0,0.2,1),transform .75s cubic-bezier(0.4,0,0.2,1);transform:scale(1.04);will-change:opacity,transform}.premium-hero-card::before{content:"";position:absolute;inset:0;background:linear-gradient(108deg,color-mix(in srgb,var(--brand-primary-dark) 97%,transparent) 0%,color-mix(in srgb,var(--brand-primary-dark) 75%,transparent) 45%,color-mix(in srgb,var(--brand-primary-dark) 0%,transparent) 75%,color-mix(in srgb,var(--brand-primary-dark) 24%,transparent) 100%);z-index:1}.premium-hero-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,#00000073 0%,transparent 50%);z-index:1;pointer-events:none}.premium-hero-card.is-active{opacity:1;pointer-events:auto;transform:scale(1);z-index:2}.premium-hero-inner{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1.25rem,5vw,3.5rem);gap:2rem;height:100%}.premium-hero-copy{flex:1 1 55%;min-width:0;display:flex;flex-direction:column;gap:.55rem;padding-block:1.5rem}.hero-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .9rem;border-radius:9999px;font-size:clamp(0.68rem,1.2vw,0.76rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;width:fit-content;line-height:1}.hero-chip-contrast{background:var(--brand-accent);color:#fff;text-shadow:0 1px 2px #0006;box-shadow:0 2px 12px #00000059}.hero-chip-soft{background:#ffffff2e;color:#fff;border:1px solid #ffffff59;text-shadow:0 1px 3px #00000080;backdrop-filter:blur(6px)}.hero-chip-soft-green{background:#ffffff2e;color:#fff;border:1px solid #ffffff59;text-shadow:0 1px 3px #00000080;backdrop-filter:blur(6px)}.hero-title-block{display:flex;flex-direction:column;gap:0;line-height:1}.hero-script{font-size:clamp(1rem,2.4vw,1.5rem);font-weight:400;font-style:italic;color:#fff;letter-spacing:.02em;text-shadow:0 1px 6px #0009}.hero-title-block h1{font-size:clamp(2.2rem,5.5vw,3.6rem);font-weight:900;letter-spacing:-.02em;color:#fff;text-shadow:0 2px 16px #000000a6;line-height:1;text-wrap:balance}.hero-accent{font-size:clamp(1rem,2vw,1.3rem);font-weight:700;color:var(--brand-accent);text-shadow:0 1px 6px #00000073;letter-spacing:.01em}.hero-editorial-title{font-size:clamp(1.9rem,4.5vw,3.1rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 16px #000000a6;text-wrap:balance}.hero-editorial-title span{color:var(--brand-accent);-webkit-text-fill-color:var(--brand-accent);text-shadow:0 1px 6px #00000073}.hero-natural-title{font-size:clamp(1.9rem,4.5vw,3.1rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 16px #000000a6;text-wrap:balance}.hero-natural-title span{color:var(--brand-accent)}.premium-hero-card-4 h1{font-size:clamp(1.7rem,4vw,2.8rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.02em;text-shadow:0 2px 16px #000000a6;text-wrap:balance}.premium-hero-copy>p{font-size:clamp(0.84rem,1.5vw,0.96rem);color:#ffffffeb;line-height:1.6;max-width:44ch;margin:0;text-shadow:0 1px 6px #0000008c}.hero-feature-list{display:flex;flex-wrap:wrap;gap:.4rem .7rem;margin-top:.1rem}.hero-feature-list span{display:inline-flex;align-items:center;gap:.35rem;font-size:clamp(0.7rem,1.2vw,0.78rem);font-weight:600;padding:.3rem .75rem;border-radius:9999px;background:#0006;color:#fff;border:1px solid #ffffff40;backdrop-filter:blur(6px);white-space:nowrap;text-shadow:0 1px 3px #0006}.hero-feature-list-dark span{background:#00000073;border-color:#ffffff40;color:#fff}.hero-feature-list-green span{background:#00000073;border-color:#ffffff40;color:#fff}.hero-main-button{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:9999px;font-size:clamp(0.76rem,1.3vw,0.86rem);font-weight:700;letter-spacing:.04em;text-decoration:none;text-transform:uppercase;transition:transform 150ms ease,box-shadow 150ms ease,filter 150ms ease;width:fit-content;cursor:pointer;white-space:nowrap}.hero-main-button:hover{transform:translateY(-2px);filter:brightness(1.1)}.hero-main-button:active{transform:translateY(0)}.hero-button-solid{background:linear-gradient(135deg,var(--brand-primary),var(--brand-accent));color:#fff;text-shadow:0 1px 3px #00000059;box-shadow:0 4px 20px #0006}.hero-button-dark{background:var(--brand-accent);color:#fff;text-shadow:0 1px 3px #0000004d;box-shadow:0 4px 20px #0006}.hero-button-soft-green{background:var(--brand-accent);color:#fff;text-shadow:0 1px 3px #0000004d;box-shadow:0 4px 20px #0006}.premium-hero-visual{flex:0 0 auto;width:clamp(130px,22vw,220px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative}.hero-stamp{display:flex;align-items:center;justify-content:center;text-align:center;width:clamp(110px,14vw,148px);height:clamp(110px,14vw,148px);border-radius:50%;border:2px solid var(--brand-accent);color:#fff;font-size:clamp(1rem,1.2vw,0.72rem);font-weight:800;letter-spacing:.08em;text-transform:uppercase;line-height:1.35;padding:1rem;transform:rotate(-12deg);backdrop-filter:blur(8px);box-shadow:0 0 0 6px #ffffff14 0 8px 32px #00000073;text-shadow:0 1px 4px #00000080}.hero-side-badge{display:flex;flex-direction:column;align-items:center;padding:.6rem 1rem;border-radius:.75rem;background:#0000008c;border:1px solid #ffffff38;backdrop-filter:blur(10px);color:#fff;text-align:center;box-shadow:0 4px 16px #00000059}.hero-side-badge strong{font-size:clamp(0.7rem,1.2vw,0.82rem);font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-shadow:0 1px 3px #0006}.hero-side-badge small{font-size:clamp(0.58rem,1vw,0.68rem);font-weight:500;color:#fffc;letter-spacing:.04em}.hero-sale-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.2rem 1.5rem;border-radius:1rem;background:#000000a6;border:1.5px solid #fff3;backdrop-filter:blur(14px);text-align:center;box-shadow:0 8px 32px #00000073;color:#fff;min-width:120px}.hero-sale-card small{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fffc}.hero-sale-card strong{font-size:clamp(2.5rem,5vw,3.8rem);font-weight:900;line-height:1;color:var(--brand-accent);-webkit-text-fill-color:var(--brand-accent);text-shadow:0 1px 6px #0006}.hero-sale-card span{font-size:1.1rem;font-weight:800;letter-spacing:.1em;color:#fff;line-height:1;text-shadow:0 1px 4px #0006}.hero-sale-card em{font-style:normal;font-size:.6rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffffb8;margin-top:.25rem}.hero-natural-badge{padding:.75rem 1.1rem;border-radius:9999px;background:#0009;border:2px solid #ffffff47;color:#fff;font-size:clamp(0.6rem,1.1vw,0.7rem);font-weight:800;letter-spacing:.07em;text-transform:uppercase;text-align:center;backdrop-filter:blur(8px);box-shadow:0 4px 16px #0006;text-shadow:0 1px 3px #00000080}.premium-hero-proof{display:flex;align-items:center;gap:.6rem;margin-top:.3rem}.premium-hero-proof-clean{padding:.55rem .9rem;background:#00000080;border:1px solid #ffffff38;border-radius:9999px;backdrop-filter:blur(8px);width:fit-content;box-shadow:0 2px 12px #0000004d}.premium-hero-proof-icon{color:var(--brand-accent);font-size:1.1rem;display:flex;align-items:center}.premium-hero-proof strong{display:block;font-size:clamp(0.72rem,1.2vw,0.82rem);font-weight:700;color:#fff;line-height:1;text-shadow:0 1px 3px #0006}.premium-hero-proof small{font-size:clamp(0.62rem,1vw,0.70rem);color:#ffffffc7}.premium-floating-card{display:flex;align-items:center;gap:.55rem;padding:.6rem 1rem;border-radius:.75rem;background:#000000a6;border:1px solid #fff3;backdrop-filter:blur(14px);box-shadow:0 8px 24px #00000073;color:#fff;font-size:clamp(0.68rem,1.1vw,0.76rem);animation:floatBob 3s ease-in-out infinite;white-space:nowrap;text-shadow:0 1px 3px #0006}.premium-floating-card i{color:var(--brand-accent);font-size:1rem}.premium-floating-card strong{font-weight:800;color:#fff}.premium-floating-card span{color:#fffc}.premium-floating-top{margin-bottom:.5rem;animation-delay:0}.premium-floating-bottom{animation-delay:1.5s}@keyframes floatBob{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.premium-hero-slider-nav{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;align-items:center;gap:.45rem}.premium-hero-dot{width:7px;height:7px;border-radius:9999px;background:#fff6;border:none;padding:0;cursor:pointer;transition:width 300ms cubic-bezier(0.4,0,0.2,1),background 300ms ease}.premium-hero-dot.is-active{width:22px;background:var(--brand-accent);box-shadow:0 0 8px #0006}.premium-hero-dot:hover:not(.is-active){background:#ffffffb3}.premium-hero-copy>*{opacity:0;transform:translateY(14px);transition:opacity .5s ease,transform .5s ease}.premium-hero-card.is-active .premium-hero-copy>*{opacity:1;transform:translateY(0)}.premium-hero-card.is-active .premium-hero-copy>:nth-child(1){transition-delay:.15s}.premium-hero-card.is-active .premium-hero-copy>:nth-child(2){transition-delay:.25s}.premium-hero-card.is-active .premium-hero-copy>:nth-child(3){transition-delay:.35s}.premium-hero-card.is-active .premium-hero-copy>:nth-child(4){transition-delay:.42s}.premium-hero-card.is-active .premium-hero-copy>:nth-child(5){transition-delay:.5s}.premium-hero-visual>*{opacity:0;transform:scale(0.88) translateY(10px);transition:opacity .5s ease,transform .5s ease}.premium-hero-card.is-active .premium-hero-visual>*{opacity:1;transform:scale(1) translateY(0)}.premium-hero-card.is-active .premium-hero-visual>:nth-child(1){transition-delay:.4s}.premium-hero-card.is-active .premium-hero-visual>:nth-child(2){transition-delay:.55s}.premium-hero-stage:hover::after{animation-play-state:paused}@media (max-width:680px){.premium-hero-stage{height:410px;max-height:410px;border-radius:20px}.premium-hero-inner{padding:0 1.25rem;padding-block:2rem 3.5rem;align-items:flex-start;gap:0}.premium-hero-visual{display:none}.premium-hero-copy{flex:1 1 100%;justify-content:flex-start;gap:.75rem;padding-block:1.25rem}.hero-chip{padding:.35rem 1rem;font-size:clamp(0.7rem,2vw,0.78rem)}.hero-script{font-size:clamp(0.95rem,3.5vw,1.2rem)}.premium-hero-copy>p{font-size:clamp(0.88rem,3vw,0.96rem);max-width:100%;line-height:1.65}.hero-feature-list{gap:.4rem .5rem}.hero-feature-list span{font-size:clamp(0.7rem,2vw,0.76rem);padding:.3rem .7rem}.hero-main-button{padding:.7rem 1.6rem;font-size:clamp(0.78rem,2.5vw,0.86rem)}.premium-hero-proof,.premium-hero-proof-clean{margin-top:.4rem}.premium-hero-proof strong{font-size:clamp(0.76rem,2.2vw,0.84rem)}.premium-hero-proof small{font-size:clamp(0.65rem,1.8vw,0.72rem)}.premium-hero-slider-nav{bottom:1.25rem}}@media (max-width:480px){.premium-hero-stage{height:410px;max-height:410px}.premium-hero-inner{padding:0 1rem;padding-block:1.75rem 3.75rem}.premium-hero-copy{gap:1.5rem}.hero-title-block h1,.hero-editorial-title,.hero-natural-title,.premium-hero-card-4 h1{font-size:clamp(1.8rem,8vw,2.4rem);line-height:1.05}.hero-script{font-size:clamp(0.9rem,3.2vw,1.1rem)}.hero-accent{font-size:clamp(0.9rem,3vw,1.1rem)}.premium-hero-copy>p{font-size:.88rem;line-height:1.65}.hero-main-button{padding:.75rem 1.75rem;justify-content:center}.hero-chip{padding:.38rem 1rem;font-size:.72rem}.hero-feature-list span{font-size:.7rem;padding:.32rem .75rem}}@media (prefers-reduced-motion:reduce){.premium-hero-card,.premium-hero-copy>*,.premium-hero-visual>*,.hero-stamp,.premium-floating-card,.premium-hero-dot,.premium-hero-stage::after{animation:none!important;transition:opacity .15s ease!important;transform:none!important}}@media(max-width:720px){.premium-storefront .premium-announcement-section,.premium-announcement-section{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.premium-storefront .premium-announcements,.premium-announcements{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin:0!important}.premium-storefront .premium-announcement,.premium-announcement{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-areas:"icon body" "button button"!important;align-items:start!important;gap:9px 10px!important;padding:12px!important;border-radius:16px!important;min-height:auto!important}.premium-storefront .premium-announcement-icon,.premium-announcement-icon,.premium-storefront .premium-announcement>i,.premium-announcement>i{grid-area:icon!important;width:38px!important;height:38px!important;min-width:38px!important;border-radius:14px!important;margin:0!important}.premium-storefront .premium-announcement-body,.premium-announcement-body{grid-area:body!important;min-width:0!important;width:100%!important}.premium-storefront .premium-announcement-body strong,.premium-announcement-body strong{display:block!important;margin:0 0 4px!important;font-size:14px!important;line-height:1.2!important;word-break:normal!important;overflow-wrap:normal!important;white-space:normal!important}.premium-storefront .premium-announcement-text,.premium-storefront .premium-announcement-text p,.premium-announcement-text,.premium-announcement-text p{display:block!important;margin:0!important;font-size:12px!important;line-height:1.45!important;text-align:left!important;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important}.premium-storefront .premium-announcement-link,.premium-announcement-link{grid-area:button!important;justify-self:stretch!important;width:100%!important;min-height:36px!important;margin:2px 0 0!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}.premium-storefront .premium-announcement-link i,.premium-announcement-link i{width:22px!important;height:22px!important;min-width:22px!important;display:grid!important;place-items:center!important}}@media(max-width:420px){.premium-storefront .premium-announcement,.premium-announcement{grid-template-columns:36px minmax(0,1fr)!important;gap:8px 9px!important;padding:11px!important}.premium-storefront .premium-announcement-icon,.premium-announcement-icon,.premium-storefront .premium-announcement>i,.premium-announcement>i{width:36px!important;height:36px!important;min-width:36px!important}.premium-storefront .premium-announcement-body strong,.premium-announcement-body strong{font-size:13.5px!important}.premium-storefront .premium-announcement-text,.premium-storefront .premium-announcement-text p,.premium-announcement-text,.premium-announcement-text p{font-size:11.8px!important}}@media(max-width:720px){.premium-storefront .premium-latest-section{padding:18px 14px 16px!important;border-radius:22px!important;overflow:hidden!important}.premium-storefront .premium-latest-section .premium-section-head{display:grid!important;grid-template-columns:minmax(0,1fr) 40px!important;grid-template-areas:"title action" "desc desc"!important;align-items:start!important;gap:8px 10px!important;padding:0!important;margin:0 0 14px!important}.premium-storefront .premium-latest-section .premium-section-head>div{grid-area:title!important;min-width:0!important}.premium-storefront .premium-latest-section .premium-section-head h2{margin:0!important;font-size:22px!important;line-height:1.12!important;letter-spacing:-.035em!important}.premium-storefront .premium-latest-section .premium-section-head p{margin:5px 0 0!important;font-size:13px!important;line-height:1.4!important;max-width:100%!important}.premium-storefront .premium-latest-section .premium-section-head>a,.premium-storefront .premium-latest-section .premium-section-action{grid-area:action!important;align-self:start!important;justify-self:end!important;width:38px!important;min-width:38px!important;max-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:999px!important;display:grid!important;place-items:center!important;gap:0!important;font-size:0!important;line-height:0!important;overflow:hidden!important;white-space:nowrap!important}.premium-storefront .premium-latest-section .premium-section-head>a i,.premium-storefront .premium-latest-section .premium-section-action i{width:24px!important;height:24px!important;margin:0!important;display:grid!important;place-items:center!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;flex:0 0 auto!important}.premium-storefront .premium-latest-section .premium-chip-row{display:flex!important;flex-wrap:wrap!important;gap:8px!important;padding:0!important;margin:0 0 14px!important;overflow:visible!important}.premium-storefront .premium-latest-section .premium-chip{height:36px!important;min-height:36px!important;padding:0 13px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important}.premium-storefront .premium-latest-section .premium-product-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;padding:0!important;justify-content:stretch!important}.premium-storefront .premium-latest-section .premium-product-card{min-width:0!important;border-radius:18px!important}.premium-storefront .premium-latest-section .premium-product-body{padding:12px 12px 44px!important}.premium-storefront .premium-latest-section .premium-product-body h3{font-size:13px!important;line-height:1.3!important;min-height:34px!important;margin-bottom:9px!important}.premium-storefront .premium-latest-section .premium-price-row strong{font-size:15px!important}.premium-storefront .premium-latest-section .premium-stock-line,.premium-storefront .premium-latest-section .premium-rating{font-size:11px!important}.premium-storefront .premium-latest-section .premium-cart-mini{width:34px!important;height:34px!important;right:10px!important;bottom:10px!important}}@media(max-width:380px){.premium-storefront .premium-latest-section{padding:16px 12px 14px!important}.premium-storefront .premium-latest-section .premium-section-head h2{font-size:20px!important}.premium-storefront .premium-latest-section .premium-section-head p{font-size:12px!important}.premium-storefront .premium-latest-section .premium-product-grid{gap:10px!important}.premium-storefront .premium-latest-section .premium-chip{height:34px!important;min-height:34px!important;padding:0 11px!important;font-size:11.5px!important}}
/* Floating marketplace: left-bottom sales channel menu */
.floating-marketplace-widget{position:fixed;left:18px;bottom:18px;z-index:80;font-family:var(--site-font,inherit)}
.floating-marketplace-trigger{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 12px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--brand-primary,#d99012),var(--brand-secondary,#9a610b));color:#fff;font-weight:900;font-size:12px;box-shadow:0 12px 28px rgba(44,24,16,.18);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.floating-marketplace-trigger:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(44,24,16,.22)}
.floating-marketplace-trigger i{width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:11px}
.floating-marketplace-panel{position:absolute;left:0;bottom:50px;width:min(270px,calc(100vw - 24px));overflow:hidden;border:1px solid rgba(217,144,18,.18);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 46px rgba(15,23,42,.15);backdrop-filter:blur(14px);transform-origin:left bottom;animation:floatingMarketplacePop .18s ease both}
.floating-marketplace-panel header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:11px 12px 8px;background:linear-gradient(135deg,rgba(217,144,18,.1),rgba(255,255,255,.92))}
.floating-marketplace-panel header strong{display:block;color:var(--brand-text,#2b160b);font-size:13px;line-height:1.1;font-weight:950}
.floating-marketplace-panel header small{display:block;margin-top:3px;color:var(--brand-muted,#8a7562);font-size:10px;font-weight:700;line-height:1.25}
.floating-marketplace-panel header button{width:26px;height:26px;border:0;border-radius:999px;background:#fff;color:var(--brand-text,#2b160b);box-shadow:0 6px 14px rgba(15,23,42,.07);cursor:pointer;font-size:11px}
.floating-marketplace-list{display:grid;gap:6px;padding:8px}
.floating-marketplace-list a{display:grid;grid-template-columns:30px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:6px 7px;border:1px solid rgba(226,232,240,.9);border-radius:12px;background:#fff;color:var(--brand-text,#2b160b);text-decoration:none;font-weight:900;font-size:12px;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.floating-marketplace-list a:hover{transform:translateY(-1px);border-color:var(--brand-primary,#d99012);background:rgba(255,250,244,.9);box-shadow:0 8px 18px rgba(44,24,16,.07)}
.floating-marketplace-list a>i{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(217,144,18,.12),rgba(244,189,75,.18));color:var(--brand-primary,#d99012);font-size:12px}
.floating-marketplace-list a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.floating-marketplace-list a em{display:grid;place-items:center;color:var(--brand-muted,#8a7562);font-size:9px;font-style:normal}
@keyframes floatingMarketplacePop{from{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:720px){.floating-marketplace-widget{left:10px;bottom:72px}.floating-marketplace-trigger{min-height:38px;padding:0 10px;font-size:11px}.floating-marketplace-trigger i{width:21px;height:21px}.floating-marketplace-panel{bottom:46px;width:min(260px,calc(100vw - 20px));border-radius:16px}.floating-marketplace-panel header{padding:10px 10px 7px}.floating-marketplace-list{padding:7px;gap:5px}.floating-marketplace-list a{grid-template-columns:28px minmax(0,1fr) 18px;padding:6px;border-radius:11px}.floating-marketplace-list a>i{width:28px;height:28px;border-radius:9px}}
@media(max-width:380px){.floating-marketplace-trigger span{display:none}.floating-marketplace-trigger{width:40px;justify-content:center;padding:0}.floating-marketplace-trigger i{background:transparent}.floating-marketplace-panel{width:calc(100vw - 20px)}}
