/* MM Group: card photo framing, 2026-09-09.
 * A stronger selector prevents the older generic height:auto rule
 * from showing only the top of portrait photos through overflow:hidden.
 */
.product-img .product-slider img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
