.o-featured-collection {
  max-width: 100vw;
  overflow: hidden;
}
.o-featured-collection:not(.o-featured-collection--no-margin) {
  margin-top: var(--spacing-md);
  margin-bottom: var(--spacing-md);
}
@media screen and (min-width: 1100px) {
  .o-featured-collection:not(.o-featured-collection--no-margin) {
    margin-top: var(--spacing-xl);
    margin-bottom: var(--spacing-xl);
  }
}
.o-featured-collection--wrapper {
  padding-left: calc(var(--layout-site-padding) - var(--spacing-xs));
  padding-right: calc(var(--layout-site-padding) - var(--spacing-xs));
  width: 100%;
  max-width: var(--layout-container-width);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection--wrapper {
    padding-left: calc(var(--layout-site-padding) + var(--spacing-md));
  }
}
@media screen and (min-width: 1250px) {
  .o-featured-collection--wrapper {
    padding-left: var(--layout-site-padding);
    padding-right: var(--layout-site-padding);
  }
}
.o-featured-collection__content {
  position: relative;
}
.o-featured-collection__content::before {
  display: none;
  content: "";
  position: absolute;
  inset-block: 0;
  z-index: -1;
  width: 50vw;
  right: 1rem;
  background-color: rgb(var(--color-background));
  background-position-x: calc(50vw - (24rem + var(--layout-site-padding)) + var(--spacing-xl));
  background-size: cover;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__content::before {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .o-featured-collection__content::before {
    background-position-x: calc((var(--layout-container-width) - (var(--layout-site-padding)) * 2) / 2 - 24rem + var(--spacing-xl));
  }
}
.o-featured-collection__inner {
  padding-top: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
  position: relative;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner {
    padding-bottom: var(--spacing-xxl);
    border-radius: var(--border-radius-24) 0 0 var(--border-radius-24);
    padding: 0;
    width: 100%;
    margin-left: var(--spacing-lg-2);
  }
}
.o-featured-collection__inner::before {
  content: "";
  border-radius: 20px 0 0 20px;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: clip;
  right: 0;
  width: 100%;
  background-color: rgb(var(--color-background));
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner::before {
    width: calc(50vw - var(--spacing-lg-2));
  }
}
.o-featured-collection__inner.header-position-top .o-featured-collection__header {
  display: flex;
  justify-content: space-between;
}
.o-featured-collection__inner.header-position-top .o-featured-collection__slider-container {
  max-width: 100%;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-top .o-featured-collection__slider-wrapper {
    margin-left: calc(var(--spacing-lg-2) * -1);
  }
}
.o-featured-collection__inner.header-position-top .o-featured-collection__content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-top .o-featured-collection__content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-top .o-featured-collection__content::before {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-left .o-featured-collection__slider-container {
    margin-left: 1rem;
    flex: 1;
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-left .o-featured-collection--wrapper {
    display: flex;
  }
}
.o-featured-collection__inner.header-position-left .o-featured-collection__content {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-left .o-featured-collection__content {
    margin-bottom: 0;
    max-width: 24rem;
    flex-shrink: 0;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-left .o-featured-collection__slider-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: var(--spacing-xl);
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__inner.header-position-left .o-featured-collection__header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__slider-container {
    max-width: calc(100% - 24rem);
  }
}
.o-featured-collection__slider-wrapper {
  overflow: visible;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__content {
    margin-left: calc(var(--spacing-lg-2) * -1);
  }
}
.o-featured-collection__badge {
  margin-bottom: var(--spacing-md);
}
.o-featured-collection__heading {
  margin-bottom: var(--spacing-xs);
}
.o-featured-collection__content {
  margin-bottom: var(--spacing-md);
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__content {
    padding-top: var(--spacing-xl);
    padding-bottom: var(--spacing-xl);
  }
}
.o-featured-collection__text {
  margin-top: var(--spacing-md);
  margin-bottom: var(--spacing-md);
}
.o-featured-collection__link {
  margin-bottom: var(--spacing-md);
}
.o-featured-collection__navigation {
  display: flex;
  gap: var(--spacing-sm);
}
.o-featured-collection__navigation .m-swiper__arrow {
  position: initial;
  margin-top: 0;
}
.o-featured-collection__navigation--desktop {
  display: none;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__navigation--desktop {
    display: flex;
  }
}
.o-featured-collection__footer {
  margin-top: var(--spacing-lg);
  z-index: 1;
  position: relative;
}
.o-featured-collection__footer .a-btn {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .o-featured-collection__slider-wrapper {
    padding-bottom: var(--spacing-xl);
  }
}
.o-featured-collection__slider-wrapper .swiper-slide {
  width: auto;
  height: auto;
}
.o-featured-collection__slider-wrapper .swiper-slide .m-product-card,
.o-featured-collection__slider-wrapper .swiper-slide .m-event-product-card {
  height: 100%;
}
.o-featured-collection__slider-wrapper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: var(--spacing-md) var(--spacing-md);
}
.o-featured-collection__slider-wrapper:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  --flex-items: 1.5;
  width: calc(100% / var(--flex-items) - (var(--flex-items) - 1) / var(--flex-items) * var(--spacing-md));
}
@media screen and (min-width: 1250px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="1.5"] .swiper-slide {
    --flex-items: 1.5;
  }
}
@media screen and (min-width: 1250px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="2"] .swiper-slide {
    --flex-items: 2;
  }
}
@media screen and (min-width: 1250px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="2.5"] .swiper-slide {
    --flex-items: 2.5;
  }
}
@media screen and (min-width: 1250px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="3"] .swiper-slide {
    --flex-items: 3;
  }
}
@media screen and (min-width: 1250px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="3.5"] .swiper-slide {
    --flex-items: 3.5;
  }
}
@media screen and (min-width: 1250px) {
  .o-featured-collection__slider-wrapper:not(.swiper-initialized)[data-columns="4"] .swiper-slide {
    --flex-items: 4;
  }
}
.o-featured-collection__slider-wrapper--grid .swiper-wrapper {
  flex-wrap: wrap;
}
.o-featured-collection__slider-wrapper--slider:not(.swiper-initialized) {
  overflow: hidden;
}
.o-featured-collection__slider-wrapper--slider:not(.swiper-initialized) .swiper-wrapper {
  flex-wrap: nowrap;
}
.o-featured-collection__pattern .o-featured-collection__content::before, .o-featured-collection__pattern .o-featured-collection__inner::before {
  background-image: var(--pattern);
  background-size: 100vw auto;
}
.o-featured-collection__pattern--full .o-featured-collection__inner::before {
  width: 100vw;
}
