.ColorPicker .label{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75em}.ColorPicker .label span{font-size:.78em;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-weight:500}.ColorPicker .label strong{font-size:.9em;font-weight:500;color:var(--text)}.ColorPicker .row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ColorPicker .swatch{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(0,0,0,.08);transition:transform .18s ease;box-shadow:inset 0 -2px 4px rgba(0,0,0,.1)}.ColorPicker .swatch.sm{width:1.3em;height:1.3em}.ColorPicker .swatch.md{width:1.7em;height:1.7em}.ColorPicker .swatch.lg{width:2.1em;height:2.1em}.ColorPicker .swatch:hover{transform:scale(1.08)}.ColorPicker .swatch .ring{position:absolute;inset:-3px;border-radius:50%;border:2px solid var(--text);opacity:0;transition:opacity .18s ease}.ColorPicker .swatch.active .ring{opacity:1}.ProductDetail{display:grid;gap:2.5rem;padding-block:3em 5em;grid-template-columns:1fr}@media(min-width:1024px){.ProductDetail{grid-template-columns:1.2fr 1fr;gap:4em}}.ProductDetail .gallery{display:flex;flex-direction:column;gap:.75rem}.ProductDetail .hero{position:relative;width:100%;aspect-ratio:4/5;border-radius:1.5em;background-size:cover;background-position:50%;box-shadow:0 30px 80px rgba(0,0,0,.12);transition:background-color .4s ease}.ProductDetail .hero .badge{position:absolute;display:inline-flex;align-items:center;top:1.25em;left:1.25em;padding:.4em .9em;background:hsla(0,0%,100%,.85);color:#0a0a0a;backdrop-filter:blur(10px);border-radius:999px;font-size:.78em;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.ProductDetail .thumbs{display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr)}.ProductDetail .thumbs .thumb{aspect-ratio:1;border-radius:.85em;background-size:cover;background-position:50%;border:1px solid var(--border);cursor:pointer;transition:transform .2s ease}.ProductDetail .thumbs .thumb:hover{transform:scale(1.02)}.ProductDetail .info{display:flex;flex-direction:column;gap:1.5rem}.ProductDetail .info .head h1{font-size:clamp(1.8em,4vw,2.6em);font-weight:600;letter-spacing:-.025em;line-height:1.05;margin-block:.75em .5em}.ProductDetail .info .meta{display:flex;align-items:center;gap:1rem;margin-top:.5em}.ProductDetail .info .price{font-size:1.3em;font-weight:600}.ProductDetail .info .rating{display:inline-flex;align-items:center;gap:.375rem;font-size:.9em;color:var(--muted)}.ProductDetail .info .rating .star{display:inline-block;width:.95em;height:.95em;background:#f5b033;mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26'/%3E%3C/svg%3E") center/contain no-repeat}.ProductDetail .info .desc{font-size:1em;line-height:1.65;color:var(--muted)}.ProductDetail .info .block .label{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85em}.ProductDetail .info .block .label span{font-size:.78em;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-weight:500}.ProductDetail .info .block .label a{font-size:.82em;color:var(--text);text-decoration:underline;text-underline-offset:3px}.ProductDetail .info .sizes{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.ProductDetail .info .sizes button{display:inline-flex;align-items:center;justify-content:center;min-width:3em;padding:.65em 1em;font-size:.88em;font-weight:500;background:var(--surface);border:1px solid var(--border);border-radius:.55em;transition:background .18s ease,border-color .18s ease,color .18s ease;color:var(--muted)}.ProductDetail .info .sizes button:hover{border-color:var(--text);color:var(--text)}.ProductDetail .info .sizes button.active{background:var(--text);color:var(--bg);border-color:var(--text)}.ProductDetail .info .qty{display:inline-flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:.6em;padding:.2em;width:-moz-fit-content;width:fit-content}.ProductDetail .info .qty button{display:inline-flex;align-items:center;justify-content:center;width:2.1em;height:2.1em;font-size:1.05em;color:var(--muted);border-radius:.4em;transition:color .18s ease,background .18s ease}.ProductDetail .info .qty button:hover:not(:disabled){color:var(--text);background:var(--elevated)}.ProductDetail .info .qty button:disabled{opacity:.3;cursor:not-allowed}.ProductDetail .info .qty span{display:inline-block;text-align:center;min-width:2em;font-weight:500}.ProductDetail .info .cta{display:flex;flex-direction:column;gap:.5rem}.ProductDetail .info .cta a{display:block}.ProductDetail .info .bullets{display:flex;flex-direction:column;gap:.5rem;list-style:none;padding:1.25em 0 0;margin:0;border-top:1px solid var(--border)}.ProductDetail .info .bullets li{position:relative;padding-left:1.5em;font-size:.9em;color:var(--muted)}.ProductDetail .info .bullets li:before{content:"";position:absolute;left:0;top:.55em;width:.5em;height:.5em;border-radius:50%;background:#10b981}