/* Keep product and marketplace images fully visible inside fixed cards. */
.mkt-card-img-wrap,
.mall-product-case-img,
.mkt-gallery-thumb,
.mkt-cart-item-img {
  background: var(--bsf-bg-elevated, var(--surface2, #f3f6fb)) !important;
}

.mkt-card-img-wrap,
.mall-product-case-img {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  line-height: 0 !important;
  min-height: 0 !important;
  position: relative !important;
}

.mkt-card-img-wrap img,
.mall-product-case-img img,
.mkt-gallery-thumb img,
.mkt-cart-item-img,
.facade-product-img {
  box-sizing: border-box !important;
  display: block !important;
  height: 100% !important;
  max-height: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  width: 100% !important;
  background: var(--bsf-bg-elevated, var(--surface2, #f3f6fb)) !important;
}

.mkt-card-img-wrap img,
.mall-product-case-img img {
  padding: 8px;
}

.facade-product-img {
  padding: 4px;
}

.mkt-card:hover .mkt-card-img-wrap img,
.mall-product-case:hover .mall-product-case-img img {
  transform: none !important;
  filter: none !important;
}

.shp-body .mkt-products-grid .mkt-card-img-wrap {
  aspect-ratio: auto !important;
  height: 240px !important;
}

@media (max-width: 560px) {
  .shp-body .mkt-products-grid .mkt-card-img-wrap {
    height: 160px !important;
  }
}

@media (max-width: 380px) {
  .shp-body .mkt-products-grid .mkt-card-img-wrap {
    height: 130px !important;
  }
}
