.yas-pdp .catalog-element-gallery-previews--native {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0 4px 4px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.yas-pdp .catalog-element-gallery-previews--native::-webkit-scrollbar {
  height: 4px;
}
.yas-pdp .catalog-element-gallery-previews--native::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(31, 45, 80, 0.18);
}
.yas-pdp .catalog-element-gallery-previews--native .catalog-element-gallery-preview {
  flex: 0 0 64px;
  width: 64px;
  min-width: 64px;
  display: block;
  border-bottom: none;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  scroll-snap-align: start;
}
.yas-pdp .catalog-element-gallery-previews--native .catalog-element-gallery-preview[data-active=true] {
  border-color: var(--blue, #3498db);
  box-shadow: 0 0 0 1px var(--blue, #3498db);
}
.yas-pdp .catalog-element-gallery-previews--native .catalog-element-gallery-preview-wrapper {
  position: relative;
  padding-top: 100%;
}
.yas-pdp .catalog-element-gallery-previews--native .catalog-element-gallery-preview-wrapper-2 {
  position: absolute;
  inset: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yas-pdp .catalog-element-gallery-previews--native .catalog-element-gallery-preview-wrapper-2 img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 992px) {
  .yas-pdp .catalog-element-gallery-previews--native {
    margin-top: 10px;
    padding: 0 16px 12px;
  }
}

/*# sourceMappingURL=yas-pdp-gallery.css.map */
