.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
}

.swiper-pagination-bullet-active {
  background: white;
}

.swiper-pagination-bullet {
  background: var(--backgroundSurfaceEnabled);
}

.product-gallery-swiper .swiper-button-prev,
.product-gallery-swiper .swiper-button-next {
  top: 0;
  height: 100%;
  width: 72px;
  margin-top: 0;
}

.product-gallery-swiper .swiper-button-prev {
  left: 0;
  right: auto;
  justify-content: flex-start;
  padding-left: 16px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

.product-gallery-swiper .swiper-button-next {
  right: 0;
  left: auto;
  justify-content: flex-end;
  padding-right: 16px;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
}

.product-gallery-swiper .swiper-button-prev::after,
.product-gallery-swiper .swiper-button-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.product-gallery-swiper .swiper-button-prev::after {
  -webkit-mask-image: url("../icons/icon-arrow-wnPlaej.svg");
  mask-image: url("../icons/icon-arrow-wnPlaej.svg");
}

.product-gallery-swiper .swiper-button-next::after {
  -webkit-mask-image: url("../icons/icon-arrow-wnPlaej.svg");
  mask-image: url("../icons/icon-arrow-wnPlaej.svg");
  transform: rotate(180deg);
}
