/* TrendishShop v239 — exact 4:3 Latest product image slot to match admin crop */
@media (min-width:901px){
  body.home-overlay-layout .latest-products-section .product-card .product-image{
    width:100%!important;
    height:auto!important;
    aspect-ratio:4/3!important;
    background:#fff!important;
    overflow:hidden!important;
  }

  body.home-overlay-layout .latest-products-section .product-card .product-image img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    background:#fff!important;
  }
}
