.swiper-products {
    max-width: 900px;
    margin: 0 auto;
  }
  @media (max-width: 600px){
    .swiper-products {
      max-width: calc(100vw - 80px);
      margin: 0 auto;
    }
  }
  .swiper-slide {
    width: 300px;
    height: 200px;
  }
  