.product-card img {
    height: 160px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.card-title{
    color: #ffcc00;
}