.product-list{background-color:#f9fafb;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:2rem;display:grid}.product-cards{text-align:center;cursor:pointer;background-color:#fff;border-radius:12px;padding-bottom:1rem;text-decoration:none;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.08)}.product-cards:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.product-img{object-fit:cover;border-bottom:1px solid #eee;width:100%;height:220px}.product-cards h2{color:#333;margin:1rem 0 .5rem;font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600}.product-cards p{color:#4f46e5;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}
