@charset "UTF-8";
/* Swiper-галерея на странице товара: пагинация как у .slider_home, hover-zoom на фото */
.kshop-product-page {
  /* Миниатюры Woo остаются под слайдером */
}
.kshop-product-page .kshop-product-gallery-swiper {
  position: relative;
  overflow: hidden;
  /* Пропорция кадра как в макете: 975×731 → aspect-ratio: ширина / высота (точнее, чем ~1.3338). */
  /* Приближение при наведении (внутри слайда) */
  /* Пагинация в духе slider_home: «полоски» на десктопе, точки на планшете */
}
.kshop-product-page .kshop-product-gallery-swiper .woocommerce-product-gallery__wrapper.swiper-wrapper {
  margin: 0;
}
.kshop-product-page .kshop-product-gallery-swiper .woocommerce-product-gallery__image.swiper-slide {
  position: relative !important;
  margin: 0;
  width: 100% !important;
  aspect-ratio: 975/731;
  height: auto;
  box-sizing: border-box;
}
.kshop-product-page .kshop-product-gallery-swiper .woocommerce-product-gallery__image {
  overflow: hidden;
}
.kshop-product-page .kshop-product-gallery-swiper .woocommerce-product-gallery__image a {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}
.kshop-product-page .kshop-product-gallery-swiper .woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.kshop-product-page .kshop-product-gallery-swiper .woocommerce-product-gallery__image:hover img {
  transform: scale(1.06);
}
body.kshop-touch-device .kshop-product-page .kshop-product-gallery-swiper .woocommerce-product-gallery__image:hover img {
  transform: scale(1);
}
.kshop-product-page .kshop-product-gallery-swiper .swiper-pagination.kshop-product-gallery__pagination {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  padding: 0 40px;
  box-sizing: border-box;
  pointer-events: none;
  max-width: 300px;
}
@media (max-width: 1023px) {
  .kshop-product-page .kshop-product-gallery-swiper .swiper-pagination.kshop-product-gallery__pagination {
    gap: 6px;
    bottom: 12px;
  }
}
.kshop-product-page .kshop-product-gallery-swiper.kshop-product-gallery-swiper--single .kshop-product-gallery__pagination {
  display: none;
}
.kshop-product-page .kshop-product-gallery-swiper .swiper-pagination-bullet {
  overflow: hidden;
  flex: 1 1 0;
  width: auto;
  height: 4px;
  margin: 0 !important;
  background: rgba(63, 58, 52, 0.28);
  opacity: 1;
  transition: background-color 0.3s ease;
  border-radius: 5px;
  pointer-events: auto;
}
@media (max-width: 1023px) {
  .kshop-product-page .kshop-product-gallery-swiper .swiper-pagination-bullet {
    flex: unset !important;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    flex-shrink: 0;
  }
}
.kshop-product-page .kshop-product-gallery-swiper .swiper-pagination-bullet-active {
  background: #3f3a34;
}
.kshop-product-page .flex-control-thumbnails {
  margin-top: 12px;
}

/*# sourceMappingURL=kshop-single-product-gallery.css.map */
