.related-products {
  display: block;
}

.customize-related-products .related-products__heading {
  margin: 0 0 64px;
  max-width: 500px;
}
.customize-related-products{overflow: hidden;}
.customize-related-products .slider-arrows{display: flex; gap: 8px; position: absolute; top: -128px; right: 0;}
.customize-related-products .slider-arrows .arrows svg rect{fill: rgb(var(--color-foreground)); fill-opacity: 1;}
.customize-related-products .swiper{overflow: visible;}
.customize-related-products .upper-swipper{overflow-x: hidden;}
@media screen and (max-width: 767px){
  .customize-related-products .upper-swipper{overflow: visible;}
  .customize-related-products .related-products__heading {padding: 0 0 38px; margin: 0 auto; text-align: center;}
  .customize-related-products .slider-arrows{position: relative; top: inherit; justify-content: center; margin-top: 38px;}
}