/* Product-card photo area: white background, image fills box uniformly. */
.pcard-img:has(.pcard-photo){background:#fff}
.pcard-img .pcard-photo{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.pcard-img:has(.pcard-photo) .ph{display:none}
