.an-swiper {
  --an-swiper-nav-color: #b1a063;
  --an-swiper-dot-color: #b1a063;
  --an-swiper-dot-inactive-color: #aaa;
  --an-swiper-dot-inactive-opacity: .5;

  --swiper-navigation-color: var(--an-swiper-nav-color);
  --swiper-pagination-color: var(--an-swiper-dot-color);
  --swiper-pagination-bullet-inactive-color: var(--an-swiper-dot-inactive-color);
  --swiper-pagination-bullet-inactive-opacity: var(--an-swiper-dot-inactive-opacity);

  width: 100%;
}

.an-swiper.an-swiper-dots {
  overflow: hidden;
}

.an-swiper .swiper-button-prev,
.an-swiper .swiper-button-next {
  z-index: 1000;
}