.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__inner .a-btn--link {
  margin-top: 20px;
}
.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__tabs {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 2.4rem;
  scrollbar-width: none;
}
.o-featured-collection__tabs::-webkit-scrollbar {
  display: none;
}
.o-featured-collection__mobile-layout {
  display: none;
}
.o-featured-collection__tab {
  align-items: center;
  background: var(--color-primary-bg, #fff);
  border: 1px solid var(--color-primary-border, #d9d9d9);
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 13px;
  padding: 16px 60px;
  border-radius: 2px;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .o-featured-collection__tab {
    padding: 16px 40px;
  }
}
.o-featured-collection__tab:hover, .o-featured-collection__tab:focus-visible {
  border-color: var(--color-primary);
  outline: none;
}
.o-featured-collection__tab.is-active {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-primary-bg, #fff);
}
.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;
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .o-featured-collection {
    overflow: visible;
  }
  .o-featured-collection__tabs {
    gap: 0.8rem;
  }
  .o-featured-collection__tab {
    padding: 1rem 4rem;
    font-size: 1.3rem;
  }
  .o-featured-collection__tab.is-active {
    background: #18473f;
    border-color: #18473f;
  }
  .o-featured-collection__slider-wrapper, .o-featured-collection__slider-wrapper.swiper {
    display: none;
  }
  .o-featured-collection__mobile-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.6rem;
    row-gap: 2.4rem;
  }
  .o-featured-collection__mobile-card .m-product-card__image,
  .o-featured-collection__mobile-card .m-product-card__image img {
    width: 100%;
    height: 100%;
  }
  .o-featured-collection__mobile-card .m-product-card__quick-add {
    bottom: 1.6rem;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
    z-index: 2;
  }
  .o-featured-collection__mobile-card .m-product-card__quick-add .a-btn {
    min-height: 0;
    border-radius: 0.3rem;
    background: #fff;
    color: #000;
    justify-content: center;
    text-transform: uppercase;
  }
  .o-featured-collection__mobile-card .m-product-card__quick-add .m-product-form__submit-text {
    font-weight: 500;
    letter-spacing: 0;
  }
  .o-featured-collection__mobile-card .m-product-card__intro {
    max-width: none;
  }
  .o-featured-collection__mobile-card--featured {
    grid-column: 1/-1;
  }
  .o-featured-collection__mobile-card--featured .m-product-card .m-product-card__fw-btn .a-btn {
    padding: 10px 40px;
    text-wrap: nowrap;
  }
  .o-featured-collection__mobile-card--featured .m-product-card .m-product-card__fw-btn .a-btn span {
    font-size: 13px;
  }
  .o-featured-collection__mobile-card--featured .m-product-card__quick-add {
    width: 15.2rem;
  }
  .o-featured-collection__mobile-card--featured .m-product-card__quick-add .a-btn {
    min-height: 3.4rem;
    padding: 1rem 4rem;
  }
  .o-featured-collection__mobile-card--featured .m-product-card__quick-add .m-product-form__submit-text {
    font-size: 1.3rem;
    line-height: 1.354rem;
  }
  .o-featured-collection__mobile-card--compact .m-product-card .m-product-card__fw-btn .a-btn {
    padding: 6px 20px;
    text-wrap: nowrap;
  }
  .o-featured-collection__mobile-card--compact .m-product-card .m-product-card__fw-btn .a-btn span {
    font-size: 10px;
  }
  .o-featured-collection__mobile-card--compact .m-product-card__quick-add {
    bottom: 0.8rem;
    width: 10.7rem;
  }
  .o-featured-collection__mobile-card--compact .m-product-card__quick-add .m-product-form__submit-text {
    font-size: 1rem;
    line-height: 1.354rem;
  }
  .o-featured-collection__mobile-card--compact .m-product-card__footer {
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }
  .o-featured-collection__mobile-cta {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    padding: 1rem 2.4rem !important;
    border-radius: 0.3rem;
    background: #18473f;
    color: #fff;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .o-featured-collection__mobile-cta {
    margin-bottom: 4.8rem;
  }
}
.o-featured-collection-collection {
  background: #e1e6e5;
}
@media screen and (max-width: 768px) {
  .o-featured-collection-collection {
    padding-bottom: 48px;
    overflow: hidden;
  }
}
.o-featured-collection-collection .m-product-card__content {
  background-color: #fff;
  padding: 2rem;
  margin-top: 0;
}
.o-featured-collection-collection .o-featured-collection__slider-wrapper,
.o-featured-collection-collection .o-featured-collection__slider-wrapper.swiper {
  display: block;
}
.o-featured-collection-collection .o-featured-collection__mobile-layout {
  display: none;
}
.o-featured-collection-collection .m-swiper__controllers {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .o-featured-collection-collection .m-swiper__controllers {
    margin-bottom: 0;
  }
}
