.new-collection-gallery {
  padding-block: 80px;
  padding-inline: 30px;
}

.gallery_collection_swiper {
  padding-bottom: 10rem !important;
}

.gallery_collection_swiper {
  max-width: 1440px !important;
}

.gallery_collection_swiper .swiper-button-next,
.gallery_collection_swiper .swiper-button-prev {
  background: linear-gradient(0deg, rgb(255 255 255) 36%, rgb(249 249 249) 100%) !important;
}

@media (max-width: 600px) {
  .new-collection-gallery {
    padding-block: 40px;
    padding-inline: 16px;
    gap: 24px;
  }
}
