/********************
	Part - Style général des items swiper
********************/

.container-primary .swiper-container {
  position: relative;
}

.swiper-slide {
  height: auto;
}

.swiper-slide > .product-miniature {
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 9;
}

/********************************
	Part - Featured products
********************************/

.featured-products {
  position: relative;
  padding-top: 2em;
}

.featured-products h2 {
  font-size: calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  color: #3B3B3B;
  line-height: 1;
}
