.products-container{max-width:1200px;margin:0 auto;padding:2rem;animation:.4s ease-out fadeIn}.page-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.product-card{flex-direction:column;justify-content:space-between;display:flex}.product-img-wrapper,.product-img-placeholder{background:#0000004d;border-radius:12px;justify-content:center;align-items:center;width:100%;height:200px;margin-bottom:1.5rem;display:flex;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-name{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.product-description{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;font-size:.875rem;line-height:1.4}.product-actions{border-top:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.product-price{color:var(--primary);font-size:1.25rem;font-weight:800}
