/* LCP fixes for product pages */

.page-product .photoProduct .photo-block {
    width: 100%;
    max-width: 452px;
    aspect-ratio: 452 / 606;
    height: auto;
    min-height: 200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-product .photoProduct .photo-block img.vImgPr {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.page-product .photoProduct .photo-block .helper {
    display: none;
}

@media screen and (max-width: 767px) {
    .page-product .photoProduct .photo-block {
        max-width: 100%;
        min-height: 240px;
    }

    .page-product .frame-title-variant-comments {
        min-height: 72px;
    }
}
