.hgw-gallery-zoom {
  position: relative;
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23000000' d='M21.788 21.788a.724.724 0 0 1-1.022 0l-3.666-3.666a9.12 9.12 0 1 1 1.022-1.022l3.666 3.666a.724.724 0 0 1 0 1.022ZM11.157 3.5a7.657 7.657 0 1 0 0 15.313 7.657 7.657 0 0 0 0-15.313Zm0 4.524c.4 0 .723.324.723.723v1.687h1.687a.723.723 0 1 1 0 1.446H11.88v1.687a.723.723 0 1 1-1.446 0V11.88H8.747a.723.723 0 1 1 0-1.446h1.687V8.747c0-.399.324-.723.723-.723Z'/%3E%3C/svg%3E") 16 16, zoom-in;
}

.hgw-gallery-zoom__lens {
  position: absolute;
  z-index: 5;
  width: 200px;
  height: 200px;
  border: 3px solid #b88114;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  pointer-events: none;
  opacity: 0;
  transform: scale(.82);
  transition: opacity .2s ease, transform .2s ease;
}

.hgw-gallery-zoom.is-active .hgw-gallery-zoom__lens {
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 640px) {
  .hgw-gallery-zoom__lens {
    width: 130px;
    height: 130px;
  }
}
