:root{--st-black:#0b0b0b;--st-ink:#141414;--st-text:#2b2b2b;--st-muted:#6b6b6b;--st-line:#e7e7e3;--st-soft:#f6f6f3;--st-bg:#ffffff;--st-accent:#ed011a;--st-accent-ink:#d10016;--st-accent-soft:#fdeced;--st-amber:#f7a017;--st-cream:#f0efeb;--st-ok:#1f7a45;--st-ok-soft:#e3f4ea;--st-danger:#b42318;--st-radius:18px;--st-radius-sm:12px;--st-shadow:0 12px 16px -4px rgba(16,24,40,0.07),0 4px 6px -2px rgba(16,24,40,0.03);--st-gutter:48px;--st-top-h:76px;--st-cats-h:52px;--st-font:var(--font-body);--st-head:var(--font-head)}@media (max-width:1099px){:root{--st-gutter:24px}}@media (max-width:699px){:root{--st-gutter:16px}}.st-main{min-height:50vh;background:var(--st-bg);color:var(--st-text);font-family:var(--st-font)}.st-wrap{width:100%;max-width:1440px;margin:0 auto;padding:0 var(--st-gutter)}.st-skip{position:absolute;left:-9999px;top:8px;z-index:200;background:#fff;color:#000;padding:10px 16px;border-radius:10px}.st-skip:focus{left:8px}.st-section{padding-top:36px;padding-bottom:36px}.st-section-tight{padding-top:20px;padding-bottom:20px}.st-wm{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;line-height:1}.st-wm-name{font-family:var(--st-head);font-weight:800;letter-spacing:.14em;font-size:22px}.st-wm-box{font-family:var(--st-font);font-weight:700;font-size:8.5px;letter-spacing:.34em;padding:2px 4px 2px 6px;border:1px solid;border-radius:2px}.st-wm-dark .st-wm-name{color:#fff}.st-wm-dark .st-wm-box{color:var(--st-amber)}.st-wm-light .st-wm-name{color:var(--st-ink)}.st-wm-light .st-wm-box{color:var(--st-accent-ink)}.st-wm-sm .st-wm-name{font-size:18px}.st-wm-sm .st-wm-box{font-size:7.5px}.st-wm-lg .st-wm-name{font-size:30px}.st-wm-lg .st-wm-box{font-size:11px}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:48px;padding:0 24px;border-radius:999px;border:1px solid transparent;font-family:var(--st-font);font-size:15px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .15s,color .15s,border-color .15s}.st-btn:disabled{opacity:.5;cursor:not-allowed}.st-btn-primary{background:var(--st-black);color:#fff}.st-btn-primary:hover:not(:disabled){background:#2a2a2a}.st-btn-accent{background:var(--st-accent);color:#fff}.st-btn-accent:hover:not(:disabled){background:#c90016}.st-btn-outline{background:#fff;color:var(--st-ink);border-color:#cfcfca}.st-btn-outline:hover:not(:disabled){border-color:var(--st-ink)}.st-btn-sm{height:38px;padding:0 16px;font-size:14px}.st-btn-block{width:100%}.st-link{color:var(--st-ink);font-weight:600;text-decoration:underline;text-underline-offset:3px}.st-header{position:-webkit-sticky;position:sticky;top:0;z-index:60}.st-top{background:var(--st-black);color:#fff}.st-top-in{gap:24px;height:var(--st-top-h)}.st-logo,.st-top-in{display:flex;align-items:center}.st-logo{flex:0 0 auto}.st-iconbtn.st-menu-btn{display:none}.st-iconbtn{position:relative;display:inline-grid;place-items:center;width:42px;height:42px;flex:0 0 auto;border-radius:999px;border:1px solid rgba(255,255,255,.28);color:#fff;background:transparent}.st-iconbtn:hover{border-color:var(--st-amber);color:var(--st-amber)}.st-badge{position:absolute;top:-4px;right:-4px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--st-accent);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;line-height:1}.st-top-links{display:flex;align-items:center;gap:22px;margin-left:auto}.st-top-links a{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:600;color:#fff;white-space:nowrap}.st-top-links a:hover{color:var(--st-amber)}.st-top-actions{display:flex;align-items:center;gap:10px}.st-search{position:relative;flex:1 1 auto;max-width:560px;height:44px}.st-search-ico{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#a3a3a3;pointer-events:none}.st-search input{width:100%;height:44px;padding:0 18px 0 46px;border-radius:999px;border:1px solid #3a3a3a;background:#1d1d1d;color:#fff;font-family:var(--st-font);font-size:14px;outline:none}.st-search input::placeholder{color:#9d9d9d}.st-search input:focus{border-color:var(--st-amber);background:#232323}.st-search input::-webkit-search-cancel-button{filter:invert(1)}.st-suggest{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:80;background:#fff;color:var(--st-text);border-radius:16px;box-shadow:0 18px 40px rgba(0,0,0,.22);padding:6px;max-height:70vh;overflow:auto}.st-suggest-row{display:grid;grid-template-columns:44px 1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:8px 10px;border-radius:10px}.st-suggest-img,.st-suggest-row.is-active,.st-suggest-row:hover{background:var(--st-soft)}.st-suggest-img{width:44px;height:44px;border-radius:8px;overflow:hidden;display:grid;place-items:center}.st-suggest-img img{width:100%;height:100%;object-fit:contain}.st-suggest-name{font-weight:500;overflow:hidden;text-overflow:ellipsis}.st-suggest-name,.st-suggest-price{font-size:14px;color:var(--st-ink);white-space:nowrap}.st-suggest-price{font-weight:700}.st-suggest-empty{padding:14px;font-size:14px;color:var(--st-muted)}.st-suggest-all{width:100%;padding:12px;margin-top:4px;border-top:1px solid var(--st-line);font-size:14px;font-weight:600;color:var(--st-accent-ink);text-align:center}.st-cats{background:#fff;border-bottom:1px solid var(--st-line);box-shadow:0 1px 0 rgba(0,0,0,.02)}.st-cats .st-wrap{position:relative}.st-cats-list{display:flex;justify-content:center;flex-wrap:wrap;gap:4px 26px;min-height:var(--st-cats-h);align-items:center}.st-cat{position:static}.st-cat-link{display:inline-flex;align-items:center;gap:4px;height:var(--st-cats-h);font-size:14px;font-weight:500;color:var(--st-ink);border-bottom:2px solid transparent}.st-cat:focus-within>.st-cat-link,.st-cat:hover>.st-cat-link{border-bottom-color:var(--st-accent)}.st-cat-panel{display:none;position:absolute;left:var(--st-gutter);right:var(--st-gutter);top:100%;z-index:70;padding-top:1px}.st-cat.has-sub:focus-within>.st-cat-panel,.st-cat.has-sub:hover>.st-cat-panel{display:block}.st-cat-panel-in{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));grid-gap:18px 28px;gap:18px 28px;background:#fff;border:1px solid var(--st-line);border-radius:0 0 18px 18px;box-shadow:0 24px 40px rgba(0,0,0,.1);padding:24px 28px}.st-cat-col{display:flex;flex-direction:column;gap:8px}.st-cat-col-head{font-size:14px;font-weight:700;color:var(--st-ink)}.st-cat-all:hover,.st-cat-col-head:hover,.st-cat-col-link:hover{color:var(--st-accent-ink)}.st-cat-col-link{font-size:13.5px;color:var(--st-muted)}.st-cat-all{grid-column:1/-1;font-size:13.5px;font-weight:600;color:var(--st-accent-ink);padding-top:10px;border-top:1px solid var(--st-line)}.st-drawer-overlay{position:fixed;inset:0;z-index:120;background:rgba(0,0,0,.45)}.st-drawer{position:absolute;top:0;left:0;bottom:0;width:min(86vw,360px);background:#fff;display:flex;flex-direction:column;animation:st-slide .2s ease-out}@keyframes st-slide{0%{transform:translateX(-24px);opacity:.6}to{transform:none;opacity:1}}@media (prefers-reduced-motion:reduce){.st-drawer{animation:none}}.st-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;background:var(--st-black)}.st-drawer-body{overflow-y:auto;padding:8px 0 24px}.st-drawer-label{padding:16px 20px 6px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--st-muted)}.st-drawer-row{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 12px 0 20px;border-bottom:1px solid #f0f0ec}.st-drawer-row a{flex:1 1;font-size:15px;font-weight:500;color:var(--st-ink);padding:12px 0}.st-drawer-toggle{display:grid;place-items:center;width:40px;height:40px;color:var(--st-muted);transition:transform .15s}.st-drawer-toggle.is-open{transform:rotate(90deg);color:var(--st-ink)}.st-drawer-sub{background:var(--st-soft)}.st-drawer-sub a{display:block;padding:11px 20px 11px 36px;font-size:14px;color:var(--st-text);border-bottom:1px solid #ecece8}.st-bottomnav{display:none}.st-footer{background:var(--st-black);color:#c9c9c6;font-family:var(--st-font);margin-top:40px}.st-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr) 1.3fr;grid-gap:36px;gap:36px;padding-top:56px;padding-bottom:44px}.st-footer-lead{margin:18px 0;font-size:14px;line-height:1.6;max-width:34ch}.st-footer-contact{display:flex;flex-direction:column;gap:10px;font-size:14px}.st-footer-contact li{display:flex;align-items:flex-start;gap:10px}.st-footer-contact svg{flex:0 0 auto;margin-top:2px;color:var(--st-amber)}.st-footer-contact a:hover{color:#fff}.st-footer-social{display:flex;gap:10px;margin-top:18px}.st-footer-social a{display:grid;place-items:center;width:38px;height:38px;border-radius:999px;border:1px solid #353533;color:#e6e6e3}.st-footer-social a:hover{border-color:var(--st-amber);color:var(--st-amber)}.st-footer-head{font-family:var(--st-font);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff;margin-bottom:16px}.st-footer-links{display:flex;flex-direction:column;gap:10px;font-size:14px}.st-footer-links a:hover{color:var(--st-amber)}.st-footer-shops{display:flex;flex-direction:column;gap:14px;font-size:14px}.st-footer-shops li{display:flex;flex-direction:column;gap:3px}.st-footer-shops strong{color:#fff;font-weight:600}.st-footer-bottom{border-top:1px solid #242422}.st-footer-bottom-in{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:18px;padding-bottom:18px;font-size:13px}.st-footer-pay{color:#9d9d9a}.st-credit{gap:10px;font-size:13px;color:#9d9d9a;white-space:nowrap}.st-credit,.st-credit-lockup{display:inline-flex;align-items:center}.st-credit-lockup{gap:7px;color:#fff}.st-credit-mark{height:14px;width:auto;display:block}.st-credit-name{font-size:14.5px;font-weight:600;color:#fff}.st-credit-accent{color:#fa641f}.st-credit:hover .st-credit-lockup{opacity:.85}.st-crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:18px 0 6px;font-size:13px;color:var(--st-muted)}.st-crumbs a:hover{color:var(--st-ink);text-decoration:underline}.st-crumbs span[aria-hidden]{color:#b5b5b0}.st-page-title{font-family:var(--st-head);font-size:40px;font-weight:700;line-height:1.15;color:var(--st-ink);letter-spacing:-.01em;margin:6px 0 20px}.st-page-sub{color:var(--st-muted);font-size:15px;margin:-10px 0 24px;max-width:70ch}.st-accent{color:var(--st-accent-ink)}@media (max-width:1199px){.st-top-links a:not(:first-child){display:none}}@media (max-width:899px){:root{--st-top-h:60px}.st-header{position:-webkit-sticky;position:sticky}.st-top-in{display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"menu logo actions" "search search search";grid-gap:10px 12px;gap:10px 12px;height:auto;padding-top:10px;padding-bottom:12px}.st-iconbtn.st-menu-btn{display:inline-grid;grid-area:menu}.st-logo{grid-area:logo;justify-content:center}.st-top-actions{grid-area:actions}.st-account-btn{display:none}.st-search{grid-area:search;max-width:none}.st-cats,.st-top-links{display:none}.st-wm-md .st-wm-name{font-size:19px}.st-page-title{font-size:30px}.st-footer-grid{grid-template-columns:1fr 1fr;gap:28px;padding-top:40px}.st-footer-brand{grid-column:1/-1}.st-footer-bottom-in{flex-direction:column;align-items:flex-start}.st-footer-bottom{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.st-bottomnav{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;left:0;right:0;bottom:0;z-index:90;height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fff;border-top:1px solid var(--st-line);box-shadow:0 -6px 20px rgba(0,0,0,.06)}.st-bottomnav>a,.st-bottomnav>button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:600;color:var(--st-muted)}.st-bottomnav .is-active{color:var(--st-ink)}.st-bottomnav .is-active svg{color:var(--st-accent-ink)}.st-bottomnav .st-badge{top:6px;right:calc(50% - 20px)}}@media (max-width:479px){.st-footer-grid{grid-template-columns:1fr}}.st-logo-img{display:block;width:auto;height:40px}.st-logo-sm{height:32px}.st-logo-lg{height:52px}@media (max-width:699px){.st-logo-img.st-logo-md{height:32px}}.st-search input{text-overflow:ellipsis}.st-bottomnav>button{line-height:inherit;font:inherit}@media (max-width:699px){.st-suggest-name{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}}.st-sec-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.st-sec-title{font-family:var(--st-head);font-size:40px;font-weight:700;line-height:1.15;letter-spacing:-.015em;color:var(--st-ink)}.st-sec-link{flex:0 0 auto;font-size:14px;font-weight:600;color:var(--st-ink);border-bottom:1.5px solid var(--st-accent);padding-bottom:2px}.st-sec-link:hover{color:var(--st-accent-ink)}.st-card{position:relative;display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid var(--st-line);border-radius:var(--st-radius);box-shadow:var(--st-shadow);overflow:hidden;transition:box-shadow .18s,transform .18s}.st-card:hover{box-shadow:0 18px 30px -8px rgba(16,24,40,.16);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.st-card,.st-card:hover{transition:none;transform:none}}.st-card-media{position:relative;display:block;aspect-ratio:1/1;padding:14px;background:#fff}.st-card-media img{width:100%;height:100%;object-fit:contain}.st-card-noimg{display:grid;place-items:center;width:100%;height:100%;border-radius:12px;background:var(--st-soft);font-family:var(--st-head);font-size:42px;font-weight:800;color:#cfcfc9}.st-card-badge{position:absolute;top:12px;left:12px;padding:4px 10px;border-radius:999px;background:var(--st-accent);color:#fff;font-size:11.5px;font-weight:700;letter-spacing:.02em}.st-card-badge-alt{left:auto;right:12px;background:var(--st-amber);color:#1a1a1a}.st-card-body{display:flex;flex-direction:column;flex:1 1;gap:6px;padding:4px 16px 16px}.st-card-brand{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--st-muted)}.st-card-name{font-family:var(--st-font);font-size:16px;font-weight:600;line-height:1.4;color:var(--st-ink);min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.st-card-name a:hover{color:var(--st-accent-ink)}.st-card-price{display:flex;flex-direction:column;gap:4px;min-height:52px}.st-card-now{font-size:18px;font-weight:700;color:var(--st-ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.st-card-from{font-size:13px;font-weight:500;color:var(--st-muted)}.st-card-was-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.st-card-was{font-size:13.5px;color:var(--st-muted)}.st-card-off{padding:3px 9px;border-radius:999px;background:var(--st-accent-soft);color:var(--st-accent-ink);font-size:12px;font-weight:700}.st-card-call{font-size:15px;font-weight:600;color:var(--st-ink)}.st-card-actions{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:4px}.st-card-shop{flex:1 1}.st-card-cart{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border-radius:999px;border:1px solid #cfcfca;color:var(--st-ink);background:#fff}.st-card-cart:hover{background:var(--st-accent);border-color:var(--st-accent);color:#fff}.st-card-soldout{flex:1 1;display:inline-flex;align-items:center;justify-content:center;height:38px;border-radius:999px;background:var(--st-soft);color:var(--st-muted);font-size:13.5px;font-weight:600}.st-card.is-out .st-card-media img{opacity:.55}.st-rail{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 4 * 20px) / 5);grid-gap:20px;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;margin:-4px -2px 0;scrollbar-width:thin}.st-rail>*{scroll-snap-align:start}.st-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.st-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1299px){.st-rail{grid-auto-columns:calc((100% - 3 * 20px) / 4)}.st-grid-5{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1023px){.st-rail{grid-auto-columns:calc((100% - 2 * 16px) / 3);gap:16px}.st-grid,.st-grid-5{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}}@media (max-width:699px){.st-rail{grid-auto-columns:46%;gap:12px}.st-grid,.st-grid-5{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.st-card-media{padding:10px}.st-card-body{padding:2px 12px 12px}.st-card-name{font-size:14px}.st-card-now{font-size:16px}.st-card-shop{font-size:13px;padding:0 10px}.st-sec-title{font-size:27px}}.st-hero{display:grid;grid-template-columns:2fr 1fr;grid-gap:20px;gap:20px;padding-top:24px}.st-hero-main{position:relative;border-radius:22px;overflow:hidden;background:var(--st-black);min-height:360px}.st-hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .5s}.st-hero-slide.is-on{opacity:1;z-index:1}.st-hero-slide img,.st-hero-slide video{width:100%;height:100%;object-fit:cover}.st-hero-dots{position:absolute;left:0;right:0;bottom:14px;z-index:2;display:flex;justify-content:center;gap:6px}.st-hero-dots button{width:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.5)}.st-hero-dots button.is-on{width:26px;background:var(--st-accent)}.st-hero-arrow{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--st-ink);display:grid;place-items:center}.st-hero-arrow.prev{left:14px}.st-hero-arrow.next{right:14px}.st-hero-dots button{position:relative;box-shadow:0 0 0 1px rgba(0,0,0,.16)}.st-hero-dots button:after{content:"";position:absolute;inset:-10px -4px}@media (max-width:699px){.st-hero-arrow{display:none}.st-hero-dots{bottom:8px}}.st-hero-side{display:grid;grid-template-rows:1fr 1fr;grid-gap:20px;gap:20px}.st-hero-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:6px;padding:24px;border-radius:22px;overflow:hidden;min-height:170px}.st-hero-card h2{font-family:var(--st-head);font-size:24px;font-weight:700;line-height:1.15}.st-hero-card p{font-size:14px;opacity:.85}.st-hero-card .st-btn{align-self:flex-start;margin-top:8px}.st-hero-card-dark{background:var(--st-black);color:#fff}.st-hero-card-dark h2{color:#fff}.st-hero-card-light{background:var(--st-cream);color:var(--st-ink);border:1px solid #e2ded5}.st-hero-text{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;gap:16px;height:100%;min-height:360px;padding:44px 48px;color:#fff;background:radial-gradient(120% 120% at 100% 0,#3a0b10 0,#0b0b0b 55%)}.st-hero-kicker{font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:var(--st-amber)}.st-hero-text h1{font-family:var(--st-head);font-size:48px;font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#fff;max-width:15ch}.st-hero-text p{font-size:16px;color:#cfcfca;max-width:46ch}.st-hero-text .st-hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.st-hero-text .st-btn-outline{background:transparent;color:#fff;border-color:#5a5a55}.st-hero-text .st-btn-outline:hover{border-color:var(--st-amber);color:var(--st-amber)}.st-hero.has-slides .st-hero-main{aspect-ratio:16/7;min-height:0}@media (min-width:1024px){.st-hero.has-slides .st-hero-side{contain:size}.st-hero.has-slides .st-hero-card{min-height:0;padding:18px 24px}}@media (max-width:1023px){.st-hero{grid-template-columns:1fr}.st-hero-side{grid-template-rows:none;grid-template-columns:1fr 1fr}}@media (max-width:699px){.st-hero{padding-top:14px;gap:12px}.st-hero-main,.st-hero-text{min-height:250px}.st-hero-text{padding:28px 22px}.st-hero-text h1{font-size:32px}.st-hero-side{grid-template-columns:1fr;gap:12px}.st-hero-card{min-height:130px;padding:18px}}.st-trust{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:10px;gap:10px;margin-top:20px;padding:16px 20px;border-radius:16px;background:var(--st-soft);border:1px solid var(--st-line)}.st-trust-item{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:var(--st-ink)}.st-trust-item svg{flex:0 0 auto;width:34px;height:34px;padding:7px;border-radius:10px;background:#fff;color:var(--st-accent-ink);border:1px solid var(--st-line)}@media (max-width:1023px){.st-trust{grid-template-columns:repeat(3,1fr)}}@media (max-width:699px){.st-trust{display:flex;overflow-x:auto;gap:18px;padding:12px 14px;scrollbar-width:none}.st-trust-item{flex:0 0 auto;font-size:13px}}.st-tiles{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));grid-gap:12px;gap:12px}.st-tile{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 8px;border-radius:14px;text-align:center;font-size:14px;font-weight:500;color:var(--st-ink)}.st-tile:hover{background:var(--st-soft)}.st-tile-img{display:grid;place-items:center;width:64px;height:64px;border-radius:16px;background:var(--st-soft);overflow:hidden}.st-tile-img img{width:100%;height:100%;object-fit:contain}.st-tile-letter{font-family:var(--st-head);font-size:26px;font-weight:800;color:var(--st-accent-ink)}@media (max-width:1023px){.st-tiles{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:699px){.st-tiles{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);grid-template-columns:none;grid-auto-columns:25%;overflow-x:auto;grid-gap:4px;gap:4px}.st-tile{font-size:12.5px}}.st-brandgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:14px;gap:14px}.st-brand{display:grid;place-items:center;height:84px;padding:14px;border:1px solid var(--st-line);border-radius:14px;background:#fff;font-family:var(--st-head);font-size:17px;font-weight:700;color:var(--st-ink);text-align:center}.st-brand img{max-height:48px;width:auto;object-fit:contain}.st-brand:hover{border-color:var(--st-ink)}.st-brand-count{display:block;font-family:var(--st-font);font-size:12px;font-weight:500;color:var(--st-muted);margin-top:4px}.st-listing{display:grid;grid-template-columns:290px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:start;padding-bottom:20px}.st-filters{position:-webkit-sticky;position:sticky;top:calc(var(--st-top-h) + var(--st-cats-h) + 16px);border:1px solid var(--st-line);border-radius:16px;background:#fff;overflow:hidden}.st-filters-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--st-line)}.st-filters-head h2{font-family:var(--st-font);font-size:18px;font-weight:700;color:var(--st-ink)}.st-filters-clear{font-size:13px;font-weight:600;color:var(--st-accent-ink)}.st-fgroup{border-bottom:1px solid var(--st-line)}.st-fgroup:last-child{border-bottom:0}.st-fgroup>summary{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;font-size:15px;font-weight:600;color:var(--st-ink);cursor:pointer;list-style:none}.st-fgroup>summary::-webkit-details-marker{display:none}.st-fgroup>summary:after{content:"";width:8px;height:8px;border-right:1.7px solid;border-bottom:1.7px solid;transform:rotate(45deg);transition:transform .15s;margin-top:-4px}.st-fgroup[open]>summary:after{transform:rotate(-135deg);margin-top:4px}.st-fbody{display:flex;flex-direction:column;gap:9px;padding:0 18px 16px;max-height:260px;overflow-y:auto}.st-fcheck{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--st-text);cursor:pointer}.st-fcheck input{width:17px;height:17px;accent-color:var(--st-black);flex:0 0 auto;margin:0}.st-fcheck .st-fcount{margin-left:auto;font-size:12px;color:var(--st-muted)}.st-price-row{display:grid;grid-template-columns:1fr auto 1fr auto;grid-gap:6px;gap:6px;align-items:center}.st-price-row input{width:100%;height:38px;padding:0 10px;border:1px solid #d6d6d1;border-radius:10px;font-size:14px;font-family:var(--st-font)}.st-price-row input:focus{outline:none;border-color:var(--st-ink)}.st-price-go{width:38px;height:38px;border-radius:10px;background:var(--st-accent);color:#fff;display:grid;place-items:center}.st-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.st-toolbar-count{font-size:15px;color:var(--st-muted)}.st-toolbar-count b{color:var(--st-ink)}.st-sort{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--st-muted)}.st-sort select{height:40px;padding:0 36px 0 14px;border:1px solid #d6d6d1;border-radius:999px;background:#fff;font-size:14px;font-family:var(--st-font);color:var(--st-ink)}.st-filter-toggle{display:none}.st-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.st-chip{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:999px;background:var(--st-soft);border:1px solid var(--st-line);font-size:13px;font-weight:500;color:var(--st-ink)}.st-chip:hover{border-color:var(--st-ink)}.st-empty{padding:60px 20px;text-align:center;border:1px dashed #d6d6d1;border-radius:18px;color:var(--st-muted)}.st-empty h2{font-family:var(--st-head);font-size:22px;font-weight:700;color:var(--st-ink);margin-bottom:6px}.st-empty .st-btn{margin-top:16px}.st-subcats{display:flex;flex-wrap:wrap;gap:8px;margin:-6px 0 22px}.st-subcats a{height:36px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;border:1px solid #d6d6d1;font-size:14px;font-weight:500;color:var(--st-ink);background:#fff}.st-subcats a:hover{border-color:var(--st-ink)}.st-cat-desc{margin-top:36px;padding-top:24px;border-top:1px solid var(--st-line);font-size:15px;line-height:1.7;color:var(--st-text);max-width:90ch}@media (max-width:1023px){.st-listing{grid-template-columns:1fr}.st-filters{position:static;display:none}.st-filters.is-open{display:block}.st-filter-toggle{display:inline-flex}}.st-pager{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:30px;flex-wrap:wrap}.st-pager a,.st-pager span{min-width:40px;height:40px;padding:0 12px;display:inline-grid;place-items:center;border-radius:999px;border:1px solid #d6d6d1;font-size:14px;font-weight:600;color:var(--st-ink);background:#fff}.st-pager a:hover{border-color:var(--st-ink)}.st-pager .is-current{background:var(--st-black);border-color:var(--st-black);color:#fff}.st-pager .is-gap{border:0;min-width:20px;padding:0}.st-hero-kicker-ink{color:var(--st-accent-ink)}.st-sortmenu{position:relative;margin-left:auto}.st-sortmenu>summary{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 16px;border:1px solid #d6d6d1;border-radius:999px;background:#fff;font-size:14px;color:var(--st-muted);cursor:pointer;list-style:none}.st-sortmenu>summary::-webkit-details-marker{display:none}.st-sortmenu>summary b{color:var(--st-ink);font-weight:600}.st-sortmenu[open]>summary{border-color:var(--st-ink)}.st-sortmenu-list{position:absolute;right:0;top:calc(100% + 6px);z-index:30;min-width:210px;padding:6px;background:#fff;border:1px solid var(--st-line);border-radius:14px;box-shadow:0 16px 32px rgba(0,0,0,.12);display:flex;flex-direction:column}.st-sortmenu-list a{padding:10px 12px;border-radius:10px;font-size:14px;color:var(--st-text)}.st-sortmenu-list a:hover{background:var(--st-soft)}.st-sortmenu-list a.is-on{font-weight:700;color:var(--st-ink)}@media (max-width:699px){.st-hero-text{gap:12px}.st-hero-text h1{font-size:28px}.st-hero-text p{font-size:14px}.st-hero-text .st-hero-ctas{flex-wrap:nowrap}.st-hero-text .st-btn{height:42px;padding:0 16px;font-size:14px}.st-hero-side{grid-template-columns:1fr 1fr}.st-hero-card{min-height:104px;padding:14px;border-radius:16px}.st-hero-card h2{font-size:17px}.st-hero-card p{display:none}.st-hero-kicker{font-size:10px;letter-spacing:.2em}.st-subcats{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-right:calc(-1 * var(--st-gutter));padding-right:var(--st-gutter)}}@media (max-width:699px){.st-subcats::-webkit-scrollbar{display:none}.st-subcats a{flex:0 0 auto}.st-card-name{-webkit-line-clamp:3;line-clamp:3}}.pd-wrap{max-width:calc(1290px + var(--st-gutter) * 2)}.pd-crumbs{padding:16px 0 14px;font-size:14px;color:var(--st-text)}.pd-crumbs a{display:inline-flex;align-items:center;color:var(--st-ink)}.pd-crumb-here{color:var(--st-muted);min-width:0}.pd-crumb-here>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-actions{justify-content:space-between;gap:12px;min-height:50px;padding:13px 20px;margin-bottom:30px;background:#fff;border-radius:40px;box-shadow:0 1px 4px rgba(0,0,0,.1);font-size:15px;color:var(--st-ink)}.pd-actions,.pd-share{display:flex;align-items:center}.pd-share{gap:10px}.pd-share a,.pd-share button{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:999px;color:var(--st-ink)}.pd-share a:hover,.pd-share button:hover{color:var(--st-accent-ink);background:var(--st-accent-soft)}.pd-actions-right{display:flex;align-items:center;gap:22px}.pd-actions-right a{display:inline-flex;align-items:center;gap:7px;color:var(--st-ink);white-space:nowrap}.pd-actions-right a:hover{color:var(--st-accent-ink)}.pd-grid{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);grid-gap:30px;gap:30px;align-items:start;padding-bottom:36px}.pd-gallery{display:flex;flex-direction:column;gap:12px;min-width:0}.pd-gallery-main{position:relative;display:grid;place-items:center;width:100%;max-width:520px;aspect-ratio:1/1;margin:0 auto;overflow:hidden;background:#fff}.pd-gallery-main img,.pd-gallery-main video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.pd-gallery-main video{background:#000}.pd-gallery-empty{font-family:var(--st-head);font-size:96px;font-weight:800;color:#deded9}.pd-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.94);border:1px solid var(--st-line);display:grid;place-items:center;color:var(--st-ink)}.pd-gallery-arrow:hover{border-color:var(--st-ink)}.pd-gallery-arrow.prev{left:8px}.pd-gallery-arrow.next{right:8px}.pd-thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.pd-thumb{flex:0 0 auto;width:64px;height:64px;border-radius:4px;border:1px solid var(--st-line);background:#fff;padding:4px;overflow:hidden}.pd-thumb img{width:100%;height:100%;object-fit:contain}.pd-thumb.is-on{border:2px solid var(--st-accent);padding:3px}.pd-thumb-video{display:grid;place-items:center;width:100%;height:100%;font-size:12px;font-weight:700;color:var(--st-muted)}.pd-info{min-width:0;display:flex;flex-direction:column}.pd-name{font-family:var(--st-font);font-size:22px;font-weight:600;line-height:28px;color:var(--st-ink);padding:5px 0 10px;overflow-wrap:anywhere}.pd-chips{display:flex;flex-wrap:wrap;margin:0 0 15px -2px}.pd-chip{display:inline-flex;align-items:baseline;gap:4px;margin:0 7px 7px 0;padding:0 10px;line-height:30px;border-radius:30px;background:#f2f2ef;font-size:14px;color:var(--st-ink);white-space:nowrap}.pd-chip-k{color:#666}.pd-chip b{font-weight:700}.pd-chip s{color:var(--st-muted);font-weight:400}a.pd-chip:hover{background:var(--st-accent-soft)}.pd-chip .pd-ok{color:var(--st-ok)}.pd-chip .pd-no{color:var(--st-danger)}.pd-info .st-opts{margin-bottom:16px}.pd-key h2,.pd-pay h2{font-family:var(--st-font);font-size:18px;font-weight:600;line-height:26px;color:var(--st-ink);margin:0 0 10px}.pd-key ul{display:flex;flex-direction:column}.pd-key li{font-size:15px;line-height:20px;padding-bottom:10px;color:var(--st-ink);overflow-wrap:anywhere}.pd-more{display:inline-block;font-size:15px;line-height:24px;color:var(--st-accent-ink);border-bottom:2px solid var(--st-accent);padding-bottom:1px}.pd-more:hover{color:var(--st-ink);border-color:var(--st-ink)}.pd-key{margin-bottom:24px}.pd-note{font-size:14px;color:var(--st-accent-ink);background:var(--st-cream);border-radius:6px;padding:10px 12px;margin:-8px 0 20px}.pd-pay{margin-bottom:20px}.pd-pay-opts{display:flex;gap:15px}.pd-pay-card{position:relative;flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:15px 15px 15px 55px;border:2px solid #ececec;box-shadow:inset 40px 0 0 #fafafa;background:#fff;text-align:left;font:inherit;color:var(--st-ink)}button.pd-pay-card{cursor:pointer}button.pd-pay-card:hover{border-color:#cfcfca}.pd-pay-card.is-on{border-color:var(--st-accent);box-shadow:none}.pd-pay-radio{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;border-radius:999px;border:2px solid #b8b8b2;background:#fff}.pd-pay-card.is-on .pd-pay-radio{border-color:var(--st-accent);box-shadow:inset 0 0 0 3px #fff;background:var(--st-accent)}.pd-pay-price{font-size:20px;font-weight:700;line-height:22px;padding-bottom:5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pd-pay-price s{margin-left:6px;font-size:16px;font-weight:400;color:var(--st-muted)}.pd-pay-label{font-size:13px;line-height:20px;color:var(--st-ink)}.pd-pay-sub{font-size:13px;line-height:18px;color:var(--st-muted)}.pd-cart{display:flex;gap:15px;flex-wrap:wrap;margin-bottom:20px}.pd-cart,.pd-qty{align-items:center}.pd-qty{display:inline-flex;width:140px;height:42px;border:1px solid #ececec;background:#fff}.pd-qty button{width:40px;height:40px;display:grid;place-items:center;color:var(--st-ink)}.pd-qty button:disabled{color:#b8b8b2;cursor:not-allowed}.pd-qty span{flex:1 1;text-align:center;font-size:15px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;border-left:1px solid #ececec;border-right:1px solid #ececec;line-height:40px}.pd-buy{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:200px;height:42px;padding:0 20px;border:2px solid var(--st-accent);border-radius:4px;background:var(--st-accent);color:#fff;font-family:var(--st-font);font-size:14px;font-weight:600;cursor:pointer}.pd-buy:hover:not(:disabled){background:#c90016;border-color:#c90016}.pd-buy:disabled{background:#b8b8b2;border-color:#b8b8b2;cursor:not-allowed}.pd-add{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border:2px solid var(--st-ink);border-radius:4px;background:#fff;color:var(--st-ink);font-family:var(--st-font);font-size:14px;font-weight:600;cursor:pointer}.pd-add:hover:not(:disabled){background:var(--st-ink);color:#fff}.pd-add:disabled{color:#b8b8b2;border-color:#d6d6d1;cursor:not-allowed}.pd-perks{display:flex;flex-direction:column;gap:8px;font-size:14px;color:var(--st-text)}.pd-perks li{display:flex;align-items:flex-start;gap:10px}.pd-perks svg{flex:0 0 auto;margin-top:1px;color:var(--st-accent-ink)}.pd-perks a{color:var(--st-ink);font-weight:600;text-decoration:underline;text-underline-offset:3px}.pd-full{background:#f2f2ef;padding:20px 0 50px}.pd-lower{display:grid;grid-template-columns:minmax(0,9fr) minmax(0,3fr);grid-gap:20px;gap:20px;align-items:start}.pd-main{min-width:0}.pd-tabs{display:flex;flex-wrap:wrap;gap:0 5px;margin:-10px 0 20px}.pd-tabs a{margin-top:10px;height:40px;display:inline-flex;align-items:center;padding:0 15px;border-radius:5px;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.1);font-size:14px;font-weight:700;color:var(--st-ink);white-space:nowrap}.pd-tabs a:hover{color:var(--st-accent-ink)}.pd-tabs a.is-on{background:var(--st-accent);color:#fff}.pd-card{background:#fff;border-radius:4px;padding:20px;margin-bottom:20px;scroll-margin-top:calc(var(--st-top-h) + var(--st-cats-h) + 16px)}.pd-card h2{font-family:var(--st-font);font-size:20px;font-weight:700;line-height:26px;color:var(--st-ink);margin:0 0 5px}.pd-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #f0f0ed;margin-bottom:20px}.pd-card-sub{font-size:14px;color:var(--st-muted);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.pd-outline{flex:0 0 auto;height:42px;padding:0 20px;border:2px solid var(--st-accent);border-radius:4px;background:#fff;color:var(--st-accent-ink);font-family:var(--st-font);font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.pd-outline:hover{background:var(--st-accent);color:#fff}.pd-prose{font-size:15px;line-height:24px;color:var(--st-text)}.pd-prose.st-prose{max-width:none}.pd-spec{width:100%;border-collapse:separate;border-spacing:0;margin-top:20px;font-size:15px;line-height:22px}.pd-card h2+.pd-spec{margin-top:15px}.pd-spec thead th{padding:6px 20px;border-radius:5px;background:var(--st-accent-soft);color:var(--st-accent-ink);font-size:16px;font-weight:700;line-height:30px;text-align:left}.pd-spec tbody td,.pd-spec tbody th{padding:10px 20px;text-align:left;vertical-align:top;border-bottom:1px solid #f0f0ed}.pd-spec tbody tr:last-child td,.pd-spec tbody tr:last-child th{border-bottom:0}.pd-spec tbody th{width:250px;font-weight:400;color:#666}.pd-spec tbody td{color:var(--st-ink);white-space:pre-line;overflow-wrap:anywhere}.pd-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:26px 0 16px;text-align:center;font-size:14px;color:var(--st-muted)}.pd-empty-ico{display:grid;place-items:center;width:56px;height:56px;border-radius:999px;background:var(--st-accent-soft);color:var(--st-accent-ink)}.pd-sent{padding:14px 16px;border-radius:6px;background:var(--st-ok-soft);color:var(--st-ok);font-size:14.5px;font-weight:600}.pd-form{display:flex;flex-direction:column;gap:14px;margin-bottom:20px;padding:18px;border:1px solid #ececec;border-radius:6px;background:#fcfcfb}.pd-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.pd-form label{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--st-ink)}.pd-form label>span{font-weight:600}.pd-form input,.pd-form textarea{width:100%;padding:10px 12px;border:1px solid #d6d6d1;border-radius:4px;background:#fff;font:inherit;font-size:15px;color:var(--st-ink)}.pd-form input:focus,.pd-form textarea:focus{outline:2px solid var(--st-accent);outline-offset:0;border-color:var(--st-accent)}.pd-form em,.pd-rate em{font-style:normal;font-size:13px;color:var(--st-danger)}.pd-form-err{font-size:14px;color:var(--st-danger)}.pd-form .pd-buy{align-self:flex-start}.pd-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.pd-rate{border:0;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.pd-rate legend{font-size:14px;font-weight:600;color:var(--st-ink);padding:0;margin-bottom:6px}.pd-rate [role=radiogroup]{display:flex;gap:4px}.pd-rate button{width:36px;height:36px;font-size:26px;line-height:1;color:#d6d6d1;border-radius:4px}.pd-rate button.is-on,.pd-rate button:hover{color:var(--st-amber)}.pd-qa{display:flex;flex-direction:column}.pd-qa li{padding:14px 0;border-bottom:1px solid #f0f0ed}.pd-qa li:last-child{border-bottom:0}.pd-qa-q{font-size:15px;font-weight:600;color:var(--st-ink);overflow-wrap:anywhere;white-space:pre-line}.pd-qa-by{margin-top:2px;font-size:12.5px;color:var(--st-muted)}.pd-qa-a{margin-top:8px;font-size:15px;line-height:22px;color:var(--st-text);overflow-wrap:anywhere;white-space:pre-line}.pd-qa b{color:var(--st-accent-ink)}.pd-revs{display:flex;flex-direction:column}.pd-revs li{padding:14px 0;border-bottom:1px solid #f0f0ed}.pd-revs li:last-child{border-bottom:0}.pd-revs p{margin-top:6px;font-size:15px;line-height:22px;color:var(--st-text);overflow-wrap:anywhere;white-space:pre-line}.pd-rev-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:14px}.pd-rev-verified{font-size:12px;font-weight:600;color:var(--st-ok)}.pd-rev-date{margin-left:auto;font-size:12.5px;color:var(--st-muted)}.st-stars{color:var(--st-amber);letter-spacing:1px}.st-stars-off{color:#dcdcd6}.pd-side{display:flex;flex-direction:column;min-width:0}.pd-similar{padding:10px 20px}.pd-side .st-seen-title,.pd-similar h3{font-family:var(--st-font);font-size:18px;font-weight:700;line-height:24px;color:var(--st-ink);text-align:center;padding:5px 0 15px;border-bottom:1px solid #f0f0ed;margin:0}.pd-similar ul{display:flex;flex-direction:column}.pd-similar li{display:grid;grid-template-columns:70px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #f0f0ed}.pd-similar li:last-child{border-bottom:0}.pd-sim-img{width:70px;height:70px;display:grid;place-items:center;background:#fff}.pd-sim-img img{width:100%;height:100%;object-fit:contain}.pd-sim-img span{font-size:28px;font-weight:800;color:#deded9}.pd-sim-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:15px;font-weight:600;line-height:20px;color:var(--st-ink);margin-bottom:6px}.pd-sim-name:hover,.pd-sim-price{color:var(--st-accent-ink)}.pd-sim-price{font-size:15px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pd-sim-price s{margin-left:6px;font-size:13px;font-weight:400;color:var(--st-muted)}.pd-side .st-seen{position:static;background:#fff;border-radius:4px;padding:10px 20px 16px;margin-bottom:20px}.pd-side .st-seen ul{display:flex;flex-direction:column;gap:0}.pd-side .st-seen-row{display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:12px 0;border:0;border-bottom:1px solid #f0f0ed;border-radius:0}.pd-side .st-seen li:last-child .st-seen-row{border-bottom:0}.st-seen-img{width:56px;height:56px;background:#fff;overflow:hidden}.st-seen-img img{width:100%;height:100%;object-fit:contain}.st-seen-text{display:flex;flex-direction:column;gap:3px;min-width:0}.st-seen-name{color:var(--st-ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.st-seen-name,.st-seen-price{font-size:14px;font-weight:600}.st-seen-price{color:var(--st-accent-ink)}.st-opts{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:12px;gap:12px}.st-opt{border:1px solid var(--st-line);border-radius:6px;padding:10px 14px 12px;margin:0;min-width:0}.st-opt legend{padding:0 4px;margin-left:-4px;font-size:14px;color:var(--st-muted)}.st-opt legend b{color:var(--st-ink);font-weight:600}.st-opt-values{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.st-pill{height:34px;padding:0 14px;border-radius:4px;border:1.5px solid #d6d6d1;background:#fff;font-family:var(--st-font);font-size:14px;font-weight:600;color:var(--st-ink);cursor:pointer}.st-pill:hover{border-color:var(--st-ink)}.st-pill.is-on{border-color:var(--st-accent);background:var(--st-accent-soft);color:var(--st-ink);box-shadow:0 0 0 1px var(--st-accent)}.st-pill.is-na{color:#a3a39e;text-decoration:line-through;-webkit-text-decoration-color:#c9c9c3;text-decoration-color:#c9c9c3}.st-prose{font-size:15px;line-height:1.7;color:var(--st-text);max-width:80ch}.st-prose p{margin:0 0 14px}.st-prose h2,.st-prose h3,.st-prose h4{font-family:var(--st-font);color:var(--st-ink);margin:20px 0 8px;font-size:18px}.st-prose ol,.st-prose ul{padding-left:22px;margin:0 0 14px;list-style:disc}.st-prose ol{list-style:decimal}.st-prose img{max-width:100%;height:auto;border-radius:4px;margin:10px 0}.st-prose a{color:var(--st-accent-ink);text-decoration:underline}.st-prose table{border-collapse:collapse;margin:10px 0}.st-prose td,.st-prose th{border:1px solid var(--st-line);padding:8px 10px}.st-combo{display:flex;flex-direction:column;gap:8px;font-size:15px}.st-combo a{color:var(--st-ink);font-weight:600;text-decoration:underline;text-underline-offset:3px}.st-modal-overlay{position:fixed;inset:0;z-index:130;background:rgba(0,0,0,.5);display:grid;place-items:center;padding:16px}.st-modal{width:min(560px,100%);max-height:calc(100dvh - 32px);overflow:auto;background:#fff;border-radius:12px;padding:22px;box-shadow:0 30px 60px rgba(0,0,0,.3)}.st-modal-head{display:flex;align-items:center;justify-content:space-between}.st-modal-head h2{font-family:var(--st-head);font-size:22px;font-weight:700;color:var(--st-ink)}.st-modal-x{flex:0 0 auto;width:38px;height:38px;display:grid;place-items:center;border-radius:999px;border:1px solid var(--st-line)}.st-modal-sub{margin:6px 0 16px;font-size:14px;color:var(--st-muted)}.st-emi-banks{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.st-emi-table{width:100%;border-collapse:collapse;font-size:14.5px}.st-emi-table td,.st-emi-table th{padding:10px 8px;text-align:left;border-bottom:1px solid var(--st-line)}.st-emi-table th{font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--st-muted)}@media (max-width:991px){.pd-lower{grid-template-columns:1fr}.pd-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px}}@media (max-width:767px){.pd-crumbs{padding:12px 0 10px}.pd-actions{padding:10px 15px;margin-bottom:12px;font-size:14px;min-height:46px}.pd-hide-phone{display:none!important}.pd-grid{grid-template-columns:1fr;gap:12px;padding-bottom:24px}.pd-name{font-size:20px;line-height:28px}.pd-chip{font-size:12px;line-height:24px;padding:0 6px;margin:0 7px 5px 0}.pd-key h2,.pd-pay h2{font-size:18px;line-height:20px;margin:2px 0 10px}.pd-key li{font-size:14px}.pd-pay-opts{flex-direction:column;gap:20px}.pd-pay-card{padding:10px 15px 10px 55px}.pd-cart{gap:12px}.pd-qty{width:140px}.pd-buy{min-width:0;flex:1 1 auto}.pd-add{flex:1 1 100%}.pd-tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;margin-right:calc(var(--st-gutter) * -1);padding-right:var(--st-gutter)}.pd-tabs::-webkit-scrollbar{display:none}.pd-tabs a{flex:0 0 auto;height:36px;padding:0 12px;font-size:13px}.pd-card{padding:15px}.pd-card-head{flex-direction:column;gap:12px}.pd-spec thead th{padding:6px 10px}.pd-spec tbody tr{display:flex;flex-direction:column;border-bottom:1px solid #f0f0ed}.pd-spec tbody tr:last-child{border-bottom:0}.pd-spec tbody td,.pd-spec tbody th{width:auto;border:0}.pd-spec tbody th{padding:10px 10px 0;font-size:13px}.pd-spec tbody td{padding:6px 10px 10px;font-size:14px}.pd-form-row{grid-template-columns:1fr}}.st-narrow{max-width:920px}.st-auth{max-width:520px}.st-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.st-alert{padding:12px 14px;margin-bottom:14px;border-radius:12px;background:var(--st-cream);border:1px solid #e2ded5;color:#333333;font-size:14px}.st-alert-err{background:#fdecea;border-color:#f5c2bd;color:#8a2016}.st-field{display:flex;flex-direction:column;gap:6px;min-width:0}.st-field>span{font-size:13.5px;font-weight:600;color:var(--st-ink)}.st-field input,.st-field select,.st-field textarea{width:100%;min-height:46px;padding:10px 14px;border:1px solid #d3d3ce;border-radius:12px;background:#fff;font-family:var(--st-font);font-size:15px;color:var(--st-ink)}.st-field textarea{resize:vertical}.st-field input:focus,.st-field select:focus,.st-field textarea:focus{outline:none;border-color:var(--st-ink);box-shadow:0 0 0 3px rgba(0,0,0,.06)}.st-field [aria-invalid=true]{border-color:var(--st-danger)}.st-field em,.st-field-err{font-style:normal;font-size:12.5px;color:var(--st-danger)}.st-fields{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.st-field-wide{grid-column:1/-1}.st-consent{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--st-text)}.st-consent input{width:17px;height:17px;margin-top:2px;accent-color:var(--st-black)}.st-summary{position:-webkit-sticky;position:sticky;top:calc(var(--st-top-h) + var(--st-cats-h) + 16px);display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid var(--st-line);border-radius:18px;background:#fff;box-shadow:var(--st-shadow)}.st-summary h2{font-family:var(--st-head);font-size:20px;font-weight:700;color:var(--st-ink)}.st-sum-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:15px;color:var(--st-text)}.st-sum-row b{color:var(--st-ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.st-sum-muted{color:var(--st-muted)}.st-sum-disc b{color:var(--st-ok)}.st-sum-total{padding-top:12px;border-top:1px solid var(--st-line);font-size:18px}.st-sum-total b{font-size:20px}.st-sum-hint{font-size:13px;color:var(--st-muted);line-height:1.5}.st-btn.is-disabled{pointer-events:none;opacity:.5}.st-cart{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:28px;gap:28px;align-items:start}.st-cart-loading{padding:60px 0;text-align:center;color:var(--st-muted)}.st-cart-lines{display:flex;flex-direction:column;gap:12px}.st-cart-line{display:grid;grid-template-columns:96px minmax(0,1fr) auto auto;grid-gap:18px;gap:18px;align-items:center;padding:14px;border:1px solid var(--st-line);border-radius:16px;background:#fff}.st-cart-line.is-na{opacity:.6}.st-cart-img{width:96px;height:96px;border-radius:12px;background:var(--st-soft);display:grid;place-items:center;overflow:hidden;font-family:var(--st-head);font-size:28px;font-weight:800;color:#cfcfc9}.st-cart-img img{width:100%;height:100%;object-fit:contain;padding:6px}.st-cart-info{display:flex;flex-direction:column;gap:4px;min-width:0}.st-cart-name{font-size:16px;font-weight:600;color:var(--st-ink)}.st-cart-name:hover{color:var(--st-accent-ink)}.st-cart-meta{font-size:13px;color:var(--st-muted)}.st-cart-unit{font-size:15px;font-weight:600;color:var(--st-ink);display:flex;gap:8px;align-items:baseline}.st-cart-unit s{font-size:13px;font-weight:400;color:var(--st-muted)}.st-cart-warn{font-size:12.5px;font-weight:600;color:var(--st-danger)}.st-cart-qty{display:flex;flex-direction:column;align-items:center;gap:6px}.st-cart-qty .st-qty{height:40px}.st-cart-qty .st-qty button{width:40px;height:40px}.st-cart-remove{display:inline-flex;align-items:center;gap:5px;min-height:40px;padding:0 4px;font-size:12.5px;color:var(--st-muted)}.st-cart-remove:hover{color:var(--st-danger)}.st-cart-total{min-width:96px;text-align:right;font-size:17px;font-weight:700;color:var(--st-ink);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.st-checkout{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:28px;gap:28px;align-items:start}.st-co-main{display:flex;flex-direction:column;gap:16px;min-width:0}.st-co-card{padding:22px;border:1px solid var(--st-line);border-radius:18px;background:#fff}.st-co-card>.st-field-wide{margin-top:14px}.st-co-card>h2{display:flex;align-items:center;gap:10px;font-family:var(--st-head);font-size:20px;font-weight:700;color:var(--st-ink);margin-bottom:16px}.st-co-step{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--st-accent);color:#fff;font-family:var(--st-font);font-size:14px;font-weight:700}.st-co-methods,.st-co-pickups{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:16px}.st-co-pickups{grid-template-columns:1fr}.st-co-method{position:relative;display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1.5px solid #d6d6d1;border-radius:14px;cursor:pointer}.st-co-method input{position:absolute;opacity:0;pointer-events:none}.st-co-method svg{flex:0 0 auto;color:var(--st-muted);margin-top:2px}.st-co-method span{display:flex;flex-direction:column;gap:3px}.st-co-method b{font-size:15px;color:var(--st-ink)}.st-co-method small{font-size:13px;color:var(--st-muted)}.st-co-method.is-on{border-color:var(--st-accent);background:var(--st-accent-soft);box-shadow:0 0 0 1px var(--st-accent)}.st-co-method.is-on svg{color:var(--st-accent-ink)}.st-co-method:focus-within{outline:2px solid var(--st-ink);outline-offset:2px}.st-co-pay{font-size:15px;color:var(--st-text);line-height:1.6}.st-co-lines{display:flex;flex-direction:column;gap:12px;max-height:320px;overflow-y:auto;padding-bottom:12px;border-bottom:1px solid var(--st-line)}.st-co-lines li{display:grid;grid-template-columns:52px minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;font-size:14px}.st-co-lines li.is-na{opacity:.55}.st-co-line-img{position:relative;width:52px;height:52px;border-radius:10px;background:var(--st-soft)}.st-co-line-img img{width:100%;height:100%;object-fit:contain;padding:4px}.st-co-line-qty{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--st-black);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.st-co-line-name{display:flex;flex-direction:column;gap:2px;font-weight:600;color:var(--st-ink);min-width:0}.st-co-line-name small{font-weight:400;color:var(--st-muted)}.st-coupon{display:flex;gap:8px}.st-coupon input{flex:1 1;min-width:0;height:38px;padding:0 12px;border:1px solid #d3d3ce;border-radius:999px;font-size:14px;font-family:var(--st-font);text-transform:uppercase}.st-coupon-ok{font-size:13px;font-weight:600;color:var(--st-ok)}.st-thanks{display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:18px}.st-thanks-ico{display:grid;place-items:center;width:52px;height:52px;border-radius:999px;background:var(--st-accent);color:#fff}.st-order{padding:22px;border:1px solid var(--st-line);border-radius:18px;background:#fff}.st-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.st-order-kicker{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--st-muted)}.st-order-head h2{font-family:var(--st-head);font-size:26px;font-weight:800;color:var(--st-ink);letter-spacing:.02em}.st-order-date{font-size:13.5px;color:var(--st-muted)}.st-order-status{padding:8px 14px;border-radius:999px;background:var(--st-accent-soft);color:var(--st-accent-ink);font-size:14px;font-weight:700}.st-order-status.is-stopped{background:#f1f1ee;color:var(--st-muted)}.st-steps{padding:0;list-style:none;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;grid-gap:6px;gap:6px;margin:22px 0 8px;counter-reset:step}.st-steps li{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:12.5px;font-weight:600;color:var(--st-muted)}.st-steps li:before{content:"";position:absolute;top:8px;left:-50%;right:50%;height:2px;background:var(--st-line);z-index:0}.st-steps li:first-child:before{display:none}.st-step-dot{position:relative;z-index:1;width:18px;height:18px;border-radius:999px;background:#fff;border:2px solid #d6d6d1}.st-steps li.is-done{color:var(--st-ink)}.st-steps li.is-done .st-step-dot{background:var(--st-black);border-color:var(--st-black)}.st-steps li.is-done:before,.st-steps li.is-now:before{background:var(--st-black)}.st-steps li.is-now{color:var(--st-ink)}.st-steps li.is-now .st-step-dot{background:var(--st-accent);border-color:var(--st-accent);box-shadow:0 0 0 4px var(--st-accent-soft)}.st-order-ship{margin:10px 0 0;padding:10px 12px;border-radius:10px;background:var(--st-soft);font-size:14px}.st-order-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);grid-gap:28px;gap:28px;margin-top:22px;padding-top:20px;border-top:1px solid var(--st-line)}.st-order-grid h3{font-family:var(--st-font);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--st-muted);margin:0 0 10px}.st-order-grid h3:not(:first-child){margin-top:18px}.st-order-items{display:flex;flex-direction:column;gap:10px;padding-bottom:12px;margin-bottom:10px;border-bottom:1px solid var(--st-line)}.st-order-items li{display:flex;justify-content:space-between;gap:12px;font-size:14.5px}.st-order-items li>span{display:flex;flex-direction:column;gap:2px;font-weight:600;color:var(--st-ink)}.st-order-items small{font-weight:400;color:var(--st-muted);font-size:13px}.st-order-grid .st-sum-row{margin-top:6px}.st-order-addr{font-size:14.5px;line-height:1.6;color:var(--st-text)}.st-order-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0 10px}.st-track{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:12px;gap:12px;align-items:start;margin-bottom:20px}.st-track>.st-btn{margin-top:27px}.st-account-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.st-account{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.st-account-side{display:flex;flex-direction:column;gap:20px}.st-account-orders{display:flex;flex-direction:column;gap:10px}.st-account-orders a{display:grid;grid-template-columns:minmax(0,1fr) auto auto;grid-gap:14px;gap:14px;align-items:center;padding:14px 16px;border:1px solid var(--st-line);border-radius:14px;font-size:14.5px}.st-account-orders a:hover{border-color:var(--st-ink)}.st-account-orders span{display:flex;flex-direction:column;gap:2px;min-width:0}.st-account-orders small{color:var(--st-muted);font-size:13px}.st-account-status{font-size:13px;font-weight:600;color:var(--st-accent-ink)}.st-authform{display:flex;flex-direction:column;gap:14px}.st-contact{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.st-contact-main,.st-shops{display:flex;flex-direction:column;gap:16px}.st-shops h2{font-family:var(--st-head);font-size:20px;font-weight:700;color:var(--st-ink);margin-bottom:10px}.st-shop-line{display:flex;align-items:flex-start;gap:10px;font-size:15px;color:var(--st-text);margin:6px 0}.st-shop-line svg{flex:0 0 auto;color:var(--st-accent-ink);margin-top:2px}.st-shop-hours{font-size:14px;color:var(--st-muted);margin:6px 0 0 28px}.st-shop-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.st-shop-tag{font-size:13px;font-weight:600;color:var(--st-accent-ink)}.st-contact-ways{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:12px;gap:12px}.st-contact-way{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--st-line);border-radius:14px;font-size:14px;color:var(--st-text);min-width:0}.st-contact-way:hover{border-color:var(--st-ink)}.st-contact-way svg{flex:0 0 auto;color:var(--st-accent-ink)}.st-contact-way span{display:flex;flex-direction:column;min-width:0;overflow-wrap:break-word}.st-contact-way b{color:var(--st-ink)}.st-policy h2{font-size:22px}.st-policy-nav{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px;padding-top:20px;border-top:1px solid var(--st-line)}.st-policy-nav a{height:36px;display:inline-flex;align-items:center;padding:0 14px;border-radius:999px;border:1px solid #d6d6d1;font-size:14px;color:var(--st-ink)}.st-policy-nav a:hover{border-color:var(--st-ink)}.st-brandhead{display:flex;align-items:center;gap:16px}.st-brandhead-logo{max-height:56px;width:auto}@media (max-width:1023px){.st-account,.st-cart,.st-checkout,.st-contact{grid-template-columns:1fr}.st-summary{position:static}}@media (max-width:699px){.st-co-methods,.st-fields{grid-template-columns:1fr}.st-cart-line{grid-template-columns:76px minmax(0,1fr);grid-template-areas:"img info" "qty total";gap:10px 12px}.st-cart-img{width:76px;height:76px;grid-area:img}.st-cart-info{grid-area:info}.st-cart-qty{grid-area:qty;flex-direction:row;justify-content:flex-start}.st-cart-total{grid-area:total;align-self:center}.st-track{grid-template-columns:1fr}.st-track>.st-btn{margin-top:4px}.st-order-grid{grid-template-columns:1fr}.st-steps li{font-size:11px}.st-co-card,.st-order{padding:16px}}@media (pointer:coarse){.st-consent,.st-fcheck{min-height:40px;align-items:center}.st-pill,.st-subcats a{height:40px}.st-card-cart{width:40px;height:40px}.st-btn-sm{height:40px}}.st-cart-name,.st-co-line-name,.st-empty h2,.st-order-addr,.st-order-head h2,.st-order-ship,.st-page-title{overflow-wrap:anywhere}