
.product-carousel .swiper-wrapper{
  padding-inline: 2rem;
}


@media screen and (max-width: 768px) {
  .product-carousel .swiper-wrapper{
    padding-inline: 1.6rem;
  }

}