/* Nest renders product-thumb at 400×400. Reserve that ratio before image decode. */
.product-cart-wrap .product-img-action-wrap,
.product-cart-wrap .product-img {
    aspect-ratio: 1 / 1;
}

.product-cart-wrap .product-img > a,
.product-cart-wrap .product-img img {
    display: block;
    height: 100%;
    width: 100%;
}

.product-cart-wrap .product-img img {
    object-fit: cover;
}
