@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");
}

/*-----------------------------------*/


.PDP-Free-Block {
    max-width: 100%;
}

.PDP-Free-Block__wrapper {
    border-left: 0px solid;
    border-right: 0px solid;
}

.hydra-pdp sup {
    top: 0;
    font-size: 0.5em;
    vertical-align: super;
}

.hydra-pdp {
    --FONT-CLARINS: "ClarinsRegular", "Clarins", "Times New Roman";
    --FONT-GOTHAM-XLIGHT: "Gotham_Light", "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --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;
    --COLOR-GOLD: #ccb089;
    --COLOR-CREAM: #fdfdfd;
    --COLOR-RED: #c4051d;
    --COLOR-BLACK: #333;
    --SCALE: 1;
    width: 100%;
    /* max-width: 1600px;*/
    margin: 0 auto;
    color: var(--COLOR-BLACK);
    font-family: var(--GOTHAM-BOOK);
    line-height: 1.4em;
    font-size: 14px;
    overflow: hidden;
    --WIDTH-ANIM: 1250px;
}

@media(max-width:1250px) {

    .hydra-pdp {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {

    .hydra-pdp {
        --WIDTH-ANIM: 100vw;
    }
}

/*************************************************/

.hydra-pdp-cta {
    position: relative;
    z-index: 2;
    background-color: var(--COLOR-RED) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 14px 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    border: 2px solid var(--COLOR-RED) !important;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0 auto;
    outline: 0px !important;
}

.hydra-pdp-cta:active,
.hydra-pdp-cta:focus {
    border: 2px solid #63021A !important;
    color: #fff !important;
}

.hydra-pdp-cta:hover {
    border: 2px solid #63021A !important;
    color: #fff !important;
    background-color: #8C0B26 !important;
}


/*************************************************/
.hydra-routine-module {
    max-width: 1600px !important;
    box-sizing: border-box;
    margin-bottom: 0 !important;
}

.hydra-pdp-header {
    position: relative;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: calc(460 / 1250 *var(--WIDTH-ANIM));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 48%;
    box-sizing: border-box;
    text-align: center;
    background-color: #a4d9e9;
}

@media(min-width:1600px) {
    .hydra-pdp-header {
        padding-left: 796px;
    }
}

.hydra-pdp-header__background {
    display: block;
    position: absolute;
    top: 0;
    width: calc(1600 / 1250 *var(--WIDTH-ANIM));
    left: calc(50% - 800 / 1250 *var(--WIDTH-ANIM));
    z-index: 1;
    overflow: hidden;
}

.hydra-pdp-header__background img {
    display: block;
    width: 100%;
}



.hydra-pdp-header__title {
    font-size: calc(35 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: calc(628 / 1250 *var(--WIDTH-ANIM));
    line-height: 1.4em;
}

.hydra-pdp-header__title strong {
    font-size: calc(48 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    line-height: 1.2em;
}

.hydra-pdp-header__text {
    margin: 0;
    margin-top: calc(10 / 1250 *var(--WIDTH-ANIM));
    font-size: calc(24 / 1250 *var(--WIDTH-ANIM));
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: calc(628 / 1250 *var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #fff;
    display: flex;
    flex-direction: column;
    line-height: 1.4em;
}

@media(max-width:761px) {
    .hydra-pdp-header {
        height: calc(643 / 375 *var(--WIDTH-ANIM));
        align-items: center;
        justify-content: flex-start;
    }

    .hydra-pdp-header__background {
        width: var(--WIDTH-ANIM);
        left: 0;
    }


    .hydra-pdp-header[data-version="DAY"] {
        padding: 0;
    }

    .hydra-pdp-header[data-version="NIGHT"] {
        padding: 0;
    }

    .hydra-pdp-header__title {
        max-width: calc(355 / 375 *var(--WIDTH-ANIM));
    }

    *[data-version="DAY"] .hydra-pdp-header__title {
        font-size: calc(18 / 375 *var(--WIDTH-ANIM));
        margin-top: calc(525 / 375 *var(--WIDTH-ANIM));
    }

    *[data-version="DAY"] .hydra-pdp-header__title strong {
        font-size: calc(24 / 375 *var(--WIDTH-ANIM));
    }

    *[data-version="NIGHT"] .hydra-pdp-header__title {
        margin-top: calc(38 / 375 *var(--WIDTH-ANIM));
    }

    *[data-version="NIGHT"] .hydra-pdp-header__title strong {
        font-size: calc(35 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-header__text {
        margin-top: calc(10 / 375 *var(--WIDTH-ANIM));
        font-size: calc(18 / 375 *var(--WIDTH-ANIM));
        max-width: calc(355 / 375 *var(--WIDTH-ANIM));
    }
}

/*------------------------------------------------*/

.hydra-pdp-duo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1600px;
    height: calc(1197 / 1250 *var(--WIDTH-ANIM));
    padding-top: calc(70 / 1250 *var(--WIDTH-ANIM));
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #a4dced;
    position: relative;
    color: #fff;
}

.hydra-pdp-duo__title {
    font-size: calc(35 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    position: relative;
    z-index: 2;
    width: calc(500 / 1250 *var(--WIDTH-ANIM));
    line-height: 1.4em;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: calc(20 / 1250 *var(--WIDTH-ANIM));
}

.hydra-pdp-duo__title strong {
    font-size: calc(48 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    display: inline-block;
}

.hydra-pdp-duo__background {
    top: 0;
    position: absolute;
    z-index: 1;
    width: calc(1600 / 1250 *var(--WIDTH-ANIM));
    left: calc(50% - 800 / 1250 *var(--WIDTH-ANIM));
}

.hydra-pdp-duo__background img {
    width: 100%;
}

.hydra-pdp-duo__text {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    font-size: calc(24 / 1250 *var(--WIDTH-ANIM));
    line-height: 1.16em;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    padding: 0;
    padding-bottom: calc(55 / 1250 *var(--WIDTH-ANIM));
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;

}

.hydra-pdp-duo__claim {
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    font-weight: normal;
    font-size: calc(35 / 1250 *var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-MEDIUM);
    padding-left: calc(50% + 10 / 1250 *var(--WIDTH-ANIM));
    box-sizing: border-box;
    text-transform: uppercase;
    line-height: calc(39 / 1250 *var(--WIDTH-ANIM));
    padding-bottom: calc(55 / 1250 *var(--WIDTH-ANIM));
}

.hydra-pdp-duo__claim strong {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: calc(140 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    position: absolute;
    top: calc(-20 / 1250 *var(--WIDTH-ANIM));
    right: calc(50% + 5 / 1250 *var(--WIDTH-ANIM));
    text-align: right;
    display: flex;
    align-items: center;
    height: 100%;

}

.hydra-pdp-duo__block {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    width: calc(1170 / 1250 *var(--WIDTH-ANIM));

}

.hydra-pdp-duo__block[data-version="NIGHT"] {
    align-items: flex-end;

}

.hydra-pdp-duo__block[data-version="DAY"] .hydra-pdp-duo__wrapper {
    flex-basis: calc(478 / 1250 *var(--WIDTH-ANIM));
}

.hydra-pdp-duo__block[data-version="NIGHT"] .hydra-pdp-duo__wrapper {
    flex-basis: calc(396 / 1250 *var(--WIDTH-ANIM));

}

.hydra-pdp-duo__block-title {
    margin: 0;
    line-height: 1em;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: calc(50 / 1250 *var(--WIDTH-ANIM));
    text-transform: uppercase;
    font-weight: normal;
}

.hydra-pdp-duo__block-title::before {
    content: " ";
    display: inline-block;
    width: calc(40 / 1250 *var(--WIDTH-ANIM));
    height: calc(40 / 1250 *var(--WIDTH-ANIM));
    background-size: cover;
    margin-right: calc(10 / 1250 *var(--WIDTH-ANIM));
}

.hydra-pdp-duo__block[data-version="DAY"] .hydra-pdp-duo__block-title::before {
    background-image: url(../img/picto-day.svg);
}

.hydra-pdp-duo__block[data-version="NIGHT"] .hydra-pdp-duo__block-title::before {
    background-image: url(../img/picto-night.svg);
}

.hydra-pdp-duo__block-text {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: calc(18 / 1250 *var(--WIDTH-ANIM));
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
}

.hydra-pdp-duo__block[data-version="DAY"] {}

.hydra-pdp-duo__block[data-version="NIGHT"] {
    flex-direction: row-reverse;
    text-align: right;
    margin-top: calc(-55 / 1250 *var(--WIDTH-ANIM));
    margin-bottom: calc(40 / 1250 *var(--WIDTH-ANIM));
}

.hydra-pdp-duo__packshot {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.hydra-pdp-duo__packshot img {
    width: 100%;
}

.hydra-pdp-duo__block[data-version="DAY"] .hydra-pdp-duo__packshot img {
    width: calc(354 / 1250 *var(--WIDTH-ANIM));
    margin-right: calc(40 / 1250 *var(--WIDTH-ANIM));
}

.hydra-pdp-duo__block[data-version="DAY"] .hydra-pdp-duo__packshot {
    align-items: flex-end;
}

.hydra-pdp-duo__block[data-version="NIGHT"] .hydra-pdp-duo__packshot img {
    width: calc(432 / 1250 *var(--WIDTH-ANIM));
    margin-left: calc(40 / 1250 *var(--WIDTH-ANIM));
}

.hydra-duo-ingredient {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-family: var(--FONT-GOTHAM-BOOK);
}

.hydra-duo-ingredient[data-open="1"] {
    z-index: 3;
}

.hydra-duo-ingredient[data-open="1"]::after {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}

.hydra-duo-ingredient::before {
    content: "+";
    width: calc(40 / 1600 *var(--WIDTH-ANIM));
    height: calc(40 / 1600 *var(--WIDTH-ANIM));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004f6c;
    color: #fff;
    position: absolute;
    top: calc(-20 / 1600 *var(--WIDTH-ANIM));
    left: calc(-20 / 1600 *var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: calc(28 / 1600 *var(--WIDTH-ANIM));
    cursor: pointer;
    transition: transform ease-in-out 0.5s;
}

.hydra-duo-ingredient[data-open="1"]::before {
    transform: rotate(45deg);
}

#ingredient-Squalane {
    top: calc(786 / 1250 *var(--WIDTH-ANIM));
    left: calc(50% + 388 / 1250 *var(--WIDTH-ANIM));
}


.hydra-duo-ingredient__name {
    background-color: rgba(0, 79, 108, 0.8);
    font-size: calc(14 / 1250 *var(--WIDTH-ANIM));
    line-height: 1.2em;
    font-weight: normal;
    margin: 0;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 30px;
    text-align: left;
    padding: calc(8 / 1250 *var(--WIDTH-ANIM)) calc(12 / 1250 *var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-MEDIUM);
    left: 0;
    transform: translateX(-50%);
}

.hydra-duo-ingredient__name span {
    display: block;
    white-space: nowrap;
}

.hydra-duo-ingredient__popin {
    position: absolute;
    background-color: #fff;
    color: #004f6c;
    font-size: 14px;
    box-sizing: border-box;
    top: 30px;
    width: 250px;
    left: -125px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}

.hydra-duo-ingredient__popin-wrapper {
    padding: 22px 20px;
    box-sizing: border-box;
    display: block;
    width: 250px;
}

.hydra-duo-ingredient[data-open="0"] .hydra-duo-ingredient__popin {
    max-height: 0 !important;
}

.hydra-duo-ingredient[data-open="1"] .hydra-duo-ingredient__popin {}


.hydra-duo-ingredient__popin-name {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.hydra-duo-ingredient__popin-text {
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

.hydra-duo-ingredient__popin-link {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    text-transform: uppercase;
}

.hydra-hidden-quickshop {
    display: none;
}

.hydra-duo-ingredient__mentions {
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #004f6c;
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 9px;
    z-index: 2;
    max-width: 1250px;
    width: 100%;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1em;
}

@media(max-width:761px) {

    .hydra-pdp-duo {
        height: auto;
        padding-top: calc(30 / 375 *var(--WIDTH-ANIM));
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hydra-pdp-duo__title {
        font-size: calc(24 / 375 *var(--WIDTH-ANIM));
        width: 100%;
        margin-bottom: calc(10 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__title strong {
        font-size: calc(35 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__background {
        width: var(--WIDTH-ANIM);
        left: 0;
    }

    .hydra-pdp-duo__background img {
        width: 100%;
    }

    .hydra-pdp-duo__text {
        font-size: calc(18 / 375 *var(--WIDTH-ANIM));
        padding-bottom: calc(25 / 375 *var(--WIDTH-ANIM));
        display: block;
        flex-basis: calc(335 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__claim {
        font-size: calc(18 / 375 *var(--WIDTH-ANIM));
        padding-left: calc(50% + 10 / 375 *var(--WIDTH-ANIM));
        line-height: calc(25 / 375 *var(--WIDTH-ANIM));
        padding-bottom: calc(30 / 375 *var(--WIDTH-ANIM));
        flex-basis: 100%;
    }

    .hydra-pdp-duo__claim strong {
        font-family: var(--FONT-GOTHAM-BOOK);
        font-size: calc(80 / 375 *var(--WIDTH-ANIM));
        top: calc(-10 / 375 *var(--WIDTH-ANIM));
        right: calc(50% + 5 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__block {
        width: 50%;
        flex-basis: calc(50% - 20 / 375 *var(--WIDTH-ANIM));
        padding-top: calc(300 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__block[data-version="DAY"],
    .hydra-pdp-duo__block[data-version="NIGHT"] {
        align-items: flex-start;
        margin: 0 calc(10 / 375 *var(--WIDTH-ANIM)) !important;
    }


    .hydra-pdp-duo__block[data-version="NIGHT"] .hydra-pdp-duo__wrapper {
        align-items: flex-start;
        text-align: left;
        flex-basis: 100%;
    }

    .hydra-pdp-duo__block[data-version="DAY"] .hydra-pdp-duo__wrapper {
        align-items: flex-end;
        text-align: right;
        flex-basis: 100%;
    }

    .hydra-pdp-duo__block-title {
        font-size: calc(24 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__block-title::before {
        width: calc(25 / 375 *var(--WIDTH-ANIM));
        height: calc(25 / 375 *var(--WIDTH-ANIM));
        margin-right: calc(8 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__block-text {
        font-size: calc(14 / 375 *var(--WIDTH-ANIM));
        display: block;
        margin: 0;
        margin-top: calc(8 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__block[data-version="DAY"] {}

    .hydra-pdp-duo__block[data-version="NIGHT"] {
        flex-direction: row-reverse;
        text-align: right;
        margin-top: calc(-55 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__packshot {
        position: absolute;
    }

    .hydra-pdp-duo__packshot img {
        width: 100%;
    }

    .hydra-pdp-duo__block[data-version="DAY"] .hydra-pdp-duo__packshot {
        align-items: flex-end;
        top: 0;
        left: calc(30 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__block[data-version="DAY"] .hydra-pdp-duo__packshot img {
        width: calc(178 / 375 *var(--WIDTH-ANIM));
        margin: 0;
    }

    .hydra-pdp-duo__block[data-version="NIGHT"] .hydra-pdp-duo__packshot {
        align-items: flex-end;
        top: calc(100 / 375 *var(--WIDTH-ANIM));
        left: calc(-122 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-duo__block[data-version="NIGHT"] .hydra-pdp-duo__packshot img {
        width: calc(225 / 375 *var(--WIDTH-ANIM));
        margin: 0;
    }

    .hydra-duo-ingredient {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        font-family: var(--FONT-GOTHAM-BOOK);
    }

    .hydra-duo-ingredient[data-open="1"] {
        z-index: 3;
    }

    .hydra-duo-ingredient::before {
        width: calc(40 / 375 *var(--WIDTH-ANIM));
        height: calc(40 / 375 *var(--WIDTH-ANIM));
        top: calc(-20 / 375 *var(--WIDTH-ANIM));
        left: calc(-20 / 375 *var(--WIDTH-ANIM));
        font-family: var(--FONT-GOTHAM-MEDIUM);
        font-size: calc(28 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-duo-ingredient[data-open="1"]::before {
        transform: rotate(45deg);
    }

    #ingredient-Squalane {
        top: calc(466 / 375 *var(--WIDTH-ANIM));
        left: auto;
        right: calc(55 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-duo-ingredient__name {
        background-color: rgba(0, 79, 108, 0.8);
        font-size: calc(14 / 375 *var(--WIDTH-ANIM));
        line-height: 1.2em;
        font-weight: normal;
        margin: 0;
        color: #fff;
        position: absolute;
        display: flex;
        flex-direction: column;
        bottom: 30px;
        text-align: left;
        padding: calc(8 / 375 *var(--WIDTH-ANIM)) calc(12 / 375 *var(--WIDTH-ANIM));
        left: auto;
        right: calc(-45 / 375 *var(--WIDTH-ANIM));
        transform: none;
    }

    .hydra-duo-ingredient__popin {
        left: calc(-250px + 35 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-duo-ingredient__popin-wrapper {
        padding: 22px 20px;
        box-sizing: border-box;
        display: block;
        width: 250px;
    }

    .hydra-pdp-duo .hydra-pdp-cta {
        margin: calc(70/ 375 *var(--WIDTH-ANIM)) auto;
        margin-top: calc(35/ 375 *var(--WIDTH-ANIM));
    }

    .hydra-duo-ingredient__mentions {
        color: #004f6c;
        width: calc(100% - 40 / 375 *var(--WIDTH-ANIM));
        text-align: center;
        line-height: 1em;
        transform: none;
        left: calc(20 / 375 *var(--WIDTH-ANIM));
    }
}

/*------------------------------------------------*/


.hydra-pdp-ingredient {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
    position: relative;
    color: #004f6c;
    z-index: 1;
}

.hydra-pdp-ingredient[data-version="NIGHT"] {}

.hydra-pdp-ingredient[data-version="DAY"] {}

.hydra-pdp-ingredient__background {
    position: absolute;
    z-index: 1;
    display: block;
}

.hydra-pdp-ingredient__background img {
    display: block;
}

.hydra-pdp-ingredient__background--top {
    top: 0;
    right: 0;
}

.hydra-pdp-ingredient__background--bottom {
    bottom: 0;
    left: 0;
}

.hydra-pdp-ingredient__title {
    font-size: calc(35 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    color: #004f6c;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    box-sizing: border-box;
}

.hydra-pdp-ingredient__title strong {
    font-size: calc(48 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    line-height: 1.2em;
}

.hydra-pdp-ingredient__text {
    margin: 0 auto;
    font-size: calc(24 / 1250 *var(--WIDTH-ANIM));

    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    padding: 0;
    padding-bottom: 70px;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hydra-pdp-ingredient__block {
    display: flex;
    max-width: 970px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    align-items: flex-start;

}

.hydra-pdp-ingredient__block+.hydra-pdp-ingredient__block {
    flex-direction: row-reverse;
    text-align: right;
    align-items: flex-end;
    margin-top: -130px;
}

.hydra-pdp-ingredient__squalane {
    position: absolute;
    z-index: -1;
    left: -225px;
    top: 120px;
}

.hydra-pdp-ingredient__photo {
    display: block;
    margin: 20px;
    flex-basis: 50%;
    max-width: 470px;
    position: relative;
}

.hydra-pdp-ingredient__photo picture {
    display: block;
    width: 100%;
}

.hydra-pdp-ingredient__photo video {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hydra-pdp-ingredient__photo img {
    display: block;
    width: 100%;
}

.hydra-pdp-ingredient__block-content {
    margin: 20px;
    flex-basis: 50%;
    max-width: 470px;
}

.hydra-pdp-ingredient__block-title {
    font-size: calc(35 / 1250 *var(--WIDTH-ANIM));
    font-weight: normal;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-BOOK);
    position: relative;
    z-index: 2;
    width: 100%;
    line-height: 1.2em;
    box-sizing: border-box;
    margin-bottom: 0.3em;
    margin-top: 0.5em;
}

.hydra-pdp-ingredient__block-text {
    margin: 0;
    font-size: calc(18 / 1250 *var(--WIDTH-ANIM));
    font-family: var(--FONT-GOTHAM-BOOK);
    display: flex;
    flex-direction: column;
    line-height: 1.4em;
}

.hydra-pdp-ingredient__block-text+.hydra-pdp-ingredient__block-text {
    margin-top: 0.5em;
}

.hydra-pdp-ingredient__mentions {
    font-size: 9px;
    padding: 10px;
    text-align: left;
    max-width: 150x;
    margin: 0 auto;
    z-index: 2;
    font-family: var(--FONT-GOTHAM-BOOK);
    position: absolute;
    bottom: 0;
    left: 230px;
}


@media(max-width:761px) {


    .hydra-pdp-ingredient {
        padding-top: calc(35 / 375 *var(--WIDTH-ANIM));
        padding-bottom: calc(35 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-ingredient__title {
        font-size: calc(24 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-ingredient__title strong {
        font-size: calc(35 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-ingredient__text {
        font-size: calc(18 / 375 *var(--WIDTH-ANIM));
        line-height: 1.4em;
        padding-top: calc(10 / 375 *var(--WIDTH-ANIM));
        padding-bottom: 0;
        width: calc(335 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-ingredient__block {
        width: calc(100% - 40 / 375 *var(--WIDTH-ANIM));
        display: block;
        text-align: center !important;
        margin: 0 auto !important;
    }


    .hydra-pdp-ingredient__squalane {
        position: absolute;
        z-index: -1;
        left: calc(-25 / 375 *var(--WIDTH-ANIM));
        top: 120px;
        width: calc(148 / 375 *var(--WIDTH-ANIM));
        transform: none;
    }

    .hydra-pdp-ingredient__photo {
        display: block;
        margin: calc(25 / 375 *var(--WIDTH-ANIM)) auto;
        flex-basis: 100%;
        width: 100%;
        max-width: calc(260 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-ingredient__photo img {
        display: block;
        width: 100%;
    }

    .hydra-pdp-ingredient__block-content {
        margin: calc(25 / 375 *var(--WIDTH-ANIM));
        margin-bottom: calc(45 / 375 *var(--WIDTH-ANIM));
        flex-basis: 50%;
        max-width: 470px;
    }

    .hydra-pdp-ingredient__block-title {
        font-size: calc(24 / 375 *var(--WIDTH-ANIM));
    }

    .hydra-pdp-ingredient__block-text {
        font-size: calc(14 / 375 *var(--WIDTH-ANIM));
        display: block;
    }

    .hydra-pdp-ingredient__mentions {
        font-size: 9px;
        padding: 10px;
        text-align: left;
        max-width: 150x;
        margin: 0 auto;
        z-index: 2;
        font-family: var(--FONT-GOTHAM-BOOK);
        position: absolute;
        bottom: 0;
        left: 110px;
    }
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/

.pdp-silhouette-experts__button {
    position: relative;
    background-color: #fff !important;
    display: block;
    color: #000;
    padding: 14px 20px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ccc;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0 auto;
    margin-top: 40px;
}

.pdp-silhouette-experts__button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.pdp-silhouette-experts__button::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #fff solid 2px;
    border-radius: 7px;
    opacity: 0;
    left: -2px;
    top: -2px;
    pointer-events: none;
    box-sizing: border-box;
}

.pdp-silhouette-experts__button:active::after {
    opacity: 1;
}


@media(max-width:761px) {


    .pdp-silhouette .slick-list {
        overflow: visible;
    }

    .pdp-silhouette .slick-track {
        overflow: visible;
    }

    .pdp-silhouette .slick-dotted.slick-slider {
        padding-bottom: 50px;
    }

}





.pdp-silhouette .slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pdp-silhouette .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.pdp-silhouette .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    min-width: 0;
    opacity: 1;
}

.pdp-silhouette .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    content: " ";
    text-align: center;
    background-color: #4d4d4d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}

.pdp-silhouette .slick-dots li.slick-active button:before {
    background-color: #fff;
}

/*-------------------HEADER------------------------*/


.pdp-silhouette-header {
    height: 465px;
    position: relative;
    overflow: hidden;
    width: 1600px;
    margin: 0 auto;
}


.pdp-silhouette-header__background {
    position: absolute;
    z-index: 1;
    width: 1600px;
    height: 465px;
    top: 0;
    left: calc(50% - 800px);
}

.pdp-silhouette-header__background img {
    display: block;
    width: 100%;
}

.pdp-silhouette-header__content {
    position: absolute;
    top: 110px;
    left: calc(50% + 45px);
    z-index: 2;
}

.pdp-silhouette-header__tag {
    font-size: 24px;
    font-family: var(--GOTHAM-BOOK);
    color: var(--COLOR-BLACK);
    margin: 0;
    line-height: 1em;
}

.pdp-silhouette-header__title {
    font-size: 60px;
    font-family: var(--FONT-GOTHAM-XLIGHT);
    color: var(--COLOR-RED);
    margin: 0;
    margin-top: 20px;
    line-height: 0.9em;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.02em;
}

.pdp-silhouette-header__text {
    font-size: 24px;
    font-family: var(--GOTHAM-BOOK);
    color: var(--COLOR-RED);
    margin: 0;
    margin-top: 22px;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.01em;
    /*************************/
    display: block;
    font-size: 16px;
    max-width: 360px;
}

@media (max-width:1599px) and (min-width:762px) {
    .pdp-silhouette-header {
        width: 1600px;
        margin-right: 0;
        margin-left: calc(100% - 1600px);
        transform: scale(var(--SCALE));
        transform-origin: top right;
        margin-bottom: calc(-465px + 0.290625*100vw);
    }
}

@media (max-width:761px) {
    .pdp-silhouette-header {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        height: auto;
    }

    .pdp-silhouette-header__background {
        position: relative;
        z-index: 1;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
    }

    .pdp-silhouette-header__content {
        position: absolute;
        top: 159vw;
        left: 16vw;
        width: 84vw;
        z-index: 2;
        padding: 4vw;
        background-color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        transform: translateY(-50%);
    }

    .pdp-silhouette-header__tag {
        font-size: 5vw;
    }

    .pdp-silhouette-header__title {
        font-size: 10vw;
        margin-top: 2vw;
    }

    .pdp-silhouette-header__text {
        font-size: 4vw;
        margin-top: 4vw;
    }
}

/*-------------------QUIZZ------------------------*/

.pdp-silhouette-quizz {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    position: relative;
    height: 535px;
}

.pdp-silhouette-quizz[data-open="1"] {
    height: 835px;
}

.pdp-silhouette-quizz__background {
    position: absolute;
    z-index: 1;
    width: 1600px;
    top: 0;
    left: calc(50% - 800px);
    display: block;
}

.pdp-silhouette-quizz__background img {
    display: block;
    width: 100%;
}

.pdp-silhouette-quizz__content {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdp-silhouette-quizz__title {
    font-size: 40px;
    font-family: var(--FONT-GOTHAM-XLIGHT);
    color: var(--COLOR-BLACK);
    margin: 0;
    margin-top: 20px;
    line-height: 0.9em;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
}

.pdp-silhouette-quizz__text {
    font-size: 16px;
    font-family: var(--GOTHAM-BOOK);
    color: var(--COLOR-RED);
    margin: 0;
    margin-top: 30px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.pdp-silhouette-quizz__breadcrumb {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 40px;
    position: relative;
}

.pdp-silhouette-quizz__breadcrumb::before {
    content: " ";
    background-color: #dcd2cc;
    width: 28px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 14px);
}

.pdp-silhouette-quizz__breadcrumb span {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--COLOR-RED);
    margin: 0 22px;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--COLOR-BLACK);
}

.pdp-silhouette-quizz__breadcrumb[data-step="1"] span:first-child {
    border: 1px solid var(--COLOR-RED);
}

.pdp-silhouette-quizz__breadcrumb[data-step="1"] span:last-child {
    border: 1px solid #dcd2cc;
    background-color: #dcd2cc;
}

.pdp-silhouette-quizz__breadcrumb[data-step="2"] span:first-child {
    border: 1px solid #dcd2cc;
    background-color: #dcd2cc;
}

.pdp-silhouette-quizz__breadcrumb[data-step="2"] span:last-child {
    border: 1px solid var(--COLOR-RED);
}

.pdp-silhouette-quizz__choices {
    display: flex;
    max-width: 568px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.pdp-silhouette-quizz__button {
    background-color: var(--COLOR-RED);
    height: 80px;
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
}

.pdp-silhouette-quizz__button:first-child {
    border-right: 2px solid #dd7f88;
}

.pdp-silhouette-quizz__button[data-active="0"] {
    background-color: #dcd2cc;
    color: var(--COLOR-BLACK);
    cursor: default;
}

.pdp-silhouette-quizz__button[data-active="1"] {
    background-color: var(--COLOR-RED);
    color: #fff;
    cursor: pointer;
}

@media(max-width:1023px) {
    .pdp-silhouette-quizz {
        height: 458px;
        background-color: #f4ece7;
    }

    .pdp-silhouette-quizz[data-open="1"] {
        height: auto;
    }

    .pdp-silhouette-quizz__content {
        padding: 40px;
    }

    .pdp-silhouette-quizz__background {
        width: 100%;
        left: 0;
    }

}

@media(max-width:761px) {
    .pdp-silhouette-quizz {
        height: auto;
    }

    .pdp-silhouette-quizz[data-open="1"] {
        height: auto;
    }

    .pdp-silhouette-quizz__choices {
        display: block;
    }

    .pdp-silhouette-quizz__title {
        font-size: 30px;
        margin-top: 20px;
        display: block;
    }

    .pdp-silhouette-quizz__content {
        padding: 20px;
    }

    .pdp-silhouette-quizz__text {
        /*display: block;*/
        max-width: 260px;
    }

    .pdp-silhouette-quizz__button:first-child {
        border-right: 0px;
        border-bottom: 2px solid #dd7f88;
    }


}


/*-------------------RESULTS------------------------*/

.pdp-silhouette-result {
    position: relative;
    z-index: 2;
}

.pdp-silhouette-result[data-selected="0"] {
    display: none;
}

.pdp-silhouette-result[data-selected="1"] {
    display: block;
    margin-top: -305px;
}

.pdp-silhouette-result__title {
    font-size: 40px;
    font-family: var(--FONT-GOTHAM-XLIGHT);
    color: var(--COLOR-BLACK);
    margin: 0;
    margin-top: 20px;
    line-height: 0.9em;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
}

.pdp-silhouette-result__text {
    font-size: 16px;
    font-family: var(--GOTHAM-BOOK);
    color: var(--COLOR-RED);
    margin: 0;
    margin-top: 22px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media(max-width:1023px) {
    .pdp-silhouette-result[data-selected="1"] {
        display: block;
        margin-top: 0px;
    }

}

@media(max-width:761px) {
    .pdp-silhouette-result {
        margin: 20px;
        margin-top: 20px;
    }

    .pdp-silhouette-result__title {
        font-size: 30px;
        margin-top: 20px;
        display: block;
    }

    .pdp-silhouette-result__text {
        display: block;
    }
}

/*-------------------ROUTINE------------------------*/
.pdp-silhouette-routine {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 85px;
    position: relative;
    z-index: 2;
}

.pdp-silhouette-routine::after {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    content: " ";
    background-color: #f4ece7;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: center center;
    bottom: -105px;
    left: calc(87.5% - 20px);
}

.pdp-silhouette-slider {}

.pdp-silhouette-slider .slick-slide {
    height: auto;
    float: none;
}

.pdp-silhouette-slider .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.pdp-silhouette-routine__product {
    width: 262px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    position: relative;
}


.pdp-silhouette-routine__packshot {
    width: 143px;
    height: 257px;
    display: block;
    position: relative;
    z-index: 2;
}

.pdp-silhouette-routine__packshot img {
    display: block;
    max-width: 100%;
}

.pdp-silhouette-routine__num {
    color: #f4ece7;
    font-size: 150px;
    line-height: 1em;
    font-family: var(--FONT-GOTHAM-XLIGHT);
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    text-align: right;
    width: 100px;
    z-index: 1;
}

/*
*[data-product="2"] .pdp-silhouette-routine__num,
*[data-product="4"] .pdp-silhouette-routine__num {
  top: 80px;
}*/

*[data-product="2"] .pdp-silhouette-routine__num {
    left: -20px;
}

*[data-result="B"] .pdp-silhouette-routine__num {
    left: -20px;
}

.pdp-silhouette-routine__action {
    margin: 0;
    margin-top: 15px;

    color: var(--COLOR-RED);
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--GOTHAM-BOOK);
}

.pdp-silhouette-routine__text {
    margin: 20px 0;
    color: var(--COLOR-BLACK);
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--GOTHAM-BOOK);
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 1;
}

.pdp-silhouette-routine__hidden-quickshop {
    display: none;
}


@media(max-width:1023px) {
    .pdp-silhouette-routine__product {
        width: 100%;
    }

    .pdp-silhouette-routine {
        margin-top: 20vw;
    }
}

@media(max-width:761px) {
    .pdp-silhouette-routine__product {
        width: 50vw;
    }

    .pdp-silhouette-routine {
        margin-top: 20vw;
        margin-left: 25vw;
        width: 50vw;
        margin-bottom: 40px;
    }

    .pdp-silhouette-routine::before {
        content: " ";
        width: 100vw;
        position: absolute;
        height: calc(100% - 100px);
        background-color: #fff;
        left: calc(50% - 50vw);
        top: 100px;
        display: block;
    }

    .pdp-silhouette-routine .slick-slide {
        width: 50vw !important;
    }

    .pdp-silhouette-routine .slick-dots li button:before {
        background-color: #f9e8e5;
    }

    .pdp-silhouette-routine .slick-dots li.slick-active button:before {
        background-color: var(--COLOR-RED);
    }

    .pdp-silhouette-routine__num {
        top: 120px;
        left: -30px;
        width: 100px;
    }

    *[data-product="2"] .pdp-silhouette-routine__num {
        left: -40px;
    }

    *[data-result="B"] .pdp-silhouette-routine__num {
        left: -60px;
    }

    /*
  *[data-product="2"] .pdp-silhouette-routine__num,
  *[data-product="4"] .pdp-silhouette-routine__num {
    top: 140px;
  }*/
}

/*-------------------TIPS------------------------*/
.pdp-silhouette-tips {
    margin: 0 auto;
    background-color: #f4ece7;
    width: 100%;
    max-width: 1600px;
    background-image: url(../img/ingredients.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-top: 70px;
    padding-bottom: 85px;
}



.pdp-silhouette-tips__text {
    font-size: 16px;
    font-family: var(--GOTHAM-BOOK);
    color: var(--COLOR-BLACK);
    margin: 0;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.pdp-silhouette-tips__bold-text {
    font-size: 16px;
    font-family: var(--GOTHAM-MEDIUM);
    color: var(--COLOR-RED);
    margin: 0;
    margin-top: 20px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
}

.pdp-silhouette-tips__wrapper {
    max-width: 1210px;
    width: 100%;
    margin: 20px auto;
}



.pdp-silhouette-tips__item {
    background-color: #fff;
    border-radius: 12px;
    margin: 20px;
    cursor: pointer;
}

.pdp-silhouette-tips__item::after {
    content: " ";
    background-image: url(../img/arrow.svg);
    width: 100%;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 18px;
    display: block;
    margin: 0px auto;
    pointer-events: none;
}

.pdp-silhouette-tips__item[data-open="1"]::after {
    transform: rotate(180deg);
}

.pdp-silhouette-tips__picto {
    display: block;
    width: 100%;
}

.pdp-silhouette-tips__picto img {
    display: block;
    width: 100%;
}

.pdp-silhouette-tips__item-action {
    font-size: 16px;
    font-family: var(--GOTHAM-MEDIUM);
    color: var(--COLOR-RED);
    margin: 0;
    margin-top: 10px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
}

.pdp-silhouette-tips__item-text {
    height: 0;
    overflow: hidden;
    color: var(--COLOR-BLACK);
    font-size: 16px;
    text-align: center;
    padding: 0 20px;
    padding-top: 20px;
    line-height: 1.2em;
    transition: all ease-in-out 0.5s;
}

.pdp-silhouette-tips__item[data-open="1"] .pdp-silhouette-tips__item-text {
    height: 190px;
}


@media(max-width:1023px) {
    .pdp-silhouette-tips__wrapper {
        max-width: 1210px;
        width: calc(100% - 20px);
        margin: 10px;
    }

    .pdp-silhouette-tips__item {
        margin: 10px;
    }

    .pdp-silhouette-tips__text {
        padding-left: 280px;
        padding-right: 40px;
        display: block;
    }

    .pdp-silhouette-tips__bold-text {
        padding-left: 250px;
        padding-right: 40px;
        display: block;
    }

    .pdp-silhouette-tips__wrapper {
        margin-top: 40px;
    }
}

@media(max-width:761px) {
    .pdp-silhouette-tips {
        background-size: 30% auto;
        padding-top: 25vw;
        padding-bottom: 40px;
    }

    .pdp-silhouette-tips__text {
        padding-left: 40px;
        padding-right: 40px;
        display: block;
    }

    .pdp-silhouette-tips__bold-text {
        padding-left: 40px;
        padding-right: 40px;
        display: block;
    }

    .pdp-silhouette-tips__wrapper {
        margin: 0 auto;
        margin-top: 20px;
        width: 216px;

    }

    .pdp-silhouette .slick-slide {
        width: 216px !important;
    }

    .pdp-silhouette-tips__item[data-open="1"] .pdp-silhouette-tips__item-text {
        height: 300px;
    }

    .pdp-silhouette-tips .slick-dots li button:before {
        background-color: #fff;
    }

    .pdp-silhouette-tips .slick-dots li.slick-active button:before {
        background-color: var(--COLOR-RED);
    }

}

/*-------------------RESULTS------------------------*/
.pdp-silhouette-results {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    min-height: 1050px;
    overflow: hidden;
    background-color: #f7bb99;
}

.pdp-silhouette-results__background {
    position: absolute;
    z-index: 1;
    width: 1600px;
    height: 465px;
    top: 280px;
    left: calc(50% - 800px);
}

.pdp-silhouette-results__claim {
    margin: 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    height: 280px;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-family: var(--FONT-GOTHAM-XLIGHT);
    color: var(--COLOR-BLACK);
    text-transform: uppercase;
    line-height: 1em;
}

.pdp-silhouette-results__claim--red {
    color: var(--COLOR-RED);
    font-family: var(--GOTHAM-BOOK);
}

.pdp-silhouette-results__wrapper {
    position: relative;
    z-index: 2;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    justify-content: center;

}

.pdp-silhouette-results__key-number {
    max-width: 323px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 40px;
}

.pdp-silhouette-results__tag {
    color: var(--COLOR-RED);
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 1.2em;
    height: 60px;
    margin: 0;
    margin-bottom: -8px;
}

.pdp-silhouette-results__key-value {
    margin: 0;
    color: var(--COLOR-RED);
    font-family: var(--FONT-GOTHAM-XLIGHT);
    font-size: 150px;
    line-height: 1em;
}

.pdp-silhouette-results__key-value sup {
    font-size: 0.4em;
    top: 0.2em;
    line-height: 1em;
    vertical-align: top;
}

.pdp-silhouette-results__key-text {
    margin: 0;
    color: var(--COLOR-BLACK);
    font-family: var(--CLARINS-FONT);
    font-size: 24px;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
}

.pdp-silhouette-results__key-number-small {
    margin: 40px;
    margin-bottom: 0px;
}

.pdp-silhouette-results__key-number-small-value {
    margin: 0;
    color: var(--COLOR-RED);
    font-family: var(--FONT-GOTHAM-XLIGHT);
    font-size: 40px;
    line-height: 1em;
}

.pdp-silhouette-results__key-number-small-value sup {
    font-size: 0.5em;
    top: 0;

}

.pdp-silhouette-results__key-number-small-text {
    margin: 0;
    color: var(--COLOR-BLACK);
    font-family: var(--GOTHAM-BOOK);
    font-size: 16px;
}

.pdp-silhouette-results__key-sepa {
    flex-basis: 100%;
}

.pdp-silhouette-results__mentions {
    margin: 0;
    flex-basis: 100%;
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
}

@media(max-width:1023px) {
    .pdp-silhouette-results {
        padding-bottom: 50px;
    }

    .pdp-silhouette-results__background {
        width: 100%;
        left: 0;
    }

    .pdp-silhouette-results__background img {
        width: 100%;
        display: block;
    }
}

@media(max-width:761px) {
    .pdp-silhouette-results__claim {
        font-size: 30px;
        text-align: center;
        padding: 50px 20px;
        box-sizing: border-box;
        display: block;
    }

    .pdp-silhouette-results__claim--red {
        display: block;
    }

    .pdp-silhouette-results__wrapper {
        padding-top: 20px;
        display: block;
        text-align: center;
    }

    .pdp-silhouette-results__key-value {
        font-size: 120px;
    }

    .pdp-silhouette-results__key-text {
        font-size: 20px;
    }

    .pdp-silhouette-results__key-number-small {
        margin-top: 10px;
    }

    .pdp-silhouette-results__key-number-small-value {
        font-size: 40px;
    }

    .pdp-silhouette-results__mentions {
        padding: 0 40px;
        line-height: 1.2em;
    }

    .pdp-silhouette-results__tag {
        margin-top: 30px;
        margin-bottom: -5px;
        font-size: 20px;
        height: auto;
    }
}

/*-------------------EXPERTS------------------------*/

.pdp-silhouette-experts__button {
    position: relative;
    background-color: #fff !important;
    display: block;
    color: #000;
    padding: 14px 20px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    border: 1px solid #ccc;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
}

.pdp-silhouette-experts__button:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.pdp-silhouette-experts__button::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #fff solid 2px;
    border-radius: 7px;
    opacity: 0;
    left: -2px;
    top: -2px;
    pointer-events: none;
    box-sizing: border-box;
}

.pdp-silhouette-experts__button:active::after {
    opacity: 1;
}

.pdp-silhouette-experts {
    position: relative;
    background-color: #fff;
    max-width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    z-index: 2;
    margin-top: 70px;
    margin-bottom: 70px;
    padding: 70px;
    padding-left: 90px;
    padding-right: 50px;
    border-radius: 12px;
}

.pdp-silhouette-experts__content {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    flex: 1;
}

.pdp-silhouette-experts__photo {
    order: 2;
    display: block;
}

.pdp-silhouette-experts__photo img {
    width: 100%;
    display: block;
}

.pdp-silhouette-experts__title {
    font-size: 40px;
    font-family: var(--FONT-GOTHAM-XLIGHT);
    color: var(--COLOR-BLACK);
    margin: 0;
    margin-top: 20px;
    line-height: 0.9em;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.pdp-silhouette-experts__text {
    margin: 30px 0;
    color: var(--COLOR-BLACK);
    font-size: 16px;
    line-height: 1.2em;
    display: flex;
    flex-direction: column;
}

@media(max-width:1023px) {
    .pdp-silhouette-experts {
        margin: 70px;
        padding: 70px;
        display: block;
        max-width: 640px;
        margin: 0 auto;
        margin-top: 80px;
    }
}

@media(max-width:761px) {
    .pdp-silhouette-experts {
        padding: 0px;
        display: block;
        max-width: 640px;
        margin: 0 20px;
        margin-top: 60px;
        margin-bottom: 50vw;
        border-radius: 0;
    }

    .pdp-silhouette-experts__content {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
        padding: 40px 20px;
    }

    .pdp-silhouette-experts__title {
        font-size: 30px;
    }

    .pdp-silhouette-experts__text {
        display: block;
    }
}


.PDP-Free-Block .hydra-quiz-module {
    background-color: #d2eff5;
}

.PDP-Free-Block .hydra-quiz-module::after,
.PDP-Free-Block .hydra-quiz-module::before {
    display: none;
}

@media(max-width:761px) {


    .hydra-routine-module__description {
        line-height: 1.2em;
        margin-top: 10px;
    }

    .hydra-pdp .hydra-routine-module {
        padding-top: 0;
    }

    .hydra-routine-module::before {
        content: " ";
        display: block;
        width: 0;
        border-left: #88c7d8 solid calc(177 / 375 *var(--WIDTH-ANIM));
        border-right: #04688c solid calc(178 / 375 *var(--WIDTH-ANIM));
        box-sizing: border-box;
        margin: 0 -20px;
        margin-bottom: 20px;
        height: calc(20 / 375 *var(--WIDTH-ANIM));
        padding-bottom: 0;
    }
}




.hydra-cta {
    position: relative;
    background-color: #B40024 !important;
    display: block;
    color: #FFF;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.hydra-cta:hover {
    background-color: #8C0B26 !important;
    color: #fff !important;
}

.hydra-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: #63021A solid 2px;
    opacity: 0;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.hydra-cta:hover::after,
.hydra-cta:active::after {
    opacity: 1;
}




/********** MASTER ANALYSIS **********/
/* DAY PDP */
.hpi__bt-frst-desc-day {
    width: 90%;
}

.hpi__bt-scnd-desc-day {
    width: 100%;
}

/* NIGHT PDP */
.hpd__t-night {
    width: 45%;
}

.hpd__c-night span {
    width: 38%;
}

.hpd__w-night-1desc {
    width: 55%;
}

.hpd__w-night-2desc {
    width: 80%;
    margin-left: 20%;
}

.hpi__bt-night-1desc,
.hpi__bt-night-2desc {
    width: 85%;
}

.hydra-pdp-ingredient__mentions {
    left: -10%;
    top: 105%;
}

/* 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) {

    /* DAY PDP */
    .hpi__t-day strong {
        width: 40%;
        margin: auto;
    }

    .hpi__bc1-day span {
        width: 99%;
    }

    /* NIGHT PDP */
    .hpd__c-night span {
        width: 40%;
    }

    .hpd__w-night-1desc {
        width: 45%;
    }

    .hdi__m-night {
        left: 51%;
    }

    .hydra-pdp-cta {
        bottom: 3%;
    }

    .hpi__t-night strong {
        margin: auto;
        width: 40%;
    }

    .hpi__bt-night-1desc,
    .hpi__bt-night-2desc {
        width: 75%;
    }

    .hpi__bt-night-2ttle span {
        width: 50%;
        margin-left: 50%;
    }

    .hpi__bt-night-3desc {
        width: 60%;
        margin-left: 40%;
    }

    .hydra-pdp-ingredient__mentions {
        left: 15%;
    }
}

/* 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) {

    /* DAY PDP */
    .hpi__t-desc-day {
        width: 40%;
    }

    .hpi__t-day span {
        width: 28%;
        margin: auto;
    }

    .hpi__t-day strong {
        margin: auto;
        width: 40%;
    }

    .hpi__bc1-day span {
        width: 95%;
    }

    /* NIGHT PDP */
    .hpd__c-night span {
        width: 40%;
    }

    .hpd__w-night-1desc {
        width: 55%;
    }

    .hdi__m-night {
        left: 51%;
    }

    .hydra-pdp-cta {
        bottom: 3%;
    }

    .hpi__t-night span {
        width: 65%;
        margin: auto;
    }

    .hpi__t-night {
        width: 40%;
    }

    .hpi__bt-night-1ttle {
        width: 90%;
        margin-right: 10%;
    }

    .hpi__bt-night-1desc,
    .hpi__bt-night-2desc {
        width: 70%;
    }

    .hpi__bt-night-2ttle {
        width: 50%;
        margin-right: 0;
    }

    .hpi__bt-night-3desc {
        width: 70%;
        margin-left: 30%;
    }

    .hydra-pdp-ingredient__mentions {
        left: 25%;
    }
}

/* mobile */
@media (max-width: 480px) {

    /* DAY PDP */
    .hph__t-day strong {
        margin-top: 5%;
    }

    .hpi__t-day span {
        margin: auto;
        width: 60%;
    }

    .hpi__bt-frst-desc-day {
        width: 100%;
    }

    /* NIGHT PDP */
    .hpd__c-night span {
        width: 74%;
    }

    .hpd__w-night-1desc {
        width: 100%;
    }

    .hpd__w-night-2desc {
        width: 100%;
        margin-left: 0;
    }

    .hydra-duo-ingredient__mentions {
        text-align: left;
        width: 80%;
    }

    .hpi__bt-night-1desc,
    .hpi__bt-night-2desc {
        width: 100%;
    }

    .hydra-pdp-ingredient__mentions {
        left: -5%;
        top: 110%;
    }
}

/* === === */
.hydra-pdp-duo__title {
    width: calc(550 / 1250 *var(--WIDTH-ANIM));
}

.hpd__t-night {
    width: 63%;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .hydra-pdp-duo__text {
        padding-bottom: calc(30 / 1250 *var(--WIDTH-ANIM));
    }

    .hydra-duo-ingredient__mentions {
        bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
    .hydra-pdp-duo__title {
        width: 100%;
    }

    .hpd__t-night {
        margin: 0 25px;
    }
}