/* Remove forced height on product images */
.product-listing__item.cabinet-product img {
    height: auto !important;
    max-width: 300px;
    object-fit: contain;
}

/* Make the <a> container a vertical flexbox so the image sits at the bottom */
.product-listing__item.cabinet-product {
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
}
