/* TrendishShop v241 — latest product card images are square */
@media (min-width:901px){
  body.home-overlay-layout .latest-products-section .product-card .product-image{
    width:100%!important;
    height:auto!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    background:transparent!important;
  }

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