:root{color-scheme:dark;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100vh;background:#0a0a0a;color:#fafafa}.shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.product{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;max-width:56rem;width:100%}@media(max-width:700px){.product{grid-template-columns:1fr}}.product-preview{display:flex;align-items:center;justify-content:center}.swatch-large{width:100%;aspect-ratio:1;max-width:24rem;border-radius:1rem;display:flex;align-items:flex-end;padding:1.25rem;transition:background-color .3s ease;border:1px solid rgba(255,255,255,.08)}.swatch-label{font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em;color:#ffffffb3;background:#0006;padding:.25rem .6rem;border-radius:.35rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-details{display:flex;flex-direction:column;gap:0}.tag{display:inline-block;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffff8c;border:1px solid rgba(255,255,255,.12);padding:.25rem .5rem;border-radius:.25rem;margin-bottom:.75rem;width:fit-content}h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:700;letter-spacing:-.025em}.price{margin:0 0 1.5rem;font-size:1.25rem;font-weight:500;color:#ffffffd9}.option-section{margin-bottom:1.5rem}.option-section h2{margin:0 0 .75rem;font-size:.85rem;font-weight:500;letter-spacing:.02em;color:#fff9}.selected-label{color:#ffffffe6;font-weight:600}.color-grid{display:flex;flex-wrap:wrap;gap:.5rem}.color-swatch{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid transparent;cursor:pointer;position:relative;transition:transform .15s ease,border-color .15s ease;outline:none;padding:0;display:flex;align-items:center;justify-content:center}.color-swatch:hover{transform:scale(1.12)}.color-swatch.active{border-color:#ffffffe6;box-shadow:0 0 0 2px #ffffff26}.check-icon{width:1rem;height:1rem}.size-grid{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{min-width:3rem;height:2.75rem;padding:0 .75rem;border:1px solid rgba(255,255,255,.15);border-radius:.5rem;background:transparent;color:#fffc;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.size-btn:hover{background:#ffffff0f;border-color:#ffffff4d}.size-btn.active{background:#fafafa;color:#0a0a0a;border-color:#fafafa;font-weight:600}.add-to-cart{margin-top:auto;padding:.9rem 1.5rem;border:none;border-radius:.5rem;background:#fafafa;color:#0a0a0a;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.add-to-cart:disabled{opacity:.4;cursor:not-allowed}.add-to-cart:not(:disabled):hover{opacity:.85}
