#wapo-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#wapo-lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.wapo-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.yith-wapo-option .image-container img {
  cursor: zoom-in;
}
