.product-container{display:flex;gap:24px;padding:24px;max-width:1100px;margin:0 auto}@media(min-width:901px){.product-container{flex-direction:row}.product-image{flex:1}.product-info{flex:1.2}}@media(max-width:900px){.product-container{flex-direction:column}}:root{--bg: #121212;--surface: #1e1e1e;--primary: #2a2a2a;--text-primary: #e0e0e0;--text-secondary: #b0b0b0;--text-muted: #888;--accent: #0a84ff;--accent-hover: #3399ff}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif}@keyframes spin{to{transform:rotate(360deg)}}
