/* FORCE full height on product card */
.swiper-slide .js-product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* Inner product content */
.swiper-slide .js-product .js-product-miniature {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
}

/* Make the bottom stretch to fill space */
.swiper-slide .js-product .element-bottom {
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex-grow: 1 !important;
}