/* TrendishShop v237 — shorter Latest Products cards on desktop only */
@media (min-width:901px){
  body.home-overlay-layout .latest-products-section .product-card .product-image{
    height:205px!important;
    aspect-ratio:auto!important;
  }

  body.home-overlay-layout .latest-products-section .product-card .product-body{
    padding:11px 13px 12px!important;
  }

  body.home-overlay-layout .latest-products-section .product-card .product-category{
    font-size:11px!important;
    line-height:1.4!important;
  }

  body.home-overlay-layout .latest-products-section .product-card .product-body h3{
    min-height:40px!important;
    margin:5px 0 8px!important;
    font-size:14px!important;
    line-height:1.45!important;
  }

  body.home-overlay-layout .latest-products-section .product-card .price-row{
    margin-bottom:9px!important;
  }

  body.home-overlay-layout .latest-products-section .product-card .btn{
    min-height:38px!important;
    padding:8px 12px!important;
  }
}
