@media (min-width: 1629.98px) {
  .rs-product-slider .section__head {
    margin-bottom: 56px;
  }
}
.rs-product-slider .section__head-title {
  max-width: 961px;
}
@media (max-width: 991.98px) {
  .rs-product-slider__slider {
    overflow: visible;
  }
}
.rs-product-slider__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(229, 209, 193, 0.3);
}
@media (max-width: 1439.98px) {
  .rs-product-slider__action {
    padding-top: 24px;
    margin-top: 24px;
  }
}
@media (max-width: 1169.98px) {
  .rs-product-slider__action {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 767.98px) {
  .rs-product-slider__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}