.recommended-products .collection-slider-nav {
  display: flex;
  flex-shrink: 0;
  width: 168px;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  background-color: #ededeb;
}
@media only screen and (max-width: 767.98px) {
  .recommended-products .collection-slider-nav {
    display: none;
  }
}
.recommended-products .collection-slider-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  margin: 0 4px;
}
.recommended-products .collection-slider-nav .collection-slider-pagination {
  width: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}
.recommended-products .collection-slider-nav .collection-slider-pagination p,
.recommended-products .collection-slider-nav .collection-slider-pagination span {
  font-family: "acumin-pro", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.42px;
  font-weight: 300;
}
.recommended-products .alternatives-products-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.recommended-products .alternatives-products-heading h2 {
  font-family: "nimbus-roman", serif;
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 400;
}
@media only screen and (max-width: 991.98px) {
  .recommended-products .alternatives-products-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .recommended-products .alternatives-products-heading h2 {
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .recommended-products .alternatives-products-heading .swiper-nav-container {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .recommended-products .alternatives-products-slider {
    margin-right: -20px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.recommended-products:empty {
  display: none;
  margin: 0;
}
