.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}.product-grid{display:grid;gap:16px;padding:16px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}@media(max-width:600px){.product-grid{grid-template-columns:repeat(2,minmax(160px,180px))}}@keyframes spin{to{transform:rotate(360deg)}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.product-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}
