.related-products-carousel-container .product-recommendations .swiper-slide img, .related-products-carousel-container .complete-outfit .swiper-slide img {
  object-fit: cover !important;
  height: 100% !important;
}
 
.related-image-container {
    aspect-ratio: 2/3;

}



.related-products-title {
  padding-bottom: 3rem;
}

@media screen and (max-width: 950px) {
 .complete-outfit-prev, .complete-outfit-next, .recommended-products-prev, .recommended-products-next {
   display: none;
 }
}