<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Rolex model page hotspot */
.elementor-widget-tp-hotspot {
    display: block !important;
}

/* Rolex model page icon */
.heading-title::after {
    font-weight: 600;
}

/* Rolex collection page filter */
    .plus-mobile-menu-content .plus-content-editor{
        height: 100vh;
        overflow-y: scroll;
        background-color: white;
    }



@media screen and (max-height: 1180px){
    .plus-mobile-menu-content .plus-content-editor{
        height: 93vh;
    }
}

@media screen and (max-height: 1068px){
    .plus-mobile-menu-content .plus-content-editor{
        height: 95vh;
    }
}
@media screen and (max-height: 1024px){
    .plus-mobile-menu-content .plus-content-editor{
        height: 91vh;
    }
}

@media screen and (max-height: 992px){
    .plus-mobile-menu-content .plus-content-editor{
        height: 90vh;
    }
}


@media screen and (max-height: 740px){
    .plus-mobile-menu-content .plus-content-editor{
        height: 86vh;
    }
}


@media screen and (max-height: 300px){
    .plus-mobile-menu-content .plus-content-editor{
        height:66vh;
    }
}
</pre></body></html>