.custom-related-products {
  .product__slider--button {
    background-color: #001e60;
    color: #fff;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .swiper-pagination-bullet {
    transition: width 0.2s ease;
    border-radius: 100px;

    &.swiper-pagination-bullet-active {
      width: 50px;
      background-color: #001e60;
    }
  }
}

@media screen and (max-width: 749px) {
  .custom-related-products {
    .product__slider--button {
      display: none;
    }
    .section[data-is-swiper] {
      & > .container {
        padding-right: 0;
      }
      
      .swiper-wrapper .swiper-slide:last-child .product-grid-item {
        margin-right: 1.5rem;
      }
    }
  }
}
