.o-fcs {
  display: flex;
  align-items: center;
}
.o-fcs__inner {
  width: 100%;
}
.o-fcs__top-content {
  margin-bottom: 5rem;
}
.o-fcs__tabs {
  display: flex;
  overflow: scroll;
}
@media screen and (min-width: 1100px) {
  .o-fcs__tabs {
    display: block;
    overflow: unset;
  }
}
.o-fcs__tab {
  margin: 1rem;
  border: none;
  text-decoration: none;
}
.o-fcs__sub-title {
  font-family: var(--ff-tertiary);
  color: var(--form-placeholder-color);
  font-size: var(--body-fs-sm);
  margin-bottom: 0.6rem;
}
.o-fcs__collection-tab {
  display: none;
}
.o-fcs__btn-container {
  margin-top: 6rem;
}
.o-fcs .m-product-card {
  height: 100%;
}
.o-fcs__swiper {
  padding-bottom: 5rem;
  padding-left: var(--layout-site-padding);
}
.o-fcs__swiper .o-fcs__navigation-arrow {
  display: flex;
}
@media screen and (min-width: 1100px) {
  .o-fcs__swiper {
    padding-bottom: 0;
  }
}
.o-fcs__swiper-slide {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1100px) {
  .o-fcs__swiper-wrapper.grid, .o-fcs .m-swiper:not(.swiper-initialized) .o-fcs__swiper-wrapper.js-swiper-wrapper {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: auto !important;
    column-gap: 2.5rem;
  }
}
.o-fcs__navigation-arrow {
  top: unset;
  bottom: 0;
  padding: 0;
}
@media screen and (min-width: 1100px) {
  .o-fcs__navigation-arrow {
    top: 45%;
  }
}
.o-fcs__navigation-arrow--next {
  justify-content: flex-end;
  right: var(--layout-site-padding);
}
.o-fcs__navigation-arrow--prev {
  justify-content: flex-start;
  left: var(--layout-site-padding);
}
.o-fcs__navigation-arrow .icon {
  height: 1.6rem;
  width: auto;
}
.o-fcs__navigation-arrow::after {
  display: none;
}
.o-fcs .active-collection {
  display: block;
}
.o-fcs .active-tab {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.o-fcs .m-swiper:not(.swiper-initialized) .o-fcs__navigation-arrow {
  display: none;
}
.o-fcs .m-swiper:not(.swiper-initialized) .js-swiper-wrapper {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.o-fcs .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"] .js-swiper-slide {
  width: calc((100% - 0.5rem) / 0.85);
  margin-right: 2rem;
}
@media screen and (min-width: 1100px) {
  .o-fcs .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"] .js-swiper-slide {
    width: calc((100% - 7rem) / 5);
  }
}
@media screen and (min-width: 1100px) {
  .o-fcs .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"].js-featured-collection-slider-swiper .js-swiper-slide {
    width: calc((100% - 7rem) / 6);
  }
}
.o-fcs .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"] .js-swiper-slide {
  width: calc((100% - 0.5rem) / 1.85);
  margin-right: 2rem;
}
@media screen and (min-width: 1100px) {
  .o-fcs .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"] .js-swiper-slide {
    width: calc((100% - 7rem) / 5);
  }
}
@media screen and (min-width: 1100px) {
  .o-fcs .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"].js-featured-collection-slider-swiper .js-swiper-slide {
    width: calc((100% - 7rem) / 6);
  }
}
