.pcsoft-bundle-gallery {
  display: grid;
  gap: 14px;
  width: 100%;
}

.pcsoft-bundle-gallery__frame img[data-pcsoft-bundle-gallery-main] {
  display: block;
  height: auto;
  max-height: 620px;
  object-fit: contain;
  width: 100%;
}

.pcsoft-bundle-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.pcsoft-bundle-gallery__thumb {
  align-items: center;
  aspect-ratio: 3 / 4;
  background: #fff;
  border: 1px solid #d7deea;
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 4px;
  width: 72px;
}

.pcsoft-bundle-gallery__thumb:hover,
.pcsoft-bundle-gallery__thumb:focus-visible {
  border-color: #6d91eb;
  outline: none;
}

.pcsoft-bundle-gallery__thumb.is-active,
.pcsoft-bundle-gallery__thumb[aria-pressed="true"] {
  border: 2px solid #2458d3;
  padding: 3px;
}

.pcsoft-bundle-gallery__thumb img {
  display: block !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: contain !important;
  width: 100% !important;
}

@media (max-width: 640px) {
  .pcsoft-bundle-gallery {
    gap: 10px;
  }

  .pcsoft-bundle-gallery__thumb {
    width: 62px;
  }
}
