﻿
.owl-carousel-wide .owl-item {
    justify-content: space-around;
}
.owl-carousel-wide .owl-stage {
    display: flex;
    padding-left: 3px;
}
.owl-carousel-wide .product-tile {
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.owl-carousel-wide .product-tile img {
    height: 213px;
    object-fit: contain;
}

.owl-carousel-wide .recommendation-wrapper {
    height: 100%;
}
.owl-carousel-wide .owl-carousel .owl-item .card-body.product-tile {
    padding: .75rem;
}