.product-breadcrumbs.svelte-juexlt{padding:var(--space-lg) 0;border-bottom:1px solid var(--color-border)}.breadcrumbs-list.svelte-juexlt{display:flex;align-items:center;gap:var(--space-xs);flex-wrap:wrap;list-style:none;padding:0;margin:0;font-size:var(--font-size-body-sm)}.breadcrumbs-list.svelte-juexlt li:where(.svelte-juexlt){display:flex;align-items:center;gap:var(--space-xs)}.breadcrumbs-list.svelte-juexlt li:where(.svelte-juexlt):not(:last-child):after{content:"›";color:var(--color-text-muted);font-size:16px;margin-left:var(--space-xs)}.breadcrumbs-list.svelte-juexlt a:where(.svelte-juexlt){color:var(--color-text-soft);text-decoration:none;transition:color var(--transition-fast)}.breadcrumbs-list.svelte-juexlt a:where(.svelte-juexlt):hover{color:var(--color-primary)}.breadcrumbs-list.svelte-juexlt span[aria-current=page]:where(.svelte-juexlt){color:var(--color-text);font-weight:500}.product-gallery.svelte-1epc50a{display:flex;flex-direction:column;gap:var(--space-lg)}.product-gallery__stage.svelte-1epc50a{position:relative;background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-background) 100%);border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:1;cursor:grab;-webkit-user-select:none;user-select:none}.product-gallery__stage.is-dragging.svelte-1epc50a{cursor:grabbing}.product-gallery__stage.svelte-1epc50a img:where(.svelte-1epc50a){width:100%;height:100%;object-fit:cover;pointer-events:none}.product-gallery__badge.svelte-1epc50a{position:absolute;top:var(--space-lg);left:var(--space-lg);padding:8px 16px;background-color:var(--color-primary);color:#fff;font-size:var(--font-size-body-sm);font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-pill);z-index:2}.product-gallery__badge--gold.svelte-1epc50a{background-color:var(--color-gold);color:var(--color-primary)}.product-gallery__badge--limited.svelte-1epc50a{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%)}.product-gallery__arrow.svelte-1epc50a{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#fffffff2;border:1px solid var(--color-border);border-radius:50%;cursor:pointer;transition:all var(--transition-fast);z-index:3;color:var(--color-text)}.product-gallery__arrow.svelte-1epc50a:hover{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:translateY(-50%) scale(1.1)}.product-gallery__arrow--prev.svelte-1epc50a{left:var(--space-md)}.product-gallery__arrow--next.svelte-1epc50a{right:var(--space-md)}.product-gallery__indicators.svelte-1epc50a{position:absolute;bottom:var(--space-lg);left:50%;transform:translate(-50%);display:flex;gap:var(--space-xs);z-index:2}.product-gallery__indicator.svelte-1epc50a{width:8px;height:8px;border-radius:50%;background-color:#ffffff80;border:none;cursor:pointer;transition:all var(--transition-fast);padding:0}.product-gallery__indicator.is-active.svelte-1epc50a{background-color:#fff;width:24px;border-radius:var(--radius-pill)}.product-gallery__thumbs.svelte-1epc50a{display:flex;gap:var(--space-sm);overflow-x:auto;padding-bottom:var(--space-xs)}.product-gallery__thumbs.svelte-1epc50a::-webkit-scrollbar{height:4px}.product-gallery__thumbs.svelte-1epc50a::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:var(--radius-pill)}.product-gallery__thumb.svelte-1epc50a{flex-shrink:0;width:80px;height:80px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all var(--transition-fast);padding:0;background:none}.product-gallery__thumb.svelte-1epc50a img:where(.svelte-1epc50a){width:100%;height:100%;object-fit:cover}.product-gallery__thumb.svelte-1epc50a:hover,.product-gallery__thumb.is-active.svelte-1epc50a{border-color:var(--color-primary);opacity:1}.product-gallery__thumb.svelte-1epc50a:not(.is-active){opacity:.6}@media(max-width:768px){.product-gallery__arrow.svelte-1epc50a{width:40px;height:40px}.product-gallery__arrow--prev.svelte-1epc50a{left:var(--space-sm)}.product-gallery__arrow--next.svelte-1epc50a{right:var(--space-sm)}.product-gallery__thumb.svelte-1epc50a{width:60px;height:60px}}.chip.svelte-y4103d{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:var(--font-secondary, -apple-system, sans-serif);font-size:.875rem;font-weight:500;border:1px solid var(--color-border, #e5e5e5);border-radius:2rem;background:var(--color-background, #ffffff);color:var(--color-text, #1a1a1a);cursor:pointer;transition:all .2s ease;white-space:nowrap}.chip.svelte-y4103d:hover{border-color:var(--color-text, #1a1a1a);background:var(--color-surface, #f5f5f5)}.chip-primary.svelte-y4103d{border-color:var(--color-primary, #1a1a1a);background:var(--color-primary, #1a1a1a);color:var(--color-background, #ffffff)}.chip-primary.svelte-y4103d:hover{background:var(--color-primary-hover, #333333)}.chip.selected.svelte-y4103d{border-color:var(--color-primary, #1a1a1a);background:var(--color-primary, #1a1a1a);color:var(--color-background, #ffffff)}.chip-content.svelte-y4103d{line-height:1}.chip-remove.svelte-y4103d{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;padding:0;margin-left:-.25rem;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background .2s ease}.chip-remove.svelte-y4103d:hover{background:#0000001a}.chip-primary.svelte-y4103d .chip-remove:where(.svelte-y4103d):hover,.chip.selected.svelte-y4103d .chip-remove:where(.svelte-y4103d):hover{background:#fff3}.chip-remove.svelte-y4103d .icon:where(.svelte-y4103d){width:.875rem;height:.875rem;fill:currentColor}.chip.svelte-y4103d:disabled{opacity:.5;cursor:not-allowed}.chip.svelte-y4103d:disabled:hover{border-color:var(--color-border, #e5e5e5);background:var(--color-background, #ffffff)}.product-summary.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-2xl);position:sticky;top:calc(var(--header-height) + var(--space-lg))}.product-summary__header.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-md);padding-bottom:var(--space-xl);border-bottom:1px solid var(--color-border)}.product-summary__brand.svelte-10bfchg{font-family:var(--font-accent);font-size:var(--font-size-body-sm);font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted)}.product-summary__header.svelte-10bfchg h1:where(.svelte-10bfchg){font-size:var(--font-size-h2);line-height:var(--line-height-snug);margin:0}.product-summary__meta.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-sm);font-size:var(--font-size-body-sm)}.rating.svelte-10bfchg{display:flex;align-items:center;gap:var(--space-xs);color:var(--color-gold)}.rating.svelte-10bfchg span:where(.svelte-10bfchg){font-weight:600;color:var(--color-text)}.rating.svelte-10bfchg a:where(.svelte-10bfchg){color:var(--color-primary);text-decoration:underline;margin-left:var(--space-xs)}.product-summary__sku.svelte-10bfchg{color:var(--color-text-muted)}.product-summary__availability.svelte-10bfchg{display:inline-flex;align-items:center;gap:var(--space-xs);padding:6px 12px;background-color:var(--color-surface);border-radius:var(--radius-pill);font-weight:500;color:var(--color-text);width:fit-content}.product-summary__availability.svelte-10bfchg:before{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--color-success)}.product-summary__availability--in-stock.svelte-10bfchg:before{background-color:var(--color-success)}.product-summary__availability--on-order.svelte-10bfchg:before{background-color:var(--color-accent)}.product-summary__availability--waitlist.svelte-10bfchg:before{background-color:var(--color-gold)}.product-summary__pricing.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-lg);padding:var(--space-xl);background-color:var(--color-surface);border-radius:var(--radius-xl)}.product-price__value.svelte-10bfchg{font-family:var(--font-primary);font-size:clamp(32px,5vw,48px);font-weight:600;color:var(--color-primary);line-height:1.1}.product-price__note.svelte-10bfchg{display:block;font-size:var(--font-size-body-sm);color:var(--color-text-soft);margin-top:var(--space-xs)}.product-price__options.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-md);padding-top:var(--space-lg);border-top:1px solid var(--color-border)}.product-price__options.svelte-10bfchg>div:where(.svelte-10bfchg){display:flex;flex-direction:column;gap:var(--space-2xs)}.product-price__label.svelte-10bfchg{font-size:var(--font-size-caption);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.product-price__options.svelte-10bfchg p:where(.svelte-10bfchg){font-size:var(--font-size-body-sm);line-height:var(--line-height-relaxed)}.product-summary__options.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-lg)}.product-option.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-sm)}.product-option__label.svelte-10bfchg{font-size:var(--font-size-body-sm);font-weight:600;color:var(--color-text)}.product-option__choices.svelte-10bfchg{display:flex;gap:var(--space-sm);flex-wrap:wrap}.product-summary__cta.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-md);padding:var(--space-xl) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-summary__cta.svelte-10bfchg button:where(.svelte-10bfchg){width:100%}.product-summary__benefits.svelte-10bfchg{display:flex;flex-direction:column;gap:var(--space-lg)}.product-benefit.svelte-10bfchg{display:flex;gap:var(--space-md);align-items:flex-start}.product-benefit.svelte-10bfchg svg:where(.svelte-10bfchg){flex-shrink:0;color:var(--color-primary);margin-top:2px}.product-benefit.svelte-10bfchg div:where(.svelte-10bfchg){display:flex;flex-direction:column;gap:var(--space-2xs)}.product-benefit.svelte-10bfchg strong:where(.svelte-10bfchg){font-size:var(--font-size-body);font-weight:600;color:var(--color-text)}.product-benefit.svelte-10bfchg p:where(.svelte-10bfchg){font-size:var(--font-size-body-sm);line-height:var(--line-height-relaxed)}.product-summary__tags.svelte-10bfchg{display:flex;gap:var(--space-xs);flex-wrap:wrap}@media(max-width:991px){.product-summary.svelte-10bfchg{position:static;gap:var(--space-xl)}.product-summary__cta.svelte-10bfchg{padding:var(--space-lg) 0}}.product-highlights.svelte-175f71f{padding:var(--space-4xl) 0}.product-highlights__grid.svelte-175f71f{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-xl)}.highlight-card.svelte-175f71f{padding:var(--space-2xl);border-radius:var(--radius-xl);background-color:var(--color-background);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--space-md);text-align:center;align-items:center}.highlight-card__icon.svelte-175f71f{font-size:48px;line-height:1;margin-bottom:var(--space-sm)}.highlight-card.svelte-175f71f h3:where(.svelte-175f71f){font-size:var(--font-size-h5);color:var(--color-text);margin:0}.highlight-card.svelte-175f71f p:where(.svelte-175f71f){color:var(--color-text-soft);line-height:1.6;margin:0}@media(max-width:768px){.product-highlights__grid.svelte-175f71f{grid-template-columns:1fr}}.product-specs.svelte-1465600{padding:var(--space-4xl) 0}.product-specs__grid.svelte-1465600{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-lg);margin-top:var(--space-2xl)}.spec-card.svelte-1465600{padding:var(--space-xl);border-radius:var(--radius-xl);background-color:var(--color-background);box-shadow:var(--shadow-xs)}.spec-card.svelte-1465600 h3:where(.svelte-1465600){font-size:var(--font-size-h5);color:var(--color-text);margin-bottom:var(--space-lg)}.spec-card.svelte-1465600 dl:where(.svelte-1465600){margin:0;display:grid;gap:var(--space-sm)}.spec-card.svelte-1465600 div:where(.svelte-1465600){display:flex;justify-content:space-between;gap:var(--space-md);font-size:var(--font-size-body-sm);padding:var(--space-xs) 0}.spec-card.svelte-1465600 dt:where(.svelte-1465600){color:var(--color-text-muted);font-weight:500}.spec-card.svelte-1465600 dd:where(.svelte-1465600){color:var(--color-text);font-weight:600;text-align:right;margin:0}.spec-card.svelte-1465600 ul:where(.svelte-1465600){margin:0;padding:0;display:grid;gap:var(--space-sm);color:var(--color-text-soft);list-style:none}.spec-card.svelte-1465600 ul:where(.svelte-1465600) li:where(.svelte-1465600){padding-left:var(--space-md);position:relative;font-size:var(--font-size-body-sm);line-height:1.5}.spec-card.svelte-1465600 ul:where(.svelte-1465600) li:where(.svelte-1465600):before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:700}@media(max-width:768px){.product-specs__grid.svelte-1465600{grid-template-columns:1fr}.spec-card.svelte-1465600 div:where(.svelte-1465600){flex-direction:column;gap:var(--space-xs)}.spec-card.svelte-1465600 dd:where(.svelte-1465600){text-align:left}}.product-tabs.svelte-gt340{padding:var(--space-4xl) 0;background-color:var(--color-surface)}.product-tabs__grid.svelte-gt340{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-xl)}.product-tab.svelte-gt340{padding:var(--space-xl);border-radius:var(--radius-xl);background-color:var(--color-background);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:var(--space-md)}.product-tab.svelte-gt340 h3:where(.svelte-gt340){font-size:var(--font-size-h5);color:var(--color-text);margin:0}.product-tab__content.svelte-gt340{color:var(--color-text-soft);line-height:1.6}.product-tab__content.svelte-gt340 p{margin:0 0 var(--space-md) 0}.product-tab__content.svelte-gt340 p:last-child{margin-bottom:0}.product-tab__content.svelte-gt340 ul{margin:0;padding:0;display:grid;gap:var(--space-sm);color:var(--color-text-soft);list-style:none}.product-tab__content.svelte-gt340 ul li{padding-left:var(--space-md);position:relative;font-size:var(--font-size-body-sm)}.product-tab__content.svelte-gt340 ul li:before{content:"•";position:absolute;left:0;color:var(--color-primary);font-weight:700}.product-tab__content.svelte-gt340 strong{color:var(--color-text);font-weight:600}@media(max-width:768px){.product-tabs__grid.svelte-gt340{grid-template-columns:1fr}}.reviews-grid.svelte-e3zcx5{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-lg)}.review-card.svelte-e3zcx5{padding:var(--space-xl);border-radius:var(--radius-xl);background-color:var(--color-background);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:var(--space-lg)}.review-card.svelte-e3zcx5 header:where(.svelte-e3zcx5){display:flex;justify-content:space-between;align-items:flex-start}.review-card__author.svelte-e3zcx5{display:flex;flex-direction:column;gap:var(--space-xs)}.review-card__author.svelte-e3zcx5 span:where(.svelte-e3zcx5){font-size:var(--font-size-body-sm);color:var(--color-text-muted)}.review-card__rating.svelte-e3zcx5{font-family:var(--font-accent);color:var(--color-gold)}.review-card.svelte-e3zcx5 footer:where(.svelte-e3zcx5){font-size:var(--font-size-body-sm);color:var(--color-text-muted)}.reviews-load-more.svelte-e3zcx5{display:flex;justify-content:center;margin-top:var(--space-2xl)}@media(max-width:768px){.reviews-grid.svelte-e3zcx5{grid-template-columns:1fr}}@media(max-width:576px){.review-card.svelte-e3zcx5{padding:var(--space-lg)}}.recommendations.svelte-1atvzdx{background:linear-gradient(180deg,#0a24630a,#0a246300);padding:var(--space-4xl) 0}.showcase__top.svelte-1atvzdx{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:var(--space-2xl)}.showcase__actions.svelte-1atvzdx{flex-shrink:0}.scroll-row.svelte-1atvzdx{position:relative}.scroll-row__inner.svelte-1atvzdx{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,320px);gap:var(--space-lg);overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;cursor:grab;touch-action:pan-y}.scroll-row__inner.svelte-1atvzdx::-webkit-scrollbar{display:none}.scroll-item.svelte-1atvzdx{scroll-snap-align:start}.scroll-row__control.svelte-1atvzdx{position:absolute;top:50%;transform:translateY(-50%);z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#ffffffd9;border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);transition:opacity .2s ease}.scroll-row__control.svelte-1atvzdx:disabled{opacity:.4;pointer-events:none}.scroll-row__control--prev.svelte-1atvzdx{left:-12px}.scroll-row__control--next.svelte-1atvzdx{right:-12px}body[data-theme=dark] .scroll-row__control.svelte-1atvzdx{background-color:#0f121bd9}@media(max-width:768px){.showcase__top.svelte-1atvzdx{flex-direction:column;align-items:flex-start;gap:var(--space-lg)}.scroll-row__control.svelte-1atvzdx{display:none}.scroll-row__inner.svelte-1atvzdx{grid-auto-columns:minmax(220px,280px)}}.product-services__grid.svelte-mmuvrc{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:var(--space-2xl)}.service-highlight.svelte-mmuvrc{padding:var(--space-2xl);border-radius:var(--radius-xl);background-color:var(--color-background);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:var(--space-lg)}.service-highlight.svelte-mmuvrc ul:where(.svelte-mmuvrc){display:grid;gap:var(--space-sm);color:var(--color-text-soft)}.service-aside.svelte-mmuvrc{padding:var(--space-2xl);border-radius:var(--radius-xl);background-color:var(--color-surface);border:1px solid var(--color-border);display:grid;gap:var(--space-md)}.service-aside.svelte-mmuvrc details:where(.svelte-mmuvrc){padding:var(--space-md);border-radius:var(--radius-lg);background-color:var(--color-background);border:1px solid var(--color-border-light)}.service-aside.svelte-mmuvrc summary:where(.svelte-mmuvrc){font-weight:600;cursor:pointer}.service-aside.svelte-mmuvrc details:where(.svelte-mmuvrc) p:where(.svelte-mmuvrc){margin-top:var(--space-sm);color:var(--color-text-soft)}@media(max-width:992px){.product-services__grid.svelte-mmuvrc{grid-template-columns:1fr}}@media(max-width:576px){.service-highlight.svelte-mmuvrc{padding:var(--space-xl)}}.product-hero.svelte-1qe2lqq{padding:var(--space-2xl) 0}.product-hero__grid.svelte-1qe2lqq{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:start}@media(max-width:991px){.product-hero__grid.svelte-1qe2lqq{grid-template-columns:1fr;gap:var(--space-2xl)}}
