/* ----- MASTER ANALYSIS -------- */

body, html{
    overflow-x: clip !important;
}

.anti-ageing-hero__ingredient span{
    font-size: 10px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .anti-ageing-howto__steps{
        margin-bottom: 50px;
    }
    .anti-ageing-step__text{
        min-height: 21vw !important;
    }
    .must-haves-2025-popin__content{
        gap: 10px !important;
    }
    .anti-ageing-hero__name span {
        font-size: 9px !important;
    }

    div.anti-ageing:nth-child(8) > section:nth-child(9) > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) {
        bottom: 140px !important;
    }
    div.anti-ageing:nth-child(8) > section:nth-child(15) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        bottom: 75px !important;
    }
    div.anti-ageing:nth-child(8) > section:nth-child(17) > div:nth-child(2) > div:nth-child(1) > div:nth-child(3) {
        bottom: 150px !important;
    }
}


@media (max-width: 480px) {
    *[data-product="multi-active"] .anti-ageing-hero__ingredient span{
        left: 5%;
    }

    #slick-slide20 > p:nth-child(3)  {
        min-height: 40px;
    }
    #slick-slide30 > p:nth-child(3) > span:nth-child(1) {
        min-height: 25px;
    }
    #slick-slide41 > p:nth-child(3) {
        min-height: 60px;
    }
    #slick-slide42 > p:nth-child(3) {
        min-height: 60px;
    }
    #slick-slide50 > p:nth-child(3) {
        min-height: 40px;
    }
}