body, html {
    overflow-x: clip !important;
}

@media (min-width: 1124px) {
.precious-lp-products__scroller {
    overflow-x: clip;
    }
    .overlay-close.quickview-close.hidden {
        top: -30px;
    }
    /* #wrapper.pt_category-wide #main:not(.main-homepage) .site-width-slot,  {
        max-width: revert!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }     */
    #wrapper.pt_category-wide .site-width-slot, #wrapper.pt_category-wide .breadcrumb-container,#main:not(.main-homepage) {
        max-width: 100% !important;
    }
}
@media (min-width: 1024px) {
    #precious_flower_visual_2 {
        transform: translateY(-3%);
    }
    /* p.precious-lp-bignum {
        max-width: 237px;
    } */
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .precious-lp-stat p.precious-lp-stat__label {
        font-size: calc(15px* var(--RATIO));
    }
    /* .precious-lp-bignum {
        max-width: 237px;
    } */
    .precious-lp-sciences__content .precious-lp-stat p.precious-lp-stat__label {
        min-width: 200px;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    picture#precious_flower_visual_2 {
        margin-top: 20px;
    }
    p.precious-lp-stat__label {
        max-width: 275px;
    }
    .precious-lp-sciences__content .precious-lp-stat p.precious-lp-stat__label {
        max-width: 340px;
        font-size: calc(20px* var(--RATIO));
        min-width: 340px;
    }
}
@media (max-width: 480px) {
    .precious-lp-navigation {
        margin-top: 0;
    }
    /* p.precious-lp-bignum {
        max-width: 237px;
    } */
    #stat-mobile-3 p.precious-lp-stat__label {
        text-align: center;
    }
    
}