@media (hover: hover) and (pointer: fine) {
  .hz-zoom-target {
    cursor: zoom-in;
  }
  .hz-zoom-lens {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.12s ease;
    z-index: 1;
  }
  .hz-zoom-lens.is-active {
    opacity: 1;
  }
}
