@media screen and (max-width: 991px) {
  .product .swiper-button-next,
  .product .swiper-button-prev {
    display: none !important;
  }

  .product-gallery {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .product-img-btn {
    display: none !important;
  }
}
