/* MISTINGISTANBUL V92 — product/category image responsive UX */
/* Preserve complete product artwork on mobile/tablet; prevent crop/distortion and layout jumps. */
.v80-hub-card figure,
body.mi-product-category-page .v42-card-media,
.mi-category-cards-only-v19 .v42-card-media{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  min-width:0!important;
  overflow:hidden!important;
  background:#f4f8fb!important;
}
.v80-hub-card figure img,
body.mi-product-category-page .v42-card-media img,
.mi-category-cards-only-v19 .v42-card-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  background:#f4f8fb!important;
}
@media (max-width:991px){
  .v80-hub-card figure{aspect-ratio:1/1!important;}
  .v80-hub-card figure img{aspect-ratio:1/1!important;padding:clamp(6px,1.4vw,12px)!important;}
  body.mi-product-category-page .v42-card-media,
  .mi-category-cards-only-v19 .v42-card-media{aspect-ratio:4/3!important;min-height:0!important;}
  body.mi-product-category-page .v42-card-media img,
  .mi-category-cards-only-v19 .v42-card-media img{padding:clamp(8px,1.8vw,14px)!important;transform:none!important;transition:none!important;}
  .v80-hub-card:hover figure img,
  body.mi-product-category-page .v42-product-card:hover .v42-card-media img,
  .mi-category-cards-only-v19 .v42-product-card:hover .v42-card-media img{transform:none!important;}
}
@media (max-width:576px){
  .v80-hub-card figure{aspect-ratio:1/1!important;border-radius:clamp(14px,4vw,20px)!important;}
  body.mi-product-category-page .v42-card-media,
  .mi-category-cards-only-v19 .v42-card-media{aspect-ratio:1/1!important;}
  body.mi-product-category-page .v42-card-media img,
  .mi-category-cards-only-v19 .v42-card-media img{padding:clamp(8px,2.8vw,16px)!important;}
}
@media (max-width:420px){
  body.mi-product-category-page .v42-product-grid{grid-template-columns:1fr!important;}
  .v80-hub-card figure img,
  body.mi-product-category-page .v42-card-media img,
  .mi-category-cards-only-v19 .v42-card-media img{image-rendering:auto;}
}
