img.have-large-image {
  cursor: url(https://media.vancaro.com/public/images/cursor-zoom.png), zoom-in;
}
.slider-img-list .slide-item {
  position: relative;
}
.enlarge-prompt {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: url(https://media.vancaro.com/public/images/zoom-gesture.png) no-repeat;
  background-size: 100% 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  display: none;
}
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  z-index: 2000;
}
.pswp__scroll-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 120px;
  display: flex;
  transition: transform 0.3s ease;
  z-index: 10;
}
.pswp__item {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.pswp__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}
.pswp__img.zoomed {
  cursor: move;
}
.pswp__button--close {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
  z-index: 11;
  display: block;
  width: 25px;
  height: 25px;
  background: url(https://media.vancaro.com/public/images/close-modal-241111.png) no-repeat;
  background-size: 100% 100%;
}
.pswp__button--arrow {
  position: absolute;
  top: 45%;
  z-index: 10;
  outline: none;
  border: none;
  width: 28px;
  height: 98px;
  background: url(https://media.vancaro.com/public/images/arrow.png) no-repeat;
  cursor: pointer;
}
.pswp__button--arrow--prev {
  background-position: -35px 0;
  left: 30px;
  right: auto;
}
.pswp__button--arrow--next {
  background-position: -105px 0;
  right: 30px;
  left: auto;
}
.pswp__counter {
  font-size: 16px;
}
.pswp__thumbnails-content {
  display: flex;
  transition: transform 0.3s ease;
  width: max-content;
}
.pswp__thumbnails-content img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.pswp__thumbnails-content img.active {
  border-color: #979595 !important;
}
.pswp__thumbnails {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 35px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
}
.pswp__thumbnails-container {
  position: relative;
  max-width: 606px;
  margin: 0 auto;
  overflow: hidden;
}
.pswp__zoom-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}
.pswp__zoom-level {
  width: 90px;
  text-align: center;
}
.pswp__button--zoom-out {
  width: 35px;
  height: 35px;
  background: url(https://media.vancaro.com/public/images/narrow.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.pswp__button--zoom-in {
  width: 35px;
  height: 35px;
  background: url(https://media.vancaro.com/public/images/enlarge.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.pswp__loading {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #000;
  border: 5px solid #ccc;
  border-top: 5px solid #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  z-index: 10;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.mobile-amplification {
  display: none;
}
@media screen and (max-width: 1024px) {
  .product-images {
    width: 100%;
  }
  .pswp__container {
    bottom: 90px;
  }
  .pswp__button--close {
    top: 10px;
    right: 15px;
  }
  .pswp__zoom-controls {
    margin-bottom: 15px;
  }
  .pswp__thumbnails-content img {
    width: 70px;
    height: 70px;
  }
  .pswp__button--zoom-in,
  .pswp__button--zoom-out {
    width: 30px;
    height: 30px;
  }
  .pswp__button--arrow {
    top: 40%;
  }
  .pswp__button--arrow--next {
    right: 0;
    background: url(https://media.vancaro.com/Help/gnext.png) no-repeat;
    background-size: 60% 60%;
    height: 40px;
    width: 30px;
    background-color: #f3f1f1;
    border-radius: 4px 0 0 4px;
    background-position: center;
  }
  .pswp__button--arrow--prev {
    left: 0;
    background: url(https://media.vancaro.com/Help/gprev.png) no-repeat;
    background-size: 60% 60%;
    height: 40px;
    width: 30px;
    background-color: #f3f1f1;
    border-radius: 0 4px 4px 0;
    background-position: center;
  }
  .mobile-amplification {
    display: block;
    position: absolute;
    bottom: 22px;
    left: 30px;
    z-index: 2;
    width: 30px;
    height: 30px;
    background: url(https://media.vancaro.com/public/images/enlarge.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .pswp__thumbnails-container {
    max-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .pswp__loading {
    top: 46%;
    left: 43%;
  }
}