.image-preview {
  width: 100vw;
  max-width: none;
  height: 100vh;
  max-height: none;
  margin: 0;
  border: 0;
  display: grid;
  place-items: center;
  padding: 58px 16px 24px;
  background: rgba(15, 24, 18, .92);
}

.image-preview:not([open]) { display: none; }
.image-preview::backdrop { background: transparent; }

.image-preview img {
  display: block;
  max-width: 100%;
  max-height: calc(100dvh - 82px);
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .35);
}

.image-preview-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 28px;
}

.inventory-photo,
.detail-cover {
  cursor: zoom-in;
}
