.featured-products-slider-section .featured-products-wrapper.landing-page-section {
  padding-top: 48px;
}
@media only screen and (max-width: 767.98px) {
  .featured-products-slider-section .featured-products-wrapper.landing-page-section {
    padding-top: 24px;
  }
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header {
  position: relative;
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .heading {
  text-align: center;
  margin: 0 auto;
  font-weight: 400;
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 991.98px) {
  .featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper {
    display: none;
  }
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper .swiper-controls {
  gap: 32px;
  background: transparent;
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper .swiper-controls .featured-products-navigation {
  width: 28px;
  height: 28px;
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper .swiper-controls .featured-products-navigation svg {
  height: 14px;
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper .swiper-controls .featured-products-navigation svg path {
  fill: #1d1d1d;
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper .swiper-controls .featured-products-navigation:after {
  content: none;
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section .featured-products-header .button-wrapper .swiper-controls .swiper-button-prev svg {
  transform: rotate(180deg);
}
.featured-products-slider-section .featured-products-wrapper.landing-page-section [data-advanced-commerce-elem] {
  padding-right: 0;
}
