.snippet-layout-related-products .swiper {
  overflow: visible;
}
.snippet-layout-related-products .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.snippet-layout-related-products .swiper-controls {
  justify-content: flex-end;
  margin-top: 1.5rem;
}