<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
  background-image: none;
}

#goods .slick_navigation {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin: 36px auto 0;
  width: fit-content;
}
#goods .slick_navigation .goods_prev {
  transform: rotate(-180deg);
}

#goods .slick-dots {
  display: flex;
  gap: 10px;
}
#goods .slick-dots li {
  border: none;
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  border-radius: 50%;
}
#goods .slick-dots .slick-active {
  background: #877429;
}

#goods .slick_navigation button {
  background: none;
  border: none;
}
.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: cesnter;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: none;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  position: relative;
  top: unset;
  margin-top: 0;
  transition: opacity 0.4s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.7;
}
.swiper-pagination-bullet {
  border: none;
  opacity: 1;
  transition: 0.3s;
  width: 10px;
  height: 10px;
  background-color: white;
}
.swiper-pagination-bullet-active {
  border: none;
  background-color: #877429;
}

.swiper-button-prev {
  transform: scaleX(-1);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

@media screen and (max-width: 767px) {
  #goods .slick-dots {
    display: flex;
    gap: 10px;
  }
  #goods .slick-dots li {
    border: none;
    width: 7px;
    height: 7px;
    background: #d9d9d9;
    border-radius: 50%;
  }
  #goods .slick-dots .slick-active {
    background: #877429 !important;
  }
  #goods .slick_navigation {
    margin-top: 11px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-left: 24px;
    width: 90%;
  }
  #goods .swiper-pagination {
    position: relative;
    display: flex;
    height: 20px;
    width: fit-content;
    gap: 5px;
  }
  #goods .slick-prev,
  #goods .slick-next,
  #goods .swiper-button-next {
    width: 42px;
    flex-shrink: 0;
  }
  #goods .snap_navigation {
    display: flex;
    gap: 20px;
  }
}
</pre></body></html>