.recommended-products .product-recommendations,
.recommended-products-section .product-recommendations {
  min-height: 457px;
}
.recommended-products .product-recommendations .recommended-heading,
.recommended-products-section .product-recommendations .recommended-heading {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767.98px) {
  .recommended-products .product-recommendations .recommendations-slider,
  .recommended-products-section .product-recommendations .recommendations-slider {
    margin-right: -1.5rem;
  }
}
.recommended-products .product-recommendations.recommended-snippet,
.recommended-products-section .product-recommendations.recommended-snippet {
  margin: 0px auto 88px;
}
@media only screen and (max-width: 767.98px) {
  .recommended-products .product-recommendations.recommended-snippet .recommended-heading,
  .recommended-products-section .product-recommendations.recommended-snippet .recommended-heading {
    text-align: center;
  }
}

.recommended-products:empty {
  display: none;
  margin: 0;
}
