/**
 * MiTrade24 home hits image frame.
 * Scope: only product images inside [data-mi-hit-products].
 * Rollback: remove this file's Asset::addCss() registration.
 */
[data-mi-hit-products] .mi-product__image {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  background: #fff !important;
}

[data-mi-hit-products] .mi-product__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  background: #fff !important;
}
