/* Only verified galleries in the existing product template. */
.elementor.elementor-125 .du-product-preview-block [data-id="47dcc2b"]:has(.du-quality-preview-grid) {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-right: 0;
}
.elementor.elementor-125 .du-product-preview-block [data-id="31184ed"]:has(.du-quality-preview-duplicate) {
  display: none;
}
.elementor.elementor-125 .du-product-preview-block .du-quality-preview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  min-width: 0;
}
.elementor.elementor-125 .du-product-preview-block .du-quality-preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  margin: 0;
  padding: 10px;
  border: 1px solid #dfe5f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgb(7 24 73 / 5%);
  box-sizing: border-box;
}
.elementor.elementor-125 .du-product-preview-block .du-quality-preview-link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-width: 0;
  border-radius: 3px;
}
.elementor.elementor-125 .du-product-preview-block .du-quality-preview-grid img.du-quality-preview-img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(100%, var(--du-preview-natural-width));
  max-height: 380px;
  margin: 0 auto;
  object-fit: contain;
  aspect-ratio: auto;
}
.elementor.elementor-125 .du-product-preview-block .du-quality-preview-caption {
  margin-top: 10px;
  color: #46536b;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
.elementor.elementor-125 .du-product-preview-block .du-quality-preview-link:focus-visible {
  outline: 3px solid #071849;
  outline-offset: 4px;
}
@media (max-width: 1024px) {
  .elementor.elementor-125 .du-product-preview-block .du-quality-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .elementor.elementor-125 .du-product-preview-block .du-quality-preview-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
