.product-recommendations:has(.related-wrap.hide-print) .related-tab li[data-title="more-in-this-print"],
.related-wrap.hide-print .carousel-rowouter[data-title="more-in-this-print"]{display:none;}
@media(min-width:992px){
  .carousel-rowouter:not(.active-carousel){display:none;}
  .related-tab{display:flex;align-items:center;justify-content:center;gap:16px;padding-bottom:40px;}
  .related-tab li:not(.active-tab){opacity:0.5;}
}
@media(max-width:991px){
  .related-wrap:not(.hide-print) .related-products{padding-bottom:60px;}
  .related-wrap .carousel-rowouter:has(.splide.is-overflow) .pr-mb-head{padding-bottom:50px;}
  .related-wrap .carousel-rowouter:not(:has(.splide.is-overflow)) .pr-mb-head,.related-wrap .carousel-rowouter:has(.carousel-row .product-item:only-child) .pr-mb-head{padding-bottom:24px;}
}