body { background-color: #fff; }

.product-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.price {
    font-weight: 600;
}
