:root{--ink:#0e0c15;--ink-2:#1b1830;--text:#211d36;--text-muted:#6b6680;--text-faint:#9b97ad;--text-on-dark:#f3f1fb;--text-on-dark-muted:#b9b4d4;--surface:#fff;--surface-2:#f7f6fc;--bg:#fff;--bg-alt:#f6f5fb;--bg-tint:#efedff;--accent:#6d5efc;--accent-600:#5a47f0;--accent-700:#4a37d6;--accent-soft:#efedff;--accent-2:#ff6a8b;--accent-2-soft:#ffe9ee;--success:#16a34a;--success-soft:#e7f7ee;--danger:#ef4444;--warning:#f59e0b;--star:#f59e0b;--border:#ece9f5;--border-strong:#ddd8ec;--radius-xs:8px;--radius-sm:12px;--radius:16px;--radius-md:18px;--radius-lg:24px;--radius-xl:32px;--radius-pill:999px;--shadow-sm:0 2px 8px #140c320f;--shadow-md:0 10px 30px #140c321a, 0 2px 8px #140c320d;--shadow-lg:0 28px 70px #140c322e, 0 10px 30px #140c321a;--shadow-accent:0 12px 30px #6d5efc4d;--ring:0 0 0 3px #6d5efc4d;--grad-accent:linear-gradient(120deg, #6d5efc 0%, #9b7bff 100%);--grad-hero:radial-gradient(1100px 560px at 18% -10%, #6d5efc33, transparent 60%), radial-gradient(900px 520px at 92% 8%, #ff6a8b29, transparent 55%), linear-gradient(180deg, #faf9ff 0%, #fff 70%);--font-head:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--container:1240px;--gutter:clamp(18px, 4vw, 40px);--space-section:clamp(56px, 8vw, 96px);--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box}*{margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}input,select,textarea{font:inherit}h1,h2,h3,h4{font-family:var(--font-head);color:var(--ink);letter-spacing:-.02em;font-weight:700;line-height:1.12}h1{font-size:clamp(2.1rem,5vw,3.6rem)}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:1.15rem}ul{padding:0;list-style:none}.container{width:100%;max-width:var(--container);padding-inline:var(--gutter);margin-inline:auto}.section{padding-block:var(--space-section)}.section--alt{background:var(--bg-alt)}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.section-head h2{margin:0}.eyebrow{font-family:var(--font-head);letter-spacing:.14em;text-transform:uppercase;color:var(--accent-600);font-size:.78rem;font-weight:700;display:inline-block}.muted{color:var(--text-muted)}.btn{border-radius:var(--radius-pill);font-family:var(--font-head);white-space:nowrap;transition:transform .15s var(--ease-out), box-shadow .15s var(--ease-out), background .15s, border-color .15s, color .15s;border:1.5px solid #0000;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-size:.95rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--accent);color:#fff;box-shadow:var(--shadow-accent)}.btn--primary:hover{background:var(--accent-600);transform:translateY(-2px)}.btn--dark{background:var(--ink);color:#fff}.btn--dark:hover{background:var(--ink-2);transform:translateY(-2px)}.btn--ghost{background:var(--surface);color:var(--ink);border-color:var(--border-strong)}.btn--ghost:hover{border-color:var(--accent);color:var(--accent-600);transform:translateY(-1px)}.btn--lg{padding:14px 26px;font-size:1rem}.btn--block{width:100%}.btn[disabled]{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.input{border:1.5px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);padding:12px 14px;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--accent);box-shadow:var(--ring);outline:none}.badge{border-radius:var(--radius-pill);font-size:.72rem;font-weight:700;font-family:var(--font-head);align-items:center;gap:5px;padding:4px 10px;display:inline-flex}.badge--sale{background:var(--accent-2-soft);color:#c4385e}.badge--new{background:var(--accent-soft);color:var(--accent-700)}.badge--out{color:var(--text-muted);background:#f1eff7}.header{z-index:50;-webkit-backdrop-filter:saturate(140%)blur(12px);backdrop-filter:saturate(140%)blur(12px);border-bottom:1px solid var(--border);background:#ffffffe0;position:sticky;top:0}.header__bar{align-items:center;gap:18px;height:72px;display:flex}.header__logo{font-family:var(--font-head);color:var(--ink);letter-spacing:-.03em;align-items:center;gap:9px;font-size:1.4rem;font-weight:800;display:inline-flex}.header__logo .dot{background:var(--accent);border-radius:50%;width:10px;height:10px;display:inline-block}.header__search{flex:auto;max-width:540px;position:relative}.header__search input{border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface-2);width:100%;padding:11px 50px 11px 16px;transition:border-color .15s,box-shadow .15s,background .15s}.header__search input:focus{border-color:var(--accent);box-shadow:var(--ring);background:#fff;outline:none}.header__search-btn,.mobile-sheet__search-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,transform .1s;display:inline-flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.header__search-btn:hover,.mobile-sheet__search-btn:hover{background:var(--accent-700)}.header__search-btn:active,.mobile-sheet__search-btn:active{transform:translateY(-50%)scale(.93)}.header__search-btn:focus-visible,.mobile-sheet__search-btn:focus-visible{box-shadow:var(--ring);outline:none}.header__actions{align-items:center;gap:6px;margin-left:auto;display:flex}.icon-btn{border-radius:var(--radius-pill);width:42px;height:42px;color:var(--ink);background:0 0;border:0;justify-content:center;align-items:center;transition:background .15s;display:inline-flex;position:relative}.icon-btn:hover{background:var(--surface-2);color:var(--accent-600)}.icon-btn__count{background:var(--accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.66rem;font-weight:700;display:inline-flex;position:absolute;top:2px;right:2px}.lang-toggle{border-radius:var(--radius-pill);border:1.5px solid var(--border-strong);min-width:40px;height:40px;color:var(--ink);background:0 0;padding:0 12px;font-size:.8rem;font-weight:700;transition:border-color .15s,color .15s}.lang-toggle:hover{border-color:var(--accent);color:var(--accent-600)}.header__nav{border-top:1px solid var(--border);align-items:center;gap:4px;height:48px;display:flex}.header__nav a{border-radius:var(--radius-pill);color:var(--text);padding:8px 14px;font-size:.92rem;font-weight:600;transition:background .15s,color .15s}.header__nav a:hover,.header__nav a.active{background:var(--accent-soft);color:var(--accent-700)}.nav-toggle{display:none}.hero{background:var(--grad-hero);border-bottom:1px solid var(--border)}.hero__inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px;padding-block:clamp(48px,7vw,90px);display:grid}.hero h1{margin:14px 0 16px}.hero p{color:var(--text-muted);max-width:48ch;font-size:1.12rem}.hero__cta{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.hero__visual{aspect-ratio:1;border-radius:var(--radius-xl);background:var(--grad-accent);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.hero__visual:after{content:"";background:radial-gradient(420px 320px at 70% 20%,#ffffff59,#0000 60%);position:absolute;inset:0}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hero-banners{margin:22px 0 6px}.hero-banners__viewport{position:relative;overflow:hidden}.hero-banners__track{transition:transform .5s var(--ease-out);display:flex}.hero-banner{box-sizing:border-box;flex:0 0 50%;padding:0 9px}.hero-banner__link{display:block}.hero-banner__inner{aspect-ratio:16/9;border:1px solid var(--border);box-shadow:var(--shadow-md);background:var(--surface-2);border-radius:20px;position:relative;overflow:hidden}.hero-banner__img{object-fit:cover;width:100%;height:100%;transition:transform .45s var(--ease-out);display:block}.hero-banner__link:hover .hero-banner__img{transform:scale(1.04)}.hero-banner__overlay{background:linear-gradient(#0e0c150a 0%,#0e0c151f 42%,#0e0c15cc 100%);position:absolute;inset:0}.hero-banner__body{color:#fff;padding:22px 24px;position:absolute;bottom:0;left:0;right:0}.hero-banner__title{color:#fff;margin:0 0 6px;font-size:clamp(1.2rem,2.1vw,1.7rem);line-height:1.14}.hero-banner__text{color:#ffffffeb;max-width:38ch;margin:0 0 14px;font-size:.95rem;line-height:1.45}.hero-banner__cta{color:var(--ink);border-radius:var(--radius-pill);background:#fff;align-items:center;gap:7px;padding:9px 16px;font-size:.9rem;font-weight:700;transition:background .15s,color .15s;display:inline-flex}.hero-banner__link:hover .hero-banner__cta{background:var(--accent);color:#fff}.hero-banners__arrow{z-index:3;width:42px;height:42px;color:var(--ink);box-shadow:var(--shadow-md);cursor:pointer;background:#fffffff0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,opacity .2s;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-banners__arrow:hover{background:#fff}.hero-banners__arrow:disabled{opacity:0;pointer-events:none}.hero-banners__arrow--prev{left:18px}.hero-banners__arrow--next{right:18px}.hero-banners__dots{justify-content:center;gap:8px;margin-top:16px;display:flex}.hero-banners__dot{background:var(--border-strong);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .15s,width .15s}.hero-banners__dot.is-active{background:var(--accent);border-radius:4px;width:22px}@media (width<=720px){.hero-banner{flex:0 0 100%;padding:0}.hero-banner__inner{aspect-ratio:4/3;border-radius:16px}.hero-banner__body{padding:18px}.hero-banners__arrow{width:36px;height:36px}.hero-banners__arrow--prev{left:8px}.hero-banners__arrow--next{right:8px}}.hero__blob{filter:blur(2px);opacity:.9;border-radius:50%;position:absolute}.cat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.cat-card{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out), border-color .18s;flex-direction:column;gap:10px;padding:22px;display:flex}.cat-card:hover{box-shadow:var(--shadow-md);border-color:var(--accent);transform:translateY(-4px)}.cat-card__icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:48px;height:48px;color:var(--accent-700);justify-content:center;align-items:center;display:inline-flex}.cat-card__img{border-radius:var(--radius-sm);background:var(--surface-2);width:100%;height:130px;display:block;overflow:hidden}.cat-card__img img{object-fit:cover;width:100%;height:100%}.cat-card__name{font-family:var(--font-head);color:var(--ink);font-weight:700}.cat-card__count{color:var(--text-faint);font-size:.82rem}.prod-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;display:grid}.prod-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .18s var(--ease-out), box-shadow .18s var(--ease-out), border-color .18s;flex-direction:column;display:flex;overflow:hidden}.prod-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-4px)}.prod-card__media{aspect-ratio:1;background:var(--surface-2);justify-content:center;align-items:center;padding:14px;display:flex;position:relative}.prod-card__media img{object-fit:contain;max-width:100%;max-height:100%}.prod-card__fav{width:34px;height:34px;color:var(--text-muted);box-shadow:var(--shadow-sm);background:#ffffffe6;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:10px;right:10px}.prod-card__fav:hover,.prod-card__fav.is-on{color:var(--accent-2)}.prod-card__badges{flex-direction:column;gap:6px;display:flex;position:absolute;top:10px;left:10px}.prod-card__body{flex-direction:column;flex:auto;gap:6px;padding:14px 16px 16px;display:flex}.prod-card__cat{color:var(--text-faint);text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;font-weight:600}.prod-card__name{color:var(--ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.prod-card__rating{color:var(--text-muted);align-items:center;gap:4px;font-size:.8rem;display:inline-flex}.prod-card__rating svg{color:var(--star)}.prod-card__foot{justify-content:space-between;align-items:center;gap:10px;margin-top:auto;padding-top:6px;display:flex}.prod-card__price{font-family:var(--font-head);color:var(--ink);font-size:1.25rem;font-weight:800}.prod-card__price s{color:var(--text-faint);margin-right:6px;font-size:.85rem;font-weight:500}.prod-card__add{border-radius:var(--radius-sm);background:var(--ink);color:#fff;border:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,transform .15s;display:inline-flex}.prod-card__add:hover{background:var(--accent);transform:translateY(-2px)}.perks{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.perk{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);align-items:flex-start;gap:14px;padding:20px;display:flex}.perk__icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:44px;height:44px;color:var(--accent-700);flex:none;justify-content:center;align-items:center;display:inline-flex}.perk h3{margin-bottom:2px;font-size:1rem}.perk p{color:var(--text-muted);font-size:.88rem}.footer{background:var(--ink);color:var(--text-on-dark-muted);padding-block:56px 28px}.footer__grid{grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:36px;display:grid}.footer__brand .header__logo{color:#fff;margin-bottom:12px}.footer__brand p{max-width:34ch;font-size:.9rem}.footer__col h4{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:14px;font-size:.82rem}.footer__col a{color:var(--text-on-dark-muted);padding:5px 0;font-size:.9rem;transition:color .15s;display:block}.footer__col a:hover{color:#fff}.footer__news input{color:#fff;background:#ffffff12;border:1px solid #ffffff24}.footer__news input::placeholder{color:var(--text-on-dark-muted)}.footer__news .btn{margin-top:10px}.footer__bottom{border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;gap:16px;margin-top:40px;padding-top:22px;font-size:.82rem;display:flex}.cta-band{border-radius:var(--radius-xl);background:var(--grad-accent);box-shadow:var(--shadow-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:clamp(28px,5vw,48px);display:flex;position:relative;overflow:hidden}.cta-band:after{content:"";pointer-events:none;background:radial-gradient(520px 320px at 85% 10%,#ffffff40,#0000 60%);position:absolute;inset:0}.cta-band h2{margin:0 0 6px;position:relative}.cta-band p{color:#ffffffeb;max-width:46ch;position:relative}.cta-band .btn{position:relative}.mobile-sheet{padding:14px var(--gutter) 20px;border-top:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-md);flex-direction:column;gap:4px;display:flex}.mobile-sheet>a{border-radius:var(--radius-sm);color:var(--text);padding:11px 12px;font-weight:600}.mobile-sheet>a:hover{background:var(--accent-soft);color:var(--accent-700)}.mobile-sheet__search{margin-bottom:8px;position:relative}.mobile-sheet__search input{border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface-2);width:100%;padding:11px 50px 11px 16px}.mobile-sheet__search input:focus{border-color:var(--accent);box-shadow:var(--ring);outline:none}@media (width<=900px){.hero__inner{grid-template-columns:1fr}.hero__visual{max-width:440px}.footer__grid{grid-template-columns:1fr 1fr}}@media (width<=720px){.header__nav,.header__search{display:none}.nav-toggle{display:inline-flex}.footer__grid{grid-template-columns:1fr}}.prod-card__ph,.pdp__ph{color:#ffffffe6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.megamenu{align-items:center;display:inline-flex}.megamenu__trigger{border-radius:var(--radius-pill);color:var(--text);align-items:center;gap:4px;padding:8px 14px;font-size:.92rem;font-weight:600;display:inline-flex}.megamenu:hover .megamenu__trigger,.megamenu:focus-within .megamenu__trigger{background:var(--accent-soft);color:var(--accent-700)}.megamenu__panel{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transition:opacity .16s var(--ease-out), transform .16s var(--ease-out), visibility .16s;z-index:60;position:absolute;top:100%;left:0;right:0;transform:translateY(-6px)}.megamenu:hover .megamenu__panel,.megamenu:focus-within .megamenu__panel{opacity:1;visibility:visible;transform:translateY(0)}.megamenu__grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;padding-block:26px;display:grid}.megamenu__top{font-family:var(--font-head);color:var(--ink);margin-bottom:10px;font-weight:700;display:block}.megamenu__top:hover{color:var(--accent-600)}.megamenu__col ul{flex-direction:column;gap:4px;display:flex}.megamenu__child{color:var(--text-muted);padding:3px 0;font-size:.9rem;display:block}.megamenu__child:hover{color:var(--accent-600)}.megamenu__grand{border-left:1px solid var(--border);margin:2px 0 6px 12px;padding-left:10px}.megamenu__grand a{color:var(--text-faint);padding:2px 0;font-size:.83rem;display:block}.megamenu__grand a:hover{color:var(--accent-600)}.crumbs{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:18px;font-size:.85rem;display:flex}.crumbs a:hover{color:var(--accent-600)}.crumbs span{align-items:center;gap:6px;display:inline-flex}.crumbs svg{color:var(--text-faint)}.shop-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.shop-sort{color:var(--text-muted);align-items:center;gap:8px;display:inline-flex}.shop-sort select{border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);background:var(--surface);color:var(--text);cursor:pointer;padding:9px 12px;font-weight:600}.shop-layout{grid-template-columns:240px 1fr;align-items:start;gap:32px;display:grid}.shop-side{position:sticky;top:140px}.shop-side h4{letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint);margin-bottom:12px;font-size:.8rem}.cat-tree,.cat-tree ul{flex-direction:column;gap:2px;display:flex}.cat-tree ul{border-left:1px solid var(--border);margin:2px 0 6px 12px;padding-left:10px}.cat-tree a{border-radius:var(--radius-sm);color:var(--text);padding:6px 10px;font-size:.9rem;display:block}.cat-tree a:hover{background:var(--surface-2);color:var(--accent-700)}.cat-tree a.active{background:var(--accent-soft);color:var(--accent-700);font-weight:700}.pdp{grid-template-columns:1fr 1fr;align-items:start;gap:40px;margin-bottom:56px;display:grid}.pdp__gallery{flex-direction:column;gap:12px;display:flex}.pdp__main{aspect-ratio:1;border-radius:var(--radius-lg);background:var(--surface-2);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;display:flex;overflow:hidden}.pdp__main img{object-fit:contain;max-width:100%;max-height:100%;padding:24px}.pdp__thumbs{flex-wrap:wrap;gap:10px;display:flex}.pdp__thumb{border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface-2);cursor:pointer;width:72px;height:72px;padding:0;transition:border-color .15s;overflow:hidden}.pdp__thumb img{object-fit:cover;width:100%;height:100%}.pdp__thumb.is-active{border-color:var(--accent-600)}.pdp__thumb:hover{border-color:var(--border-strong)}.pdp__rating{color:var(--star);align-items:center;gap:5px;margin-bottom:14px;font-weight:600;display:inline-flex}.pdp__price{font-family:var(--font-head);color:var(--ink);align-items:center;gap:12px;margin-bottom:18px;font-size:2rem;font-weight:800;display:flex}.pdp__price s{color:var(--text-faint);font-size:1.1rem;font-weight:500}.pdp__desc{color:var(--text-muted);max-width:52ch;margin-bottom:16px;line-height:1.7}.pdp__instock{color:var(--success);font-size:.9rem;font-weight:600}.pdp__buy{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:22px;display:flex}.pdp__buy .btn--lg{flex:auto;min-width:180px}.pdp__fav{border:1.5px solid var(--border-strong)}.pdp__fav.is-on{color:var(--accent-2);border-color:var(--accent-2)}.pdp__perks{border-top:1px solid var(--border);flex-direction:column;gap:8px;padding-top:18px;display:flex}.pdp__perks span{color:var(--text-muted);align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.pdp__perks svg{color:var(--accent-600)}.qty-stepper{border:1.5px solid var(--border-strong);border-radius:var(--radius-pill);align-items:center;gap:14px;padding:6px 10px;display:inline-flex}.qty-stepper button{background:var(--surface-2);width:30px;height:30px;color:var(--ink);border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.qty-stepper button:hover{background:var(--accent-soft);color:var(--accent-700)}.qty-stepper span{text-align:center;min-width:20px;font-weight:700;font-family:var(--font-head)}.cats-index{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;display:grid}.cats-index__col{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:20px}.cats-index__top{font-family:var(--font-head);color:var(--ink);margin-bottom:10px;font-size:1.05rem;font-weight:700;display:block}.cats-index__top:hover{color:var(--accent-600)}.cats-index__col ul{flex-direction:column;gap:4px;display:flex}.cats-index__col li>a{color:var(--text-muted);padding:2px 0;font-size:.9rem;display:block}.cats-index__col li>a:hover{color:var(--accent-600)}.cats-index__sub{border-left:1px solid var(--border);margin:2px 0 6px 12px;padding-left:10px}.cats-index__sub a{color:var(--text-faint);font-size:.82rem}@media (width<=820px){.shop-layout,.pdp{grid-template-columns:1fr}.shop-side{position:static}}.cart-empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:16px;padding:60px 20px;display:flex}.cart-empty svg{color:var(--text-faint)}.cart-layout,.checkout-layout{grid-template-columns:1fr 340px;align-items:start;gap:32px;display:grid}.cart-items{flex-direction:column;gap:12px;display:flex}.cart-row{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);grid-template-columns:72px 1fr auto auto auto;align-items:center;gap:16px;padding:12px 14px;display:grid}.cart-row__media{border-radius:var(--radius-sm);background:var(--surface-2);width:72px;height:72px;display:block;overflow:hidden}.cart-row__media img,.cart-row__ph{object-fit:contain;width:100%;height:100%;display:block}.cart-row__name{color:var(--ink);font-weight:600;display:block}.cart-row__name:hover{color:var(--accent-600)}.cart-row__unit{color:var(--text-muted);font-size:.85rem}.cart-row__line{font-family:var(--font-head);color:var(--ink);white-space:nowrap;font-weight:700}.cart-row__remove{color:var(--text-faint);cursor:pointer;background:0 0;border:0;padding:6px}.cart-row__remove:hover{color:var(--danger)}.cart-summary,.checkout-summary{background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:22px;position:sticky;top:100px}.cart-summary__title{margin-bottom:14px;font-size:1.05rem}.sum-row{color:var(--text);justify-content:space-between;gap:12px;margin-bottom:8px;font-size:.92rem;display:flex}.sum-row b{font-family:var(--font-head)}.sum-total{border-top:2px solid var(--border-strong);justify-content:space-between;align-items:baseline;gap:12px;margin-top:6px;padding-top:12px;display:flex}.sum-total strong{font-family:var(--font-head);color:var(--ink);font-size:1.5rem}.sum-note{color:var(--success);margin:10px 0;font-size:.8rem}.cart-summary .btn{margin-top:10px}.checkout-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px}.co-h{align-items:center;gap:8px;margin:22px 0 14px;font-size:1.05rem;display:flex}.co-h:first-of-type{margin-top:0}.field-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field{flex-direction:column;gap:6px;display:flex}.field--wide{grid-column:1/-1}.field>span{color:var(--text-muted);font-size:.85rem;font-weight:600}.radio-row{flex-wrap:wrap;gap:12px;display:flex}.radio-pill,.pay-method{border:1.5px solid var(--border-strong);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:9px;padding:12px 16px;font-size:.92rem;font-weight:600;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.radio-pill.is-on,.pay-method.is-on{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-700)}.radio-pill input,.pay-method input,.checkbox-row input{accent-color:var(--accent)}.pay-methods{flex-direction:column;gap:10px;display:flex}.pay-method{justify-content:flex-start}.checkbox-row{color:var(--text);cursor:pointer;align-items:flex-start;gap:10px;margin:18px 0 4px;font-size:.9rem;display:flex}.checkbox-row input{margin-top:3px}.co-paynote{color:var(--text-faint);justify-content:center;align-items:center;gap:6px;margin-top:12px;font-size:.8rem;display:flex}.co-codhint{color:var(--text-muted);align-items:center;gap:7px;margin:10px 0 0;font-size:.85rem;display:flex}.co-codhint svg{color:var(--accent-600);flex:none}.form-warn{background:var(--accent-2-soft);color:#c4385e;border-radius:var(--radius-sm);margin-bottom:16px;padding:12px 14px;font-size:.9rem}.co-items{flex-direction:column;gap:8px;margin:0 0 14px;padding:0;list-style:none;display:flex}.co-items li{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding-bottom:8px;font-size:.88rem;display:flex}.co-items small{color:var(--text-muted)}.co-items b{font-family:var(--font-head);white-space:nowrap}.order-result{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:560px;margin:0 auto;padding:30px 0;display:flex}.order-result__icon{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;display:inline-flex}.order-result__icon--ok{background:var(--success)}.order-result__icon--bad{background:var(--danger)}.order-result__ref{color:var(--text-muted);font-size:.9rem}.order-result__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=860px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}}@media (width<=520px){.cart-row{grid-template-columns:60px 1fr auto;row-gap:10px}.cart-row .qty-stepper,.cart-row__line{grid-column:2/3}.cart-row__remove{grid-area:1/3/auto/4}}.coupon{gap:8px;margin:12px 0;display:flex}.coupon .input{flex:auto}.coupon-err{color:var(--danger);margin:-4px 0 10px;font-size:.82rem}.sum-row--discount,.sum-row--discount b{color:var(--success)}.sum-row--discount span{align-items:center;gap:5px;display:inline-flex}.coupon-remove{color:var(--text-faint);cursor:pointer;background:0 0;border:0;padding:0 2px;display:inline-flex}.coupon-remove:hover{color:var(--danger)}.reviews{margin:8px 0 40px}.reviews-grid{grid-template-columns:1fr 360px;align-items:start;gap:32px;display:grid}.reviews-list{flex-direction:column;gap:14px;display:flex}.review{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:16px}.review__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.review p{color:var(--text-muted);font-size:.92rem}.review-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;gap:12px;padding:20px;display:flex;position:sticky;top:100px}.review-form h3{font-size:1.05rem}.review-thanks{color:var(--success);font-size:.88rem;font-weight:600}.stars{color:var(--star);gap:2px;display:inline-flex}.star{color:var(--star);cursor:default;background:0 0;border:0;padding:0;display:inline-flex}.star[tabindex="0"]{cursor:pointer}.account__head{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:26px;display:flex}.account__avatar{background:var(--accent-soft);width:56px;height:56px;color:var(--accent-700);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.account__who{flex:auto}.account__cards{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.account__card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-sm);flex-direction:column;gap:6px;padding:22px;display:flex}.account__card svg{color:var(--accent-600)}.account__card b{font-family:var(--font-head);color:var(--ink)}a.account__card{transition:transform .15s var(--ease-out), border-color .15s}a.account__card:hover{border-color:var(--accent);transform:translateY(-3px)}.auth{justify-content:center;display:flex}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-md);padding:30px}.auth-oauth{flex-direction:column;gap:10px;display:flex}.auth-or{color:var(--text-faint);align-items:center;gap:12px;margin:16px 0;font-size:.82rem;display:flex}.auth-or:before,.auth-or:after{content:"";background:var(--border);flex:1;height:1px}.auth-card form{flex-direction:column;gap:12px;display:flex}.auth-switch{text-align:center;color:var(--text-muted);margin-top:16px;font-size:.9rem}.auth-switch button{color:var(--accent-600);cursor:pointer;background:0 0;border:0;font-weight:600}@media (width<=820px){.reviews-grid{grid-template-columns:1fr}.review-form{position:static}}
