.o-featured-collection {
  position: relative;
  overflow: hidden;
}
.o-featured-collection__heading, .o-featured-collection__headline, .o-featured-collection__caption,
.o-featured-collection .a-checkbox__label,
.o-featured-collection .a-input__field,
.o-featured-collection .a-btn--transparent {
  color: inherit;
}
.o-featured-collection__inner {
  position: relative;
}
.o-featured-collection__inner.offset-top {
  margin-top: -20vh;
  z-index: 999999;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__inner.offset-top {
    margin-top: -30vh;
  }
}
.o-featured-collection__headline {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .o-featured-collection__headline {
    font-size: 1.2rem;
  }
}
.o-featured-collection__heading {
  margin-bottom: 0;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__heading {
    max-width: 100%;
  }
}
.o-featured-collection__heading-container {
  border-bottom: 1px solid var(--color-primary-body);
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .o-featured-collection__heading-container {
    margin-bottom: 0;
  }
}
.o-featured-collection__heading-container .a-link {
  margin-bottom: calc(var(--main-title-line-height, 0) * 0.1);
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  font-weight: 400;
}
.o-featured-collection.no-border {
  padding-bottom: 0;
}
.o-featured-collection.no-border .o-featured-collection__heading-container {
  border-bottom: 0;
}
.o-featured-collection__inner {
  position: relative;
}
.o-featured-collection__badge-image {
  overflow: visible;
  position: absolute;
  top: -3rem;
  right: -1rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__badge-image {
    top: -3rem;
    right: -3rem;
  }
}
.o-featured-collection__badge-image img {
  width: 8rem;
  height: auto;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__badge-image img {
    width: 10rem;
  }
}
.o-featured-collection__text {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__text {
    margin-top: 1.5rem;
  }
}
.o-featured-collection__text p:last-of-type {
  margin-bottom: 0;
}
.o-featured-collection__content {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .o-featured-collection__content {
    margin-bottom: 2rem;
  }
}
.o-featured-collection__col-nav-slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.o-featured-collection__col-nav-slider-container .m-swiper__arrow {
  position: relative;
  margin: 0;
  height: 3.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-featured-collection__col-nav-slider-container .m-swiper__arrow svg path {
  fill: var(--color-primary);
}
.o-featured-collection__col-nav-slider-container .m-swiper__arrow--prev {
  left: 0;
}
.o-featured-collection__col-nav-slider-container .m-swiper__arrow--next {
  right: 0;
}
.o-featured-collection__col-nav-slider-container .m-swiper__arrow::after {
  content: "";
}
.o-featured-collection__col-nav-slider-wrapper {
  position: relative;
}
.o-featured-collection__col-nav-slider-wrapper.swiper {
  display: flex;
}
.o-featured-collection__col-nav-slider-wrapper .swiper-wrapper {
  width: 91.6666666667%;
}
.o-featured-collection__col-nav-slider-wrapper .swiper-slide {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
}
.o-featured-collection__col-nav-slider-wrapper .swiper-slide.last {
  width: 10rem;
}
.o-featured-collection__col-nav-slider-wrapper:not(.swiper-initialized) .swiper-slide {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__col-nav-slider-wrapper:not(.swiper-initialized) .swiper-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.o-featured-collection__col-nav-slider-wrapper .a-link {
  font-weight: 400;
}
.o-featured-collection__grid {
  padding: 0;
  margin: calc(-1 * var(--layout-column-grid-gap)) calc(-1 * var(--layout-row-grid-gap));
}
.o-featured-collection__grid .m-product-card {
  height: 100%;
}
.o-featured-collection__grid.grid {
  width: auto;
  min-width: 100%;
}
.o-featured-collection__grid-item {
  padding: var(--layout-column-grid-gap) var(--layout-row-grid-gap);
}
.o-featured-collection__slider-wrapper {
  position: relative;
}
@media (max-width: 500px) {
  .o-featured-collection__slider-wrapper.swiper {
    overflow: visible;
  }
}
.o-featured-collection__slider-wrapper:not(.swiper-initialized) .swiper-slide {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized) .swiper-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.o-featured-collection__slider-wrapper:not(.swiper-initialized) .swiper-wrapper {
  overflow: hidden;
  width: auto;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized) .swiper-wrapper {
    margin: 0 -1.5rem;
  }
}
.o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns-mobile="1"] .swiper-slide {
  width: 100%;
}
.o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns-mobile="2"] .swiper-slide {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="3"] .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="4"] .swiper-slide {
    width: 25%;
  }
}
.o-featured-collection__footer {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .o-featured-collection__footer.normal {
    display: none !important;
  }
}
