/* LOCAL CSS UPDATES */

.anti-ageing-routine__name {
    text-transform: none !important;
}

.anti-ageing-cta{
    text-transform: none !important;
}

*[data-product="multi-active"] .anti-ageing-hero__ingredient span{
    font-size: 9px;
}

@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-routine__reviews {
        min-height: 30px;
    }
    .dp-faq {
        margin-top: 10px;
    }
}


@media (max-width: 480px) {
    *[data-product="multi-active"] .anti-ageing-hero__ingredient span {
        top: 85%;
    }
}