@import "https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter+Tight:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--color-background:#080808;--color-background-secondary:#111;--color-surface:#161616;--color-surface-elevated:#1f1f1f;--color-primary:#9e24e0;--color-primary-hover:#b251e6;--color-primary-light:#b251e6;--color-secondary:#2f103e;--color-secondary-hover:#3a1750;--color-accent:#f970a1;--color-accent-hover:#fba1c1;--color-text:#fff;--color-text-secondary:#b9b9b9;--color-text-muted:#7a7a7a;--color-text-inverse:#080808;--color-border:#252525;--color-border-light:#1f1f1f;--color-divider:#252525;--color-success:#1fa971;--color-warning:#f5a623;--color-danger:#e0405a;--font-heading:"Instrument Sans", sans-serif;--font-body:"Inter Tight", sans-serif;--font-mono:ui-monospace, "SF Mono", Menlo, Consolas, monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:2.5rem;--font-size-4xl:3.375rem;--font-size-5xl:4.5rem;--font-size-6xl:5.625rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-black:800;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.7;--letter-spacing-tight:-.01em;--letter-spacing-normal:0;--letter-spacing-wide:.14em;--container-xs:480px;--container-sm:540px;--container-md:720px;--container-lg:960px;--container-xl:1140px;--container-2xl:1320px;--section-spacing-sm:2.25rem;--section-spacing-md:4.5rem;--section-spacing-lg:6rem;--section-spacing-xl:8rem;--navbar-height:70px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:2rem;--space-8:2.5rem;--space-9:3rem;--space-10:4rem;--radius-xs:6px;--radius-sm:10px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-2xl:28px;--radius-full:999px;--shadow-sm:0 2px 10px #0808080f;--shadow-md:0 10px 30px #2f103e1f;--shadow-lg:0 18px 50px #2f103e2e;--shadow-xl:0 30px 70px #2f103e38;--button-height-sm:36px;--button-height-md:44px;--button-height-lg:52px;--button-radius:999px;--button-font-weight:600;--card-radius:16px;--card-padding:1.5rem;--card-border:1px solid var(--color-border);--card-shadow:var(--shadow-sm);--input-height:44px;--input-radius:10px;--input-border:1px solid var(--color-border);--input-focus-color:var(--color-primary);--blur-sm:4px;--blur-md:12px;--blur-lg:24px;--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal:1050;--z-tooltip:1070;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--breakpoint-2xl:1400px;--grad-brand:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);--grad-deep:linear-gradient(160deg, var(--color-secondary) 0%, var(--color-background) 100%);--brand:var(--color-primary);--brand-600:#8d247c;--brand-700:var(--color-primary-hover);--brand-soft:var(--color-primary-light);--accent:var(--color-accent);--accent-soft:#fba1c1;--ink:var(--color-text);--ink-2:var(--color-text-secondary);--deep:var(--color-secondary);--deep-2:var(--color-secondary-hover);--muted:var(--color-text-muted);--line:var(--color-border);--surface:var(--color-surface);--surface-2:var(--color-surface-elevated);--font-head:var(--font-heading);--radius:var(--radius-lg);--radius-pill:var(--radius-full);--shadow:var(--shadow-md);--bs-primary:#9e24e0;--bs-primary-rgb:158, 36, 224;--bs-link-color:#b251e6;--bs-link-hover-color:#f970a1;--bs-body-font-family:"Inter Tight", sans-serif;--bs-border-radius:16px;--bs-body-bg:#080808;--bs-body-bg-rgb:8, 8, 8;--bs-body-color:#fff;--bs-body-color-rgb:255, 255, 255;--bs-emphasis-color:#fff;--bs-secondary-color:#b9b9b9d9;--bs-secondary-bg:#161616;--bs-tertiary-bg:#1f1f1f;--bs-border-color:#252525}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-background);-webkit-font-smoothing:antialiased}html,body{overscroll-behavior:none;height:100%;margin:0;padding:0}h1,h2,h3,h4,h5,h6,.font-head{font-family:var(--font-head);letter-spacing:-.01em;font-weight:600}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font-body)}input,select,textarea{font-family:var(--font-body);color:var(--color-text);background:var(--color-surface);caret-color:var(--color-primary)}input::placeholder,textarea::placeholder{color:var(--color-text-muted);opacity:1}select option{background:var(--color-surface);color:var(--color-text)}.text-brand{color:var(--brand)!important}.text-accent{color:var(--accent)!important}.text-muted-2{color:var(--muted)!important}.bg-brand{background:var(--brand)!important}.bg-deep{background:var(--deep)!important}.bg-surface-2{background:var(--surface-2)!important}.grad-brand{background:var(--grad-brand)!important}.grad-deep{background:var(--grad-deep)!important}.btn-brand{background:var(--brand);color:#fff;border-radius:var(--radius-pill);border:none;padding:.7rem 1.5rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s}.btn-brand:hover{background:var(--brand-700);color:#fff;box-shadow:var(--shadow);transform:translateY(-1px)}.btn-accent{background:var(--grad-brand);color:#fff;border-radius:var(--radius-pill);border:none;padding:.7rem 1.5rem;font-weight:600;transition:transform .15s,box-shadow .15s}.btn-accent:hover{color:#fff;box-shadow:var(--shadow);transform:translateY(-1px)}.btn-outline-brand{color:var(--brand);border:1.5px solid var(--brand);border-radius:var(--radius-pill);background:0 0;padding:.65rem 1.4rem;font-weight:600;transition:background .15s,color .15s}.btn-outline-brand:hover{background:var(--brand);color:#fff}.card-prism{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s;overflow:hidden}.card-prism:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.chip{border-radius:var(--radius-pill);background:var(--surface-2);color:var(--color-text-secondary);border:1px solid var(--line);cursor:pointer;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.85rem;font-weight:500;display:inline-flex}.chip-active{background:var(--grad-brand);color:#fff;border-color:#0000}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--brand);font-size:.78rem;font-weight:600}.section-pad{padding:4.5rem 0}.section-pad-sm{padding:2.25rem 0}.price{font-family:var(--font-head);color:var(--ink);font-weight:600}.price-old{color:var(--muted);font-size:.9em;font-weight:400;text-decoration:line-through}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{flex:1}.mobile-safe-bottom{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:999px}.prism-topnav.svelte-zf9wqg{z-index:1030;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#080808d9;position:sticky;top:0}.brand.svelte-zf9wqg{color:var(--ink)}.brand-mark.svelte-zf9wqg{background:var(--grad-brand);color:#fff;width:38px;height:38px;font-family:var(--font-head);border-radius:12px;place-items:center;font-size:1.2rem;font-weight:700;display:grid}.brand-name.svelte-zf9wqg{font-family:var(--font-head);letter-spacing:-.02em;font-size:1.3rem;font-weight:600}.nav-link-item.svelte-zf9wqg{color:var(--ink-2);padding-bottom:2px;font-weight:500;transition:color .15s;position:relative}.nav-link-item.svelte-zf9wqg:hover,.nav-link-item.active.svelte-zf9wqg{color:var(--brand)}.nav-link-item.active.svelte-zf9wqg:after{content:"";background:var(--grad-brand);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.icon-btn.svelte-zf9wqg{width:42px;height:42px;color:var(--ink-2);border-radius:12px;place-items:center;font-size:1.15rem;transition:background .15s,color .15s;display:grid}.icon-btn.svelte-zf9wqg:hover{background:var(--surface-2);color:var(--brand)}.cart-badge.svelte-zf9wqg{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:grid;position:absolute;top:2px;right:2px}.btn-sm-pill.svelte-zf9wqg{padding:.5rem 1.2rem;font-size:.95rem}.brand-mark.svelte-1x3buza{background:var(--grad-brand);color:#fff;width:38px;height:38px;font-family:var(--font-head);border-radius:12px;place-items:center;font-size:1.2rem;font-weight:700;display:grid}.brand-name.svelte-1x3buza{font-family:var(--font-head);font-size:1.3rem;font-weight:600}.footer-lede.svelte-1x3buza{color:#ffffffb3;max-width:280px;font-size:.95rem}.footer-title.svelte-1x3buza{font-family:var(--font-head);color:#fff;margin-bottom:1rem;font-weight:600}.footer-links.svelte-1x3buza a:where(.svelte-1x3buza){color:#ffffffb3;padding:.3rem 0;transition:color .15s;display:block}.footer-links.svelte-1x3buza a:where(.svelte-1x3buza):hover{color:var(--accent-soft)}.soc.svelte-1x3buza{color:#fff;background:#ffffff14;border-radius:10px;place-items:center;width:38px;height:38px;transition:background .15s;display:grid}.soc.svelte-1x3buza:hover{background:var(--brand)}.news.svelte-1x3buza{gap:.4rem;display:flex}.news.svelte-1x3buza input:where(.svelte-1x3buza){color:#fff;border-radius:var(--radius-pill);background:#ffffff0f;border:1px solid #ffffff2e;flex:1;min-width:0;padding:.5rem .9rem;font-size:.9rem}.news.svelte-1x3buza input:where(.svelte-1x3buza)::placeholder{color:#ffffff80}.footer-bottom.svelte-1x3buza{color:#fff9;border-top:1px solid #ffffff1f;font-size:.9rem}.footer-bottom.svelte-1x3buza a:where(.svelte-1x3buza){color:#fff9}.footer-bottom.svelte-1x3buza a:where(.svelte-1x3buza):hover{color:#fff}.wa-float.svelte-j9ux3i{z-index:var(--z-fixed);border-radius:var(--radius-full);color:#fff;width:58px;height:58px;box-shadow:0 12px 32px #25d36659, var(--shadow-md);background:#25d366;place-items:center;font-size:1.7rem;line-height:1;transition:transform .18s,box-shadow .18s,background .18s;display:grid;position:fixed;bottom:1.75rem;right:1.75rem}.wa-float.svelte-j9ux3i:hover{color:#fff;box-shadow:0 18px 44px #25d36673, var(--shadow-lg);background:#20bd5a;transform:translateY(-3px)scale(1.05)}.wa-float.svelte-j9ux3i:active{transform:translateY(-1px)scale(1.02)}.m-topnav.svelte-i2ddmg{z-index:1030;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#080808e6;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;position:sticky;top:0}.brand.svelte-i2ddmg{color:var(--ink)}.brand-mark.svelte-i2ddmg{background:var(--grad-brand);color:#fff;width:34px;height:34px;font-family:var(--font-head);border-radius:10px;place-items:center;font-weight:700;display:grid}.brand-name.svelte-i2ddmg{font-family:var(--font-head);font-size:1.2rem;font-weight:600}.icon-btn.svelte-i2ddmg{width:40px;height:40px;color:var(--ink-2);border-radius:10px;place-items:center;font-size:1.2rem;display:grid}.cart-badge.svelte-i2ddmg{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;display:grid;position:absolute;top:4px;right:4px}.m-topback.svelte-1l9mihu{z-index:1030;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#080808eb;grid-template-columns:40px 1fr 40px;align-items:center;gap:.5rem;padding:.75rem 1rem;display:grid;position:sticky;top:0}.title.svelte-1l9mihu{text-align:center;font-family:var(--font-head);margin:0;font-size:1.1rem;font-weight:600}.icon-btn.svelte-1l9mihu{width:40px;height:40px;color:var(--ink-2);background:0 0;border:none;border-radius:10px;place-items:center;font-size:1.2rem;transition:color .15s;display:grid}.icon-btn.svelte-1l9mihu:hover{color:var(--brand)}.cart-badge.svelte-1l9mihu{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;display:grid;position:absolute;top:2px;right:2px}.m-topsearch.svelte-oqhlg7{z-index:1030;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#080808eb;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.search-field.svelte-oqhlg7{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-pill);height:40px;color:var(--muted);flex:1;align-items:center;gap:.45rem;padding:0 .85rem;font-size:.9rem;display:flex}.search-field.svelte-oqhlg7 input:where(.svelte-oqhlg7){min-width:0;height:100%;color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.icon-btn.svelte-oqhlg7{width:40px;height:40px;color:var(--ink-2);border-radius:10px;place-items:center;font-size:1.2rem;transition:color .15s;display:grid}.icon-btn.svelte-oqhlg7:hover{color:var(--brand)}.m-bottomnav.svelte-xs29le{z-index:1030;padding:.4rem .25rem calc(.4rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);background:#080808f2;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.tab.svelte-xs29le{color:var(--muted);flex-direction:column;flex:1;align-items:center;gap:2px;padding:.3rem 0;font-size:.7rem;font-weight:500;transition:color .15s;display:flex}.tab.active.svelte-xs29le{color:var(--brand)}.tab-icon.svelte-xs29le{font-size:1.3rem;line-height:1}.tab-badge.svelte-xs29le{background:var(--accent);color:#fff;border-radius:999px;place-items:center;min-width:15px;height:15px;padding:0 3px;font-size:.6rem;font-weight:700;display:grid;position:absolute;top:-4px;right:-8px}.m-checkoutbar.svelte-b24ug3{z-index:1030;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);background:#080808f7;align-items:center;gap:1rem;display:flex;position:fixed;bottom:0;left:0;right:0}.amount.svelte-b24ug3{flex-direction:column;line-height:1.1;display:flex}.label.svelte-b24ug3{color:var(--muted);font-size:.72rem}.value.svelte-b24ug3{font-size:1.2rem}.wa-float.svelte-15umplw{right:1rem;bottom:calc(78px + env(safe-area-inset-bottom,0px));z-index:var(--z-fixed);border-radius:var(--radius-full);color:#fff;width:50px;height:50px;box-shadow:0 10px 26px #25d36661, var(--shadow-md);background:#25d366;place-items:center;font-size:1.45rem;line-height:1;transition:transform .16s,background .16s;display:grid;position:fixed}.wa-float.svelte-15umplw:active{color:#fff;background:#20bd5a;transform:scale(.94)}.hero.svelte-12jub47{background:radial-gradient(120% 90% at 80% 0,#9e24e014 0%,#0000 55%);padding:5rem 0 4rem}.hero-title.svelte-12jub47{font-size:3.4rem;font-weight:600;line-height:1.08}.hero-sub.svelte-12jub47{color:var(--ink-2);max-width:480px;font-size:1.1rem}.stat-value.svelte-12jub47{font-family:var(--font-head);color:var(--brand);font-size:1.6rem;font-weight:700}.stat-label.svelte-12jub47{color:var(--muted);font-size:.85rem}.hero-media.svelte-12jub47{border-radius:24px;position:relative;overflow:visible}.hero-media.svelte-12jub47 img:where(.svelte-12jub47){z-index:2;width:100%;box-shadow:var(--shadow-lg);object-fit:cover;aspect-ratio:4/4.4;border-radius:24px;position:relative}.blob.svelte-12jub47{background:var(--grad-brand);z-index:1;filter:blur(2px);opacity:.85;border-radius:30px;width:70%;height:70%;position:absolute;inset:-18px -18px auto auto}.floating-card.svelte-12jub47{z-index:3;background:var(--color-surface);box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:.7rem;padding:.85rem 1.1rem;display:flex;position:absolute;bottom:28px;left:-24px}.floating-card.svelte-12jub47 i:where(.svelte-12jub47){color:var(--brand);font-size:1.6rem}.floating-card.svelte-12jub47 strong:where(.svelte-12jub47){font-family:var(--font-head);font-size:.95rem;display:block}.floating-card.svelte-12jub47 span:where(.svelte-12jub47){color:var(--muted);font-size:.82rem}.link-all.svelte-1qlpi2n{color:var(--brand);font-weight:600}.cat-card.svelte-1qlpi2n{aspect-ratio:3/4;display:block;position:relative;overflow:hidden}.cat-card.svelte-1qlpi2n img:where(.svelte-1qlpi2n){object-fit:cover;width:100%;height:100%;transition:transform .4s}.cat-card.svelte-1qlpi2n:hover img:where(.svelte-1qlpi2n){transform:scale(1.06)}.overlay.svelte-1qlpi2n{background:linear-gradient(#0000 45%,#080808b3 100%);position:absolute;inset:0}.cat-info.svelte-1qlpi2n{color:#fff;position:absolute;bottom:1rem;left:1rem}.cat-name.svelte-1qlpi2n{font-family:var(--font-head);font-size:1.2rem;font-weight:600;display:block}.cat-count.svelte-1qlpi2n{opacity:.85;font-size:.85rem}.product-card.svelte-7ntz6i{flex-direction:column;height:100%;display:flex}.media.svelte-7ntz6i{aspect-ratio:4/5;background:var(--surface-2);display:block;position:relative;overflow:hidden}.media.svelte-7ntz6i img:where(.svelte-7ntz6i){object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card.svelte-7ntz6i:hover .media:where(.svelte-7ntz6i) img:where(.svelte-7ntz6i){transform:scale(1.05)}.badge-tag.svelte-7ntz6i{background:var(--grad-brand);color:#fff;border-radius:999px;padding:.25rem .7rem;font-size:.72rem;font-weight:600;position:absolute;top:.75rem;left:.75rem}.quick-add.svelte-7ntz6i{border-radius:var(--radius-pill);color:#fff;opacity:0;background:#080808d9;border:none;justify-content:center;align-items:center;gap:.4rem;padding:.6rem;font-size:.9rem;font-weight:600;transition:opacity .2s,transform .2s,background .2s;display:flex;position:absolute;bottom:.75rem;left:.75rem;right:.75rem;transform:translateY(8px)}.product-card.svelte-7ntz6i:hover .quick-add:where(.svelte-7ntz6i){opacity:1;transform:translateY(0)}.quick-add.svelte-7ntz6i:hover{background:var(--brand)}.body.svelte-7ntz6i{flex-direction:column;flex:1;padding:1rem;display:flex}.name.svelte-7ntz6i{font-family:var(--font-head);color:var(--ink);font-size:1.02rem;font-weight:600;line-height:1.3}.name.svelte-7ntz6i:hover{color:var(--brand)}.rating.svelte-7ntz6i{color:var(--ink-2);white-space:nowrap;font-size:.82rem;font-weight:600}.rating.svelte-7ntz6i i:where(.svelte-7ntz6i){color:#f5b301}.cat.svelte-7ntz6i{color:var(--muted);margin-top:.15rem;font-size:.82rem}.price.svelte-7ntz6i{font-size:1.1rem}.link-all.svelte-1y1l9k5{color:var(--brand);font-weight:600}.feature.svelte-1gbtlu6{text-align:left;padding:1.75rem}.ic.svelte-1gbtlu6{width:54px;height:54px;color:var(--brand);background:#9e24e01a;border-radius:14px;place-items:center;font-size:1.5rem;display:grid}.feature.svelte-1gbtlu6 h5:where(.svelte-1gbtlu6){font-family:var(--font-head);font-weight:600}.feature.svelte-1gbtlu6 p:where(.svelte-1gbtlu6){color:var(--ink-2);font-size:.95rem}.m-hero.svelte-hmt4zr{padding:.75rem 1rem 0}.media.svelte-hmt4zr{border-radius:22px;align-items:flex-end;min-height:420px;display:flex;position:relative;overflow:hidden}.media.svelte-hmt4zr img:where(.svelte-hmt4zr){object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.scrim.svelte-hmt4zr{background:linear-gradient(#0808081a 40%,#080808d9 95%);position:absolute;inset:0}.copy.svelte-hmt4zr{z-index:2;color:#fff;padding:1.25rem;position:relative}.m-hero-title.svelte-hmt4zr{margin:.5rem 0;font-size:1.9rem;font-weight:600;line-height:1.15}.m-hero-sub.svelte-hmt4zr{color:#ffffffd1;margin:0;font-size:.92rem}.btn-light-pill.svelte-hmt4zr{color:#fff;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff29;border:1px solid #ffffff4d;padding:.7rem 1.1rem;font-weight:600}.stats.svelte-hmt4zr{justify-content:space-between;gap:.5rem;margin-top:1rem;padding:.25rem;display:flex}.stat.svelte-hmt4zr{text-align:center;background:var(--surface-2);border-radius:14px;flex:1;padding:.75rem .4rem}.stat-value.svelte-hmt4zr{font-family:var(--font-head);color:var(--brand);font-size:1.15rem;font-weight:700}.stat-label.svelte-hmt4zr{color:var(--muted);font-size:.72rem}.head.svelte-gkbyn{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.head.svelte-gkbyn h2:where(.svelte-gkbyn){font-size:1.3rem}.link-all.svelte-gkbyn{color:var(--brand);font-size:.9rem;font-weight:600}.scroller.svelte-gkbyn{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;gap:.75rem;padding:0 1rem .5rem;display:flex;overflow-x:auto}.scroller.svelte-gkbyn::-webkit-scrollbar{display:none}.cat-card.svelte-gkbyn{aspect-ratio:3/4;scroll-snap-align:start;border-radius:16px;flex:0 0 132px;position:relative;overflow:hidden}.cat-card.svelte-gkbyn img:where(.svelte-gkbyn){object-fit:cover;width:100%;height:100%}.overlay.svelte-gkbyn{background:linear-gradient(#0000 45%,#080808b3 100%);position:absolute;inset:0}.cat-name.svelte-gkbyn{color:#fff;font-family:var(--font-head);font-weight:600;position:absolute;bottom:.6rem;left:.7rem}.product-card.svelte-1jq7gs8{flex-direction:column;height:100%;display:flex}.media.svelte-1jq7gs8{aspect-ratio:1;background:var(--surface-2);position:relative;overflow:hidden}.media.svelte-1jq7gs8 img:where(.svelte-1jq7gs8){object-fit:cover;width:100%;height:100%}.badge-tag.svelte-1jq7gs8{background:var(--grad-brand);color:#fff;border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:600;position:absolute;top:.5rem;left:.5rem}.add.svelte-1jq7gs8{background:var(--brand);color:#fff;width:34px;height:34px;box-shadow:var(--shadow-sm);border:none;border-radius:50%;place-items:center;font-size:1rem;display:grid;position:absolute;bottom:.5rem;right:.5rem}.body.svelte-1jq7gs8{flex-direction:column;flex:1;gap:.15rem;padding:.6rem .7rem .8rem;display:flex}.name.svelte-1jq7gs8{font-family:var(--font-head);color:var(--ink);font-size:.92rem;font-weight:600;line-height:1.25}.price.svelte-1jq7gs8{font-size:1rem}.rating.svelte-1jq7gs8{color:var(--muted);font-size:.74rem}.rating.svelte-1jq7gs8 i:where(.svelte-1jq7gs8){color:#f5b301}.head.svelte-139xum5{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.head.svelte-139xum5 h2:where(.svelte-139xum5){font-size:1.3rem}.link-all.svelte-139xum5{color:var(--brand);font-size:.9rem;font-weight:600}.grid.svelte-139xum5{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.list.svelte-19roan8{flex-direction:column;gap:.65rem;display:flex}.feature.svelte-19roan8{align-items:flex-start;gap:.85rem;padding:1rem;display:flex}.ic.svelte-19roan8{width:44px;height:44px;color:var(--brand);background:#9e24e01a;border-radius:12px;flex:none;place-items:center;font-size:1.25rem;display:grid}.feature.svelte-19roan8 h6:where(.svelte-19roan8){font-family:var(--font-head);font-weight:600}.feature.svelte-19roan8 p:where(.svelte-19roan8){color:var(--ink-2);font-size:.88rem}.intro.svelte-1r27kwx{background:radial-gradient(120% 90% at 80% 0,#9e24e014 0%,#0000 55%);padding:4rem 0 3rem}h1.svelte-1r27kwx{font-size:3rem;font-weight:600;line-height:1.1}.lede.svelte-1r27kwx{color:var(--ink-2);max-width:480px;font-size:1.12rem}.media.svelte-1r27kwx{position:relative}.media.svelte-1r27kwx img:where(.svelte-1r27kwx){z-index:2;width:100%;box-shadow:var(--shadow-lg);aspect-ratio:4/3.4;object-fit:cover;border-radius:24px;position:relative}.blob.svelte-1r27kwx{background:var(--grad-brand);z-index:1;opacity:.85;border-radius:30px;width:65%;height:70%;position:absolute;inset:-18px -18px auto auto}h2.svelte-k26j8c{font-size:2.2rem;font-weight:600}.body-text.svelte-k26j8c{color:var(--ink-2);font-size:1.02rem;line-height:1.7}.timeline.svelte-k26j8c{flex-direction:column;gap:1rem;display:flex}.ms.svelte-k26j8c{background:var(--surface-2);border-radius:16px;align-items:baseline;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.year.svelte-k26j8c{font-family:var(--font-head);color:var(--brand);flex:0 0 70px;font-size:1.3rem;font-weight:700}.ms.svelte-k26j8c p:where(.svelte-k26j8c){color:var(--ink-2)}.statement.svelte-1ecgxpv{font-size:1.9rem;font-weight:600;line-height:1.3}.value.svelte-1ecgxpv{text-align:center;padding:1.5rem}.ic.svelte-1ecgxpv{width:56px;height:56px;color:var(--accent-soft);background:#ffffff1a;border-radius:14px;place-items:center;margin:0 auto;font-size:1.5rem;display:grid}.value.svelte-1ecgxpv h5:where(.svelte-1ecgxpv){font-family:var(--font-head);font-weight:600}.value.svelte-1ecgxpv p:where(.svelte-1ecgxpv){color:#ffffffb3;font-size:.95rem}h2.svelte-1hdmwj5{font-size:2.1rem;font-weight:600}.detail.svelte-1hdmwj5{color:var(--ink-2);align-items:center;gap:.85rem;margin-bottom:1rem;display:flex}.ic.svelte-1hdmwj5{width:44px;height:44px;color:var(--brand);background:#9e24e01a;border-radius:12px;place-items:center;font-size:1.15rem;display:grid}.form-box.svelte-1hdmwj5{padding:1.75rem}input.svelte-1hdmwj5,textarea.svelte-1hdmwj5{border:1px solid var(--line);width:100%;font-family:var(--font-body);resize:vertical;border-radius:12px;outline:none;padding:.7rem .95rem}input.svelte-1hdmwj5:focus,textarea.svelte-1hdmwj5:focus{border-color:var(--brand)}.thanks.svelte-1hdmwj5{color:#1c9e5a;background:#1c9e5a1a;border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.media.svelte-16lasnl{aspect-ratio:16/11;border-radius:20px;overflow:hidden}.media.svelte-16lasnl img:where(.svelte-16lasnl){object-fit:cover;width:100%;height:100%}h1.svelte-16lasnl{font-size:1.8rem;font-weight:600;line-height:1.15}.lede.svelte-16lasnl{color:var(--ink-2);font-size:.98rem;line-height:1.6}h2.svelte-1ufu4sa{font-size:1.4rem;font-weight:600}.body-text.svelte-1ufu4sa{color:var(--ink-2);font-size:.95rem;line-height:1.65}.timeline.svelte-1ufu4sa{flex-direction:column;gap:.6rem;display:flex}.ms.svelte-1ufu4sa{align-items:baseline;gap:.9rem;padding:.9rem 1rem;display:flex}.year.svelte-1ufu4sa{font-family:var(--font-head);color:var(--brand);flex:0 0 52px;font-size:1.1rem;font-weight:700}.ms.svelte-1ufu4sa p:where(.svelte-1ufu4sa){color:var(--ink-2);font-size:.9rem}.m-mission.svelte-nxl78b{margin-top:1.5rem}.statement.svelte-nxl78b{font-size:1.3rem;font-weight:600;line-height:1.35}.values.svelte-nxl78b{flex-direction:column;gap:.85rem;margin-top:1.25rem;display:flex}.value.svelte-nxl78b{align-items:flex-start;gap:.8rem;display:flex}.ic.svelte-nxl78b{width:42px;height:42px;color:var(--accent-soft);background:#ffffff1a;border-radius:12px;flex:none;place-items:center;font-size:1.2rem;display:grid}.value.svelte-nxl78b h6:where(.svelte-nxl78b){font-family:var(--font-head);font-weight:600}.value.svelte-nxl78b p:where(.svelte-nxl78b){color:#ffffffb8;font-size:.88rem}h2.svelte-1fj3in5{font-size:1.4rem;font-weight:600}.details.svelte-1fj3in5{flex-direction:column;gap:.6rem;margin-bottom:1.25rem;display:flex}.detail.svelte-1fj3in5{color:var(--ink-2);align-items:center;gap:.6rem;font-size:.92rem;display:flex}.detail.svelte-1fj3in5 i:where(.svelte-1fj3in5){color:var(--brand)}.form-box.svelte-1fj3in5{flex-direction:column;gap:.6rem;padding:1rem;display:flex}input.svelte-1fj3in5,textarea.svelte-1fj3in5{border:1px solid var(--line);width:100%;font-family:var(--font-body);resize:vertical;border-radius:11px;outline:none;padding:.6rem .85rem}input.svelte-1fj3in5:focus,textarea.svelte-1fj3in5:focus{border-color:var(--brand)}.thanks.svelte-1fj3in5{color:#1c9e5a;background:#1c9e5a1a;border-radius:11px;padding:.7rem .9rem;font-size:.85rem;font-weight:600}.cart-items.svelte-vwq1jy h5:where(.svelte-vwq1jy){font-family:var(--font-head);font-weight:600}.line.svelte-vwq1jy{gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.thumb.svelte-vwq1jy{background:var(--surface-2);border-radius:12px;flex:0 0 96px;width:96px;height:110px;overflow:hidden}.thumb.svelte-vwq1jy img:where(.svelte-vwq1jy){object-fit:cover;width:100%;height:100%}.info.svelte-vwq1jy{flex-direction:column;flex:1;display:flex}.name.svelte-vwq1jy{font-family:var(--font-head);color:var(--ink);font-size:1.05rem;font-weight:600}.name.svelte-vwq1jy:hover{color:var(--brand)}.meta.svelte-vwq1jy{color:var(--muted);gap:1rem;margin:.25rem 0;font-size:.85rem;display:flex}.dot.svelte-vwq1jy{border:1px solid var(--line);border-radius:50%;width:12px;height:12px}.price.svelte-vwq1jy{font-family:var(--font-head);margin-top:auto;font-size:1.1rem;font-weight:600}.controls.svelte-vwq1jy{flex-direction:column;justify-content:space-between;align-items:flex-end;display:flex}.qty.svelte-vwq1jy{border:1.5px solid var(--line);border-radius:var(--radius-pill);align-items:center;display:flex}.qty.svelte-vwq1jy button:where(.svelte-vwq1jy){width:34px;height:38px;color:var(--ink-2);background:0 0;border:none;font-size:1.1rem}.qty.svelte-vwq1jy button:where(.svelte-vwq1jy):hover{color:var(--brand)}.qty.svelte-vwq1jy span:where(.svelte-vwq1jy){text-align:center;min-width:28px;font-weight:600}.remove.svelte-vwq1jy{color:var(--muted);background:0 0;border:none;font-size:1.1rem}.remove.svelte-vwq1jy:hover{color:var(--accent)}.summary.svelte-d22t80 h5:where(.svelte-d22t80){font-family:var(--font-head);font-weight:600}.row-line.svelte-d22t80{color:var(--ink-2);justify-content:space-between;padding:.5rem 0;display:flex}.discount.svelte-d22t80{color:#1c9e5a}.total.svelte-d22t80{border-top:1px solid var(--line);font-family:var(--font-head);color:var(--ink);margin-top:.4rem;padding-top:.85rem;font-size:1.2rem;font-weight:700}.nudge.svelte-d22t80{color:var(--brand);margin-top:.6rem;font-size:.82rem}.coupon.svelte-14sobea{margin-top:1rem}.field.svelte-14sobea{gap:.5rem;display:flex}.field.svelte-14sobea input:where(.svelte-14sobea){border:1px solid var(--line);border-radius:var(--radius-pill);outline:none;flex:1;padding:.6rem 1rem}.field.svelte-14sobea input:where(.svelte-14sobea):focus{border-color:var(--brand)}.err.svelte-14sobea{color:var(--accent);margin-top:.4rem;font-size:.82rem;display:block}.hint.svelte-14sobea{color:var(--muted);margin-top:.4rem;font-size:.8rem;display:block}.applied.svelte-14sobea{background:#9e24e00f;border:1px solid #9e24e033;border-radius:12px;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9rem;display:flex}.applied.svelte-14sobea i:where(.svelte-14sobea){color:var(--brand);margin-right:.3rem}.link.svelte-14sobea{color:var(--accent);background:0 0;border:none;font-size:.85rem;font-weight:600}.cta.svelte-1asiyqq{margin-top:1.25rem}.continue.svelte-1asiyqq{text-align:center;color:var(--ink-2);margin-top:.85rem;font-weight:500;display:block}.continue.svelte-1asiyqq:hover{color:var(--brand)}.trust.svelte-1asiyqq{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;margin-top:1.25rem;padding-top:1rem;font-size:.78rem;display:flex}.trust.svelte-1asiyqq i:where(.svelte-1asiyqq){color:var(--brand);margin-right:.2rem}.line.svelte-dukipg{gap:.75rem;margin-bottom:.75rem;padding:.65rem;display:flex}.thumb.svelte-dukipg{background:var(--surface-2);border-radius:10px;flex:0 0 76px;width:76px;height:88px;overflow:hidden}.thumb.svelte-dukipg img:where(.svelte-dukipg){object-fit:cover;width:100%;height:100%}.info.svelte-dukipg{flex-direction:column;flex:1;display:flex}.top.svelte-dukipg{justify-content:space-between;gap:.5rem;display:flex}.name.svelte-dukipg{font-family:var(--font-head);color:var(--ink);font-size:.95rem;font-weight:600;line-height:1.25}.remove.svelte-dukipg{color:var(--muted);background:0 0;border:none;flex:none;font-size:.9rem}.meta.svelte-dukipg{color:var(--muted);align-items:center;gap:.5rem;margin:.2rem 0;font-size:.8rem;display:flex}.dot.svelte-dukipg{border:1px solid var(--line);border-radius:50%;width:12px;height:12px}.bottom.svelte-dukipg{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.price.svelte-dukipg{font-family:var(--font-head);font-size:1rem;font-weight:600}.qty.svelte-dukipg{border:1.5px solid var(--line);border-radius:var(--radius-pill);align-items:center;display:flex}.qty.svelte-dukipg button:where(.svelte-dukipg){width:30px;height:32px;color:var(--ink-2);background:0 0;border:none;font-size:1rem}.qty.svelte-dukipg span:where(.svelte-dukipg){text-align:center;min-width:22px;font-size:.9rem;font-weight:600}.box.svelte-isuidi{padding:.4rem 1rem}.row-line.svelte-isuidi{color:var(--ink-2);justify-content:space-between;padding:.55rem 0;font-size:.92rem;display:flex}.discount.svelte-isuidi{color:#1c9e5a}.total.svelte-isuidi{border-top:1px solid var(--line);font-family:var(--font-head);color:var(--ink);font-size:1.1rem;font-weight:700}.field.svelte-pno4m8{gap:.5rem;display:flex}.field.svelte-pno4m8 input:where(.svelte-pno4m8){border:1px solid var(--line);border-radius:var(--radius-pill);outline:none;flex:1;min-width:0;padding:.55rem 1rem}.err.svelte-pno4m8{color:var(--accent);margin-top:.4rem;font-size:.8rem;display:block}.hint.svelte-pno4m8{color:var(--muted);margin-top:.4rem;font-size:.78rem;display:block}.applied.svelte-pno4m8{background:#9e24e00f;border:1px solid #9e24e033;border-radius:12px;justify-content:space-between;align-items:center;padding:.7rem .9rem;font-size:.85rem;display:flex}.applied.svelte-pno4m8 i:where(.svelte-pno4m8){color:var(--brand)}.link.svelte-pno4m8{color:var(--accent);background:0 0;border:none;font-size:.82rem;font-weight:600}.empty.svelte-k7hhd7{text-align:center;padding:5rem 1.5rem}.empty.svelte-k7hhd7 i:where(.svelte-k7hhd7){color:var(--muted);font-size:3rem}.cart-page.svelte-k7hhd7{padding:2.5rem 0 4rem}.page-title.svelte-k7hhd7{font-size:2.4rem;font-weight:600}.panel.svelte-k7hhd7{padding:1.5rem;position:sticky;top:90px}.block.svelte-10y7msy{margin-bottom:1.25rem;padding:1.5rem}h5.svelte-10y7msy{font-family:var(--font-head);align-items:center;gap:.6rem;font-weight:600;display:flex}.step.svelte-10y7msy{background:var(--grad-brand);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.85rem;display:grid}label.svelte-10y7msy{color:var(--ink-2);margin-bottom:.35rem;font-size:.85rem;font-weight:500;display:block}input.svelte-10y7msy{border:1px solid var(--line);border-radius:12px;outline:none;width:100%;padding:.65rem .9rem;transition:border-color .15s}input.svelte-10y7msy:focus{border-color:var(--brand)}.err.svelte-10y7msy{color:var(--accent);margin-top:.3rem;font-size:.8rem;display:block}.block.svelte-rr7bxy{margin-bottom:1.25rem;padding:1.5rem}h5.svelte-rr7bxy{font-family:var(--font-head);align-items:center;gap:.6rem;font-weight:600;display:flex}.step.svelte-rr7bxy{background:var(--grad-brand);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.85rem;display:grid}label.svelte-rr7bxy{color:var(--ink-2);margin-bottom:.35rem;font-size:.85rem;font-weight:500;display:block}input.svelte-rr7bxy{border:1px solid var(--line);border-radius:12px;outline:none;width:100%;padding:.65rem .9rem;transition:border-color .15s}input.svelte-rr7bxy:focus{border-color:var(--brand)}.err.svelte-rr7bxy{color:var(--accent);margin-top:.3rem;font-size:.8rem;display:block}.block.svelte-1g64vno{margin-bottom:1.25rem;padding:1.5rem}h5.svelte-1g64vno{font-family:var(--font-head);align-items:center;gap:.6rem;font-weight:600;display:flex}.step.svelte-1g64vno{background:var(--grad-brand);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.85rem;display:grid}.methods.svelte-1g64vno{flex-direction:column;gap:.6rem;display:flex}.method.svelte-1g64vno{border:1.5px solid var(--line);background:var(--color-surface);text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:.8rem;padding:.9rem 1rem;transition:border-color .15s;display:flex}.method.active.svelte-1g64vno{border-color:var(--brand);background:#9e24e00a}.method.svelte-1g64vno i:where(.svelte-1g64vno){color:var(--ink-2);font-size:1.2rem}.method.active.svelte-1g64vno i:where(.svelte-1g64vno){color:var(--brand)}.label.svelte-1g64vno{font-weight:500}.radio.svelte-1g64vno{border:2px solid var(--line);border-radius:50%;flex:none;width:18px;height:18px}.method.active.svelte-1g64vno .radio:where(.svelte-1g64vno){border-color:var(--brand);background:radial-gradient(circle, var(--brand) 0 5px, transparent 6px)}input.svelte-1g64vno{border:1px solid var(--line);border-radius:12px;outline:none;width:100%;padding:.65rem .9rem}input.svelte-1g64vno:focus{border-color:var(--brand)}.cod.svelte-1g64vno{color:var(--ink-2);font-size:.9rem}.cod.svelte-1g64vno i:where(.svelte-1g64vno){color:var(--brand)}.block.svelte-1k22aje{padding:1.5rem}h5.svelte-1k22aje{font-family:var(--font-head);font-weight:600}.items.svelte-1k22aje{border-bottom:1px solid var(--line);flex-direction:column;gap:.85rem;margin-bottom:.5rem;padding-bottom:1rem;display:flex}.item.svelte-1k22aje{align-items:center;gap:.75rem;display:flex}.thumb.svelte-1k22aje{flex:none;position:relative}.thumb.svelte-1k22aje img:where(.svelte-1k22aje){object-fit:cover;border-radius:8px;width:48px;height:56px}.q.svelte-1k22aje{background:var(--color-primary);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.68rem;font-weight:700;display:grid;position:absolute;top:-6px;right:-6px}.nm.svelte-1k22aje{flex:1;font-size:.9rem;font-weight:500}.pr.svelte-1k22aje{font-size:.9rem;font-weight:600}.row-line.svelte-1k22aje{color:var(--ink-2);justify-content:space-between;padding:.45rem 0;display:flex}.discount.svelte-1k22aje{color:#1c9e5a}.total.svelte-1k22aje{border-top:1px solid var(--line);font-family:var(--font-head);color:var(--ink);margin-top:.4rem;padding-top:.8rem;font-size:1.2rem;font-weight:700}.place.svelte-1gfeu0b{margin-top:1.25rem}.err.svelte-1gfeu0b{color:var(--accent);margin-bottom:.6rem;font-size:.85rem}.terms.svelte-1gfeu0b{text-align:center;color:var(--muted);margin-top:.85rem;font-size:.8rem}.terms.svelte-1gfeu0b i:where(.svelte-1gfeu0b){color:var(--brand)}h6.svelte-15km6lc{font-family:var(--font-head);align-items:center;gap:.5rem;font-weight:600;display:flex}.step.svelte-15km6lc{background:var(--grad-brand);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.78rem;display:grid}.box.svelte-15km6lc{padding:1rem}label.svelte-15km6lc{color:var(--ink-2);margin:.6rem 0 .3rem;font-size:.82rem;font-weight:500;display:block}label.svelte-15km6lc:first-of-type{margin-top:0}input.svelte-15km6lc{border:1px solid var(--line);border-radius:11px;outline:none;width:100%;padding:.6rem .85rem}input.svelte-15km6lc:focus{border-color:var(--brand)}.err.svelte-15km6lc{color:var(--accent);margin-top:.25rem;font-size:.78rem;display:block}h6.svelte-iq0cjg{font-family:var(--font-head);align-items:center;gap:.5rem;font-weight:600;display:flex}.step.svelte-iq0cjg{background:var(--grad-brand);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.78rem;display:grid}.box.svelte-iq0cjg{padding:1rem}label.svelte-iq0cjg{color:var(--ink-2);margin:.6rem 0 .3rem;font-size:.82rem;font-weight:500;display:block}label.svelte-iq0cjg:first-of-type{margin-top:0}input.svelte-iq0cjg{border:1px solid var(--line);border-radius:11px;outline:none;width:100%;padding:.6rem .85rem}input.svelte-iq0cjg:focus{border-color:var(--brand)}.err.svelte-iq0cjg{color:var(--accent);margin-top:.25rem;font-size:.78rem;display:block}h6.svelte-1yebdhu{font-family:var(--font-head);align-items:center;gap:.5rem;font-weight:600;display:flex}.step.svelte-1yebdhu{background:var(--grad-brand);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.78rem;display:grid}.methods.svelte-1yebdhu{flex-direction:column;gap:.5rem;display:flex}.method.svelte-1yebdhu{text-align:left;align-items:center;gap:.7rem;padding:.8rem .9rem;display:flex}.method.active.svelte-1yebdhu{border-color:var(--brand);background:#9e24e00a}.method.svelte-1yebdhu i:where(.svelte-1yebdhu){color:var(--ink-2);font-size:1.1rem}.method.active.svelte-1yebdhu i:where(.svelte-1yebdhu){color:var(--brand)}.label.svelte-1yebdhu{font-weight:500}.radio.svelte-1yebdhu{border:2px solid var(--line);border-radius:50%;flex:none;width:18px;height:18px}.method.active.svelte-1yebdhu .radio:where(.svelte-1yebdhu){border-color:var(--brand);background:radial-gradient(circle, var(--brand) 0 5px, transparent 6px)}h6.svelte-kmlwe0{font-family:var(--font-head);font-weight:600}.box.svelte-kmlwe0{padding:.5rem 1rem 1rem}.items.svelte-kmlwe0{border-bottom:1px solid var(--line);flex-direction:column;gap:.7rem;margin-bottom:.4rem;padding:.6rem 0;display:flex}.item.svelte-kmlwe0{align-items:center;gap:.6rem;display:flex}.thumb.svelte-kmlwe0{flex:none;position:relative}.thumb.svelte-kmlwe0 img:where(.svelte-kmlwe0){object-fit:cover;border-radius:7px;width:40px;height:48px}.q.svelte-kmlwe0{background:var(--color-primary);color:#fff;border-radius:999px;place-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.62rem;font-weight:700;display:grid;position:absolute;top:-6px;right:-6px}.nm.svelte-kmlwe0{flex:1;font-size:.85rem;font-weight:500}.pr.svelte-kmlwe0{font-size:.85rem;font-weight:600}.row-line.svelte-kmlwe0{color:var(--ink-2);justify-content:space-between;padding:.4rem 0;font-size:.9rem;display:flex}.discount.svelte-kmlwe0{color:#1c9e5a}.total.svelte-kmlwe0{border-top:1px solid var(--line);font-family:var(--font-head);color:var(--ink);margin-top:.3rem;padding-top:.7rem;font-size:1.1rem;font-weight:700}.err.svelte-1jvwotf{color:var(--accent);margin-bottom:.5rem;font-size:.82rem}.terms.svelte-1jvwotf{text-align:center;color:var(--muted);margin-top:.7rem;font-size:.78rem}.terms.svelte-1jvwotf i:where(.svelte-1jvwotf){color:var(--brand)}.checkout-page.svelte-jbcej5{padding:2.5rem 0 4rem}.page-title.svelte-jbcej5{font-size:2.4rem;font-weight:600}.sticky-side.svelte-jbcej5{position:sticky;top:90px}.m-checkout.svelte-jbcej5{padding-bottom:2rem}.empty.svelte-jbcej5,.success.svelte-jbcej5{text-align:center;max-width:460px;margin:0 auto;padding:4rem 1.5rem}.empty.svelte-jbcej5 i:where(.svelte-jbcej5){color:var(--muted);font-size:3rem}.tick.svelte-jbcej5{background:var(--grad-brand);color:#fff;border-radius:50%;place-items:center;width:76px;height:76px;margin:0 auto;font-size:2.4rem;display:grid}.order-id.svelte-jbcej5{color:var(--ink-2)}.recap.svelte-jbcej5{text-align:left;margin-top:1.25rem;padding:.5rem 1.25rem}.recap.svelte-jbcej5 .line:where(.svelte-jbcej5){border-bottom:1px solid var(--line);justify-content:space-between;padding:.7rem 0;display:flex}.recap.svelte-jbcej5 .line:where(.svelte-jbcej5):last-child{border-bottom:none}.badge-ok.svelte-jbcej5{color:#1c9e5a;background:#1c9e5a1f;border-radius:999px;padding:.15rem .6rem;font-size:.82rem;font-weight:600}.gallery.svelte-8mghkq{flex-direction:column;gap:.85rem;display:flex}.main.svelte-8mghkq{aspect-ratio:4/4.4;background:var(--surface-2);position:relative;overflow:hidden}.main.svelte-8mghkq img:where(.svelte-8mghkq){object-fit:cover;width:100%;height:100%}.badge-tag.svelte-8mghkq{background:var(--grad-brand);color:#fff;border-radius:999px;padding:.3rem .85rem;font-size:.78rem;font-weight:600;position:absolute;top:1rem;left:1rem}.thumbs.svelte-8mghkq{grid-template-columns:repeat(4,1fr);gap:.7rem;display:grid}.thumb.svelte-8mghkq{background:var(--surface-2);aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:12px;padding:0;transition:border-color .15s;overflow:hidden}.thumb.active.svelte-8mghkq{border-color:var(--brand)}.thumb.svelte-8mghkq img:where(.svelte-8mghkq){object-fit:cover;width:100%;height:100%}.crumb.svelte-o06tx4{color:var(--muted);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.crumb.svelte-o06tx4 a:where(.svelte-o06tx4):hover{color:var(--brand)}.crumb.svelte-o06tx4 i:where(.svelte-o06tx4){font-size:.65rem}.name.svelte-o06tx4{margin-top:.5rem;font-size:2.2rem;font-weight:600;line-height:1.15}.rating.svelte-o06tx4{color:var(--ink-2);font-weight:600}.rating.svelte-o06tx4 i:where(.svelte-o06tx4){color:#f5b301}.reviews.svelte-o06tx4{color:var(--muted);font-size:.9rem}.stock-low.svelte-o06tx4{color:var(--accent);font-size:.88rem;font-weight:600}.stock-ok.svelte-o06tx4{color:#1c9e5a;font-size:.88rem;font-weight:600}.price-lg.svelte-o06tx4{font-family:var(--font-head);color:var(--ink);font-size:1.9rem;font-weight:700}.save.svelte-o06tx4{color:var(--accent);background:#f970a124;border-radius:999px;padding:.2rem .6rem;font-size:.85rem;font-weight:600}.excerpt.svelte-o06tx4{color:var(--ink-2);line-height:1.6}.variants.svelte-5f0tho{flex-direction:column;gap:1.25rem;margin-top:1.5rem;display:flex}.group-head.svelte-5f0tho{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.label.svelte-5f0tho{font-weight:600;font-family:var(--font-head)}.guide.svelte-5f0tho{color:var(--brand);font-size:.82rem}.swatches.svelte-5f0tho{gap:.6rem;display:flex}.swatch.svelte-5f0tho{border:2px solid var(--line);cursor:pointer;border-radius:50%;width:36px;height:36px;position:relative}.swatch.active.svelte-5f0tho{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--brand)}.sizes.svelte-5f0tho{flex-wrap:wrap;gap:.5rem;display:flex}.size.svelte-5f0tho{border:1.5px solid var(--line);background:var(--color-surface);min-width:52px;color:var(--ink-2);cursor:pointer;border-radius:12px;padding:.55rem .8rem;font-weight:600;transition:border-color .15s,color .15s}.size.active.svelte-5f0tho{border-color:var(--brand);color:var(--brand);background:#9e24e00f}.actions.svelte-azqbwx{align-items:center;gap:.6rem;margin-top:1.5rem;display:flex}.qty.svelte-azqbwx{border:1.5px solid var(--line);border-radius:var(--radius-pill);align-items:center;display:flex;overflow:hidden}.qty.svelte-azqbwx button:where(.svelte-azqbwx){background:var(--color-surface);width:42px;height:46px;color:var(--ink-2);cursor:pointer;border:none;font-size:1.2rem}.qty.svelte-azqbwx button:where(.svelte-azqbwx):hover{background:var(--surface-2);color:var(--brand)}.qty.svelte-azqbwx span:where(.svelte-azqbwx){text-align:center;min-width:34px;font-weight:600}.wish.svelte-azqbwx{border:1.5px solid var(--line);background:var(--color-surface);width:46px;height:46px;color:var(--ink-2);cursor:pointer;border-radius:50%;font-size:1.2rem}.wish.svelte-azqbwx:hover{color:var(--accent);border-color:var(--accent)}.body-text.svelte-fty1u6{color:var(--ink-2);font-size:1.02rem;line-height:1.7}.spec-table.svelte-1vju9i2{padding:.5rem 1.5rem}.spec-row.svelte-1vju9i2{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:1rem 0;display:flex}.spec-row.svelte-1vju9i2:last-child{border-bottom:none}.spec-label.svelte-1vju9i2{color:var(--muted);font-weight:500}.spec-value.svelte-1vju9i2{color:var(--ink);text-align:right;font-weight:600}.info.svelte-18f1r2m{padding:1.5rem}.ic.svelte-18f1r2m{width:48px;height:48px;color:var(--brand);background:#9e24e01a;border-radius:12px;place-items:center;font-size:1.3rem;display:grid}.info.svelte-18f1r2m h6:where(.svelte-18f1r2m){font-family:var(--font-head);font-weight:600}.info.svelte-18f1r2m p:where(.svelte-18f1r2m){color:var(--ink-2);font-size:.92rem}.m-gallery.svelte-1dbnfx4{position:relative}.track.svelte-1dbnfx4{scroll-snap-type:x mandatory;scrollbar-width:none;display:flex;overflow-x:auto}.track.svelte-1dbnfx4::-webkit-scrollbar{display:none}.slide.svelte-1dbnfx4{scroll-snap-align:start;aspect-ratio:1;background:var(--surface-2);flex:0 0 100%}.slide.svelte-1dbnfx4 img:where(.svelte-1dbnfx4){object-fit:cover;width:100%;height:100%}.badge-tag.svelte-1dbnfx4{background:var(--grad-brand);color:#fff;border-radius:999px;padding:.25rem .75rem;font-size:.72rem;font-weight:600;position:absolute;top:.85rem;left:.85rem}.dots.svelte-1dbnfx4{justify-content:center;gap:.35rem;display:flex;position:absolute;bottom:.75rem;left:0;right:0}.dot.svelte-1dbnfx4{background:#fff9;border-radius:999px;width:6px;height:6px;transition:width .2s,background .2s}.dot.active.svelte-1dbnfx4{background:#fff;width:18px}.cat.svelte-19fxzry{color:var(--brand);letter-spacing:.05em;font-size:.8rem;font-weight:600}.name.svelte-19fxzry{margin:.25rem 0 0;font-size:1.45rem;font-weight:600;line-height:1.2}.rating.svelte-19fxzry{color:var(--ink-2);font-size:.88rem;font-weight:600}.rating.svelte-19fxzry i:where(.svelte-19fxzry){color:#f5b301}.reviews.svelte-19fxzry,.stock-low.svelte-19fxzry{color:var(--muted);font-size:.84rem}.stock-low.svelte-19fxzry{color:var(--accent);font-weight:600}.price-lg.svelte-19fxzry{font-family:var(--font-head);font-size:1.5rem;font-weight:700}.save.svelte-19fxzry{color:var(--accent);background:#f970a124;border-radius:999px;padding:.15rem .5rem;font-size:.8rem;font-weight:600}.m-variants.svelte-6i06qy{flex-direction:column;gap:1rem;display:flex}.label.svelte-6i06qy{font-weight:600;font-family:var(--font-head);margin-bottom:.5rem;display:block}.swatches.svelte-6i06qy{gap:.5rem;display:flex}.swatch.svelte-6i06qy{border:2px solid var(--line);border-radius:50%;width:34px;height:34px}.swatch.active.svelte-6i06qy{box-shadow:0 0 0 2px #fff, 0 0 0 4px var(--brand)}.sizes.svelte-6i06qy{flex-wrap:wrap;gap:.5rem;display:flex}.size.svelte-6i06qy{border:1.5px solid var(--line);background:var(--color-surface);min-width:48px;color:var(--ink-2);border-radius:10px;padding:.5rem .7rem;font-weight:600}.size.active.svelte-6i06qy{border-color:var(--brand);color:var(--brand);background:#9e24e00f}.m-purchase.svelte-1vx90ht{z-index:1030;padding:.65rem 1rem calc(.65rem + env(safe-area-inset-bottom,0px));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);background:#080808f7;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:0;left:0;right:0}.qty.svelte-1vx90ht{border:1.5px solid var(--line);border-radius:var(--radius-pill);flex:none;align-items:center;display:flex}.qty.svelte-1vx90ht button:where(.svelte-1vx90ht){width:34px;height:40px;color:var(--ink-2);background:0 0;border:none;font-size:1.1rem}.qty.svelte-1vx90ht span:where(.svelte-1vx90ht){text-align:center;min-width:24px;font-size:.95rem;font-weight:600}.add.svelte-1vx90ht{flex:1;justify-content:center;align-items:center;gap:.3rem;padding:.6rem .5rem;display:flex}.buy.svelte-1vx90ht{flex:1.2;padding:.7rem .5rem}.title.svelte-1ompcro{margin-bottom:.6rem;font-size:1.2rem;font-weight:600}.body-text.svelte-1ompcro{color:var(--ink-2);font-size:.95rem;line-height:1.65}.title.svelte-6vu22g{margin-bottom:.6rem;font-size:1.2rem;font-weight:600}.spec-table.svelte-6vu22g{padding:.25rem 1rem}.spec-row.svelte-6vu22g{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding:.8rem 0;font-size:.9rem;display:flex}.spec-row.svelte-6vu22g:last-child{border-bottom:none}.spec-label.svelte-6vu22g{color:var(--muted)}.spec-value.svelte-6vu22g{text-align:right;font-weight:600}.title.svelte-17801gk{margin-bottom:.6rem;font-size:1.2rem;font-weight:600}.list.svelte-17801gk{flex-direction:column;gap:.6rem;display:flex}.info.svelte-17801gk{align-items:flex-start;gap:.75rem;padding:.9rem;display:flex}.ic.svelte-17801gk{width:40px;height:40px;color:var(--brand);background:#9e24e01a;border-radius:11px;flex:none;place-items:center;font-size:1.15rem;display:grid}.info.svelte-17801gk h6:where(.svelte-17801gk){font-family:var(--font-head);font-size:.95rem;font-weight:600}.info.svelte-17801gk p:where(.svelte-17801gk){color:var(--ink-2);font-size:.85rem}.not-found.svelte-1qe2lqq{text-align:center;padding:5rem 1.5rem}.not-found.svelte-1qe2lqq i:where(.svelte-1qe2lqq){color:var(--muted);font-size:3rem}.product-top.svelte-1qe2lqq{padding:2.5rem 0}.sticky-media.svelte-1qe2lqq{position:sticky;top:90px}.m-product.svelte-1qe2lqq{padding-bottom:92px}.prod-header.svelte-1521c0b{background:radial-gradient(120% 90% at 85% 0,#9e24e012 0%,#0000 55%);padding:2.5rem 0 1.5rem}.crumb.svelte-1521c0b{color:var(--muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.crumb.svelte-1521c0b a:where(.svelte-1521c0b):hover{color:var(--brand)}.crumb.svelte-1521c0b i:where(.svelte-1521c0b){font-size:.7rem}h1.svelte-1521c0b{font-size:2.5rem;font-weight:600}.lede.svelte-1521c0b{color:var(--ink-2)}.filters.svelte-xvlaq7{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);background:#080808e6;padding:1rem 0;position:sticky;top:70px}.search-field.svelte-xvlaq7{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);align-items:center;gap:.5rem;padding:.5rem .9rem;display:flex}.search-field.svelte-xvlaq7 input:where(.svelte-xvlaq7){color:var(--ink);background:0 0;border:none;outline:none;width:200px;font-size:.92rem}.sort-select.svelte-xvlaq7{border:1px solid var(--line);background:var(--surface-2);border-radius:var(--radius-pill);color:var(--ink);cursor:pointer;padding:.5rem 1rem;font-size:.92rem;font-weight:500}.count.svelte-1noclh7{color:var(--ink-2);font-weight:500}.empty.svelte-1noclh7{text-align:center;padding:3.5rem 1rem}.empty.svelte-1noclh7 i:where(.svelte-1noclh7){color:var(--muted);font-size:2.5rem}.empty.svelte-1noclh7 h5:where(.svelte-1noclh7){font-family:var(--font-head)}.m-prod-header.svelte-1bc5j5v{padding-top:1rem;padding-bottom:.5rem}h1.svelte-1bc5j5v{font-size:1.6rem;font-weight:600}.lede.svelte-1bc5j5v{color:var(--muted);font-size:.9rem}.m-filters.svelte-8yo3z3{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080808f2;align-items:center;gap:.5rem;padding:.6rem 1rem;display:flex;position:sticky;top:60px}.chips.svelte-8yo3z3{scrollbar-width:none;flex:1;gap:.5rem;display:flex;overflow-x:auto}.chips.svelte-8yo3z3::-webkit-scrollbar{display:none}.chips.svelte-8yo3z3 .chip:where(.svelte-8yo3z3){white-space:nowrap}.sort-btn.svelte-8yo3z3{border:1px solid var(--line);background:var(--surface-2);width:40px;height:38px;color:var(--ink-2);border-radius:12px;flex:none;font-size:1.1rem}.sheet-backdrop.svelte-8yo3z3{z-index:1040;background:#08080866;position:fixed;inset:0}.sheet.svelte-8yo3z3{z-index:1041;background:var(--color-surface);padding:.75rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px));border-radius:22px 22px 0 0;position:fixed;bottom:0;left:0;right:0}.sheet-handle.svelte-8yo3z3{background:var(--line);border-radius:999px;width:42px;height:4px;margin:0 auto 1rem}.sheet.svelte-8yo3z3 h6:where(.svelte-8yo3z3){font-family:var(--font-head);font-weight:600}.sheet-row.svelte-8yo3z3{width:100%;color:var(--ink-2);border:none;border-bottom:1px solid var(--line);background:0 0;justify-content:space-between;align-items:center;padding:.85rem 0;font-size:1rem;display:flex}.sheet-row.active.svelte-8yo3z3{color:var(--brand);font-weight:600}.grid.svelte-1nv0xyr{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.empty.svelte-1nv0xyr{text-align:center;padding:3rem 1rem}.empty.svelte-1nv0xyr i:where(.svelte-1nv0xyr){color:var(--muted);font-size:2.2rem}.empty.svelte-1nv0xyr h6:where(.svelte-1nv0xyr){font-family:var(--font-head)}.block.svelte-1t03s5x{padding:1.75rem}h4.svelte-1t03s5x{font-family:var(--font-head);font-weight:600}.saved.svelte-1t03s5x{color:#1c9e5a;font-size:.88rem;font-weight:600}label.svelte-1t03s5x{color:var(--ink-2);margin-bottom:.35rem;font-size:.85rem;font-weight:500;display:block}input.svelte-1t03s5x{border:1px solid var(--line);border-radius:12px;outline:none;width:100%;padding:.65rem .9rem}input.svelte-1t03s5x:focus{border-color:var(--brand)}.err.svelte-1t03s5x{color:var(--accent);margin-top:.3rem;font-size:.8rem;display:block}.block.svelte-13tprjd{padding:1.75rem}h4.svelte-13tprjd{font-family:var(--font-head);font-weight:600}.btn-sm.svelte-13tprjd{padding:.4rem .9rem;font-size:.88rem}.grid.svelte-13tprjd{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.addr.svelte-13tprjd{border:1px solid var(--line);border-radius:14px;padding:1.1rem}.addr.default.svelte-13tprjd{border-color:var(--brand);background:#9e24e008}.label.svelte-13tprjd{font-family:var(--font-head);font-weight:600}.tag.svelte-13tprjd{background:var(--grad-brand);color:#fff;border-radius:999px;padding:.15rem .55rem;font-size:.7rem;font-weight:600}.lines.svelte-13tprjd{color:var(--ink-2);margin-top:.5rem;font-size:.9rem;line-height:1.5}.actions.svelte-13tprjd{gap:1rem;margin-top:.85rem;display:flex}.actions.svelte-13tprjd button:where(.svelte-13tprjd){color:var(--brand);background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600}.actions.svelte-13tprjd .danger:where(.svelte-13tprjd){color:var(--accent)}.add-form.svelte-13tprjd{border-top:1px solid var(--line);margin-top:1.25rem;padding-top:1.25rem}.add-form.svelte-13tprjd input:where(.svelte-13tprjd){border:1px solid var(--line);border-radius:11px;outline:none;width:100%;padding:.6rem .85rem}.add-form.svelte-13tprjd input:where(.svelte-13tprjd):focus{border-color:var(--brand)}.block.svelte-wcjoxy{padding:1.75rem}h4.svelte-wcjoxy{font-family:var(--font-head);font-weight:600}.orders.svelte-wcjoxy{flex-direction:column;gap:1rem;display:flex}.order.svelte-wcjoxy{border:1px solid var(--line);border-radius:14px;padding:1.1rem 1.25rem}.order-head.svelte-wcjoxy{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:.9rem;display:flex}.oid.svelte-wcjoxy{font-family:var(--font-head);margin-right:.75rem;font-weight:600}.odate.svelte-wcjoxy{color:var(--muted);font-size:.85rem}.status.svelte-wcjoxy{border-radius:999px;padding:.2rem .7rem;font-size:.78rem;font-weight:600}.status-delivered.svelte-wcjoxy{color:#1c9e5a;background:#1c9e5a1f}.status-confirmed.svelte-wcjoxy{color:var(--brand);background:#9e24e01f}.order-body.svelte-wcjoxy{justify-content:space-between;align-items:center;margin-top:.9rem;display:flex}.thumbs.svelte-wcjoxy{gap:.5rem;display:flex}.thumbs.svelte-wcjoxy img:where(.svelte-wcjoxy){object-fit:cover;border-radius:8px;width:46px;height:54px}.order-meta.svelte-wcjoxy{text-align:right}.count.svelte-wcjoxy{color:var(--muted);font-size:.82rem;display:block}.total.svelte-wcjoxy{font-size:1.15rem}.block.svelte-1sufd5u{padding:1.75rem}h4.svelte-1sufd5u{font-family:var(--font-head);font-weight:600}.rows.svelte-1sufd5u{flex-direction:column;display:flex}.row-item.svelte-1sufd5u{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.label.svelte-1sufd5u{font-weight:600;font-family:var(--font-head);display:block}.hint.svelte-1sufd5u{color:var(--muted);font-size:.85rem}.switch.svelte-1sufd5u{background:var(--line);cursor:pointer;border:none;border-radius:999px;flex:none;width:48px;height:28px;transition:background .18s;position:relative}.switch.on.svelte-1sufd5u{background:var(--brand)}.knob.svelte-1sufd5u{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .18s;position:absolute;top:3px;left:3px}.switch.on.svelte-1sufd5u .knob:where(.svelte-1sufd5u){transform:translate(20px)}.wa-chat.svelte-1sufd5u{border-radius:var(--radius-pill);color:#fff;background:#25d366;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.7rem 1.25rem;font-size:.92rem;font-weight:600;transition:background .18s,transform .18s;display:inline-flex}.wa-chat.svelte-1sufd5u:hover{color:#fff;background:#20bd5a;transform:translateY(-1px)}.account.svelte-1sufd5u{border-top:1px solid var(--line);margin-top:1.75rem;padding-top:1.5rem}.group-title.svelte-1sufd5u{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.85rem;font-size:.75rem;font-weight:700;display:block}.account-actions.svelte-1sufd5u{flex-direction:column;gap:.6rem;display:flex}.action.svelte-1sufd5u{border:1px solid var(--line);background:var(--surface-2);border-radius:var(--radius-md);text-align:left;width:100%;color:var(--ink);cursor:pointer;align-items:center;gap:.85rem;padding:.8rem 1rem;font-size:.95rem;font-weight:600;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.action.svelte-1sufd5u:hover{border-color:var(--brand);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.action.svelte-1sufd5u .ic:where(.svelte-1sufd5u){width:36px;height:36px;color:var(--brand);background:#9e24e01f;border-radius:10px;flex:none;place-items:center;font-size:1.05rem;display:grid}.action.svelte-1sufd5u .txt:where(.svelte-1sufd5u){flex:1}.action.svelte-1sufd5u .chev:where(.svelte-1sufd5u){color:var(--muted);font-size:.95rem}.action.danger.svelte-1sufd5u .ic:where(.svelte-1sufd5u){color:var(--accent);background:#f970a124}.action.danger.svelte-1sufd5u .txt:where(.svelte-1sufd5u){color:var(--accent)}.action.danger.svelte-1sufd5u:hover{border-color:var(--accent)}.notif-block.svelte-1sufd5u{margin-top:1.75rem}.notif.svelte-1sufd5u{border:1px solid var(--line);background:var(--surface-2);border-radius:var(--radius-md);text-align:left;width:100%;color:var(--ink);cursor:pointer;align-items:center;gap:.85rem;padding:.8rem 1rem;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.notif.svelte-1sufd5u:hover:not(:disabled){border-color:var(--brand);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.notif.svelte-1sufd5u:disabled{cursor:default;opacity:.9}.notif.svelte-1sufd5u .ic:where(.svelte-1sufd5u){width:36px;height:36px;color:var(--brand);background:#9e24e01f;border-radius:10px;flex:none;place-items:center;font-size:1.05rem;display:grid}.notif.done.svelte-1sufd5u .ic:where(.svelte-1sufd5u){color:#25d366;background:#25d36624}.notif.svelte-1sufd5u .txt:where(.svelte-1sufd5u){flex-direction:column;flex:1;display:flex}.notif.svelte-1sufd5u .t:where(.svelte-1sufd5u){font-weight:600;font-family:var(--font-head)}.notif.svelte-1sufd5u .s:where(.svelte-1sufd5u){color:var(--muted);font-size:.82rem}.notif.svelte-1sufd5u .ok:where(.svelte-1sufd5u){color:#25d366;font-size:1.15rem}h6.svelte-1fo93l9{font-family:var(--font-head);font-weight:600}.saved.svelte-1fo93l9{color:#1c9e5a;font-size:.82rem;font-weight:600}.box.svelte-1fo93l9{padding:1rem}label.svelte-1fo93l9{color:var(--ink-2);margin:.6rem 0 .3rem;font-size:.82rem;font-weight:500;display:block}label.svelte-1fo93l9:first-of-type{margin-top:0}input.svelte-1fo93l9{border:1px solid var(--line);border-radius:11px;outline:none;width:100%;padding:.6rem .85rem}input.svelte-1fo93l9:focus{border-color:var(--brand)}.err.svelte-1fo93l9{color:var(--accent);margin-top:.25rem;font-size:.78rem;display:block}h6.svelte-1fv2cp5{font-family:var(--font-head);font-weight:600}.add-btn.svelte-1fv2cp5{border:1px solid var(--brand);color:var(--brand);background:0 0;border-radius:999px;padding:.3rem .8rem;font-size:.82rem;font-weight:600}.list.svelte-1fv2cp5{flex-direction:column;gap:.65rem;display:flex}.addr.svelte-1fv2cp5{padding:.9rem}.addr.default.svelte-1fv2cp5{border-color:var(--brand);background:#9e24e008}.label.svelte-1fv2cp5{font-family:var(--font-head);font-weight:600}.tag.svelte-1fv2cp5{background:var(--grad-brand);color:#fff;border-radius:999px;padding:.12rem .5rem;font-size:.66rem;font-weight:600}.lines.svelte-1fv2cp5{color:var(--ink-2);margin-top:.4rem;font-size:.85rem;line-height:1.45}.actions.svelte-1fv2cp5{gap:1.25rem;margin-top:.7rem;display:flex}.actions.svelte-1fv2cp5 button:where(.svelte-1fv2cp5){color:var(--brand);background:0 0;border:none;padding:0;font-size:.8rem;font-weight:600}.actions.svelte-1fv2cp5 .danger:where(.svelte-1fv2cp5){color:var(--accent)}.add-form.svelte-1fv2cp5{flex-direction:column;gap:.5rem;margin-top:.75rem;padding:.9rem;display:flex}.add-form.svelte-1fv2cp5 input:where(.svelte-1fv2cp5){border:1px solid var(--line);border-radius:11px;outline:none;width:100%;padding:.55rem .8rem}.add-form.svelte-1fv2cp5 input:where(.svelte-1fv2cp5):focus{border-color:var(--brand)}.btn-sm.svelte-1fv2cp5{padding:.5rem 1rem;font-size:.9rem}h6.svelte-lslq8c{font-family:var(--font-head);font-weight:600}.orders.svelte-lslq8c{flex-direction:column;gap:.65rem;display:flex}.order.svelte-lslq8c{padding:.9rem 1rem}.order-head.svelte-lslq8c{justify-content:space-between;align-items:center;display:flex}.oid.svelte-lslq8c{font-family:var(--font-head);font-size:.92rem;font-weight:600}.odate.svelte-lslq8c{color:var(--muted);font-size:.78rem}.status.svelte-lslq8c{border-radius:999px;padding:.15rem .6rem;font-size:.7rem;font-weight:600}.status-delivered.svelte-lslq8c{color:#1c9e5a;background:#1c9e5a1f}.status-confirmed.svelte-lslq8c{color:var(--brand);background:#9e24e01f}.order-body.svelte-lslq8c{justify-content:space-between;align-items:center;margin-top:.6rem;display:flex}.thumbs.svelte-lslq8c{gap:.4rem;display:flex}.thumbs.svelte-lslq8c img:where(.svelte-lslq8c){object-fit:cover;border-radius:7px;width:40px;height:48px}.total.svelte-lslq8c{font-size:1.05rem}h6.svelte-glx440{font-family:var(--font-head);font-weight:600}.box.svelte-glx440{padding:.4rem 1rem}.row-item.svelte-glx440{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:.85rem 0;display:flex}.row-item.svelte-glx440:last-child{border-bottom:none}.label.svelte-glx440{font-weight:600;font-family:var(--font-head);font-size:.95rem;display:block}.hint.svelte-glx440{color:var(--muted);font-size:.8rem}.switch.svelte-glx440{background:var(--line);border:none;border-radius:999px;flex:none;width:46px;height:27px;transition:background .18s;position:relative}.switch.on.svelte-glx440{background:var(--brand)}.knob.svelte-glx440{background:#fff;border-radius:50%;width:21px;height:21px;transition:transform .18s;position:absolute;top:3px;left:3px}.switch.on.svelte-glx440 .knob:where(.svelte-glx440){transform:translate(19px)}.wa-chat.svelte-glx440{border-radius:var(--radius-pill);color:#fff;background:#25d366;justify-content:center;align-items:center;gap:.5rem;margin:1rem 0 .25rem;padding:.75rem 1rem;font-size:.92rem;font-weight:600;display:flex}.wa-chat.svelte-glx440:active{color:#fff;background:#20bd5a}.account.svelte-glx440{margin-top:1.25rem}.group-title.svelte-glx440{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin:0 0 .55rem .15rem;font-size:.72rem;font-weight:700;display:block}.account-actions.svelte-glx440{flex-direction:column;gap:.5rem;display:flex}.action.svelte-glx440{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-md);text-align:left;width:100%;color:var(--ink);align-items:center;gap:.8rem;padding:.7rem .85rem;font-size:.95rem;font-weight:600;transition:background .15s;display:flex}.action.svelte-glx440:active{background:var(--surface-2)}.action.svelte-glx440 .ic:where(.svelte-glx440){width:34px;height:34px;color:var(--brand);background:#9e24e01f;border-radius:9px;flex:none;place-items:center;font-size:1rem;display:grid}.action.svelte-glx440 .txt:where(.svelte-glx440){flex:1}.action.svelte-glx440 .chev:where(.svelte-glx440){color:var(--muted);font-size:.95rem}.action.danger.svelte-glx440 .ic:where(.svelte-glx440){color:var(--accent);background:#f970a124}.action.danger.svelte-glx440 .txt:where(.svelte-glx440){color:var(--accent)}.notif-block.svelte-glx440{margin-top:1.25rem}.notif.svelte-glx440{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius-md);text-align:left;width:100%;color:var(--ink);align-items:center;gap:.8rem;padding:.7rem .85rem;transition:background .15s;display:flex}.notif.svelte-glx440:active:not(:disabled){background:var(--surface-2)}.notif.svelte-glx440:disabled{opacity:.9}.notif.svelte-glx440 .ic:where(.svelte-glx440){width:34px;height:34px;color:var(--brand);background:#9e24e01f;border-radius:9px;flex:none;place-items:center;font-size:1rem;display:grid}.notif.done.svelte-glx440 .ic:where(.svelte-glx440){color:#25d366;background:#25d36624}.notif.svelte-glx440 .txt:where(.svelte-glx440){flex-direction:column;flex:1;display:flex}.notif.svelte-glx440 .t:where(.svelte-glx440){font-weight:600;font-family:var(--font-head);font-size:.95rem}.notif.svelte-glx440 .s:where(.svelte-glx440){color:var(--muted);font-size:.8rem}.notif.svelte-glx440 .ok:where(.svelte-glx440){color:#25d366;font-size:1.1rem}.profile-page.svelte-maq4gq{padding:2.5rem 0 4rem}.page-title.svelte-maq4gq{font-size:2.4rem;font-weight:600}.side.svelte-maq4gq{text-align:center;padding:1.75rem 1.25rem;position:sticky;top:90px}.avatar.svelte-maq4gq{background:var(--grad-brand);color:#fff;width:72px;height:72px;font-family:var(--font-head);border-radius:50%;place-items:center;margin:0 auto .85rem;font-size:1.6rem;font-weight:700;display:grid}.name.svelte-maq4gq{font-family:var(--font-head);font-weight:600}.email.svelte-maq4gq{color:var(--muted);font-size:.85rem}.tabs.svelte-maq4gq{flex-direction:column;gap:.25rem;margin-top:1.5rem;display:flex}.tab.svelte-maq4gq{color:var(--ink-2);text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.7rem;padding:.7rem .9rem;font-weight:500;transition:background .15s,color .15s;display:flex}.tab.svelte-maq4gq:hover{background:var(--surface-2)}.tab.active.svelte-maq4gq{color:var(--brand);background:#9e24e014;font-weight:600}.m-head.svelte-maq4gq{align-items:center;gap:1rem;display:flex}.m-head.svelte-maq4gq .avatar:where(.svelte-maq4gq){width:60px;height:60px;margin:0;font-size:1.3rem}.m-head.svelte-maq4gq .name:where(.svelte-maq4gq){font-size:1.25rem}.m-menu.svelte-maq4gq{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;margin:1.25rem .85rem 0;display:flex;overflow:hidden}.m-row.svelte-maq4gq{text-align:left;width:100%;color:var(--ink);border:none;border-bottom:1px solid var(--line);background:0 0;align-items:center;gap:.9rem;padding:.95rem 1rem;transition:background .15s;display:flex}.m-row.svelte-maq4gq:last-child{border-bottom:none}.m-row.svelte-maq4gq:active{background:var(--surface-2)}.m-row.svelte-maq4gq .ic:where(.svelte-maq4gq){width:38px;height:38px;color:var(--brand);background:#9e24e01f;border-radius:10px;flex:none;place-items:center;font-size:1.1rem;display:grid}.m-row.svelte-maq4gq .lbl:where(.svelte-maq4gq){font-family:var(--font-head);flex:1;font-size:.98rem;font-weight:600}.m-row.svelte-maq4gq .chev:where(.svelte-maq4gq){color:var(--muted);font-size:1rem}.searchbar-wrap.svelte-rx8hwh{padding:2.5rem 0 1rem}.title.svelte-rx8hwh{margin-bottom:1.25rem;font-size:2.2rem;font-weight:600}.bar.svelte-rx8hwh{background:var(--surface-2);border:1.5px solid var(--line);border-radius:var(--radius-pill);color:var(--muted);align-items:center;gap:.75rem;padding:.85rem 1.4rem;font-size:1.1rem;display:flex}.bar.svelte-rx8hwh:focus-within{border-color:var(--brand)}.bar.svelte-rx8hwh input:where(.svelte-rx8hwh){color:var(--ink);background:0 0;border:none;outline:none;flex:1;font-size:1.05rem}.clear.svelte-rx8hwh{color:var(--muted);background:0 0;border:none;font-size:1rem}.grp-title.svelte-15bycn8{font-family:var(--font-head);color:var(--ink-2);margin-bottom:1rem;font-weight:600}.cats.svelte-15bycn8{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.count.svelte-15bycn8{color:var(--ink-2);margin-bottom:1.25rem;font-weight:500}.empty.svelte-15bycn8{text-align:center;padding:3.5rem 1rem}.empty.svelte-15bycn8 i:where(.svelte-15bycn8){color:var(--muted);font-size:2.5rem}.empty.svelte-15bycn8 h5:where(.svelte-15bycn8){font-family:var(--font-head)}.grp-title.svelte-1lgzk2a{font-family:var(--font-head);color:var(--ink-2);margin-bottom:.75rem;font-weight:600}.cats.svelte-1lgzk2a{flex-wrap:wrap;gap:.5rem;display:flex}.grid.svelte-1lgzk2a{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.count.svelte-1lgzk2a{color:var(--ink-2);margin-bottom:1rem;font-weight:500}.empty.svelte-1lgzk2a{text-align:center;padding:3rem 1rem}.empty.svelte-1lgzk2a i:where(.svelte-1lgzk2a){color:var(--muted);font-size:2.2rem}.empty.svelte-1lgzk2a h6:where(.svelte-1lgzk2a){font-family:var(--font-head)}
