.vack-lightbox-ready {
  cursor: zoom-in;
}
.vack-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  box-sizing: border-box;
}
.vack-lightbox.is-open {
  display: flex;
}
.vack-lightbox img {
  max-width: 96vw;
  max-height: 92vh;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.38);
}
.vack-lightbox__close {
  position: fixed;
  top: 14px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.48);
  font-size: 30px;
  line-height: 42px;
  cursor: pointer;
}
.vack-lightbox__caption {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}
@media (max-width: 640px) {
  .vack-lightbox {
    padding: 12px;
  }
  .vack-lightbox img {
    max-width: 96vw;
    max-height: 88vh;
  }
}

/* Keep legacy product thumbnails visible instead of cropping long products. */
.proimg,
.proList li .div1,
.case_item,
.case_item_1,
.mainShow,
.details_1_5,
#LPdemo,
#Rdemo {
  overflow: visible !important;
}
.proimg img,
.proList li .div1 img,
.case_item img,
.case_item_1 img,
.mainShow img,
.details_1_5 img,
#LPdemo img,
#Rdemo img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
.details_1_5 img,
.mainShow img {
  max-height: none !important;
}

/* Keep legacy product thumbnails visible instead of cropping long products. */
.proimg,
.proList li .div1,
.case_item,
.case_item_1,
.mainShow,
.details_1_5,
#LPdemo,
#Rdemo {
  overflow: visible !important;
}
.proimg img,
.proList li .div1 img,
.case_item img,
.case_item_1 img,
.mainShow img,
.details_1_5 img,
#LPdemo img,
#Rdemo img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}
.details_1_5 img,
.mainShow img {
  max-height: none !important;
}
