.product-grid { display:flex; flex-wrap:wrap; gap:15px; }
.product-card { border:1px solid #ccc; padding:10px; width:30%; text-align:center; }
.product-card img { width:100%; height:200px; object-fit:cover; }
div#cart-count a {
    background-color: #005e70;
    text-align: center;
    padding: 5px;
    color: #fff;
    display: block;
    text-decoration: none;
}
