body, html { 
    overflow-x : clip;
}

.anti-ageing-header .anti-ageing-header__bold-text {
    text-transform: uppercase;
}

/* Desktop */
@media (min-width: 1113px) {
    /* .anti-ageing-hero__text-bold {
        font-size: 12px;
    }
    .anti-ageing-hero__text {
        font-size: 12px;
    }

    .anti-ageing-hero__list {
        font-size: 12px;
    } */

    *[data-product="multi-active"] .anti-ageing-hero__ingredient span {
        top: 83%;
        font-size: 9px;
    }

    *[data-product="extra-firming"] .anti-ageing-hero__ingredient span {
        width: 27%;
    }
    *[data-product="super-restorative"] .anti-ageing-hero__ingredient span {
        width: 42%;
    }

    .must-haves-2025__name{
        font-size: 14px !important;
    }

    .must-haves-2025-popin__title {
        line-height: 35px !important;
    }
    .must-haves-2025-popin__text-16 {
        width: 350px !important;
    }

    .must-haves-2025-popin__text-18{
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .anti-ageing-header .anti-ageing-header__bold-text {
        max-width: 800px;
    }

    .anti-ageing-hero__title {
        font-size: 40px;
    }
    .anti-ageing-step__text {
        font-size: 13px;
    }

}

/* Mobile */
@media (max-width: 480px) {
    *[data-product="multi-active"] .anti-ageing-hero__ingredient span{
        font-size: 6px;
    }

    *[data-product="extra-firming"] .anti-ageing-hero__ingredient span {
        font-size: 8px;
        width: 35%;
    }

    *[data-product="super-restorative"] .anti-ageing-hero__ingredient span {
        font-size: 8px;
        width: 40%;
    }


    .must-haves-2025__title{
        font-size: 30px !important;
    }
    .must-haves-2025__name{
        font-size: 14px !important;
    }

    .must-haves-2025-popin__title {
        font-size: 26px !important;
        line-height: 26px !important;
    }
    .must-haves-2025-popin__text-16 {
        font-size: 13px !important;
        width: 350px !important;
    }

    .must-haves-2025-popin__text-18{
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    *[data-product="multi-active"] .anti-ageing-hero__ingredient span {
        top: 83%;
        font-size: 9px;
    }
    *[data-product="extra-firming"] .anti-ageing-hero__ingredient span {
        width: 27%;
    }
    *[data-product="super-restorative"] .anti-ageing-hero__ingredient span {
        width: 42%;
    }

    .must-haves-2025__name{
        font-size: 14px !important;
    }

    .must-haves-2025-popin__title {
        font-size: 26px !important;
        line-height: 26px !important;
    }
    .must-haves-2025-popin__text-16 {
        font-size: 13px !important;
        width: 350px !important;
    }

    .must-haves-2025-popin__text-18{
        font-size: 12px !important;
        line-height: 16px !important;
    }
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    *[data-product="multi-active"] .anti-ageing-hero__ingredient span {
        top: 83%;
        font-size: 9px;
    }
    *[data-product="extra-firming"] .anti-ageing-hero__ingredient span {
        width: 27%;
    }
    *[data-product="super-restorative"] .anti-ageing-hero__ingredient span {
        width: 42%;
    }

    .must-haves-2025__name{
        font-size: 14px !important;
    }

    .must-haves-2025-popin__title {
        font-size: 26px !important;
        line-height: 26px !important;
    }
    .must-haves-2025-popin__text-16 {
        font-size: 13px !important;
        width: 350px !important;
    }

    .must-haves-2025-popin__text-18{
        font-size: 12px !important;
        line-height: 16px !important;
    }
}