.product-card{background:#fff;border:1px solid #eee;border-radius:8px;flex-direction:column;padding:1rem;transition:transform .2s,box-shadow .2s;display:flex}.product-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.product-image{aspect-ratio:4/3;background:#f9f9f9;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.product-image img{object-fit:contain;max-width:90%;max-height:90%}.product-brand{color:#e30613;text-transform:uppercase;font-size:.8rem;font-weight:700}.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.8rem;margin:.5rem 0 1rem;font-size:1.1rem;display:-webkit-box;overflow:hidden}.product-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.product-price{font-size:1.2rem;font-weight:800}.add-to-cart-btn{color:#fff;cursor:pointer;background:#111;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600}.add-to-cart-btn:hover{background:#e30613}
.product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem;display:grid}
