/* Central no-crop rule for every compact product presentation. */
.subpage-product-row-products>button>span:first-child {
  display:flex!important;
  align-items:center;
  justify-content:center;
  min-width:0!important;
  min-height:0!important;
  contain:layout paint;
}
.subpage-product-row-products>button>span:first-child img {
  display:block!important;
  width:auto!important;
  height:auto!important;
  min-width:0!important;
  min-height:0!important;
  max-width:calc(100% - 12px)!important;
  max-height:calc(100% - 12px)!important;
  margin:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  flex:0 1 auto;
}
.product-image,
.home-product-image,
.catalog-hero-selection>span,
.basket-product-image,
.basket-suggestions article>span,
.decision-alternative-image {
  min-width:0!important;
  min-height:0!important;
  overflow:hidden!important;
}
.product-image img,
.home-product-image img,
.catalog-hero-selection>span img,
.basket-product-image img,
.basket-suggestions article>span img,
.decision-alternative-image img,
.discovery-card>img,
.compare-top-products-grid img,
.compare-support-product-grid img,
.pricepost-products>div>button>img,
.home-deal-products img,
.app-board-products article>img {
  box-sizing:border-box!important;
  min-width:0!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
