.related-products{padding:0;max-width:var(--custom-page-width);width:100%;margin:50px auto}
.related-products .related-products__heading{display:flex;align-items:center;justify-content:center;padding-inline:5vw;margin-bottom:0}
.related-products .related-products__heading .related-products__title{font-family:Bebas Neue;font-size:clamp(32px, 5vw, 50px);font-weight:400;line-height:25.6px;letter-spacing:.02em;text-align:center;text-underline-position:from-font;text-decoration-skip-ink:none;color:var(--color-brand-heading, #231710);margin:0 0 clamp(24px, 3.5vw, 40px) 0}
.related-products .related-products-slider{max-width:var(--custom-page-width);width:100%;margin:0 auto;position:relative;padding:0 1rem}
.related-products .related-products-swiper{width:100%;overflow:hidden;padding:2rem 0}
.related-products .related-products-swiper .swiper-wrapper{align-items:stretch}
.related-products .related-products-slide{height:auto;display:flex}
.related-products .related-products-slide .product-card-wrapper{flex:1;display:flex;flex-direction:column}
.related-products .related-products-pagination{position:static;margin-top:1.4rem;display:flex;justify-content:center;gap:4px}
.related-products .related-products-pagination .swiper-pagination-bullet{border-radius:.8rem;background:#D9D9D9;width:20px;height:6px;opacity:1;transition:all 0.3s ease-in-out}
.related-products .related-products-pagination .swiper-pagination-bullet-active{background:#000;width:20px;height:6px}
.related-products .related-products-prev,
.related-products .related-products-next{background:var(--color-brand-arrow, #BA9045);border-radius:50%;width:44px;height:44px;display:none;justify-content:center;align-items:center;z-index:2!important;top:45%}
@media screen and (min-width:768px){.related-products .related-products-prev,.related-products .related-products-next{display:flex}}
.related-products .related-products-prev::after,
.related-products .related-products-next::after{font-size:18px;color:#FFF;font-weight:700}
.related-products .related-products-prev{left:0}
@media screen and (min-width:1200px){.related-products .related-products-prev{left:-1.5rem}}
.related-products .related-products-next{right:0}
@media screen and (min-width:1200px){.related-products .related-products-next{right:-1.5rem}}