@media (min-width: 979px){
    :root {
        --product-icon-max-height: 39rem !important;
        --product-img-max-height: 40rem !important;
    }
}
@media (min-width: 1200px) {
    :root {
        --product-icon-max-height: 39rem !important;
        --product-img-max-height: 40rem !important;
    }
}