/* TEST VDS: maximize category product photos without cropping or distortion. */
.product-cut__photo > .product-photo .product-photo__item > .product-photo__img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    padding: 4px;
    transform: none;
    object-fit: contain;
    object-position: center;
    box-sizing: border-box;
}
