body {
  -webkit-text-size-adjust: none;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #1e1e1e;
  height: 24px;
  width: 24px;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  color: #1e1e1e;
  font-size: 1.2rem;
}
.product-image img,
.product-offer-image img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-image img:hover,
.product-offer-image img:hover {
  scale: 1.05;
}
.swiper-pagination {
  text-align: left !important;
  margin-left: 6rem !important;
  bottom: 1.5rem !important;
}
.swiper-pagination-bullet {
  width: 1rem !important;
  background: white !important;
  opacity: 1 !important;
  border-radius: 8px !important;
  height: 6px !important;
}
.swiper-pagination-bullet-active {
  width: 3rem !important;
}
#home-categories {
  z-index: 9999 !important;
}
@media (max-width: 900px) {
  .swiper-pagination {
    margin-left: 1rem !important;
    bottom: 14rem !important;
  }
  #home-categories {
    left: unset !important;
    right: 1rem;
  }
}
