.o-product-recommendations {
  position: relative;
}
.o-product-recommendations .m-product-card,
.o-product-recommendations .js-swiper-slide {
  height: 100%;
}
.o-product-recommendations .m-product-card.mobile,
.o-product-recommendations .js-swiper-slide.mobile {
  display: block;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-product-card.mobile,
  .o-product-recommendations .js-swiper-slide.mobile {
    display: none;
  }
}
.o-product-recommendations .m-swiper.swiper-initialized {
  overflow: visible;
}
.o-product-recommendations .m-swiper:not(.swiper-initialized) .js-swiper-wrapper {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.o-product-recommendations .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"] .js-swiper-slide {
  width: calc((100% - 0.5rem) / 0.85);
  margin-right: 1rem;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"] .js-swiper-slide {
    width: calc((100% - 7rem) / 5);
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-swiper:not(.swiper-initialized)[data-columns-mobile="1"].js-product-recommendations-slider .js-swiper-slide {
    width: calc((100% - 7rem) / 6);
  }
}
.o-product-recommendations .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"] .js-swiper-slide {
  width: calc((100% - 0.5rem) / 1.85);
  margin-right: 1rem;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"] .js-swiper-slide {
    width: calc((100% - 7rem) / 5);
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-swiper:not(.swiper-initialized)[data-columns-mobile="2"].js-product-recommendations-slider .js-swiper-slide {
    width: calc((100% - 7rem) / 6);
  }
}
.o-product-recommendations .m-swiper .m-swiper__arrow {
  top: 90%;
  padding: 0;
}
.o-product-recommendations .m-swiper .m-swiper__arrow.mobile {
  display: block;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-swiper .m-swiper__arrow.mobile {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-swiper .m-swiper__arrow {
    top: 45%;
    padding: 0.5rem;
  }
}
.o-product-recommendations .m-swiper .m-swiper__arrow--prev {
  left: var(--layout-site-padding);
  justify-content: flex-start;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations .m-swiper .m-swiper__arrow--prev {
    left: var(--layout-site-padding);
  }
}
.o-product-recommendations .m-swiper .m-swiper__arrow--next {
  justify-content: flex-end;
  right: var(--layout-site-padding);
}
.o-product-recommendations__inner {
  overflow: hidden;
}
.o-product-recommendations__products {
  padding-left: var(--layout-site-padding);
  padding-bottom: 10rem;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations__products {
    padding-bottom: 0;
    padding-left: 0;
  }
}
.o-product-recommendations__products--container {
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations__products--container {
    margin-right: 6.75%;
    margin-left: 6.75%;
  }
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations__products--inner.grid, .o-product-recommendations .m-swiper:not(.swiper-initialized) .o-product-recommendations__products--inner.js-swiper-wrapper {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: auto !important;
    column-gap: 2.5rem;
  }
}
.o-product-recommendations__products[data-columns-mobile="1"] .m-swiper__arrow {
  top: 95%;
}
@media screen and (min-width: 1100px) {
  .o-product-recommendations__products[data-columns-mobile="1"] .m-swiper__arrow {
    top: 40%;
  }
}
