.lockerverse-auction-gallery {
  min-width: 0;
  background: var(--lockerverse-control, #101114);
}
.lockerverse-auction-gallery button,
.lockerverse-auction-gallery__viewer button {
  box-sizing: border-box;
  padding: 0;
  font: inherit;
  cursor: pointer;
  border: 0;
}
.lockerverse-auction-gallery button:focus-visible,
.lockerverse-auction-gallery__viewer button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.lockerverse-auction-gallery__stage {
  position: relative;
}
.lockerverse-auction-gallery__viewport {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #000;
}
.lockerverse-auction-gallery__track {
  display: flex;
  height: 100%;
  touch-action: pan-y pinch-zoom;
}
.lockerverse-auction-gallery__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
}
.lockerverse-auction-gallery .lockerverse-auction-gallery__photo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: zoom-in;
  background: transparent;
  border-radius: 0;
}
.lockerverse-auction-gallery .lockerverse-auction-gallery__photo:focus-visible {
  outline-offset: -2px;
}
.lockerverse-auction-gallery__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lockerverse-auction-gallery__rotation {
  position: absolute;
  inset: auto 12px 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  height: 32px;
  pointer-events: none;
}
.lockerverse-auction-gallery__progress-track {
  flex: 1;
  height: 2px;
  overflow: hidden;
  background: #ffffff40;
  border-radius: 999px;
}
.lockerverse-auction-gallery__progress {
  width: 100%;
  height: 100%;
  background: #ffffffe6;
  border-radius: 999px;
  transform-origin: left;
}
.lockerverse-auction-gallery__control {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffffd9;
  pointer-events: none;
  border-radius: 999px;
  opacity: 0;
}
.lockerverse-auction-gallery__control.is-visible {
  pointer-events: auto;
  opacity: 0.7;
}
.lockerverse-auction-gallery__control:focus-visible,
.lockerverse-auction-gallery__control:hover {
  color: #fff;
  pointer-events: auto;
  opacity: 1;
}
.lockerverse-auction-gallery__play {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #0006;
}
.lockerverse-auction-gallery__play::before {
  position: absolute;
  inset: -8px;
  content: "";
}
.lockerverse-auction-gallery__play:hover {
  background: #0009;
}
.lockerverse-auction-gallery__previous,
.lockerverse-auction-gallery__next {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  background: #0000004d;
  transform: translateY(-50%);
}
.lockerverse-auction-gallery__previous {
  left: 8px;
}
.lockerverse-auction-gallery__next {
  right: 8px;
}
.lockerverse-auction-gallery__previous:hover,
.lockerverse-auction-gallery__next:hover {
  background: #0000008c;
}
.lockerverse-auction-gallery__chevron {
  width: 20px;
  height: 20px;
}
.lockerverse-auction-gallery__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 224px;
  font-size: 14px;
  color: var(--lockerverse-muted, #ffffff80);
}
.lockerverse-auction-gallery__strip {
  padding: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.lockerverse-auction-gallery__strip::-webkit-scrollbar {
  display: none;
}
.lockerverse-auction-gallery__thumbnails {
  display: flex;
  gap: 10px;
  width: max-content;
  margin-inline: auto;
}
.lockerverse-auction-gallery .lockerverse-auction-gallery__thumbnail {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 60px;
  padding: 2px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  opacity: 0.55;
}
.lockerverse-auction-gallery
  .lockerverse-auction-gallery__thumbnail.is-selected {
  border-color: var(--lockerverse-text, #ffffffe6);
  opacity: 1;
}
.lockerverse-auction-gallery__thumbnail:hover,
.lockerverse-auction-gallery__thumbnail:focus-visible {
  opacity: 1;
}
.lockerverse-auction-gallery__thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.lockerverse-auction-gallery__backdrop {
  position: fixed;
  inset: 0;
  z-index: 2147483645;
  background: #000;
}
.lockerverse-auction-gallery__viewer {
  position: fixed;
  inset: 0;
  z-index: 2147483646;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #fff;
  outline: none;
  background: #000;
  border: 0;
  border-radius: 0;
}
.lockerverse-auction-gallery__full-image {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: pan-y pinch-zoom;
}
.lockerverse-auction-gallery__full-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lockerverse-auction-gallery__preload {
  visibility: hidden;
  pointer-events: none;
}
.lockerverse-auction-gallery__viewer-close,
.lockerverse-auction-gallery__viewer-previous,
.lockerverse-auction-gallery__viewer-next {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fffc;
  background: #0000008c;
  border-radius: 999px;
}
.lockerverse-auction-gallery__viewer-close {
  top: 16px;
  right: 16px;
}
.lockerverse-auction-gallery__viewer-previous,
.lockerverse-auction-gallery__viewer-next {
  top: 50%;
  transform: translateY(-50%);
}
.lockerverse-auction-gallery__viewer-previous {
  left: 12px;
}
.lockerverse-auction-gallery__viewer-next {
  right: 12px;
}
.lockerverse-auction-gallery__viewer-close:hover,
.lockerverse-auction-gallery__viewer-previous:hover,
.lockerverse-auction-gallery__viewer-next:hover {
  color: #fff;
  background: #000c;
}
.lockerverse-auction-gallery__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}
@media (min-width: 640px) {
  .lockerverse-auction-gallery .lockerverse-auction-gallery__thumbnail {
    width: 88px;
    height: 66px;
  }
  .lockerverse-auction-gallery__viewer-previous {
    left: 24px;
  }
  .lockerverse-auction-gallery__viewer-next {
    right: 24px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .lockerverse-auction-gallery__control {
    transition: opacity 200ms;
  }
  .lockerverse-auction-gallery .lockerverse-auction-gallery__thumbnail {
    transition:
      opacity 150ms,
      border-color 150ms;
  }
}
