<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.finder-question__answers {
    --PADDING-ITEM-VERTICAL: 20px;
    --PADDING-ITEM-VERTICAL2: 10px;
}

.finder-banner__priceliter {
    margin-top: 3px;
}

.finder-banner[data-related="my-clarins-day"] {
    width: 920px;
}

.finder-faq {
    padding-top: 20px;
}

/* sans Mobile */
@media (min-width: 761px) {
    .finder-question__item[data-picto="fine-lines"],
    .finder-question__item[data-picto="loss-of-firmness"],
    .finder-question__item[data-picto="loss-of-density"],
    .finder-question__item[data-picto="deep-wrinkles-and-slackening"],
    .finder-question__item[data-picto="luxury-anti-ageing"] {
        --HEIGHT: 217px;
        padding-left: var(--PADDING-ITEM-VERTICAL);
        padding-right: var(--PADDING-ITEM-VERTICAL);
        padding-top: 155px;
    }
    
    .finder-question__item[data-picto="deep-wrinkles-and-slackening"] {
        padding-right: var(--PADDING-ITEM-VERTICAL2);
        padding-left: var(--PADDING-ITEM-VERTICAL2);
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {
    .finder-breadcrumb {
        max-width: 270px;
        width: auto;
        min-width: 150px;
    }
}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    .finder-home .finder-btn {
        font-size: 13px;
    }

    .finder-home__text {
        width: 92%;
    }

    .finder-question__item[data-picto="fine-lines"],
    .finder-question__item[data-picto="loss-of-firmness"],
    .finder-question__item[data-picto="loss-of-density"],
    .finder-question__item[data-picto="deep-wrinkles-and-slackening"] {
        height: 156px;
    }
}</pre></body></html>