@media (max-width: 1366px) and (any-pointer: coarse) {
  body#product .product-cover.ovz-lpz-ready,
  body.page-product .product-cover.ovz-lpz-ready {
    position: relative;
    -webkit-touch-callout: none;
  }

  body#product .product-cover.ovz-lpz-ready > img.js-qv-product-cover,
  body.page-product .product-cover.ovz-lpz-ready > img.js-qv-product-cover {
    -webkit-user-drag: none;
    user-select: none;
  }

  body#product .product-cover.ovz-lpz-ready::after,
  body.page-product .product-cover.ovz-lpz-ready::after {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    max-width: calc(100% - 20px);
    padding: 6px 10px 6px 28px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 999px;
    background-color: rgba(17, 17, 17, 0.72);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round'%3E%3Ccircle cx='10.5' cy='10.5' r='6.5'/%3E%3Cpath d='m16 16 5 5M10.5 7v7M7 10.5h7'/%3E%3C/svg%3E");
    background-position: 9px center;
    background-repeat: no-repeat;
    color: #fff;
    content: attr(data-ovz-lpz-hint);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.01em;
    pointer-events: none;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  }
}

html.ovz-lpz-open,
body.ovz-lpz-open {
  height: 100%;
  overflow: hidden !important;
  overscroll-behavior: none;
}

.ovz-lpz-viewer {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  visibility: hidden;
  background: #080808;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 0s linear 160ms;
}

.ovz-lpz-viewer.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.ovz-lpz-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  touch-action: none;
  user-select: none;
}

.ovz-lpz-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  opacity: 0;
  transform-origin: center center;
  transition: opacity 120ms ease;
  will-change: transform;
  -webkit-user-drag: none;
  user-select: none;
}

.ovz-lpz-image.is-loaded {
  opacity: 1;
}

.ovz-lpz-close {
  position: absolute;
  top: 25vh;
  right: max(12px, env(safe-area-inset-right));
  z-index: 3;
  display: grid;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  outline: none;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
  font: 300 34px/1 Arial, sans-serif;
  place-items: center;
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
}

.ovz-lpz-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 64px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 14px;
  outline: none;
  background: rgba(0, 0, 0, 0.58);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
  font: 300 52px/1 Arial, sans-serif;
  place-items: center;
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
}

.ovz-lpz-previous {
  left: max(10px, env(safe-area-inset-left));
}

.ovz-lpz-next {
  right: max(10px, env(safe-area-inset-right));
}

.ovz-lpz-nav:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.62);
}

.ovz-lpz-nav:disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.ovz-lpz-nav[hidden] {
  display: none;
}

.ovz-lpz-nav span {
  transform: translateY(-3px);
}

.ovz-lpz-close:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.62);
}

.ovz-lpz-close span {
  transform: translateY(-1px);
}

.ovz-lpz-help {
  position: absolute;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  left: max(16px, env(safe-area-inset-left));
  z-index: 2;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.52);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 1.35;
  pointer-events: none;
  text-align: center;
}

.ovz-lpz-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  animation: ovz-lpz-spin 800ms linear infinite;
  pointer-events: none;
}

.ovz-lpz-image.is-loaded + .ovz-lpz-loader {
  display: none;
}

@keyframes ovz-lpz-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ovz-lpz-viewer,
  .ovz-lpz-image {
    transition: none;
  }
}
