/* Keep full-size product images inside the visible lightGallery viewport. */
.lg-outer .lg-image {
  max-width: max(1px, calc(100vw - 32px)) !important;
  max-height: max(1px, calc(100vh - 150px)) !important;
  max-height: max(1px, calc(100dvh - 150px)) !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}
