.c-product-gallery__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  background: #ffffff;
}
.c-product-gallery__slider {
  position: relative;
  --swiper-pagination-bottom: 32px;
}
.c-product-gallery__pagination {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-product-gallery__pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.55);
  opacity: 1;
  transition: background 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}
.c-product-gallery__pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 10px;
  height: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}
@media (max-width: 1280px) {
  .c-product-gallery__slide {
    height: auto;
  }
  .c-product-gallery__img {
    height: auto;
  }
}
@media (min-width: 1281px) {
  .c-product-gallery__slider {
    overflow: visible;
  }
  .c-product-gallery__slider .swiper-wrapper {
    flex-direction: column;
    transform: none !important;
    gap: 3px;
    height: auto !important;
  }
  .c-product-gallery__slider .swiper-slide {
    width: 100% !important;
    height: auto !important;
    overflow: hidden;
  }
  .c-product-gallery__pagination {
    display: none;
  }
  .c-product-gallery__img {
    transition: transform 0.4s ease;
  }
  .c-product-gallery__slide:hover .c-product-gallery__img {
    transform: scale(1.04);
  }
}
.c-product-gallery__slide {
  cursor: zoom-in;
}

.c-gallery-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.96);
}
.c-gallery-lightbox.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-gallery-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ffffff;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.c-gallery-lightbox__close:hover {
  opacity: 1;
}
.c-gallery-lightbox__swiper {
  width: 100%;
  height: 100%;
}
.c-gallery-lightbox__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 80px;
}
@media (max-width: 767.98px) {
  .c-gallery-lightbox__slide {
    padding: 60px 20px;
  }
}
.c-gallery-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
}
.c-gallery-lightbox__nav {
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.c-gallery-lightbox__nav:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .c-gallery-lightbox__nav {
    display: none;
  }
}
.c-gallery-lightbox__counter {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-size: 0.8125em;
  opacity: 0.5;
  white-space: nowrap;
}

body.u-lightbox-open {
  overflow: hidden;
}

/*# sourceMappingURL=product-gallery.css.map */
