/* v138: image usability only. Do not move modules or alter the 3-column workbench layout. */

.catalog-card .catalog-art,
.catalog-card .catalog-art .image-zoom-trigger {
  min-height: clamp(190px, 22vh, 260px) !important;
}

.catalog-card .catalog-art img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(190px, 22vh, 260px) !important;
  object-fit: contain !important;
  cursor: zoom-in;
}

.inline-product-card figure,
.inline-product-card figure .image-zoom-trigger,
.visual-landing-card figure,
.visual-landing-card figure .image-zoom-trigger {
  min-height: clamp(150px, 18vh, 210px) !important;
}

.inline-product-card img,
.visual-landing-card img,
.industry-entry-grid img {
  width: 100% !important;
  height: 100% !important;
  min-height: clamp(150px, 18vh, 210px) !important;
  object-fit: contain !important;
  cursor: zoom-in;
}

.sample-mini-grid img,
.visual-sample-strip img,
.side-sample-strip img {
  width: 100% !important;
  height: clamp(76px, 9vh, 108px) !important;
  object-fit: contain !important;
  cursor: zoom-in;
}

.seo-category-hero img,
.seo-grid article img {
  cursor: zoom-in;
}

.seo-grid article img {
  min-height: 220px !important;
  object-fit: contain !important;
}

.image-lightbox figure {
  max-width: min(92vw, 980px) !important;
  max-height: 88vh !important;
}

.image-lightbox img {
  max-height: 78vh !important;
  object-fit: contain !important;
}

@media (max-width: 900px) {
  .catalog-card .catalog-art,
  .catalog-card .catalog-art .image-zoom-trigger,
  .catalog-card .catalog-art img {
    min-height: 170px !important;
  }

  .inline-product-card figure,
  .inline-product-card figure .image-zoom-trigger,
  .visual-landing-card figure,
  .visual-landing-card figure .image-zoom-trigger,
  .inline-product-card img,
  .visual-landing-card img,
  .industry-entry-grid img {
    min-height: 140px !important;
  }
}
