.showroom{max-width:1200px;margin:0 auto;padding:2rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.showroom header{text-align:center;margin-bottom:2rem}.showroom header h1{margin-bottom:.5rem;font-size:2rem}.showroom header p{color:#666}.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.product-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.product-image{object-fit:cover;aspect-ratio:4/5;width:100%;height:auto}.no-image{aspect-ratio:4/5;color:#999;background:#f5f5f5;justify-content:center;align-items:center;width:100%;display:flex}.product-card h2{margin:1rem 1rem .25rem;font-size:1.1rem}.product-card .meta{color:#666;margin:0 1rem;font-size:.9rem}.product-card .price{margin:.5rem 1rem 1rem;font-size:1.1rem;font-weight:600}
