.swiper-button-next,
.swiper-button-prev {
  height: 32px;
  width: 32px;
  background-color: rgba(0, 123, 255, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 8px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: remixicon;
  font-size: 28px;
  color: rgba(0, 123, 255, 1);
  transition: all 0.3s ease;
}
.swiper-button-prev::after {
  content: "\ea64" !important;
}
.swiper-button-next::after {
  content: "\ea6e" !important;
}
.swiper-pagination-bullet {
  width: 22px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.dynamic-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.dynamic-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}
.swiper-pagination-fraction {
  color: #ffffff;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
}
.pagination-custom .swiper-pagination-bullet {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 8px;
  background-color: #ffffff;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fca311;
  opacity: 1;
}
.swiper-pagination-progressbar {
  height: 6px !important;
  background-color: rgba(252, 163, 17, 0.25);
}
.swiper-pagination-progressbar-fill {
  background-color: #fca311;
}
.swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(2px);
  padding: 1.2px;
  height: 6px !important;
}
.swiper-scrollbar-drag {
  background-color: #ffffff;
}
.swiper-pagination-dark .swiper-pagination-bullet {
  background-color: #fca311;
}
.swiper-pagination-dark .dynamic-pagination .swiper-pagination-bullet {
  background-color: #fca311;
}
.swiper-pagination-dark.pagination-custom .swiper-pagination-bullet {
  color: #ffffff;
}
.swiper-pagination-dark.pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination-dark.swiper-scrollbar {
  background-color: rgba(0, 0, 0, 0.35);
}

.product-img-slider .product-nav-slider .nav-slide-item {
    border: 1px solid #e9ebec;
    border-radius: 0.25rem;
    padding: 0.5rem;
    cursor: pointer;
}
