@media (min-width: 1200px){
    :root {
        --product-icon-max-height: 39rem !important;
        --product-img-max-height: 42rem !important;
    }
}
@media (min-width: 979px){
    :root {
        --product-icon-max-height: 39rem !important;
        --product-img-max-height: 42rem !important;
    }
}


@media (min-width: 1200px) {
    :root {
        .hotspot .swiper-slide { height: auto !important; }
        .product__icon { align-items: flex-start; min-height: 390px; }
        .product__icon { aspect-ratio: 1 / 1.5; }
        .product > a.product_icon > img {min-height: 390px !important;}
        .hotspot__wrapper a.product__icon picture img {
            width: 274px;
          height: 411px;
}
}}