@font-face {
    font-family: "Gotham_Light";
    src: url("../fonts/GothamLight.eot");
    src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

/*  ------  reset   ------  */

.anti-ageing {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    max-width: 1600px;
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
    --WIDTH-ANIM: 1600px;
    overflow-x: clip;
}

@media(max-width:1600px) {
    .anti-ageing {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .anti-ageing {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .anti-ageing {
        --WIDTH-ANIM: 100vw;
    }
}


/*********************************************************/
/*********************************************************/
/*********************************************************/
.anti-ageing-gift {
    width: 100%;
    margin: 0 auto;
    max-width: 1050px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.anti-ageing-gift__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
}

.anti-ageing-gift__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.anti-ageing-gift__text {
    margin: 0;
    margin-bottom: 20px;
    padding: 0 20px;
    max-width: 850px;
    font-size: 14px;
    line-height: 1.4em;
    max-height: 81px;
    overflow: hidden;
    display: block;
    position: relative;
    transition: max-height ease-in-out 0.5s;
}

.anti-ageing-gift__text a {
    text-decoration: underline;
}

.anti-ageing-gift[data-expand="1"] .anti-ageing-gift__text {
    max-height: unset;
}

.anti-ageing-gift__text::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, white);
    position: absolute;
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
    pointer-events: none;
}

.anti-ageing-gift[data-expand="1"] .anti-ageing-gift__text::after {
    opacity: 0;
}

.anti-ageing-gift[data-expand="0"] .anti-ageing-gift__less {
    display: none;
}

.anti-ageing-gift[data-expand="1"] .anti-ageing-gift__more {
    display: none;
}

/**********************************/
.dp-mentions {
    padding: 64px 16px;
    padding-top: 0;
}

.dp-mentions__wrapper {
    margin: 0 auto;
    max-width: 1048px;
}

.dp-mentions__text {
    margin: 0;
    display: inline;
    font-size: 12px;
    line-height: 17px;
    color: #B0A9A5;
    max-width: 1048px;
}

.dp-mentions__text sup {
    vertical-align: super;
    line-height: 0;
    top: auto;
}