/* Add custom CSS styles below */ 
.s-product-card-fit-height .s-product-card-image {
    height: 18rem;
    max-height: fit-content;
}

.s-product-card-content-title a {
    display: block;
    font-size: 1rem;
}

.s-product-card-image-contain {
    object-fit: cover;
}