/* Black border on all product images — Homepage only */
body.home .product-card img,
body.home .products-section img,
body.home [class*="product"] img {
  border: 2px solid #000000 !important;
  box-sizing: border-box;
}