@charset "utf-8";

.product__sliderThumbnail .swiper-slide {
  opacity: .37;
}

.product__sliderThumbnail .swiper-slide-thumb-active {
  opacity: 1;
}

.standard__swiper .swiper-pagination-bullet {
  background: #434343;
  width: 9px;
  height: 9px;
  @media screen and (max-width: 1024px) {
    width: 7px;
    height: 7px;
  }
  &:nth-child(1) {
    margin-left: 0;
  }
}

.swiper-button-prev, .swiper-button-next {
  color: #fff;

}

.swiper-button-next2 {
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev2 {
  left: 0;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev::after {
  display: none;
}