.related-products {
  display: block;
}
.related-products__heading {
  margin: 0 0 3rem;
}
.related-product-square .custom-product-card-wrapper .swiper-slide img ,
.related-product-portrait .custom-product-card-wrapper .swiper-slide img {
  object-fit: cover;
}
.related-product-square .custom-product-card-wrapper .swiper-slide img {
  aspect-ratio: 1/1;
}
.related-product-portrait .custom-product-card-wrapper .swiper-slide img {
  aspect-ratio: 1/1.25;
}
.related-products .custom-product-card-wrapper .price--on-sale .price__sale {
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .product product-recommendations:not(:has(.grid__item )) {
    padding: 0;
  }
}
