


.crossProduit {
  height: 100%;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.crossProduit__item {
  text-align: initial;
}
.crossProduit__title {
  margin-bottom: 7rem;
  font-size: 1.8rem;
  padding: 0 25px;
}
.crossProduit__title-S {
  font-size: 4.5rem;
  margin-bottom: 3rem;
}
.crossProduit__cardWrapper {
  height: 100%;
  margin-top: 7rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crossProduit__cardWrapper .crossProduitSwipper .swiper-wrapper .swiper-slide {
  width: 42rem;
  margin: 0 1px;
}
.crossProduit__cardWrapper .crossProduitSwipper .swiper-wrapper .productItem__visual {
  height: 55.6rem;
}
.crossProduit__cardWrapper .crossProduitSwipper .productItem {
  margin: 0 1px;
  width: 100%;
}
.crossProduit__cardWrapper .crossProduitSwipper .productItem__content__left {
  text-align: initial;
}
.crossProduit .btn__cta__standard--black {
  margin-top: 6.5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1024px) {
  .crossProduit .crossProduit__title-S {
    font-size: 3.5rem;
    margin-bottom: 3rem;
  }
  .crossProduit .crossProduit__cardWrapper .crossProduitSwipper {
    width: 100%;
  }
  .crossProduit .crossProduit__cardWrapper .crossProduitSwipper .swiper-wrapper .swiper-slide {
    width: 61%;
  }
  .crossProduit .crossProduit__cardWrapper .crossProduitSwipper .swiper-wrapper .productItem__visual {
    height: 30.2rem;
  }
  .crossProduit .btn__cta__standard--black {
    margin-top: 3rem;
    margin-bottom: 7rem;
  }
}