.main.svelte-1ocen1q{position:relative;aspect-ratio:1;background:#fff;overflow:hidden;padding:1.5rem}.main.svelte-1ocen1q img:where(.svelte-1ocen1q){position:absolute;inset:1.5rem;width:calc(100% - 3rem);height:calc(100% - 3rem);object-fit:contain;opacity:0;transition:opacity .22s ease}.main.svelte-1ocen1q img.active:where(.svelte-1ocen1q){opacity:1}.thumbs.svelte-1ocen1q{display:flex;gap:.55rem;margin-top:.7rem;flex-wrap:wrap}.thumbs.svelte-1ocen1q button:where(.svelte-1ocen1q){width:4.4rem;height:4.4rem;padding:.35rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:#fff;transition:border-color .15s ease}.thumbs.svelte-1ocen1q button:where(.svelte-1ocen1q):hover{border-color:var(--plum-400)}.thumbs.svelte-1ocen1q button.active:where(.svelte-1ocen1q){border-color:var(--plum-700);box-shadow:0 0 0 1px var(--plum-700)}.thumbs.svelte-1ocen1q img:where(.svelte-1ocen1q){width:100%;height:100%;object-fit:contain}.qty-row.svelte-9kj23z{display:flex;gap:.7rem;margin-bottom:.7rem}.qty.svelte-9kj23z{display:flex;align-items:center;border:1.5px solid var(--line-strong);border-radius:999px;background:#fff;overflow:hidden}.qty.svelte-9kj23z button:where(.svelte-9kj23z){width:2.6rem;height:100%;min-height:3.1rem;border:0;background:none;font-size:1.2rem;color:var(--plum-700)}.qty.svelte-9kj23z button:where(.svelte-9kj23z):disabled{color:var(--line-strong)}.qty.svelte-9kj23z button:where(.svelte-9kj23z):hover:not(:disabled){background:var(--plum-50)}.qty.svelte-9kj23z span:where(.svelte-9kj23z){min-width:2rem;text-align:center;font-weight:700}.add.svelte-9kj23z{flex:1;white-space:nowrap;padding-inline:1rem}.oos.svelte-9kj23z{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.1rem;font-size:.92rem}.oos.svelte-9kj23z p:where(.svelte-9kj23z){margin:0 0 .5rem}.rx.svelte-9kj23z{display:flex;align-items:flex-start;gap:.5rem;margin:.9rem 0 0;font-size:.82rem;color:var(--ink-soft);line-height:1.5}.rx.svelte-9kj23z svg:where(.svelte-9kj23z){flex-shrink:0;margin-top:.15rem;color:var(--plum-600)}.rx.svelte-9kj23z a:where(.svelte-9kj23z){white-space:nowrap}.chat-section.svelte-xwpdoj{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(1.8rem,4vw,3.5rem);align-items:start}.chat-intro.svelte-xwpdoj h2:where(.svelte-xwpdoj){margin-bottom:.5rem}.chat-intro.svelte-xwpdoj>p:where(.svelte-xwpdoj){color:var(--muted);max-width:46ch}.human-links.svelte-xwpdoj{display:flex;flex-direction:column;gap:.8rem;margin-top:1.4rem;max-width:380px}.human.svelte-xwpdoj{display:flex;align-items:center;gap:.9rem;padding:1rem 1.2rem;color:var(--ink);transition:border-color .18s ease,box-shadow .18s ease}.human.svelte-xwpdoj:hover{border-color:var(--plum-300);box-shadow:var(--shadow)}.human.svelte-xwpdoj svg:where(.svelte-xwpdoj){color:var(--plum-700);flex-shrink:0}.human.svelte-xwpdoj span:where(.svelte-xwpdoj){display:flex;flex-direction:column;line-height:1.35}.human.svelte-xwpdoj small:where(.svelte-xwpdoj){color:var(--muted);font-size:.82rem}.chat.svelte-xwpdoj{display:flex;flex-direction:column;overflow:hidden}.chat-head.svelte-xwpdoj{display:flex;align-items:center;gap:.7rem;padding:.95rem 1.2rem;background:var(--plum-700);color:#fff;line-height:1.3}.chat-head.svelte-xwpdoj small:where(.svelte-xwpdoj){display:block;color:var(--plum-200);font-size:.78rem}.dot.svelte-xwpdoj{width:9px;height:9px;border-radius:50%;background:#7ce3a8;box-shadow:0 0 0 3px #7ce3a840}.chat-body.svelte-xwpdoj{display:flex;flex-direction:column;gap:.6rem;padding:1.1rem;height:280px;overflow-y:auto;background:var(--paper)}.msg.svelte-xwpdoj{max-width:85%;padding:.6rem .9rem;border-radius:14px;font-size:.9rem;line-height:1.5;white-space:pre-line}.msg--agent.svelte-xwpdoj{background:#fff;border:1px solid var(--line);border-bottom-left-radius:4px;align-self:flex-start}.msg--user.svelte-xwpdoj{background:var(--plum-700);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-suggest.svelte-xwpdoj{display:flex;gap:.45rem;padding:.7rem 1rem;overflow-x:auto;border-top:1px solid var(--line);background:#fff}.chat-suggest.svelte-xwpdoj button:where(.svelte-xwpdoj){flex-shrink:0;border:1px solid var(--plum-200);background:var(--plum-50);color:var(--plum-800);border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:570;white-space:nowrap}.chat-suggest.svelte-xwpdoj button:where(.svelte-xwpdoj):hover{background:var(--plum-100);border-color:var(--plum-400)}.chat-input.svelte-xwpdoj{display:flex;gap:.5rem;padding:.8rem 1rem;border-top:1px solid var(--line);background:#fff}.chat-input.svelte-xwpdoj input:where(.svelte-xwpdoj){flex:1;font:inherit;font-size:.92rem;border:1.5px solid var(--line-strong);border-radius:999px;padding:.55rem 1rem}.chat-input.svelte-xwpdoj input:where(.svelte-xwpdoj):focus{outline:2px solid var(--plum-300);border-color:var(--plum-500)}.send.svelte-xwpdoj{display:grid;place-items:center;width:2.7rem;height:2.7rem;border:0;border-radius:50%;background:var(--plum-700);color:#fff;transition:background .15s ease}.send.svelte-xwpdoj:hover{background:var(--plum-800)}@media(max-width:880px){.chat-section.svelte-xwpdoj{grid-template-columns:1fr}}.crumb-row[data-astro-cid-hyvzkcdj]{padding-block:1rem .4rem}.crumbs[data-astro-cid-hyvzkcdj]{font-size:.84rem;color:var(--muted)}.crumbs[data-astro-cid-hyvzkcdj] a[data-astro-cid-hyvzkcdj]{color:var(--plum-700)}.crumbs[data-astro-cid-hyvzkcdj] span[data-astro-cid-hyvzkcdj][aria-hidden]{margin-inline:.35rem}.pdp-top[data-astro-cid-hyvzkcdj]{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,4.5fr) minmax(0,3.5fr);gap:clamp(1.5rem,3vw,2.6rem);padding-block:1.2rem 2.5rem;align-items:start}.pdp-brand[data-astro-cid-hyvzkcdj]{margin:0 0 .3rem;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-600)}.pdp-info[data-astro-cid-hyvzkcdj] h1[data-astro-cid-hyvzkcdj]{font-size:clamp(1.5rem,2.6vw,2.05rem);margin-bottom:.6rem}.pdp-meta[data-astro-cid-hyvzkcdj]{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.8rem}.rating-link[data-astro-cid-hyvzkcdj]{display:inline-flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--ink-soft)}.rating-link[data-astro-cid-hyvzkcdj]:hover{color:var(--plum-700)}.sku[data-astro-cid-hyvzkcdj],.sku-only[data-astro-cid-hyvzkcdj]{font-size:.8rem;color:var(--muted)}.pdp-badges[data-astro-cid-hyvzkcdj]{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:.9rem}.pdp-blurb[data-astro-cid-hyvzkcdj]{font-size:1.02rem;color:var(--ink-soft);line-height:1.65}.pdp-highlights[data-astro-cid-hyvzkcdj]{list-style:none;padding:0;margin:1.1rem 0;display:flex;flex-direction:column;gap:.55rem}.pdp-highlights[data-astro-cid-hyvzkcdj] li[data-astro-cid-hyvzkcdj]{position:relative;padding-left:1.65rem;font-size:.93rem;color:var(--ink-soft);line-height:1.5}.pdp-highlights[data-astro-cid-hyvzkcdj] li[data-astro-cid-hyvzkcdj]:before{content:"";position:absolute;left:0;top:.28em;width:1rem;height:1rem;border-radius:50%;background:var(--plum-100) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234a154b' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 58% no-repeat}.pdp-jump[data-astro-cid-hyvzkcdj]{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.2rem}.pdp-jump[data-astro-cid-hyvzkcdj] a[data-astro-cid-hyvzkcdj]{font-size:.82rem;font-weight:620;padding:.35rem .85rem;border:1px solid var(--line-strong);border-radius:999px;color:var(--ink-soft)}.pdp-jump[data-astro-cid-hyvzkcdj] a[data-astro-cid-hyvzkcdj]:hover{border-color:var(--plum-400);color:var(--plum-700);background:var(--plum-50)}.pdp-buy[data-astro-cid-hyvzkcdj]{position:sticky;top:5.5rem}.buy-card[data-astro-cid-hyvzkcdj]{padding:1.4rem 1.4rem 1.5rem}.buy-price[data-astro-cid-hyvzkcdj]{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:.6rem}.buy-price[data-astro-cid-hyvzkcdj] .now[data-astro-cid-hyvzkcdj]{font-family:var(--font-display);font-size:2.1rem;font-weight:600;color:var(--plum-900);line-height:1}.buy-price[data-astro-cid-hyvzkcdj] .was[data-astro-cid-hyvzkcdj]{font-size:1.05rem;color:var(--muted);text-decoration:line-through}.stock[data-astro-cid-hyvzkcdj]{display:flex;align-items:center;gap:.5rem;font-size:.87rem;font-weight:600;margin:0 0 1.1rem}.stock[data-astro-cid-hyvzkcdj].in{color:var(--success)}.stock[data-astro-cid-hyvzkcdj].out{color:var(--danger)}.stock-dot[data-astro-cid-hyvzkcdj]{width:8px;height:8px;border-radius:50%;background:currentColor}.buy-trust[data-astro-cid-hyvzkcdj]{list-style:none;margin:1.2rem 0 0;padding:1.1rem 0 0;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.55rem;font-size:.85rem;color:var(--ink-soft)}.buy-trust[data-astro-cid-hyvzkcdj] li[data-astro-cid-hyvzkcdj]{display:flex;align-items:center;gap:.6rem}.buy-trust[data-astro-cid-hyvzkcdj] svg[data-astro-cid-hyvzkcdj]{color:var(--plum-600);flex-shrink:0}.detail-grid[data-astro-cid-hyvzkcdj]{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);gap:clamp(1.8rem,4vw,3.5rem);align-items:start}.detail-block[data-astro-cid-hyvzkcdj]{margin-top:1.6rem;max-width:68ch}.detail-block[data-astro-cid-hyvzkcdj] h3[data-astro-cid-hyvzkcdj]{margin-bottom:.4rem}.detail-block[data-astro-cid-hyvzkcdj] p[data-astro-cid-hyvzkcdj]{color:var(--ink-soft);line-height:1.7;margin:0}.detail-side[data-astro-cid-hyvzkcdj]{display:flex;flex-direction:column;gap:1.1rem;position:sticky;top:5.5rem}.side-card[data-astro-cid-hyvzkcdj]{padding:1.3rem 1.4rem}.side-card[data-astro-cid-hyvzkcdj] h3[data-astro-cid-hyvzkcdj]{font-size:1.02rem;font-family:var(--font-body);font-weight:700;margin-bottom:.7rem}.box-list[data-astro-cid-hyvzkcdj]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem;font-size:.9rem;color:var(--ink-soft)}.box-list[data-astro-cid-hyvzkcdj] li[data-astro-cid-hyvzkcdj]{position:relative;padding-left:1.4rem}.box-list[data-astro-cid-hyvzkcdj] li[data-astro-cid-hyvzkcdj]:before{content:"✓";position:absolute;left:0;color:var(--gold-600);font-weight:700}.res-list[data-astro-cid-hyvzkcdj]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.res-list[data-astro-cid-hyvzkcdj] a[data-astro-cid-hyvzkcdj]{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600}.side-card--plum[data-astro-cid-hyvzkcdj]{background:var(--plum-700);border-color:var(--plum-700);color:#fff}.side-card--plum[data-astro-cid-hyvzkcdj] h3[data-astro-cid-hyvzkcdj]{color:#fff}.side-card--plum[data-astro-cid-hyvzkcdj] p[data-astro-cid-hyvzkcdj]{color:var(--plum-200);font-size:.9rem}.spec-section[data-astro-cid-hyvzkcdj] h2[data-astro-cid-hyvzkcdj]{margin-bottom:1.4rem}.spec-count[data-astro-cid-hyvzkcdj]{font-size:.65em;color:var(--muted);font-family:var(--font-body);font-weight:500}.spec-grid[data-astro-cid-hyvzkcdj]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.spec-card[data-astro-cid-hyvzkcdj]{padding:1.2rem 1.4rem}.spec-card[data-astro-cid-hyvzkcdj] h3[data-astro-cid-hyvzkcdj]{font-family:var(--font-body);font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gold-600);margin-bottom:.6rem}.spec-card[data-astro-cid-hyvzkcdj] table[data-astro-cid-hyvzkcdj]{width:100%;border-collapse:collapse;font-size:.9rem}.spec-card[data-astro-cid-hyvzkcdj] th[data-astro-cid-hyvzkcdj]{text-align:left;vertical-align:top;padding:.5rem 1rem .5rem 0;color:var(--muted);font-weight:570;width:38%;border-bottom:1px solid var(--line)}.spec-card[data-astro-cid-hyvzkcdj] td[data-astro-cid-hyvzkcdj]{padding:.5rem 0;color:var(--ink);border-bottom:1px solid var(--line)}.spec-card[data-astro-cid-hyvzkcdj] tr[data-astro-cid-hyvzkcdj]:last-child th[data-astro-cid-hyvzkcdj],.spec-card[data-astro-cid-hyvzkcdj] tr[data-astro-cid-hyvzkcdj]:last-child td[data-astro-cid-hyvzkcdj]{border-bottom:0}.faq-wrap[data-astro-cid-hyvzkcdj] h2[data-astro-cid-hyvzkcdj]{margin-bottom:1.3rem}.faq-list[data-astro-cid-hyvzkcdj]{display:flex;flex-direction:column;gap:.7rem;max-width:780px}.faq[data-astro-cid-hyvzkcdj]{padding:0;overflow:hidden}.faq[data-astro-cid-hyvzkcdj] summary[data-astro-cid-hyvzkcdj]{list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;padding:1.05rem 1.3rem;font-weight:640;font-size:.98rem}.faq[data-astro-cid-hyvzkcdj] summary[data-astro-cid-hyvzkcdj]::-webkit-details-marker{display:none}.faq[data-astro-cid-hyvzkcdj] summary[data-astro-cid-hyvzkcdj]:after{content:"+";font-size:1.3rem;color:var(--plum-600);transition:transform .18s ease;flex-shrink:0}.faq[data-astro-cid-hyvzkcdj][open] summary[data-astro-cid-hyvzkcdj]:after{transform:rotate(45deg)}.faq[data-astro-cid-hyvzkcdj][open] summary[data-astro-cid-hyvzkcdj]{color:var(--plum-800)}.faq[data-astro-cid-hyvzkcdj] p[data-astro-cid-hyvzkcdj]{padding:0 1.3rem 1.15rem;margin:0;color:var(--ink-soft);line-height:1.65;max-width:72ch}.review-layout[data-astro-cid-hyvzkcdj]{display:grid;grid-template-columns:280px 1fr;gap:clamp(1.4rem,3vw,2.4rem);align-items:start;margin-top:1.3rem}.review-summary[data-astro-cid-hyvzkcdj]{padding:1.6rem;text-align:center;position:sticky;top:5.5rem}.review-avg[data-astro-cid-hyvzkcdj]{display:block;font-family:var(--font-display);font-size:3.2rem;font-weight:600;color:var(--plum-800);line-height:1;margin-bottom:.4rem}.review-summary[data-astro-cid-hyvzkcdj] p[data-astro-cid-hyvzkcdj]{color:var(--muted);font-size:.9rem;margin:.5rem 0 0}.review-summary[data-astro-cid-hyvzkcdj] hr[data-astro-cid-hyvzkcdj]{border:0;border-top:1px solid var(--line);margin:1.1rem 0}.review-note[data-astro-cid-hyvzkcdj]{font-size:.82rem!important;margin-bottom:1rem!important}.review-list[data-astro-cid-hyvzkcdj]{display:flex;flex-direction:column;gap:.9rem}.review[data-astro-cid-hyvzkcdj]{padding:1.2rem 1.4rem}.review[data-astro-cid-hyvzkcdj] header[data-astro-cid-hyvzkcdj]{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:.55rem}.review[data-astro-cid-hyvzkcdj] header[data-astro-cid-hyvzkcdj] time[data-astro-cid-hyvzkcdj]{font-size:.8rem;color:var(--muted);margin-left:auto}.review[data-astro-cid-hyvzkcdj] p[data-astro-cid-hyvzkcdj]{margin:0;color:var(--ink-soft);font-size:.94rem;line-height:1.65}.review-empty[data-astro-cid-hyvzkcdj]{padding:2rem;max-width:560px;margin-top:1.3rem}.review-empty[data-astro-cid-hyvzkcdj] p[data-astro-cid-hyvzkcdj]{margin:0 0 .5rem;color:var(--ink-soft)}.review-empty[data-astro-cid-hyvzkcdj] .btn[data-astro-cid-hyvzkcdj]{margin-top:.8rem}.related[data-astro-cid-hyvzkcdj] h2[data-astro-cid-hyvzkcdj]{margin-bottom:1.4rem}.related-grid[data-astro-cid-hyvzkcdj]{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,2vw,1.4rem)}.related[data-astro-cid-hyvzkcdj]{padding-bottom:clamp(3rem,6vw,4.5rem)}@media(max-width:1080px){.pdp-top[data-astro-cid-hyvzkcdj]{grid-template-columns:1fr 1fr}.pdp-gallery[data-astro-cid-hyvzkcdj]{grid-column:1}.pdp-info[data-astro-cid-hyvzkcdj]{grid-column:2}.pdp-buy[data-astro-cid-hyvzkcdj]{grid-column:1 / -1;position:static;max-width:560px}.related-grid[data-astro-cid-hyvzkcdj]{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.pdp-top[data-astro-cid-hyvzkcdj]{grid-template-columns:1fr}.pdp-info[data-astro-cid-hyvzkcdj],.pdp-buy[data-astro-cid-hyvzkcdj]{grid-column:1}.detail-grid[data-astro-cid-hyvzkcdj]{grid-template-columns:1fr}.detail-side[data-astro-cid-hyvzkcdj]{position:static}.spec-grid[data-astro-cid-hyvzkcdj],.review-layout[data-astro-cid-hyvzkcdj]{grid-template-columns:1fr}.review-summary[data-astro-cid-hyvzkcdj]{position:static}}@media(max-width:520px){.related-grid[data-astro-cid-hyvzkcdj]{grid-template-columns:1fr}}
