.collection-row.swiper-container-horizontal{
  display: flex;
  align-items: stretch;
    .swiper-wrapper {
        display: flex;
        height: auto;
        align-items: stretch;
    }
    .swiper-slide {
        display: flex;
        flex-direction: column;
        height: auto;
        .product-thumb{
            justify-content: inherit;
            .product-thumb-inner{

            }
            .product-thumb-caption{
                flex: 1 0 auto;
                display: flex;
                flex-direction: column;
                .price-unit:empty {
                    display: none;
                }
                .product-thumb-caption-price{
                    margin-top: auto;
                }
            }
        }
    }
}

