:root{--bg: #f6f6f3;--surface: #ffffff;--border: #e6e6e1;--border-hover: #c9c9c2;--accent: #3d6b4f;--text-1: #1a1a1c;--text-2: #5a5a64;--text-3: #9898a4;--font-serif: "DM Serif Display", Georgia, serif;--font-sans: "DM Sans", system-ui, sans-serif;--radius: 10px;--shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 4px 14px rgba(0, 0, 0, .04);--ease: .2s ease}.page.svelte-1uwstpn{max-width:1200px;margin:0 auto;padding:1.5rem 2.5rem 4rem;font-family:var(--font-sans);color:var(--text-1)}.breadcrumb.svelte-1uwstpn{display:flex;align-items:center;gap:.4rem;margin-bottom:2rem;font-size:.8rem}.bc-link.svelte-1uwstpn{color:var(--text-3);text-decoration:none;transition:color var(--ease)}.bc-link.svelte-1uwstpn:hover{color:var(--accent)}.bc-sep.svelte-1uwstpn{color:var(--border-hover)}.bc-current.svelte-1uwstpn{color:var(--text-2)}.product-layout.svelte-1uwstpn{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.image-col.svelte-1uwstpn{position:sticky;top:80px}.image-wrap.svelte-1uwstpn{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:16px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow)}.product-img.svelte-1uwstpn{width:90%;height:90%;object-fit:contain;transition:transform .3s ease}.image-wrap.svelte-1uwstpn:hover .product-img:where(.svelte-1uwstpn){transform:scale(1.04)}.season-badge.svelte-1uwstpn{position:absolute;top:.55rem;left:.55rem;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5}.season-winter.svelte-1uwstpn{background:#0762f5}.season-summer.svelte-1uwstpn{background:orange}.season-all.svelte-1uwstpn{background:#10b300}.detail-col.svelte-1uwstpn{display:flex;flex-direction:column}.detail-top.svelte-1uwstpn{margin-bottom:1.25rem}.detail-brand.svelte-1uwstpn{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .3rem}.detail-model.svelte-1uwstpn{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;line-height:1.1;letter-spacing:-.01em;margin:0 0 .4rem}.detail-name.svelte-1uwstpn{font-size:.875rem;color:var(--text-2);margin:0;line-height:1.4}.size-chips.svelte-1uwstpn{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.chip.svelte-1uwstpn{font-size:.78rem;font-weight:600;padding:.3em .7em;border-radius:6px;background:#f0f0ed;border:1px solid var(--border);color:var(--text-2);letter-spacing:.03em}.chip-lg.svelte-1uwstpn{font-size:.88rem;color:var(--text-1)}.chip-accent.svelte-1uwstpn{background:color-mix(in srgb,var(--accent) 10%,white);border-color:color-mix(in srgb,var(--accent) 30%,white);color:var(--accent)}.chip-winter.svelte-1uwstpn{background:#e8f0ff;border-color:#bad4f0;color:#2a5aab}.price-block.svelte-1uwstpn{margin-bottom:.75rem}.price-row.svelte-1uwstpn{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.2rem}.price-main.svelte-1uwstpn{font-size:2rem;font-weight:700;letter-spacing:-.03em;color:var(--text-1);line-height:1}.price-cur.svelte-1uwstpn{font-size:1.25rem;color:var(--text-2);font-weight:600}.price-set.svelte-1uwstpn{font-size:.82rem;color:var(--text-3);margin:0}.price-na.svelte-1uwstpn{font-size:1rem;color:var(--text-3);font-style:italic;margin:0}.stock-row.svelte-1uwstpn{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.stock-dot.svelte-1uwstpn{width:8px;height:8px;border-radius:50%;flex-shrink:0}.stock-ok.svelte-1uwstpn{background:#52b082}.stock-low.svelte-1uwstpn{background:#e8a838}.stock-none.svelte-1uwstpn{background:#d0d0d8}.stock-label.svelte-1uwstpn{font-size:.82rem;color:var(--text-2)}.cta-block.svelte-1uwstpn{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem;max-width:360px}.qty-row.svelte-1uwstpn{display:flex;gap:.6rem;height:48px}.qty-ctrl.svelte-1uwstpn{display:flex;align-items:stretch;width:120px;flex-shrink:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface);transition:opacity var(--ease)}.qty-ctrl.loading.svelte-1uwstpn{opacity:.5;pointer-events:none}.qty-btn.svelte-1uwstpn{flex:1;border:none;background:transparent;font-size:1.15rem;color:var(--text-2);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--ease),color var(--ease)}.qty-btn.svelte-1uwstpn:hover{background:#f0f0ed;color:var(--text-1)}.qty-btn.svelte-1uwstpn:disabled{opacity:.3;cursor:not-allowed}.qty-val.svelte-1uwstpn{min-width:38px;font-size:.95rem;font-weight:600;color:var(--text-1);border-left:1px solid var(--border);border-right:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:#fafaf8}.go-cart-btn.svelte-1uwstpn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;background:var(--accent);color:#fff;border-radius:10px;text-decoration:none;font-size:.875rem;font-weight:600;padding:0 1rem;white-space:nowrap;transition:opacity var(--ease)}.go-cart-btn.svelte-1uwstpn:hover{opacity:.85}.go-cart-total.svelte-1uwstpn{font-size:.8rem;font-weight:700;opacity:.8;border-left:1px solid rgba(255,255,255,.3);padding-left:.4rem;margin-left:.1rem}.btn-cart{width:100%!important;height:48px!important;font-size:.95rem!important;font-weight:600!important;background:var(--accent)!important;color:#fff!important;border:none!important;border-radius:10px!important;transition:opacity var(--ease)!important}.btn-cart:hover:not(:disabled){opacity:.85!important}.btn-cart:disabled{opacity:.45!important;cursor:not-allowed!important}.cta-hint.svelte-1uwstpn{font-size:.75rem;color:var(--text-3);margin:0}.divider.svelte-1uwstpn{height:1px;background:var(--border);margin-bottom:1.5rem}.spec-highlights.svelte-1uwstpn{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.spec-card.svelte-1uwstpn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;text-align:center}.spec-val.svelte-1uwstpn{font-size:1.05rem;font-weight:700;color:var(--text-1);letter-spacing:-.01em}.spec-key.svelte-1uwstpn{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-3)}.specs-section.svelte-1uwstpn{border-top:1px solid var(--border);padding-top:2.5rem}.specs-title.svelte-1uwstpn{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;margin:0 0 1.25rem;color:var(--text-1)}.specs-table.svelte-1uwstpn{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.spec-row.svelte-1uwstpn{display:flex;align-items:center;padding:.7rem 1.25rem;gap:1rem;border-bottom:1px solid var(--border)}.spec-row.svelte-1uwstpn:last-child{border-bottom:none}.spec-row.alt.svelte-1uwstpn{background:#fafaf8}.spec-label.svelte-1uwstpn{font-size:.82rem;color:var(--text-3);width:160px;flex-shrink:0}.spec-value.svelte-1uwstpn{font-size:.875rem;font-weight:500;color:var(--text-1)}@media(max-width:860px){.page.svelte-1uwstpn{padding:1rem .75rem 3rem}.product-layout.svelte-1uwstpn{grid-template-columns:1fr;gap:2rem}.image-col.svelte-1uwstpn{position:static}.spec-highlights.svelte-1uwstpn{grid-template-columns:repeat(2,1fr)}.spec-label.svelte-1uwstpn{width:120px}.cta-block.svelte-1uwstpn{max-width:100%}}
