html,
body {
    margin: 0;
    overflow-x: clip;
}

@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   ------  */

#main:not(.main-homepage) {
    padding-top: 0px;
}

#primary {
    padding-bottom: 0;
}

.breadcrumb {
    display: none !important;
}

#wrapper {
    max-width: 100%;
}

footer.footer-main {
    margin-top: 0;
}

@media (max-width: 640px) {

    .offerbumper-loader {
        display: none !important;
    }
}


.eye-care {
    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) {
    .eye-care {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .eye-care {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .eye-care {
        --WIDTH-ANIM: 100vw;
    }
}

.eye-care-red {
    color: #ba0c2f;
}

.eye-care-cta {
    position: relative;
    background-color: #fff !important;
    display: block;
    color: #333;
    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;
    border: #cfcac9 solid 1px;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.eye-care-cta:hover {
    color: #b40024 !important;
}

.eye-care-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #b40024 solid 2px;
    opacity: 0;
    left: -2px;
    top: -2px;
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.eye-care-cta:hover::after,
.eye-care-cta:active::after {
    opacity: 1;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.eye-care-header {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1050px;
    width: 100%;
    text-align: center;
    min-height: 700px;
}

.eye-care-header__visual {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    margin-bottom: 30px;
    display: block;
}

@media(min-width:1050px) {
    .eye-care-header__visual {
        height: 350px;
    }
}

.eye-care-header__visual img {
    display: block;
    width: 100%;
    height: auto;
}

@media(max-width:1023px) {
    .eye-care-header__visual {
        display: block;
    }

    .eye-care-header__visual img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center center;
    }
}

.eye-care-header__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    /*font-size: 60px;*/
    font-size: 40px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
    display: flex;
    flex-direction: column;
}

@media(max-width:761px) {
    .eye-care-header__title {
        font-size: 40px;
        margin: 0 20px;
    }
}

.eye-care-header__text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    color: #787474;
}

@media(max-width:761px) {
    .eye-care-header__text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.eye-care-header__text+.eye-care-header__text {
    margin-top: 0px;
}

.eye-care-header__bold-text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 705px;
}

@media(max-width:761px) {
    .eye-care-header__bold-text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.eye-care-header__bold-text+.eye-care-header__bold-text {
    margin-top: 0px;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.eye-care-nav {
    margin: 0 auto;
    /*   position: -webkit-sticky;
    position: sticky;*/
    top: 110px;
    z-index: 10;
    height: 0px;
    margin-bottom: 40px;
}

.eye-care-nav__wrapper {
    padding: 0;
    margin: 0 auto;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 10;
    background-color: #fff;
    max-width: 970px;
}



.eye-care-nav li {
    padding: 10px;
}

.eye-care-nav li a {
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
    min-width: 160px;
}

/*
.eye-care-nav[data-sticky="true"] .eye-care-nav__wrapper {
    max-width: 100%;
    background: linear-gradient(to bottom, white, transparent);
}

.eye-care-nav[data-sticky="true"] li {
    padding: 5px;
}

.eye-care-nav[data-sticky="true"] li a {
    font-size: 11px;
    padding: 0 15px;
    border-radius: 15px;
    height: 30px;
}
*/
.eye-care-nav li a:hover,
.eye-care-nav li a[data-selected="1"] {
    border: 1px solid #ba0c2f;
    color: #ba0c2f;
}

@media(max-width:1023px) {
    .eye-care-nav {
        width: 100vw;
        margin-bottom: -80px;
        height: auto;
    }


    .eye-care-nav__wrapper {

        margin-top: 20px;
        padding-bottom: 50px;
        display: block;
    }

    .eye-care-nav li {
        padding: 5px;
        display: block;
        margin: 0 20px;
    }

    .eye-care-nav li a {
        white-space: nowrap;
        height: 40px;
        padding: 0 20px;
        border-radius: 20px;
    }

}

/****************************************************/
.eye-care-anchor {
    margin-top: -153px;
    height: 153px;
    display: block;
    pointer-events: none;

}

.eye-care-spacer {
    height: 140px;
}

@media(max-width:1023px) {
    .eye-care-anchor {
        margin-top: -90px;
        height: 90px;
    }

    .eye-care-spacer {
        height: 80px;
    }
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.eye-care-hero {
    display: flex;
    justify-content: center;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

@media(max-width:761px) {
    .eye-care-hero {
        display: block;
    }
}

section:nth-child(2n+1) .eye-care-hero {
    flex-direction: row-reverse;
}

.eye-care-hero__visual {
    flex-basis: calc(50% + 20px);
    max-width: 544px;
    padding: 40px;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}

section:nth-child(2n+1) .eye-care-hero__visual {
    padding: 40px;
    padding-left: 80px;
}

@media(max-width:761px) {
    .eye-care-hero__visual {
        padding: 7.75vw;
        padding-right: 15.5vw;
    }

    section:nth-child(2n+1) .eye-care-hero__visual {
        padding: 7.75vw;
        padding-left: 15.5vw;
    }
}

.eye-care-hero__packshot {
    position: relative;
    display: block;
    margin: 0 auto;
}

.eye-care-hero__packshot img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.eye-care-hero__packshot::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(-40px) translateX(-40px);
}

section:nth-child(2n+1) .eye-care-hero__packshot::before {
    transform: translateY(-40px) translateX(40px);
}

.eye-care-hero__ingredient {
    position: absolute;
    display: block;
    bottom: 0;

}



section:nth-child(2n) .eye-care-hero__ingredient {
    right: 0;
}

section:nth-child(2n+1) .eye-care-hero__ingredient {
    left: 0;
}

.eye-care-hero__ingredient img {
    display: block;
    max-width: 100%;
    height: auto;
}

.eye-care-hero__ingredient span {
    position: absolute;
    color: #fff;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 12px;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    padding: 5px;
}

.eye-care-hero__content {
    flex: 1;
    color: #333;
    text-align: center;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.eye-care-hero__action {
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: inline-block;
    background-color: #fff;
    padding: 2px 10px;
}

.eye-care-hero__action::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #efedec;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.eye-care-hero__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 42px;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
    line-height: 1em;
    display: flex;
    flex-direction: column;
    color: #b40024;
}

.eye-care-hero__text-bold {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 425px;
    display: flex;
    flex-direction: column;
}

.eye-care-hero__text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 425px;
    display: flex;
    flex-direction: column;
}

.eye-care-hero__text-bold+.eye-care-hero__text {
    margin-top: 20px;
}

.eye-care-hero__text+.eye-care-hero__text {
    margin-top: 20px;
}

.eye-care-hero__text+.eye-care-cta {
    margin-top: 20px;
    margin-bottom: 2px;
}

.eye-care-hero__bold-text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 425px;

}

@media(max-width:1023px) and (min-width:762px) {
    .eye-care-hero__content {
        padding: 0 20px;
    }

}

@media(max-width:761px) {
    .eye-care-hero__ingredient {
        max-width: 40.5vw;
    }

    .eye-care-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(-7.75vw);
    }

    section:nth-child(2n+1) .eye-care-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(7.75vw);
    }

    .eye-care-hero__title {
        font-size: 35px;
    }

    .eye-care-hero__text {
        margin: 0 20px;
    }

    .eye-care-hero__bold-text {
        margin: 0 20px;
    }

    .eye-care-hero__ingredient span {
        font-size: 10px;
    }

    .eye-care-hero__text-bold {
        display: block;
        margin: 0 20px;
    }
}

.eye-care-hero__bold-text+.eye-care-hero__text {
    margin-top: 20px;
}

/***************************************************************/
*[data-product="ds-eye"] .eye-care-hero__ingredient span {
    background-color: rgba(235, 95, 59, 0.8);
    top: 8%;
    left: 8%;
    text-align: left;
    width: 68%;
}

*[data-product="ds-eye"] .eye-care-hero__packshot::before {
    background: linear-gradient(-45deg, #eb8416, #fde3ae);
}

/*
*[data-product="ds-eye"] .eye-care-hero__title {
    color: #e0af08;
}

*[data-product="ds-eye"] .eye-care-hero__action::before {
    background: linear-gradient(to right, #efcd57, #fff1b5);
}*/

/***************************************************************/
*[data-product="total-eye-lift"] .eye-care-hero__ingredient span {
    background-color: rgba(102, 102, 18, 0.8);
    top: 50%;
    left: 50%;
    text-align: left;
    width: 40%;
}

*[data-product="total-eye-lift"] .eye-care-hero__packshot::before {
    background: linear-gradient(0deg, #d8b3a9, #8dcccc);
}


/***************************************************************/
*[data-product="total-eye-contour-gel"] .eye-care-hero__ingredient span {
    background-color: rgba(95, 182, 107, 0.8);
    top: 70%;
    left: 45%;
    text-align: left;
    width: 45%;
}

*[data-product="total-eye-contour-gel"] .eye-care-hero__packshot::before {
    background: linear-gradient(-45deg, #9ac981, #9fd6db);
}

/***************************************************************/
*[data-product="total-eye-revive"] .eye-care-hero__ingredient span {
    background-color: rgba(154, 110, 162, 0.8);
    top: 10%;
    left: 10%;
    text-align: left;
    width: 35%;
}

*[data-product="total-eye-revive"] .eye-care-hero__packshot::before {
    background: linear-gradient(0deg, #94b8d4, #f1cfee);
}

/***************************************************************/
*[data-product="total-eye-hydrate"] .eye-care-hero__ingredient span {
    background-color: rgba(0, 147, 163, 0.8);
    top: 10%;
    left: 10%;
    text-align: left;
    width: 35%;
}

*[data-product="total-eye-hydrate"] .eye-care-hero__packshot::before {
    background: linear-gradient(-45deg, #dfecd0, #91d3eb);
}

/***************************************************************/
*[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
    background-color: rgba(247, 168, 80, 0.8);
    top: 35%;
    left: 35%;
    text-align: left;
    width: 55%;
}

*[data-product="total-eye-smooth"] .eye-care-hero__packshot::before {
    background: linear-gradient(-45deg, #fdf2be, #ed6f48);
}

/***************************************************************/
*[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
    background-color: rgba(219, 219, 79, 0.8);
    top: 32%;
    left: 15%;
    text-align: left;
    width: 35%;
}

*[data-product="v-shaping-lift-eye"] .eye-care-hero__packshot::before {
    background: linear-gradient(0deg, #e78b9b, #e3e170);
}

/***************************************************************/

/*********************************************************/
/*********************************************************/
/*********************************************************/

.eye-care-routine {
    display: block;
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 50px;
}

.eye-care-routine__wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
}

@media(max-width:761px) {
    .eye-care-routine__wrapper {
        width: 100vw;
        margin: 0 auto;
    }

    .eye-care-routine__wrapper .slick-list {
        /*overflow:visible;*/
    }

    .eye-care-routine__product {
        box-sizing: border-box;
        max-width: 263px;
    }
}

.eye-care-routine__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;
}

.eye-care-routine__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);
}

.eye-care-routine__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
}

.eye-care-routine__product>a {
    width: 100%;
}

.eye-care-routine__packshot {
    width: 243px;
    aspect-ratio: 1 / 1;
    background-color: #fefaf9;
}

.eye-care-routine__product img {
    display: block;
    margin: 0 auto;
    /*width: 100%;*/
    height: auto;
}

.eye-care-routine__or-tag {
    position: absolute;
    width: 30px;
    right: -15px;
    top: 350px;
    text-align: center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
}

.eye-care-picto {
    background-image: url(../images/pictos-sun.svg);
    background-size: auto 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    font-size: 0;
    margin: 10px;
    cursor: pointer;
}

.eye-care-picto span {
    position: absolute;
    font-size: 9px;
    line-height: 1em;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #b0a9a5;
    color: #787474;
    border-radius: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: -20px;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    white-space: nowrap;
}


.eye-care-picto span::before {
    content: "";
    position: absolute;
    border-top: 10px solid #b0a9a5;
    border-right: 10px solid transparent;
    top: 21px;
    left: 15px;
    height: 8px;
    z-index: 1;
}

.eye-care-picto span::after {
    content: "";
    position: absolute;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    top: 21px;
    left: 16px;
    height: 8px;
    z-index: 1;
}

.eye-care-picto:hover span {
    opacity: 1;
}

.eye-care-picto[data-icon="gel"] {
    background-position: 0px 0px;
}

.eye-care-picto[data-icon="cream"] {
    background-position: -32px 0px;
}

.eye-care-picto[data-icon="lotion"] {
    background-position: -64px 0px;
}

.eye-care-picto[data-icon="balm"] {
    background-position: -96px 0px;
}

.eye-care-picto[data-icon="liquid"] {
    background-position: -128px 0px;
}




.eye-care-routine__name {
    margin: 0px;
    flex: 1;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
}

.eye-care-routine__price {
    margin: 10px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
    font-size: 14px;
    line-height: 1em;
}

.eye-care-routine__price-volume {
    margin: 0px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #787474;
    font-size: 11px;
    line-height: 1em;
}

.eye-care-routine__reviews {
    color: #b40024;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.eye-care-hidden-quickshop {
    display: none;
}

@media(max-width:761px) {

    .eye-care-routine__title {
        font-size: 20px;
    }

    .eye-care-routine__or-tag {
        display: none;
    }

    .eye-care-routine__wrapper {
        width: 263px;
        margin: 0 auto;
        display: block;
    }

    .eye-care-routine__wrapper .slick-list {
        overflow: visible;
    }

    .eye-care-routine__wrapper .slick-track {
        overflow: visible;
    }


}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.eye-care-howto {
    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;
}

.eye-care-howto__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;
}

.eye-care-howto__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);
}

.eye-care-howto__steps {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    padding-bottom: 35px;
}

.eye-care-step {
    background-color: #fdfaf8;
    width: 335px;
    padding: 35px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 120px;
    position: relative;
}

.eye-care-step__num {
    font-family: var(--FONT-GOTHAM-LIGHT);
    color: #333;
    text-align: right;
    position: absolute;
    font-size: 270px;
    top: -120px;
    pointer-events: none;
    line-height: 1em;
    right: 0;
}

.eye-care-step:first-child .eye-care-step__num {
    right: 40px;
}

.eye-care-step__visual {
    display: block;
    max-width: 100%;
    margin-top: -140px;
    margin-bottom: -20px;
}

.eye-care-step__duration {
    font-family: var(--FONT-CLARINS);
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    transform: rotate(-4deg);
    transform-origin: top left;
    display: inline-block;
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.2);
    margin: 10px 25px;
    padding: 6px 10px;
}

.eye-care-step__name {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    line-height: 1.2em;
}

.eye-care-step__text {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    font-weight: normal;
    line-height: 1.4em;
}

@media(max-width:1023px) {
    .eye-care-howto__steps {
        width: 335px;
        padding: 0;
        margin-bottom: 70px;
    }

    .eye-care-step {
        width: 335px;
    }

    .eye-care-howto__steps .slick-slide {
        height: 100%;
    }

    .eye-care-step__text {
        min-height: 38vw;
    }

}


/*********************************************************/
/*********************************************************/
/*********************************************************/
.eye-care-push {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1050px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.eye-care-push__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 2;
    max-width: 750px;
    margin: 50px auto;
    padding: 40px 70px;
    box-sizing: border-box;
}

.eye-care-push__title {
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: var(--FONT-CLARINS);
    display: flex;
    flex-direction: column;
    color: #fff;
    margin-bottom: 20px;
}

.eye-care-push__text {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    display: flex;
    flex-direction: column;
}

.eye-care-push__text+.eye-care-cta {
    margin-top: 20px;
    color: #fff !important;
    background-color: transparent !important;
}

.eye-care-push__text+.eye-care-cta::after {
    border: #fff solid 2px !important;
}

.eye-care-push__background {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.eye-care-push__background img {
    display: block;
    /*height: 100%;*/
    height: 68%;
    width: 100%;
    object-fit: cover;
}

@media(max-width:761px) {
    .eye-care-push {
        margin-top: 50px;
    }

    .eye-care-push__content {
        margin: 40px 20px;
        padding: 40px 20px;
    }

    .eye-care-push__claim {
        max-width: 250px;
    }

    .eye-care-push__background {
        left: 0;
    }

    .eye-care-push__background img {
        width: 100vw;
        display: block;
        height: auto;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.eye-care-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;
}

.eye-care-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;
}

.eye-care-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);
}

.eye-care-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;
}

.eye-care-gift__text a {
    text-decoration: underline;
}

.eye-care-gift[data-expand="1"] .eye-care-gift__text {
    max-height: unset;
}

.eye-care-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;
}

.eye-care-gift[data-expand="1"] .eye-care-gift__text::after {
    opacity: 0;
}

.eye-care-gift[data-expand="0"] .eye-care-gift__less {
    display: none;
}

.eye-care-gift[data-expand="1"] .eye-care-gift__more {
    display: none;
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
/*************/
/** FAQ **/
/*************/

.dp-faq {
    text-align: center;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

/*----Elements---*/
.dp-faq__title {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    text-align: center;
}

.dp-faq__claim {
    margin: 20px auto;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.dp-faq__container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    margin-top: 30px;

}

@media(min-width:1024px) {
    .dp-faq__container {
        display: flex;
        justify-content: center;

    }

    .dp-faq__row {
        flex-basis: 100%;
        margin: 20px;
        max-width: 464px;
    }


}

.dp-faq__item {
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
}

.dp-faq__question {
    margin: 0;
    font-size: 14px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 15px 0;
    line-height: 20px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.dp-faq__question::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    cursor: pointer;
}

.dp-faq__question--active::after {
    content: "-";
}

.dp-faq__answer {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
}

.dp-faq__answer-content {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 10px;
}

.dp-faq__answer-content a {
    color: #333;
    text-decoration: underline;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.dp-faq__answer-content p {
    margin: 0;
}

.dp-faq .dp-link {
    margin-top: 50px;
}

.dp-faq__mentions {
    font-size: 11px;
    opacity: 0.5;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-faq {
        margin: 0px;
        padding: 20px;
    }

    .dp-faq__title {
        padding-top: 20px;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.eye-care-routine .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.eye-care-routine .slick-initialized .slick-slide {
    display: flex;
}

.eye-care .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.eye-care .slick-dots li button {
    opacity: 0;
    height: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.eye-care .slick-dots li {
    background-color: #ccc;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.eye-care .slick-dots li.slick-active {
    background-color: #be0f34;
}


/*************************************/

@media (max-width: 1023px) {
    .eye-care-nav__wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        padding: 0 10px;
        box-sizing: border-box;
        padding-bottom: 50px;
    }

    .eye-care-nav li {
        padding: 5px;
        display: block;
        margin: 0;
        flex-basis: 50%;
        box-sizing: border-box;
    }

    .eye-care-nav li a {
        white-space: nowrap;
        height: 40px;
        padding: 0 10px;
        border-radius: 20px;
        letter-spacing: -0.02em;
    }
}

/* Master Analysis Configurations */
.BottomSEO {
    display: none !important;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    .eye-care-header {
        min-height: 100px;
    }
    .eye-care-routine__name {
        min-height: 50px;
    }
}











/* ------------------------------------------------------------------- */
[data-product="ds-eye"] .eye-care-hero__text-bold,
[data-product="total-eye-hydrate"] .eye-care-hero__text {
    width: 80%;
}

*[data-product="ds-eye"] .eye-care-hero__ingredient span {
    width: 63%;
}

*[data-product="total-eye-lift"] .eye-care-hero__ingredient span {
    width: 47%;
    left: 43%;
}

*[data-product="total-eye-contour-gel"] .eye-care-hero__ingredient span {
    width: 27%;
}

*[data-product="total-eye-revive"] .eye-care-hero__ingredient span {
    width: 20%;
}

*[data-product="total-eye-hydrate"] .eye-care-hero__ingredient span {
    width: 32.5%;
}

*[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
    width: 51%;
}

[data-product="v-shaping-lift-eye"] .eye-care-hero__text-bold {
    width: 73%;
}

[data-product="v-shaping-lift-eye"] .eye-care-hero__text {
    width: 72%;
}

*[data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
    width: 32%;
}

.eye-care-step__num {
    font-size: 230px;
    right: -6px;
}

.eye-care-gift__text {
    padding: 0 160px;
}

.dp-faq__answer-content {
    padding: 10px 30px;
}

section:nth-child(2n) .eye-care-hero__packshot img {
    right: 20px;
    bottom: 20px;
}

section:nth-child(2n) .eye-care-hero__ingredient {
    right: -10px;
}

section:nth-child(2n+1) .eye-care-hero__packshot img {
    left: 20px;
    bottom: 20px;
}

section:nth-child(2n+1) .eye-care-hero__ingredient {
    left: -20px;
}

@media screen and (min-width: 1024px) {
    .eye-care-nav {
        margin: 0 auto;
        margin-bottom: 40px;
        margin-top: -90px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .eye-care-anchor {
        height: 183px;
    }

    .eye-care-nav li a {
        text-align: center;
        font-size: 13px;
    }

    section:nth-child(2n) .eye-care-hero__ingredient {
        right: -30px;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    h1.eye-care-header__title {
        margin: 0 auto;
        width: 90%;
    }

    .eye-care-hero__title {
        font-size: 38px;
    }

    [data-product="ds-eye"] .eye-care-hero__text {
        width: 90%;
    }

    [data-product="total-eye-lift"] .eye-care-hero__text-bold {
        width: 84%;
    }

    [data-product="total-eye-contour-gel"] .eye-care-hero__text-bold {
        width: 90%;
    }

    [data-product="total-eye-revive"] .eye-care-hero__text-bold {
        width: 81%;
    }

    [data-product="total-eye-hydrate"] .eye-care-hero__text-bold {
        width: 86%;
    }

    [data-product="total-eye-smooth"] .eye-care-hero__text-bold {
        width: 90%;
    }

    [data-product="total-eye-smooth"] .eye-care-hero__text {
        width: 89%;
    }

    .eye-care-step__text {
        width: 94%;
    }

    .eye-care-gift__text {
        padding: 0 50px;
    }

    .dp-faq__answer-content {
        padding: 10px 40px;
    }

    .eye-care-routine .eye-care .slick-dots {
        display: none;
    }

    div#TOTAL-EYE-LIFT, 
    div#TOTAL-EYE-REVIVE,
    div#TOTAL-EYE-HYDRATE,
    div#TOTAL-EYE-SMOOTH,
    div#V-SHAPING-LIFT-EYE {
        height: 130px;
    }

    [data-product="ds-eye"] .eye-care-hero__ingredient {
        bottom: 90px;
    }

    section:nth-child(2n) .eye-care-hero__packshot img {
        right: 25px;
        bottom: 25px;
    }

    section:nth-child(2n+1) .eye-care-hero__packshot img {
        left: 25px;
        bottom: 25px;
    }
    
    section:nth-child(2n) .eye-care-hero__ingredient {
        right: -30px;
    }

    [data-product="total-eye-contour-gel"] .eye-care-hero__text-bold+.eye-care-hero__text {
        max-width: 305px;
    }

    [data-product="total-eye-revive"] .eye-care-hero__text-bold+.eye-care-hero__text {
        max-width: 295px;
    }

    [data-product="total-eye-revive"] .eye-care-hero__ingredient {
        bottom: 40px;
    }
    /*.eye-care-routine__product img {
        width: 100%;
    }*/
}

/*iPhone 6/7/8, 13, and X*/
@media (max-width: 480px) {
    .eye-care-header__title {
        margin: 0 20px;
        margin-bottom: 30px;
    }

    .eye-care-header__bold-text {
        margin: 0 30px;
    }

    .eye-care-header__text {
        margin: 0 60px;
        margin-top: 20px;
    }

    [data-product="ds-eye"] .eye-care-hero__text-bold {
        width: 76%;
    }

    [data-product="ds-eye"] .eye-care-hero__text {
        width: 80%;
    }

    [data-product="total-eye-contour-gel"] .eye-care-hero__text-bold {
        width: 85%;
    }

    [data-product="total-eye-contour-gel"] .eye-care-hero__text {
        width: 80%;
    }

    [data-product="total-eye-revive"] .eye-care-hero__text-bold {
        width: 83%;
    }

    [data-product="total-eye-revive"] .eye-care-hero__text {
        width: 79%;
    }

    [data-product="total-eye-lift"] .eye-care-hero__text-bold {
        width: 70%;
    }

    [data-product="total-eye-hydrate"] .eye-care-hero__text-bold {
        width: 70%;
    }

    [data-product="total-eye-hydrate"] .eye-care-hero__text {
        width: 76%;
    }

    [data-product="total-eye-smooth"] .eye-care-hero__text-bold {
        width: 86%;
    }

    [data-product="total-eye-smooth"] .eye-care-hero__text {
        width: 82%;
    }

    *[data-product="ds-eye"] .eye-care-hero__ingredient span {
        width: 71%;
    }

    *[data-product="total-eye-lift"] .eye-care-hero__ingredient span {
        width: 52%;
        left: 36%;
    }

    *[data-product="total-eye-contour-gel"] .eye-care-hero__ingredient span {
        width: 30%;
    }

    *[data-product="total-eye-revive"] .eye-care-hero__ingredient span {
        width: 22%;
    }

    [data-product="total-eye-hydrate"] .eye-care-hero__ingredient span {
        width: 37%;
    }

    *[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
        width: 56%;
        left: 35%;
    }

    [data-product="v-shaping-lift-eye"] .eye-care-hero__ingredient span {
        width: 37%;
    }

    p.eye-care-step__text {
        width: 92%;
    }

    .dp-faq__answer-content {
        padding: 10px 3px;
    }

    .eye-care-gift__text {
        padding: 0 15px;
    }

    .eye-care-step:first-child .eye-care-step__num {
        right: 29px;
        font-size: 210px;
    }

    [data-product="ds-eye"] .eye-care-hero__ingredient {
        bottom: -23px;
    }

    [data-product="ds-eye"] .eye-care-hero__packshot {
        bottom: 13px;
    }

    section:nth-child(2n) .eye-care-hero__ingredient {
        right: 0;
    }

    section:nth-child(2n+1) .eye-care-hero__ingredient {
        left: 0;
    }
}

*[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
    width: 55%;
}


*[data-product="total-eye-hydrate"] .eye-care-hero__ingredient span {
    width: 22.5%;
}

/*iPhone 6/7/8, 13, and X*/
@media (max-width: 480px) {
    *[data-product="total-eye-smooth"] .eye-care-hero__ingredient span {
        width: 35%;
    }
    p#footer-text {
    margin-top: 155px !important;
    }
}

/*hides the perfect for gifting section*/
.eye-care-gift {
    visibility: hidden;
}