.swiper.swiper-jumbotron .swiper-pagination-bullet {
  background-color: #334155;
}

.best-products-container::-webkit-scrollbar {
  display: hidden;
}

.best-products-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
