:root,[data-theme=light]{color-scheme:light;--brand: #ec3513;--brand-dark: #b72e15;--brand-hover: #ee482b;--brand-soft: #ffeeeb;--brand-line: #f9c7be;--brand-ink: #9a2713;--on-brand: #10151c;--ink: #10151c;--ink-2: #3d4652;--text: #1c232c;--muted: #6b7684;--line: #e6e9ee;--line-strong: #d6dbe3;--surface: #ffffff;--surface-2: #f7f8fa;--elevated: #ffffff;--inverse-bg: #10151c;--inverse-fg: #d9dee6;--inverse-line: rgba(255, 255, 255, .09);--success: #12805c;--success-soft: #e7f5ef;--success-line: #cfe9dd;--danger: #e23744;--on-status: #ffffff;--hero-top: #fff5ef;--hero-bottom: #ffffff;--banner-from: #ffeade;--banner-to: #ffd5c0;--banner-line: #f8c8ad;--banner-tile: rgba(255, 255, 255, .75);--logo-bg: #101418;--radius-sm: 8px;--radius: 14px;--radius-lg: 20px;--shadow-sm: 0 1px 2px rgba(16, 21, 28, .06);--shadow: 0 6px 20px rgba(16, 21, 28, .08);--shadow-lg: 0 18px 50px rgba(16, 21, 28, .16);--backdrop: rgba(16, 21, 28, .45);--container: 1240px;--topbar-h: 34px;--header-h: 68px;--tabbar-h: 62px;--safe-bottom: env(safe-area-inset-bottom, 0px)}[data-theme=dark]{color-scheme:dark;--brand: #ed4426;--brand-dark: #f48976;--brand-hover: #f37b66;--brand-soft: #2a1410;--brand-line: #52241c;--brand-ink: #f6a192;--ink: #f3f6fa;--ink-2: #c2ccd9;--text: #e4eaf2;--muted: #8e9bab;--line: #232b36;--line-strong: #333d4b;--surface: #0f141a;--surface-2: #161d26;--elevated: #1a222c;--inverse-bg: #080c11;--inverse-fg: #c2ccd9;--inverse-line: rgba(255, 255, 255, .08);--success: #35c48f;--success-soft: #10291f;--success-line: #1d4536;--danger: #ff5c68;--on-status: #0f141a;--hero-top: #191009;--hero-bottom: #0f141a;--banner-from: #26130a;--banner-to: #34190c;--banner-line: #4d2614;--banner-tile: rgba(255, 255, 255, .05);--logo-bg: #232c38;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow: 0 6px 20px rgba(0, 0, 0, .45);--shadow-lg: 0 18px 50px rgba(0, 0, 0, .6);--backdrop: rgba(0, 0, 0, .62)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-size:15px;line-height:1.5;overflow-x:clip;transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4{margin:0;color:var(--ink);letter-spacing:-.02em;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}input,select{font:inherit;color:inherit}s{color:var(--muted)}ul{margin:0;padding:0;list-style:none}img,svg{display:block}:focus-visible{outline:2px solid var(--brand-dark);outline-offset:2px;border-radius:6px}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:11px 18px;font-size:14px;font-weight:700;white-space:nowrap;transition:transform .12s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--brand);color:var(--on-brand);box-shadow:0 2px 0 var(--brand-dark)}.btn--primary:hover{background:var(--brand-hover)}.btn--outline{background:var(--surface);border-color:var(--line-strong);color:var(--ink)}.btn--outline:hover{border-color:var(--ink)}.btn--ghost{background:#ff6b2c24;color:var(--brand-ink)}.btn--sm{padding:8px 16px;font-size:13px;border-radius:9px}.btn--lg{padding:14px 24px;font-size:15px}.btn--block{width:100%}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--ink);transition:border-color .15s ease,background .15s ease}.icon-btn:hover{border-color:var(--ink);background:var(--surface-2)}.topstack{position:sticky;top:0;z-index:60;background:var(--surface);transition:transform .24s ease;will-change:transform}.topstack.is-condensed{transform:translateY(calc(-1 * var(--topbar-h)))}.topbar{height:var(--topbar-h);background:var(--inverse-bg);color:var(--inverse-fg);font-size:12.5px}.topbar__inner{display:flex;align-items:center;gap:22px;height:var(--topbar-h)}@media (prefers-reduced-motion: reduce){.topstack{transition:none}}.topbar__item{display:inline-flex;align-items:center;gap:6px}.topbar__end{margin-left:auto;display:inline-flex;align-items:center}.themetoggle{display:inline-flex;align-items:center;gap:8px;padding:3px 10px 3px 4px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff0f;color:var(--inverse-fg);font-size:11.5px;font-weight:700;line-height:1;transition:border-color .15s ease,background .15s ease}.themetoggle:hover{border-color:#ffffff52;background:#ffffff1a}.themetoggle__track{position:relative;display:block;width:34px;height:18px;border-radius:999px;background:#ffffff29;transition:background .2s ease}.themetoggle[aria-checked=false] .themetoggle__track{background:var(--brand)}.themetoggle__thumb{position:absolute;top:2px;left:2px;display:grid;place-items:center;width:14px;height:14px;border-radius:50%;background:#fff;color:var(--inverse-bg);transition:transform .2s ease}.themetoggle[aria-checked=true] .themetoggle__thumb{transform:translate(16px)}.themetoggle__label{min-width:32px;text-align:left}.header{background:var(--surface);border-bottom:1px solid var(--line)}.header__inner{display:flex;align-items:center;gap:14px;height:var(--header-h)}.header__menu-btn{display:none;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--line);border-radius:10px;background:var(--surface)}.logo{display:inline-flex;align-items:center;gap:9px}.logo__mark{display:block;width:34px;height:34px;object-fit:contain}.logo__word{font-size:19px;font-weight:800;letter-spacing:-.03em;color:var(--ink);text-transform:uppercase}.logo__word span{color:var(--brand)}.header__locality{display:flex;align-items:center;justify-content:flex-start;width:178px;height:37px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted)}.header__locality:hover{border-color:var(--line-strong)}.header__locality-stack{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.header__locality-caret{flex-shrink:0}.header__eta{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border-radius:999px;background:var(--brand-soft);color:var(--brand-ink);font-size:9.5px;font-weight:800;line-height:1.35;letter-spacing:.01em}.header__deliver{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;line-height:1.2;white-space:nowrap}.header__deliver strong{color:var(--ink);font-size:11.5px}.header__search{position:relative;flex:1;min-width:0}.header__search form{position:relative;display:flex;align-items:center}.header__search input{width:100%;height:42px;padding:0 38px 0 42px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface-2);outline:none}.header__search input:focus{background:var(--surface);border-color:var(--ink)}.header__search-icon{position:absolute;left:14px;color:var(--muted);pointer-events:none}.header__search-clear{position:absolute;right:12px;border:0;background:none;color:var(--muted);padding:0}.header__action{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;padding:8px 10px;border-radius:10px}.header__action:hover{background:var(--surface-2)}.header__cart{position:relative;display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border:0;border-radius:11px;background:var(--brand);color:var(--on-brand);font-weight:700;box-shadow:0 2px 0 var(--brand-dark)}.header__cart-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15;font-size:13px}.header__cart-text small{font-size:11px;font-weight:600;opacity:.75}.header__cart-badge{position:absolute;top:-6px;right:-6px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--ink);color:var(--surface);font-size:11px;font-weight:700;display:grid;place-items:center}.suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:6px;z-index:70}.suggestions__row{display:flex;align-items:center;gap:12px;padding:8px;border-radius:10px}.suggestions__row:hover{background:var(--surface-2)}.suggestions__name{flex:1;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestions__price{font-weight:700;font-size:13.5px}.suggestions__all{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 8px 6px;border:0;border-top:1px solid var(--line);background:none;font-size:13px;font-weight:700;color:var(--brand-dark)}.catnav{position:relative;background:var(--surface);border-bottom:1px solid var(--line)}.catnav__inner{display:flex;align-items:center;gap:4px;height:46px;overflow:visible}.catnav__item{position:static}.catnav__link{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border-radius:9px;font-size:13.5px;font-weight:600;color:var(--text);white-space:nowrap}.catnav__link:hover,.catnav__link.is-active{background:var(--surface-2);color:var(--ink)}.catnav__link--tool{margin-left:auto;color:var(--brand-dark)}.megamenu{position:absolute;left:0;right:0;top:100%;display:grid;grid-template-columns:1fr 280px;gap:24px;max-width:var(--container);margin:0 auto;padding:20px;background:var(--surface);border:1px solid var(--line);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow-lg)}.megamenu__grid{min-width:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px}.megamenu__tile{display:flex;align-items:center;gap:12px;padding:10px;border-radius:12px;font-size:13.5px;font-weight:600}.megamenu__tile:hover{background:var(--surface-2)}.megamenu__promo{min-width:0;padding:18px;border-radius:var(--radius);background:linear-gradient(150deg,var(--brand-soft),var(--surface));border:1px solid var(--brand-line)}.megamenu__promo .btn{width:100%;white-space:normal;text-align:center}.megamenu__promo-title{font-weight:800;color:var(--ink);margin-bottom:6px}.megamenu__promo-copy{font-size:13px;color:var(--muted);margin-bottom:14px}.footer{margin-top:64px;background:var(--inverse-bg);color:var(--inverse-fg);font-size:13.5px}.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1.2fr 1fr 1.2fr;gap:32px;padding-top:44px;padding-bottom:40px}.footer__brand p{margin-top:14px;max-width:320px;line-height:1.65}.footer__brand .logo__word{color:#fff}.storebtn{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border:1px solid rgba(255,255,255,.18);border-radius:10px;color:#fff}.storebtn span{display:flex;flex-direction:column;font-size:13px;font-weight:700;line-height:1.2}.storebtn small{font-size:10px;font-weight:500;opacity:.7}.storebtn--dark{border-color:#10151c26;background:var(--inverse-bg)}.storebtn[aria-disabled=true]{opacity:.6;cursor:default}.footer__col{display:flex;flex-direction:column;gap:10px}.footer__col h4{color:#fff;font-size:14px;margin-bottom:4px}.footer__col a{display:inline-flex;align-items:center;gap:7px}.footer__col a:hover{color:var(--brand)}.footer__col address{font-style:normal;line-height:1.7}.footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px;padding-bottom:26px;border-top:1px solid rgba(255,255,255,.09);font-size:12.5px}.footer__bottom-links{display:flex;justify-content:center;gap:18px}.footer__credit{text-align:right}.footer__credit a{text-decoration:underline;text-decoration-color:#ffffff59;text-underline-offset:2px}.footer__credit a:hover{color:var(--brand);text-decoration-color:var(--brand)}.tabbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:40;grid-template-columns:repeat(4,1fr);padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--line);box-shadow:0 -4px 20px #10151c12}.tabbar__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:var(--tabbar-h);border:0;background:none;font-size:10.5px;font-weight:700;color:var(--muted)}.tabbar__item.is-active{color:var(--ink)}.tabbar__item.is-active svg{color:var(--brand-dark)}.tabbar__cart{position:relative;display:inline-flex}.tabbar__badge{position:absolute;top:-5px;right:-8px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:var(--danger);color:var(--on-status);font-size:10px;font-weight:800}@media (max-width: 1080px){.footer__grid{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 900px){.catnav{display:none}.tabbar{display:grid}.app{padding-bottom:calc(var(--tabbar-h) + var(--safe-bottom))}.topbar__item--hide-sm{display:none}.topbar__link{margin-left:auto}.header__cart{display:none}.header__action{display:inline-flex;justify-content:center;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:10px}.header__action span{display:none}.header__locality{width:auto;height:34px;gap:6px;padding:0 8px}.header__deliver-label{display:none}}@media (max-width: 720px){.container{padding:0 16px}.header__inner{height:auto;flex-wrap:wrap;row-gap:10px;padding-top:10px;padding-bottom:10px}.header__search{order:10;flex-basis:100%}.header__search input{height:40px;font-size:16px}.header__locality{margin-left:auto}.header__cart{padding:9px 12px}.suggestions{max-height:60vh;overflow-y:auto}.footer{margin-top:44px}.footer__grid{grid-template-columns:1fr 1fr;gap:24px;padding-top:48px}.footer__brand p{max-width:none}.footer__bottom{flex-wrap:wrap;align-items:center}.footer__bottom>span{min-width:0;white-space:normal}.footer__bottom-links{order:3;flex-basis:100%;margin-top:10px;justify-content:center}.footer__credit{flex:1 1 auto;text-align:right}}@media (max-width: 420px){.logo__word{font-size:16px}.footer__grid{grid-template-columns:1fr}.topbar{font-size:11.5px}}.category-art,.product-art{--art-fill: var(--art-bg);--art-line: var(--art-stroke);--art-highlight: #ffffff}[data-theme=dark] .category-art,[data-theme=dark] .product-art{--art-fill: color-mix(in srgb, var(--art-bg) 15%, #0d1219);--art-line: color-mix(in srgb, var(--art-stroke) 58%, #0d1219);--art-highlight: color-mix(in srgb, var(--art-bg) 22%, #161d26)}.art--bag{--art-bg: #eef2f7;--art-stroke: #c9d6e5}.art--tile{--art-bg: #f1f5f0;--art-stroke: #cfe0cc}.art--layers{--art-bg: #fbf1e4;--art-stroke: #ebd3ae}.art--glue{--art-bg: #fdf0f0;--art-stroke: #f3c9c9}.art--droplet{--art-bg: #eaf4fd;--art-stroke: #bfddf6}.art--brush{--art-bg: #f4eefd;--art-stroke: #d9c9f5}.art--hinge{--art-bg: #f0f1f3;--art-stroke: #cfd3da}.art--kitchen{--art-bg: #fff6e8;--art-stroke: #f3d9ac}.art--wardrobe{--art-bg: #f6f1ea;--art-stroke: #dfcdb8}.art--lock{--art-bg: #eff2f6;--art-stroke: #c8d1dd}.art--wire{--art-bg: #fff3e6;--art-stroke: #f6cfa1}.art--switch{--art-bg: #f2f5f9;--art-stroke: #cbd6e4}.art--conduit{--art-bg: #eff6f1;--art-stroke: #c6dfcd}.art--bulb{--art-bg: #fff9e3;--art-stroke: #f4e1a0}.art--pipe{--art-bg: #edf4fa;--art-stroke: #c4dcef}.art--tap{--art-bg: #eff3f7;--art-stroke: #c7d5e3}.art--tank{--art-bg: #eaf3ef;--art-stroke: #bedcd0}.art--tool{--art-bg: #f3f1fb;--art-stroke: #d2cbf0}.art--fan{--art-bg: #eff7fb;--art-stroke: #c4e1ef}.art--camera{--art-bg: #f1f1f4;--art-stroke: #cccdd6}.art--power{--art-bg: #fdf2e9;--art-stroke: #f1cfab}.art--sink{--art-bg: #eef5f7;--art-stroke: #c6dee5}.hero{padding:0;background:linear-gradient(180deg,var(--hero-top) 0%,var(--hero-bottom) 78%)}.hero__banner{margin-bottom:28px;overflow:hidden;background:#0b0e12}.hero__banner-img{display:block;width:100%;height:clamp(200px,34vw,420px);object-fit:cover;object-position:center}.hero__rail{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px 8px;margin-top:34px;padding-bottom:10px}.hero__rail .category-photo,.hero__rail .category-art{width:100%;max-width:64px;height:auto;aspect-ratio:1}.railtile{min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 8px;border-radius:var(--radius);text-align:center;font-size:12px;font-weight:600;line-height:1.3;color:var(--text);transition:background .15s ease,transform .15s ease}.railtile span{display:block;word-break:break-word;overflow-wrap:anywhere}.railtile:hover{background:var(--surface-2);transform:translateY(-2px)}.category-photo{display:block;object-fit:cover}.product-photo{border-radius:14%}.section{padding:44px 0}.section--muted{background:var(--surface-2)}.section--flush{padding:44px 0 0}.section--no-bottom{padding-bottom:0}.section--tight-top{padding-top:20px}.section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.section__head h2{font-size:clamp(20px,2.4vw,26px)}.section__head p{margin-top:6px;color:var(--muted);font-size:14px}.section__controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.section__viewall{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;color:var(--brand-dark);margin-right:4px;white-space:nowrap}.rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 14px;margin:0;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.rail__cell{flex:0 0 246px;scroll-snap-align:start}.pgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(232px,1fr));gap:16px}.pcard{position:relative;display:flex;flex-direction:column;height:100%;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:box-shadow .16s ease,border-color .16s ease,transform .16s ease}.pcard:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.pcard__discount{position:absolute;top:10px;left:10px;z-index:2;padding:3px 8px;border-radius:6px;background:var(--danger);color:var(--on-status);font-size:11px;font-weight:800}.pcard__media{display:block;position:relative;aspect-ratio:1;margin:-14px -14px 10px;border-radius:var(--radius) var(--radius) 0 0;overflow:hidden;background:var(--surface-2)}.pcard__media img,.pcard__media svg{width:100%;height:100%}.pcard__media .product-photo{border-radius:0}.pcard__meta{display:flex;flex-wrap:nowrap;gap:4px;margin-bottom:8px}.chip{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:6px;background:var(--surface-2);border:1px solid var(--line);font-size:9px;font-weight:700;color:var(--muted);white-space:nowrap;text-transform:uppercase;letter-spacing:.02em}.chip--eta{background:var(--success-soft);border-color:var(--success-line);color:var(--success)}.chip__label--compact{display:none}.pcard__name{font-size:13.5px;font-weight:600;line-height:1.4;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.pcard__name:hover{color:var(--brand-dark)}.pcard__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px;margin-top:8px}.pcard__price strong{font-size:17px;color:var(--ink)}.pcard__price s{font-size:12.5px}.pcard__price small{font-size:11.5px;color:var(--muted);width:100%}.pcard__cashback{display:flex;align-items:center;gap:4px;margin-top:8px;font-size:10px;font-weight:600;color:var(--success)}.pcard__cashback svg{flex-shrink:0}.pcard__cashback span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pcard__bulk{position:relative;margin-top:10px}.pcard__bulk-btn{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;padding:7px 10px;border:1px dashed var(--brand-line);border-radius:9px;background:var(--brand-soft);font-size:10px;font-weight:700;color:var(--brand-ink);text-align:left}.pcard__bulk-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pcard__bulk-btn svg{flex-shrink:0}.bulkpop{position:absolute;bottom:calc(100% + 8px);left:0;right:0;z-index:20;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--shadow-lg)}.bulkpop__head{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:800;margin-bottom:8px;color:var(--ink)}.bulkpop__head button{border:0;background:none;color:var(--muted);padding:0}.bulkpop li{display:flex;align-items:center;justify-content:space-between;padding:6px 8px;border-radius:7px;font-size:12px;color:var(--muted)}.bulkpop li.is-active{background:var(--success-soft);color:var(--success);font-weight:700}.pcard__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px}.pcard__freeship{font-size:11px;color:var(--muted);max-width:90px;line-height:1.3}.stepper{display:inline-flex;align-items:center;gap:2px;border:1px solid var(--brand-dark);border-radius:9px;background:var(--brand);overflow:hidden}.stepper button{display:grid;place-items:center;width:30px;height:32px;border:0;background:transparent;color:var(--on-brand)}.stepper button:hover{background:#00000012}.stepper span{min-width:22px;text-align:center;font-size:13px;font-weight:800;color:var(--on-brand)}.stepper--sm button{width:26px;height:28px}.stepper--lg{border-radius:11px}.stepper--lg button{width:40px;height:46px}.stepper--lg span{min-width:32px;font-size:15px}.catgrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.catgrid__card{padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.catgrid__card h3{font-size:15.5px;margin-bottom:14px}.catgrid__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:6px}.catgrid__item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px 6px;border-radius:12px;text-align:center;font-size:11.5px;font-weight:600;line-height:1.3}.catgrid__item:hover{background:var(--surface-2)}.tilepage{display:grid;gap:36px}.tilegroup__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.tilegroup__head h2{font-size:18px}.tilegroup__count{display:block;margin-top:4px;font-size:12.5px;color:var(--muted)}.tilegroup__viewall{display:inline-flex;align-items:center;gap:3px;flex-shrink:0;font-size:13px;font-weight:700;color:var(--brand-dark);padding-bottom:2px}.tilegrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.tile{display:block;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.tile:hover{border-color:var(--line-strong);box-shadow:var(--shadow);transform:translateY(-2px)}.tile__art{position:relative;display:block;width:100%;aspect-ratio:1}.tile__art .category-photo,.tile__art .category-art{width:100%;height:100%}.tile__name{position:absolute;left:0;right:0;bottom:0;padding:34px 10px 12px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.45) 45%,rgba(0,0,0,.85));color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.85);font-size:12.5px;font-weight:700;line-height:1.3;text-align:center}.reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.review{margin:0;padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.review__stars{display:flex;gap:2px;color:var(--brand);margin-bottom:12px}.review blockquote{margin:0 0 18px;font-size:14.5px;line-height:1.6;color:var(--ink-2)}.review figcaption{display:flex;align-items:center;gap:12px}.review__avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--brand-soft);color:var(--brand-ink);font-weight:800}.review figcaption strong{display:block;font-size:13.5px}.review figcaption small{color:var(--muted);font-size:12px}.appbanner{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:center;padding:34px;border-radius:24px;background:linear-gradient(135deg,var(--banner-from),var(--banner-to));border:1px solid var(--banner-line)}.appbanner__tag{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--inverse-bg);color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.appbanner__copy h2{margin:14px 0 10px;font-size:clamp(20px,2.6vw,28px);max-width:22ch}.appbanner__copy p{color:var(--brand-ink);max-width:46ch}.appbanner__stores{display:flex;justify-content:center;gap:10px;margin-top:20px;flex-wrap:wrap}.appbanner__stats{display:grid;grid-template-columns:1fr 1fr;gap:12px}.appbanner__stats div{padding:18px;border-radius:var(--radius);background:var(--banner-tile)}.appbanner__stats strong{display:block;font-size:22px;color:var(--ink)}.appbanner__stats span{font-size:12.5px;color:var(--brand-ink)}.page{padding-top:22px;padding-bottom:40px}.page__head{margin:14px 0 20px}.page__head h1{font-size:clamp(22px,3vw,32px)}.page__head p{margin-top:8px;font-size:13.5px;color:var(--muted)}.crumbs{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted)}.crumbs a:hover{color:var(--ink)}.chiprow{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px;min-width:0;max-width:100%}.chiprow--tight{margin-bottom:12px}.filterchip{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid var(--line-strong);border-radius:999px;background:var(--surface);font-size:13px;font-weight:600;color:var(--text)}.filterchip small{font-size:11.5px;color:var(--muted)}.filterchip:hover{border-color:var(--ink)}.filterchip.is-active{background:var(--ink);border-color:var(--ink);color:var(--surface)}.filterchip.is-active small{color:var(--surface);opacity:.7}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:14px 0 20px;border-top:1px solid var(--line);min-width:0}.toolbar--sort{justify-content:flex-end;padding-top:0;border-top:0}.sortbox{display:inline-flex;align-items:center;gap:8px;min-width:0;font-size:13px;color:var(--muted);white-space:nowrap}.sortbox select{max-width:220px;padding:8px 12px;border:1px solid var(--line-strong);border-radius:9px;background:var(--surface);font-weight:600;color:var(--ink)}.empty{padding:60px 0;text-align:center;color:var(--muted)}.empty--page h1{margin-bottom:10px}.empty__hint{margin-top:6px;font-size:13px}.empty .btn{margin-top:18px}.prose{max-width:70ch;display:grid;gap:22px;color:var(--ink-2);line-height:1.7}.prose h2{font-size:18px;margin-bottom:8px}.prose a{color:var(--brand-dark);font-weight:600}.pdp{display:grid;grid-template-columns:minmax(0,460px) minmax(0,1fr);gap:40px;margin-top:18px;min-width:0}.pdp__media{position:relative;min-width:0;padding:24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);align-self:start;overflow:hidden}.pdp__media>.product-art,.pdp__media>.category-photo{display:block;margin:0 auto;width:100%;height:auto;max-width:360px;aspect-ratio:1;object-fit:cover}.pdp__discount{position:absolute;top:16px;left:16px;padding:5px 10px;border-radius:8px;background:var(--danger);color:var(--on-status);font-size:12px;font-weight:800}.pdp__thumbs{display:flex;gap:10px;margin-top:18px;justify-content:center}.pdp__thumbs .product-art,.pdp__thumbs .category-photo{width:64px;height:64px;flex-shrink:0;object-fit:cover;border:1px solid var(--line);border-radius:10px;cursor:pointer}.pdp__brand{font-size:12.5px;font-weight:700;color:var(--brand-dark);text-transform:uppercase;letter-spacing:.06em}.pdp__info h1{margin:8px 0 12px;font-size:clamp(21px,2.8vw,30px)}.pdp__price{display:flex;align-items:baseline;gap:12px;margin-top:18px}.pdp__price strong{font-size:30px;letter-spacing:-.03em}.pdp__unit{font-size:13px;color:var(--muted)}.pdp__tax{font-size:12px;color:var(--muted);margin-top:4px}.pdp__label{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:10px}.pdp__variants{margin-top:24px}.tiers{margin-top:24px;padding:16px;border:1px dashed var(--brand-line);border-radius:var(--radius);background:var(--brand-soft)}.tiers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.tier{padding:10px 12px;border:1px solid var(--brand-line);border-radius:10px;background:var(--elevated);font-size:12.5px}.tier strong{display:block;color:var(--ink);margin-bottom:2px}.tier span{color:var(--muted)}.tier.is-active{border-color:var(--success);background:var(--success-soft)}.tiers__hint{margin-top:12px;font-size:12.5px;font-weight:600;color:var(--brand-ink)}.pdp__buy{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.pdp__assurance{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.pdp__assurance li{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--ink-2)}.pdp__assurance svg{color:var(--brand-dark);flex-shrink:0}.pdp__section{margin-top:30px;padding-top:24px;border-top:1px solid var(--line)}.pdp__section h2{font-size:17px;margin-bottom:10px}.pdp__section p{color:var(--ink-2);line-height:1.7}.pdp__highlights{display:grid;gap:8px;margin-top:16px}.pdp__highlights li{display:flex;align-items:center;gap:9px;font-size:13.5px}.pdp__highlights svg{color:var(--success);flex-shrink:0}.calc{display:grid;grid-template-columns:1fr 1.1fr;gap:28px;align-items:start}.calc__form{display:grid;gap:18px;padding:24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface)}.calc__form label{display:grid;gap:8px;font-size:13px;font-weight:700;color:var(--ink)}.calc__form input{height:44px;padding:0 14px;border:1px solid var(--line-strong);border-radius:10px;background:var(--surface);font-weight:600;outline:none}.calc__form input:focus{border-color:var(--ink)}.calc__form fieldset{border:0;padding:0;margin:0}.calc__form legend{padding:0;margin-bottom:10px;font-size:13px;font-weight:700;color:var(--ink)}.calc__note{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--muted)}.calc__note svg{flex-shrink:0;margin-top:2px}.calc__result{padding:24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(160deg,var(--brand-soft),var(--surface) 60%)}.calc__total{display:grid;gap:4px;padding-bottom:18px;border-bottom:1px solid var(--brand-line)}.calc__total span{font-size:13px;color:var(--brand-ink);font-weight:600}.calc__total strong{font-size:32px;letter-spacing:-.03em;color:var(--ink)}.calc__table{width:100%;border-collapse:collapse;margin:18px 0 22px;font-size:14px}.calc__table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding-bottom:8px}.calc__table th:last-child,.calc__table td:last-child{text-align:right;font-weight:700}.calc__table td{padding:9px 0;border-top:1px solid var(--line)}.drawer-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100}.drawer-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--backdrop);animation:fade .18s ease}.drawer{position:absolute;top:0;bottom:0;display:flex;flex-direction:column;width:min(420px,92vw);background:var(--surface);box-shadow:var(--shadow-lg)}.drawer--right{right:0;animation:slide-left .2s ease}.drawer--left{left:0;animation:slide-right .2s ease}.drawer__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid var(--line)}.drawer__head strong{font-size:16px}.drawer__eta{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--success);font-weight:600;margin-top:2px}.drawer__body{flex:1;overflow-y:auto;padding:16px 18px}@keyframes fade{0%{opacity:0}}@keyframes slide-left{0%{transform:translate(100%)}}@keyframes slide-right{0%{transform:translate(-100%)}}.mobilemenu__group{padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--line)}.mobilemenu__head{display:flex;align-items:center;justify-content:space-between;font-size:14.5px;font-weight:800;color:var(--ink);padding:4px 0}.mobilemenu__links{display:grid;gap:6px;margin-top:10px}.mobilemenu__links a{font-size:13.5px;color:var(--muted);padding:4px 0}.cart__empty{flex:1;display:grid;place-items:center;align-content:center;gap:12px;color:var(--muted)}.cart__progress{padding:12px 18px;background:var(--success-soft)}.cart__progress p{margin-top:7px;font-size:12px;font-weight:700;color:var(--success)}.cart__progress-bar{height:6px;border-radius:999px;background:var(--success-line);overflow:hidden}.cart__progress-bar span{display:block;height:100%;background:var(--success);transition:width .25s ease}.cartline{display:grid;grid-template-columns:62px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cartline__info{display:grid;gap:3px;align-content:start;min-width:0}.cartline__info a{font-size:13px;font-weight:600;line-height:1.35;color:var(--ink)}.cartline__variant{font-size:11.5px;color:var(--muted)}.cartline__unit{font-size:12px;color:var(--muted)}.cartline__tier{font-size:11.5px;font-weight:700;color:var(--brand-dark)}.cartline__right{display:grid;gap:8px;justify-items:end;align-content:start}.cartline__right strong{font-size:13.5px}.cart__clear{margin-top:14px;border:0;background:none;padding:0;font-size:12.5px;font-weight:700;color:var(--muted);text-decoration:underline}.cart__summary{padding:16px 18px 20px;border-top:1px solid var(--line);background:var(--surface-2)}.cart__row{display:flex;align-items:center;justify-content:space-between;font-size:13.5px;padding:4px 0;color:var(--ink-2)}.cart__row--save{color:var(--success);font-weight:700}.cart__row--total{margin-top:6px;padding-top:10px;border-top:1px dashed var(--line-strong);font-size:16px;font-weight:800;color:var(--ink)}.cart__cashback{display:flex;align-items:center;gap:6px;margin:10px 0 14px;font-size:12px;font-weight:700;color:var(--success)}@media (max-width: 1020px){.pdp{grid-template-columns:1fr;gap:26px}.calc,.appbanner{grid-template-columns:1fr}}@media (max-width: 900px){.section__controls .icon-btn{display:none}.drawer{width:min(420px,100vw)}.drawer__body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.stepper button{width:36px;height:36px}.stepper--sm button{width:30px;height:30px}}@media (max-width: 720px){.hero__banner{margin:0 -16px 24px}.hero__rail{margin-top:26px;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;padding-bottom:10px;grid-template-columns:unset;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:calc((100% - 24px)/4);gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hero__rail::-webkit-scrollbar{display:none}.hero__rail .category-photo,.hero__rail .category-art{max-width:48px}.railtile{padding:8px 4px;font-size:11px;gap:6px}.page__head h1{font-size:22px}.chiprow{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.chiprow::-webkit-scrollbar{display:none}.chiprow .filterchip{flex:0 0 auto}.page>.chiprow{margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}.toolbar{align-items:stretch;flex-direction:column;gap:12px}.sortbox{justify-content:space-between;width:100%}.sortbox select{flex:1;min-width:0;max-width:200px}.calc__form,.calc__result{padding:18px}.calc__total strong{font-size:26px}.calc__form input{font-size:16px}.pdp__media{padding:16px}.pdp__price strong{font-size:25px}.pdp__buy{gap:10px}.pdp__buy .btn{flex:1 1 100%}.tiers{padding:14px}}@media (max-width: 640px){.section{padding:30px 0}.section--tight-top{padding-top:14px}.section__head{align-items:center;gap:12px;margin-bottom:16px}.section__head>div:first-child{min-width:0;flex:1}.section__controls{flex-shrink:0}.rail{margin-right:-16px;padding-right:16px}.rail__cell{flex-basis:178px}.pgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pgrid .pcard__meta{gap:3px;min-width:0}.pgrid .pcard__meta .chip{font-size:8px;padding:2px 4px;gap:2px;min-width:0}.pgrid .pcard__meta .chip svg{width:8px;height:8px;flex-shrink:0}.pgrid .chip__label--full{display:none}.pgrid .chip__label--compact{display:inline}.pcard{padding:10px}.pcard__media{margin:-10px -10px 8px;border-radius:calc(var(--radius) - 3px) calc(var(--radius) - 3px) 0 0}.pcard__price strong{font-size:15.5px}.pcard__footer{flex-direction:column;align-items:stretch;gap:8px}.pcard__freeship{display:none}.pcard__footer .btn,.pcard__footer .stepper{width:100%}.pcard__footer .stepper{justify-content:space-between}.pcard__footer .stepper span{flex:1}.catgrid__card{padding:14px}.catgrid__items{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}.tilepage{gap:28px}.tilegrid{grid-template-columns:repeat(3,1fr);gap:10px}.tile__name{font-size:11.5px;padding:28px 8px 8px}.appbanner{padding:20px}.appbanner__stats{grid-template-columns:1fr 1fr}.appbanner__stats div{padding:14px}.appbanner__stats strong{font-size:18px}.review{padding:18px}.drawer{width:100%}.cart__summary{padding-bottom:calc(20px + var(--safe-bottom))}}@media (max-width: 380px){.rail__cell{flex-basis:168px}.pdp__assurance{grid-template-columns:1fr}}
