.featured-products-slider-section {
  overflow: hidden;
}
.featured-products-slider-section .featured-products-wrapper.full-width {
  max-width: 100%;
}
.featured-products-slider-section .featured-products-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 32px;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header {
  width: 100%;
  position: relative;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 20px;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .heading {
  font-family: var(--font-heading-family);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .heading > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 992px) {
  .featured-products-slider-section .featured-products-wrapper .featured-products-header .heading {
    font-size: 32px;
  }
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 767.98px) {
  .featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls {
    display: none;
  }
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-prev.featured-products-navigation,
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-next.featured-products-navigation {
  position: static;
  inset: unset;
  translate: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1d1d1d;
  transition: opacity 0.15s ease-in-out;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-prev.featured-products-navigation::after,
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-next.featured-products-navigation::after {
  display: none;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-prev.featured-products-navigation svg,
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-next.featured-products-navigation svg {
  width: 9px;
  height: auto;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-prev.featured-products-navigation.swiper-button-disabled,
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-next.featured-products-navigation.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-prev.featured-products-navigation.swiper-button-lock,
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls .swiper-button-next.featured-products-navigation.swiper-button-lock {
  opacity: 0.5;
  display: flex;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-header .swiper-controls:has(.swiper-button-lock) {
  visibility: hidden;
}
.featured-products-slider-section .featured-products-wrapper .featured-products-cta {
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
.featured-products-slider-section [data-advanced-commerce-elem] {
  max-width: 100%;
  width: 100%;
}
.featured-products-slider-section .featured-products-slider.swiper {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .featured-products-slider-section .featured-products-slider.swiper {
    overflow: visible;
  }
}
.featured-products-slider-section .featured-products-slider.swiper .swiper-wrapper {
  align-items: stretch;
}
.featured-products-slider-section .featured-products-slider.swiper .swiper-wrapper .swiper-slide {
  height: auto;
}
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column nowrap;
}
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide svg,
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide img.featured-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide .content {
  width: 100%;
  height: 100%;
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 8px;
  padding: 35px 23px 40px;
  background: var(--primary-colour);
}
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide .content .heading,
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide .content .description {
  width: 100%;
  text-align: left;
  color: inherit;
  line-height: 1.4;
}
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide .content .heading {
  font-size: 24px;
}
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide .content .description {
  font-size: 14px;
}
.featured-products-slider-section .featured-products-slider.swiper .featured-collection-card.swiper-slide .content .featured-collection-btn {
  margin-top: 14px;
}

.featured-products-grid-section .detailed-feature-header {
  text-align: center;
  margin: 30px 0 0;
}
.featured-products-grid-section .detailed-feature-grid {
  margin: 100px 0 0;
}
@media only screen and (max-width: 767.98px) {
  .featured-products-grid-section .detailed-feature-grid {
    margin: 30px 0 0;
  }
}
.featured-products-grid-section .detailed-feature-grid .grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 14px;
  padding: 0 0 60px;
}
.featured-products-grid-section .detailed-feature-grid .grid-wrapper .detailed-feature-card {
  align-items: center;
  display: flex;
  flex: 0 0 31.333333%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .featured-products-grid-section .detailed-feature-grid .grid-wrapper .detailed-feature-card {
    flex: 0 0 47.333333%;
    justify-content: flex-start;
    margin: 0 0 -9%;
    width: 100%;
  }
}
.featured-products-grid-section .detailed-feature-grid .grid-wrapper .detailed-feature-card .bg-image {
  border-radius: 24px;
  overflow: hidden;
  width: 100%;
}
.featured-products-grid-section .detailed-feature-grid .grid-wrapper .detailed-feature-card .feature-content {
  margin: 20px 0 0;
}
@media only screen and (max-width: 767.98px) {
  .featured-products-grid-section .detailed-feature-grid .grid-wrapper .detailed-feature-card .feature-content {
    margin: 20px 0 30px;
  }
}
.featured-products-grid-section .detailed-feature-grid .grid-wrapper .detailed-feature-card .feature-content .button-white-outline.feature-btn {
  width: initial;
}
