.product-card-col {
    display: flex;
    margin-bottom: 0;
}
.product-card {
    width: 100%;
}
.product-card-media {
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #f8f9fa;
    flex-shrink: 0;
}
.product-card-media > a {
    display: block;
    height: 100%;
}
.product-card-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
