.sud-recommended-products {
  min-height: 457px;
}
.sud-recommended-products .page-width {
  overflow: hidden;
  position: relative;
  max-width: calc(var(--page-width) + 30px);
}
.sud-recommended-products .recommended-products-heading-wrapper {
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 10px;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 575.98px) {
  .sud-recommended-products .recommended-products-heading-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.sud-recommended-products .recommended-products-heading-wrapper .recommended-products-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sud-recommended-products .recommended-products-heading-wrapper a {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  color: var(--primary-text-color);
}
.sud-recommended-products .recommended-products-heading-wrapper .heading-lg {
  text-align: center;
}
.sud-recommended-products .swiper {
  justify-content: space-between;
}
@media only screen and (max-width: 769.98px) {
  .sud-recommended-products .swiper {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.sud-recommended-products .swiper-pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 33px auto 0;
  position: relative;
  bottom: unset;
  top: unset;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 769.98px) {
  .sud-recommended-products .swiper-pagination {
    display: none;
  }
}
.sud-recommended-products .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid var(--text-primary-color);
  opacity: 1;
  background-color: transparent;
  transform: unset;
  box-sizing: border-box;
}
.sud-recommended-products .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--text-primary-color);
}
.sud-recommended-products .recommend-swiper-button-next.swiper-button-next {
  top: 70px;
  right: 90px;
}
@media only screen and (max-width: 769.98px) {
  .sud-recommended-products .recommend-swiper-button-next.swiper-button-next {
    display: none;
  }
}
.sud-recommended-products .recommend-swiper-button-prev.swiper-button-prev {
  top: 70px;
  right: 120px;
  left: unset;
}
@media only screen and (max-width: 769.98px) {
  .sud-recommended-products .recommend-swiper-button-prev.swiper-button-prev {
    display: none;
  }
}
@media only screen and (max-width: 769.98px) {
  .sud-recommended-products .recommendations-slider {
    margin-right: -1.5rem;
  }
}
