/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
 @media only screen and (min-width: 992px) and (max-width: 1299.98px)  {
    [data-page="1"] .recommendation .slick-slider-other.is-not-opc .carousel .product-wrapper{
        min-width: 217px;   
    }
 }

 @media only screen and (min-width: 1300px)  {
    [data-page="1"] .recommendation .slick-slider-other.is-not-opc .carousel .product-wrapper{
    min-width: 220px;   
    }
 }