.product-thumb-link {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
}

.product-thumb-link:hover .product-thumb {
  outline: 2px solid #ff0000;
}

.product-image-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.product-image-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
}

.product-image-dialog {
  position: relative;
  z-index: 1;
  max-width: 95vw;
  margin: 2.5vh auto;
  text-align: center;
}

.product-image-full {
  max-width: 95vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  border: 2px solid #ff0000;
}

.product-image-caption {
  color: #ffffff;
  margin: 0 0 12px;
}

.product-image-close {
  margin: 12px 0 0;
}

.product-image-close a {
  color: #ff0000;
  text-decoration: none;
}

.product-image-close a:hover {
  text-decoration: underline;
}
