body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#main:not(.main-homepage),
#wrapper.pt_category-wide .site-width-slot {
    padding: 0;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

#wrapper {
    max-width: 100%;
}

footer {
    margin-top: 0px;
    overflow: hidden;
}

.primary-content {
    padding: 0;
}

.breadcrumb {
    display: none;
}

.go-to-top {
    display: none;
}

.foundation-finder .discover-more-block__wrapper {
    display: none !important;
}

/*
.foundation-finder i-shade-comparator-button {
    display: none !important;
}

.foundation-finder .page-content {
    position: relative;
}
*/
.foundation-finder .try-it-on-widget {
    position: absolute;
    top: 60px !important;
    left: 140px !important;
}

@media(max-width:1023px) {
    .foundation-finder .try-it-on-widget {
        left: 130px !important;
        height: 470px !important;
        top: 60px !important;
        position: absolute;
    }
}

@media(max-width:768px) {
    .foundation-finder .try-it-on-widget {
        position: absolute;
        top: 15px !important;
        left: 15px !important;
    }
}

.foundation-finder .try-it-on-block {
    left: 140px !important;
    height: 470px !important;
    top: 60px !important;
    position: absolute;
}

@media(max-width:768px) {
    .foundation-finder .try-it-on-block {
        top: 15px !important;
        left: 15px !important;

    }
}


.foundation-finder i-product-above-the-fold i-main-image {
    display: block !important;
}


@media (min-width: 768px) {
    .foundation-finder i-product-above-the-fold {
        margin-top: 15px !important;
        width: 100% !important;
        max-width: 1170px !important;
    }
}

@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");
}

.foundation-finder {
    position: relative;
    width: 100%;
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    --CLARINS-FONT: "ClarinsRegular", "Clarins";
    --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
        sans-serif;
    --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
        Arial, sans-serif;
    --GOTHAM-XLIGHT: "Gotham_Light";
    --FONT-SIZE: 14px;
    --FINDER-HEIGHT: 535px;

    font-family: var(--GOTHAM-BOOK);
    font-size: var(--FONT-SIZE);
    color: #333333;
    overflow-x: hidden;
}


#RESULT-DATA {
    overflow: hidden;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 40px 0;
    margin-top: 40px;
    width: calc(100% - 40px);
    max-width: 1300px;
    background-color: #fff;
    max-width: 1210px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#RESULT-DATA .foundation-finder-btn {
    margin-top: 40px;
}

.foundation-finder .product-info__details-link {
    display: none;
}

.foundation-finder-restart {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 20px;
    padding-bottom: 0;
}

.foundation-finder-disabled {
    pointer-events: none !important;
    cursor: default !important;
}

.foundation-finder-btn.foundation-finder-disabled,
.foundation-finder-shopnow.foundation-finder-disabled {
    opacity: 0.2;
    filter: grayscale(1);
}

.custom_productloader {
    position: absolute;
    top: 200px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    display: none;
    z-index: 10;
}

.custom_productloader img {
    width: 100%
}

.foundation-finder .slick-dots {
    width: 100%;
    bottom: -50px;
    height: 30px;
}


@media(max-width:761px) {
    .foundation-finder {
        --FINDER-HEIGHT: 201vw;
    }

    .foundation-finder .try-it-on-block {

        top: 20px !important;
    }

}

#RESULT-DATA {
    width: 100%;
}

.foundation-finder * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.foundation-finder-screen {
    display: none;
}

.foundation-finder-screen[data-select="1"] {
    display: block;
    overflow: hidden;
    position: relative;
    min-height: var(--FINDER-HEIGHT);
    background-color: #efcaad;
}

.foundation-finder-breadcrumb {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    position: relative;
    margin: 2px auto;
    margin-bottom: 20px;
    z-index: 2;
}

.foundation-finder-breadcrumb>div::before {
    content: " ";
    width: 30px;
    height: 1px;
    background-color: #b40024;
    position: absolute;
    top: 13px;
    left: 100%;
    z-index: -1;
}

.foundation-finder-breadcrumb>div::after {
    content: " ";
    width: 30px;
    height: 1px;
    background-color: #b40024;
    position: absolute;
    top: 13px;
    right: 100%;
    z-index: -1;
}

.foundation-finder-breadcrumb>div:first-child::after {
    display: none;
}

.foundation-finder-breadcrumb>div:last-child::before {
    display: none;
}

.foundation-finder-breadcrumb>div {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    color: #b40024;
    border: 1px solid #b40024;
    display: flex;
    justify-content: center;
    align-items: center;
    /*overflow: hidden;*/
    transform-origin: center center;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    margin: 0 12px;
    margin-top: 5px;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    transition: all ease-in-out 0.2s;

}

.foundation-finder-breadcrumb>div[data-filter]:hover {
    background-color: #b40024;
    color: #fff;
}

.foundation-finder-breadcrumb>div:last-child {
    background-image: url("../img/picto.svg");
    font-size: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
}

.foundation-finder-breadcrumb>div:last-child[data-active="1"] {
    background-image: url("../img/picto-roll.svg");
    background-size: 80%;
}

.foundation-finder-breadcrumb>div[data-value="-1"] {
    display: none;
}

.foundation-finder-breadcrumb>div[data-active="1"] {
    background-color: #b40024;
    margin-top: 0px;
    color: #fff;
    display: flex;
    border: 6px solid #b40024;
    pointer-events: none;
    box-sizing: content-box;
}

@media(max-width:761px) {
    .foundation-finder-breadcrumb {
        margin-bottom: 10px;
    }

    .foundation-finder-breadcrumb>div {
        margin: 5px 8px;
    }



}

/****************************************************************/
.foundation-finder-btn {
    position: relative;
    background-color: #fff !important;
    display: inline-block;
    color: #333;
    padding: 14px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--GOTHAM-MEDIUM);
    cursor: pointer;
    border: 1px solid #e7e4e2;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
}

@media(min-width:762px) {
    .foundation-finder-btn--tryiton {
        margin-left: 15px;
    }
}

@media(max-width:761px) {
    .foundation-finder-btn--tryiton {
        margin-top: 10px;
    }
}


.foundation-finder-btn--tryiton::before {
    content: " ";
    background-image: url(../img/picto-1.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center center;
    margin-right: 10px;
    margin-top: -3px;
}

.foundation-finder-btn::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: #b40024 solid 2px;
    border-radius: 7px;
    opacity: 0;
    left: -3px;
    top: -3px;
    pointer-events: none;
    box-sizing: border-box;
    outline: 0 !important;
}

/*------------------------------------------------*/
.foundation-finder-btn:focus::after {
    opacity: 1;
    outline: 0 !important;
}

.foundation-finder-btn:hover {
    color: #b40024;
    outline: 0 !important;
}

.foundation-finder-btn:active::after {
    opacity: 1;
    outline: 0 !important;
}

/****************************************************************/
.foundation-finder-shopnow {
    position: relative;
    background-color: #b40024 !important;
    display: inline-block;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 15px;
    font-family: var(--GOTHAM-MEDIUM);
    cursor: pointer;
    border: 1px solid #b40024;
    min-width: 122px;
    text-align: center;
    border-radius: 5px;
    height: 44px;
    box-sizing: border-box;
    text-transform: unset !important;
    letter-spacing: unset !important;
    outline: 0 !important;
}

.foundation-finder-shopnow::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: #b40024 solid 2px;
    border-radius: 7px;
    opacity: 0;
    left: -3px;
    top: -3px;
    pointer-events: none;
    box-sizing: border-box;
    outline: 0 !important;
}

/*------------------------------------------------*/
.foundation-finder-shopnow:focus::after {
    opacity: 1;
    outline: 0 !important;
}

.foundation-finder-shopnow:hover {
    color: #fff;
    outline: 0 !important;
}

.foundation-finder-shopnow:active::after {
    opacity: 1;
    outline: 0 !important;
}

/*------------------------------------------------*/
.foundation-finder-home {
    display: flex;
    padding-left: 50%;
    flex-direction: column;
    justify-content: center;
    min-height: var(--FINDER-HEIGHT);
    text-align: left;
}

@media(max-width:761px) {
    .foundation-finder-home {
        min-height: 142vw;
        height: 142vw;
    }

}

.foundation-finder-home__wrapper {
    padding: 40px 100px;
    max-width: 586px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;

}

.foundation-finder-home__title {
    font-size: 60px;
    line-height: 1em;
    font-family: var(--GOTHAM-XLIGHT);
    font-weight: normal;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    color: #333333;
    padding-bottom: 25px;

}

.foundation-finder-home__title-texture {
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 48px;
    line-height: 1em;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(../img/texture.png);
    background-size: 100% auto;
    margin-left: 0.5em;
}

.foundation-finder-home__bold-text {
    margin: 0;
    line-height: 1.4em;
    padding-bottom: 20px;
    color: #975237;
    font-family: var(--GOTHAM-MEDIUM);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    letter-spacing: -0.01em;
}

.foundation-finder-home__text {
    margin: 0;
    line-height: 1.4em;
    padding-bottom: 20px;
    color: #333333;
    font-family: var(--GOTHAM-BOOK);
    display: flex;
    flex-direction: column;
    max-width: 280px;
}

@media(max-width:1023px) {
    .foundation-finder-home {
        padding-left: 40%;
    }

    .foundation-finder-home__wrapper {
        padding: 40px;
    }
}

@media(max-width:761px) {
    .foundation-finder-home {
        padding: 0;
        padding-top: 105px;
        justify-content: flex-start;
    }

    .foundation-finder-home__title {
        font-size: 53px;
        padding-bottom: 20px;
    }

    .foundation-finder-home__title-texture {
        margin: 0;
        font-size: 42px;
    }

    .foundation-finder-home__wrapper {
        padding: 0 15px;
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
}



/*------------------------------------------------*/

.foundation-finder-logo__title {
    font-size: 36px;
    line-height: 1em;
    font-family: var(--GOTHAM-XLIGHT);
    font-weight: normal;
    margin: 0 !important;
    display: flex;
    flex-direction: row;
    color: #333333;
    justify-content: center;
    position: relative;
    z-index: 2;
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 12px;
    cursor: pointer;
}

.foundation-finder-logo__title>span:first-child {
    display: block;
    height: 31px;
    overflow: hidden;
}

.foundation-finder-logo__title-texture {
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 29px;
    line-height: 1em;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(../img/texture.png);
    background-size: 100% auto;
    margin-left: 15px;
    height: 25px;
    overflow: hidden;
}


@media(max-width:761px) {
    .foundation-finder-logo__title {
        font-size: 30px;
        flex-direction: column;
        align-items: center;
    }

    .foundation-finder-logo__title-texture {
        font-size: 24px;
    }
}

/*------------------------------------------------*/
.foundation-finder-steps {
    position: relative;
    min-height: 402px;
}

@media(max-width:761px) {
    .foundation-finder-steps {
        min-height: var(--FINDER-HEIGHT);
    }
}

/*******************************************************/
.foundation-finder-background {
    position: absolute;
    top: 0;
    left: calc(50% - 800px);
    width: 1600px;
    z-index: 1;
    overflow: hidden;
    min-height: var(--FINDER-HEIGHT);

}

*[data-screen="results"] .foundation-finder-background {
    mask-image: linear-gradient(to bottom, #000 90%, transparent 100%);
}

.foundation-finder-background img {
    width: 100%;
    display: block;
}

@media(max-width:1023px) {
    .foundation-finder-background {
        left: calc(50% - 900px);
    }

    .foundation-finder-screen>.foundation-finder-background {
        left: calc(50% - 410px);
        width: 820px;
        min-height: 0;
    }
}

@media(max-width:761px) {
    .foundation-finder-background {
        left: 0;
        width: 100vw;
    }

    .foundation-finder-screen>.foundation-finder-background {
        left: 0;
        width: 100vw;
        min-height: 0;
    }
}

.foundation-finder-background__layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform-origin: center center;
    z-index: 1;
    display: block;
}



*[data-select="1"] .foundation-finder-background__layer:nth-child(2n+1) {
    animation: zoom_1 ease-in-out 3s both;
}

*[data-select="1"] .foundation-finder-background__layer:nth-child(2n) {
    animation: zoom_2 ease-in-out 4s both;
}

.foundation-finder-background__layer:first-child {
    animation: none !important;
    position: relative !important;
}

@keyframes zoom_1 {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoom_2 {
    0% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.foundation-finder-steps__item {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.foundation-finder-steps__item-title {
    font-family: var(--CLARINS-FONT);
    font-size: 30px;
    line-height: 1em;
    padding-bottom: 10px;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
}

.foundation-finder-steps__item-text {
    font-family: var(--GOTHAM-BOOK);
    font-size: 14px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.foundation-finder-steps__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 30px 0;
    --DELAY: 0.2s;
    --DURATION: 0.5s;
    max-width: 1250px;
}

.foundation-finder-steps__item[data-active="0"] {
    opacity: 0.5;
    pointer-events: none;
    display: none;

}


.foundation-finder-steps__button {
    max-width: 250px;
    flex-basis: calc(25% - 20px);
    min-height: 115px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 5px;
    background-color: #fff;
    color: #e6b8ab;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    border: 0px solid;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: ButtonAppear ease-in-out var(--DURATION) both;
    transform: translateY(10%);
    opacity: 0
}

.foundation-finder-steps__item[data-active="0"] .foundation-finder-steps__button {
    animation: none;
}

@keyframes ButtonAppear {
    0% {
        transform: translateY(10%);
        opacity: 0;
    }

    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.foundation-finder-steps__button:nth-child(1) {
    animation-delay: calc(var(--DELAY)*1);
}

.foundation-finder-steps__button:nth-child(2) {
    animation-delay: calc(var(--DELAY)*2);
}

.foundation-finder-steps__button:nth-child(3) {
    animation-delay: calc(var(--DELAY)*3);
}

.foundation-finder-steps__button:nth-child(4) {
    animation-delay: calc(var(--DELAY)*4);
}

.foundation-finder-steps__button:nth-child(5) {
    animation-delay: calc(var(--DELAY)*5);
}

.foundation-finder-steps__button:nth-child(6) {
    animation-delay: calc(var(--DELAY)*6);
}

.foundation-finder-steps__button:nth-child(7) {
    animation-delay: calc(var(--DELAY)*7);
}

.foundation-finder-steps__button:nth-child(8) {
    animation-delay: calc(var(--DELAY)*8);
}

.foundation-finder-steps__button[data-active="0"] {
    opacity: 0.5;
    pointer-events: none;
    display: none;
}

.foundation-finder-steps__button[data-select="1"] {
    background-color: #000;
    color: #fff;
}

.foundation-finder-steps__button img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}




.foundation-finder-steps__item .foundation-finder-steps__button:hover {
    background: linear-gradient(to right, #f6ede8, #ffffff);
    color: #90603f;
}

.foundation-finder-steps__item .foundation-finder-steps__picto {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px auto;
}

.foundation-finder-steps__item .foundation-finder-steps__picto img {
    width: 100%;
    display: block;
    transform: scale(1) translate3d(0, 0, 0);
    transition: transform ease-in-out 0.5s;
}

.foundation-finder-steps__item .foundation-finder-steps__button:hover .foundation-finder-steps__picto img {
    transform: scale(1.1) translate3d(0, 0, 0);
}

.foundation-finder-steps__item .foundation-finder-steps__button>span {
    display: flex;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 12px;
    text-align: center;
    max-width: 150px;
    color: #90603f;
}

@media(max-width:1023px) and (min-width:762px) {
    .foundation-finder-steps__item .foundation-finder-steps__button>span {
        margin-top: 0px;
        margin-bottom: 4px;
    }
}

@media(max-width:761px) {
    .foundation-finder-steps__item .foundation-finder-steps__button>span {
        height: 30px;
    }

    .foundation-finder-steps__wrapper {
        padding: 20px 0;
    }

    .foundation-finder-steps__item-title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .foundation-finder-steps__item {
        max-width: 500px;
        margin: 0 auto;
    }

}

/*****  ETAPE- 1 Choose yout skin tone  ***********************************************/
.foundation-finder-steps__item[data-filter="SKINTONES"] .foundation-finder-steps__portrait {
    margin: 10px;
    width: calc(100% - 20px);
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.foundation-finder-steps__item[data-filter="SKINTONES"] .foundation-finder-steps__portrait img {
    width: 100%;
    display: block;
    transform: scale(1) translate3d(0, 0, 0);
    transition: transform ease-in-out 0.5s;

}

.foundation-finder-steps__item[data-filter="SKINTONES"] .foundation-finder-steps__button:hover .foundation-finder-steps__portrait img {
    transform: scale(1.1) translate3d(0, 0, 0);
}

.foundation-finder-steps__item[data-filter="SKINTONES"]>span {
    display: flex;
    margin-bottom: 10px;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 12px;
    text-align: center;
}

.foundation-finder-steps__item[data-filter="SKINTONES"] .foundation-finder-steps__button {
    max-width: 218px;
    border-radius: 10px;
    flex-basis: calc(20% - 20px);
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Very light"] {
    background: linear-gradient(to right, #fce1d2, #fee8dc);
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Very light"] span {
    color: #733f2c;
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Light"] {
    background: linear-gradient(to right, #f7cbb3, #fbd1ba);
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Light"] span {
    color: #592b1c;
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Medium"] {
    background: linear-gradient(to right, #e9aa8b, #edb296);
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Medium"] span {
    color: #813d19;
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Deep"] {
    background: linear-gradient(to right, #b56e48, #c07d59);
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Deep"] span {
    color: #f9e9e1;
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Very deep"] {
    background: linear-gradient(to right, #6f3b29, #7d4734);
}

.foundation-finder-steps__button[data-filter="SKINTONES"][data-value="Very deep"] span {
    color: #feece1;
}

.foundation-finder-steps__button[data-filter="CONCERNS"] .foundation-finder-steps__picto {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0px auto;
    margin-top: 10px;
}

.foundation-finder-steps__button[data-value="Pores"]>span {
    color: #ad8572;
}

.foundation-finder-steps__button[data-value="Imperfections"]>span {
    color: #a96e48
}

.foundation-finder-steps__button[data-value="Shine"]>span {
    color: #ae7754;
}

.foundation-finder-steps__button[data-value="Spots"]>span {
    color: #bb8d72;
}

.foundation-finder-steps__button[data-value="Redness"]>span {
    color: #a3663d;
}

.foundation-finder-steps__button[data-value="Fatigue mark"]>span {
    color: #a66a43;
}

.foundation-finder-steps__button[data-value="Signs of aging"]>span {
    color: #af7856;
}

.foundation-finder-steps__button[data-value="Lack of shine"]>span {
    color: #b58161;
}


.foundation-finder-steps__button[data-value="Classic"]>span,
.foundation-finder-steps__button[data-value="Nomade"]>span,
.foundation-finder-steps__button[data-value="Creamy"]>span,
.foundation-finder-steps__button[data-value="Fluid"]>span {
    color: #b58161;
}

@media(max-width:761px) {
    .foundation-finder-steps__item[data-filter="SKINTONES"] .foundation-finder-steps__portrait {
        margin: 8px;
        width: calc(100% - 16px);
        border-radius: 8px;
    }
}

/*****  ETAPE- 4/5 TEINTES ***********************************************/
.foundation-finder-steps__button[data-filter="TINTS"] {
    max-width: 162px;
    animation-delay: 0s !important;
}

.foundation-finder-steps__button[data-filter="TINTS"] img {
    transform: scale(1);
    transition: all ease-in-out 0.5s;
}

.foundation-finder-steps__button[data-filter="TINTS"]:hover img {
    transform: scale(1.1);
}

@media(max-width:1023px) {
    .foundation-finder-steps__button {
        flex-basis: 100% !important;
    }
}

@media(max-width:761px) {
    .foundation-finder-steps__button {
        max-width: calc(50% - 20px) !important;
    }
}

/*****  ETAPE- 4/5 Let's find your shade!  Your skin's undertone is :***********************************************/

.foundation-finder-steps__shade {
    position: absolute;
    display: block;
    height: 0;
    list-style: none;
    font-size: 0;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.foundation-finder-steps__button-wrapper {
    max-width: 218px;
    position: relative;
    flex-basis: 100%;
    margin: 5px;
}

.foundation-finder-steps__button-wrapper[data-active="0"] {
    display: none;
}

.foundation-finder-steps__item[data-filter="UNDERTONES"] .foundation-finder-steps__button {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
    justify-content: flex-end;
}



.foundation-finder-steps__shade p {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 70px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    text-transform: none;
    font-size: 12px;
    color: #ac7450;
    margin: 0;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 15px;
    top: 0;
    left: 0;
    pointer-events: none;
}

.foundation-finder-steps__item[data-filter="UNDERTONES"] .foundation-finder-steps__button:hover+.foundation-finder-steps__shade p {
    background: linear-gradient(to right, #f6ede8, #ffffff);
}

.foundation-finder-steps__shade[open]+span {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.foundation-finder-steps__shade summary::-webkit-details-marker,
.foundation-finder-steps__shade summary::marker {
    display: none;
    list-style: none;
    content: "";
}

.foundation-finder-steps__shade summary::before {
    content: "?";
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    font-size: 24px;
    border: 2px solid #ac7450;
    background-color: #fff;
    margin: 10px auto;
    justify-content: center;
    font-family: var(--CLARINS-FONT);
    flex-direction: column;
}

.foundation-finder-steps__item[data-active="0"] .foundation-finder-steps__shade summary::before {
    animation: none;
}

.foundation-finder-steps__item[data-active="1"] .foundation-finder-steps__shade summary::before {
    animation: PopinAppear ease-in-out 0.5s both;
}

@keyframes PopinAppear {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.foundation-finder-steps__shade summary {
    margin: 0 auto;
    text-align: center;
    height: 100%;
    width: 100%;
}

.foundation-finder-steps__item[data-filter="UNDERTONES"] .foundation-finder-steps__button::before {
    content: " ";
    width: calc(100% - 20px);
    height: 18px;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}

.foundation-finder-steps__item[data-filter="UNDERTONES"] .foundation-finder-steps__button[data-value="Pink"]::before {
    background: linear-gradient(to right, #ebb798, #facbc0);
}

.foundation-finder-steps__item[data-filter="UNDERTONES"] .foundation-finder-steps__button[data-value="Neutral"]::before {
    background: linear-gradient(to right, #c38a59, #eeb78c);
}

.foundation-finder-steps__item[data-filter="UNDERTONES"] .foundation-finder-steps__button[data-value="Golden"]::before {
    background: linear-gradient(to right, #7d5031, #b67f5b);
}

@media(max-width:761px) {
    .foundation-finder-steps__shade p {
        height: 80px;
    }

    .foundation-finder-steps__button-wrapper {
        max-width: calc(50% - 20px);
        margin: 5px;
        flex-basis: 100%;
    }

    .foundation-finder-steps__item[data-filter="UNDERTONES"] .foundation-finder-steps__button {
        max-width: 100% !important;
    }
}

/***************************************************************************************/





.foundation-finder-push {
    max-width: 1170px;
    margin: 0 auto;
    justify-content: flex-end;
    display: flex;
    overflow: hidden;
    height: 317px;
    position: relative;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 60px;
}

.foundation-finder-push__background {
    position: absolute;
    width: 1170px;
    top: 0;
    left: 0;
    z-index: 1;
}

.foundation-finder-push__content {
    max-width: 480px;
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
}

.foundation-finder-push__title {
    font-size: 48px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #333333;
    font-family: var(--CLARINS-FONT);
    display: flex;
    flex-direction: column;
    line-height: 1em;
}

.foundation-finder-push__text {
    margin: 0;
    margin-top: 18px;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    color: #333;
}

@media(max-width:1023px) {
    .foundation-finder-push {
        height: auto;
        display: block;
        padding: 0;
    }

    .foundation-finder-push__content {
        margin: 0 auto;
    }

    .foundation-finder-push__background {
        position: relative;
        width: 100%;
    }

    .foundation-finder-push__background img {
        width: 100%;
    }

    .foundation-finder-push__title {
        font-size: 30px;
        margin-top: 30px;
    }
}




/**********************************************************************/

.foundation-finder-hiddenquickshop {
    display: none;
}

.foundation-finder-result {
    margin: 0 auto;
}

.foundation-finder-result__title {
    color: #333333;
    margin: 0 auto;
    font-weight: normal;
    font-family: var(--CLARINS-FONT);
    font-size: 35px;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    text-align: center;
}


.foundation-finder-product {
    display: flex;
    margin: 0 auto;
    max-width: 970px;
    justify-content: center;
    padding-top: 10px;
    align-items: flex-end;
}



.foundation-finder-product__content {
    margin-left: 80px;
    max-width: 360px;
}

.foundation-finder-product__packshot {
    max-width: 360px;
    position: relative;
}

@media(min-width:761px) {
    .foundation-finder-product__packshot {
        width: 360px;
        flex-basis: 360px;
    }
}

.foundation-finder-product__packshot img {
    width: 100%;
}

.foundation-finder-product__mentions {
    padding: 8px;
    font-size: 11px;
}

.foundation-finder-product__benefits {
    font-size: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}


.foundation-finder-product__benefits li {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
}

.foundation-finder-product__name {
    color: #c08863;
    margin: 0;
    font-weight: normal;
    font-family: var(--CLARINS-FONT);
    font-size: 30px;
    line-height: 1em;
}

.foundation-finder-product__tint {
    color: #b40024;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 12px;
    margin: 15px 0;
}

.foundation-finder-product__shadelink {
    color: #000;
    text-transform: uppercase;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 11px;
    margin: 15px 0;
    text-decoration: underline;
    display: inline-block;
    /********************************/
    display: none;
}

.foundation-finder-product__restartlink-wrapper {
    position: relative;
    z-index: 3;
    padding: 40px;
    display: flex;
    justify-content: center;
}

.foundation-finder-product__restartlink {
    display: inline-block;
    font-family: var(--GOTHAM-MEDIUM);
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
}

.foundation-finder-product__restartlink::before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/reset.svg);
    background-size: cover;
    left: -35px;
    top: -8px;
}


.foundation-finder-product__actions {
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
}

.foundation-finder-product__actions>div {
    min-width: 150px;
}

.foundation-finder-product__price {
    font-size: 14px;
    margin: 0;
    margin-top: 5px;
}

.foundation-finder-product__logos {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding: 35px;
}

.foundation-finder-product__logos img {
    height: 40px;
    width: auto;
    margin: 0 10px;
}

.foundation-finder-product__couvrance {
    font-size: 11px;
    padding: 0 20px;
    line-height: 1em;
    display: flex;
    color: #333;
    flex-direction: column;
    text-align: center;
    font-family: var(--GOTHAM-MEDIUM);
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.foundation-finder-product__couvrance span {
    display: block;
    padding-top: 16px;
    background-repeat: no-repeat;
    background-position: top center;
}

.foundation-finder-product__couvrance[data-coverage="matte-finish"] span {
    background-image: url(../img/coverage-everlasting.png);
}

.foundation-finder-product__couvrance[data-coverage="glowy"] span {
    background-image: url(../img/coverage-glowy.png);
}

.foundation-finder-product__couvrance[data-coverage="mat"] span {
    background-image: url(../img/coverage-mat.png);
}

.foundation-finder-product__couvrance[data-coverage="satin"] span {
    background-image: url(../img/coverage-satine.png);
}


@media only screen and (max-width: 761px) {
    .foundation-finder-product {
        display: block;
    }




    .foundation-finder-product__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
    }

    .foundation-finder-product__content>* {
        order: 1;
    }

    .foundation-finder-result__title {
        display: block;
        padding: 0 20px;
        font-size: 30px;
    }

    .foundation-finder-product__actions {
        order: 2;
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .foundation-finder-product__packshot {
        max-width: 335px;
        position: relative;
        margin: 0 auto;
        display: block;
        height: 335px;
        width: 335px;
    }

    .foundation-finder-product__benefits {
        max-width: 760px;
        order: 3;
    }

    .foundation-finder-product__benefits li {
        text-align: center;
    }

    .foundation-finder-product__couvrance {
        justify-content: center;
    }

    .foundation-finder-product__logos {
        display: flex;
        margin: 0 auto;
        justify-content: center;
        padding: 12px;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 260px;
        padding-bottom: 32px;
    }

    .foundation-finder-product__logos img {
        height: 40px;
        width: auto;
        margin: 8px;
    }

    .foundation-finder-product__price {
        margin: 0;
    }

}

/**********************************************************************/


.foundation-finder-ingredient {
    height: 600px;
    position: relative;
    background-color: #faf3eb;
    overflow: hidden;
    width: 1600px;
    margin-left: calc(50% - 800px);
}

.foundation-finder-ingredient__background {
    position: absolute;
    top: 0;
    left: calc(50% - 800px);
    width: 1600px;

}

.foundation-finder-ingredient[data-anim="0"] .foundation-finder-ingredient__background img {
    opacity: 0;
    transform: scale(1.2);
}

.foundation-finder-ingredient[data-anim="1"] .foundation-finder-ingredient__background img {
    transition: all ease-in-out 1s;
    opacity: 1;
    transform: scale(1);
}

.foundation-finder-ingredient__wrapper {
    right: calc(50% + 200px);
    position: absolute;
    top: 70px;
}

.foundation-finder-ingredient__title {
    margin: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: var(--CLARINS-FONT);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: normal;
    color: #333;
}

.foundation-finder-ingredient__title--red {
    font-size: 110px;
    color: #b40024;
    line-height: 1.2em;
    margin-top: -0.35em;
}

.foundation-finder-ingredient__title span:last-child {
    text-align: right;
}

.foundation-finder-ingredient__text {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}

@media only screen and (max-width: 1023px) {
    .foundation-finder-ingredient {
        height: 395px;
    }

    .foundation-finder-ingredient__wrapper {
        right: auto;
        position: relative;
        top: auto;
        margin: 0 auto;
        width: 375px;
        padding-right: 160px;
        padding-top: 50px;
        box-sizing: border-box;
    }

    .foundation-finder-ingredient__title {
        margin: 0;
        font-size: 25px;
        line-height: 1em;
    }

    .foundation-finder-ingredient__title--red {
        font-size: 77px;
        line-height: 1.2em;
        margin-top: -0.35em;
    }

    .foundation-finder-ingredient__background {
        position: absolute;
        top: 0;
        left: calc(50% - 400px);
        width: 800px;
    }

    .foundation-finder-ingredient__text {
        padding-right: 30px;
        padding-left: 0px;

    }
}

/**********************************************************************/


.foundation-finder-milkyboost {
    height: 1270px;
    position: relative;
    background-color: #faf3eb;
    overflow: hidden;
    width: 1600px;
    margin-left: calc(50% - 800px);
}

.foundation-finder-milkyboost__background {
    position: absolute;
    top: 0;
    left: calc(50% - 800px);
    width: 1600px;
}



.foundation-finder-milkyboost__wrapper {
    right: calc(50% + 200px);
    position: absolute;
    top: 70px;
}

.foundation-finder-milkyboost__title {
    margin: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: var(--CLARINS-FONT);
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: normal;
    color: #333;
}

.foundation-finder-milkyboost__title--red {
    font-size: 110px;
    color: #b40024;
    line-height: 1.2em;
    margin-top: -0.35em;
}

.foundation-finder-milkyboost__title span:last-child {
    text-align: right;
}

.foundation-finder-milkyboost__text {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
}


.foundation-finder-milkyboost-action[data-action="oxygenation"] {}

.foundation-finder-milkyboost__background {}

.foundation-finder-milkyboost__background img {}

.foundation-finder-milkyboost-action {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 800px);
    width: 1600px;
}

.foundation-finder-milkyboost-action__text {
    position: absolute;
    left: calc(50% - 125px);
    width: 250px;
    top: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.4em;
}

.foundation-finder-milkyboost .foundation-finder-milkyboost-action__text strong {
    color: #be915f;
    font-size: 20px;
    font-weight: normal;
    line-height: 1em;

}

.foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action__text {
    opacity: 0;
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action__text {
    transition: all ease-in-out 1s;
    opacity: 1;
}

.foundation-finder-milkyboost-action[data-action="oxygenation"] .foundation-finder-milkyboost-action__text {
    margin-left: 200px;
    margin-top: 60px;
}

.foundation-finder-milkyboost-action[data-action="hydration-1"] .foundation-finder-milkyboost-action__text {
    margin-left: 304px;
    margin-top: 570px;
}

.foundation-finder-milkyboost-action[data-action="hydration-2"] .foundation-finder-milkyboost-action__text {
    margin-left: -250px;
    margin-top: 450px;
    text-align: right;
}

.foundation-finder-milkyboost-action[data-action="revitalisation"] .foundation-finder-milkyboost-action__text {
    margin-left: -360px;
    margin-top: 620px;
}

.foundation-finder-milkyboost-action[data-action="radiance"] .foundation-finder-milkyboost-action__text {
    margin-left: -250px;
    margin-top: 785px;
    text-align: right;
}

.foundation-finder-milkyboost-action[data-action="hydration-3"] .foundation-finder-milkyboost-action__text {
    margin-left: 347px;
    margin-top: 800px;
    text-align: left;
}

.foundation-finder-milkyboost-action[data-action="nutrition"] .foundation-finder-milkyboost-action__text {
    margin-left: 200px;
    margin-top: 665px;
    text-align: left;
}

.foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action[data-action="nutrition"] .foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action[data-action="oxygenation"] img,
.foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action[data-action="hydration-1"] img,
.foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action[data-action="hydration-2"] img,
.foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action[data-action="revitalisation"] img,
.foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action[data-action="radiance"] img,
.foundation-finder-milkyboost[data-anim="0"] .foundation-finder-milkyboost-action[data-action="hydration-3"] img {
    opacity: 0;
    transform: scale(1.2);
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="oxygenation"] img,
.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="hydration-1"] img,
.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="hydration-2"] img,
.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="revitalisation"] img,
.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="radiance"] img,
.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="hydration-3"] img {
    transition: all ease-in-out 1s;
    opacity: 1;
    transform: scale(1);
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="oxygenation"] img {
    transition-delay: 0.2s;
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="hydration-1"] img {
    transition-delay: 0.4s;
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="hydration-2"] img {
    transition-delay: 0.6s;
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="revitalisation"] img {
    transition-delay: 0.8s;
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="radiance"] img {
    transition-delay: 1s;
}

.foundation-finder-milkyboost[data-anim="1"] .foundation-finder-milkyboost-action[data-action="hydration-3"] img {
    transition-delay: 1.2s;
}


.foundation-finder-milkyboost__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 105px;
    left: 0;
    width: 100%;
}

.foundation-finder-milkyboost__bottom-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
    line-height: 1.4em;
    margin-right: 30px;
}

.foundation-finder-milkyboost__bottom-text img {
    width: 162px;
    margin-right: -15px;
    margin-bottom: 20px;
}

.foundation-finder-milkyboost__bottom-text span {}


.foundation-finder-milkyboost__bottom-ingredient {
    border-radius: 50%;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 20px;
}

.foundation-finder-milkyboost__bottom-ingredient img {
    width: 100%;
}

@media only screen and (max-width: 1023px) {
    .foundation-finder-milkyboost-action {
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 400px);
        width: 800px;
    }

    .foundation-finder-milkyboost-action[data-action="nutrition"] .foundation-finder-milkyboost-action__text {
        margin-left: 200px;
        margin-top: 665px;
        text-align: left;
    }

    .foundation-finder-milkyboost-action[data-action="oxygenation"] .foundation-finder-milkyboost-action__text {
        margin-left: -80px;
        margin-top: 210px;
        text-align: right;
    }

    .foundation-finder-milkyboost-action[data-action="hydration-1"] .foundation-finder-milkyboost-action__text {
        margin-left: -74px;
        margin-top: 850px;
        text-align: right;
    }

    .foundation-finder-milkyboost-action[data-action="hydration-2"] .foundation-finder-milkyboost-action__text {
        margin-left: -180px;
        margin-top: 450px;
        text-align: right;
    }

    .foundation-finder-milkyboost-action[data-action="revitalisation"] .foundation-finder-milkyboost-action__text {
        margin-left: -90px;
        margin-top: 780px;
    }

    .foundation-finder-milkyboost-action[data-action="radiance"] .foundation-finder-milkyboost-action__text {
        margin-left: -170px;
        margin-top: 635px;
        text-align: right;
    }

    .foundation-finder-milkyboost-action[data-action="hydration-3"] .foundation-finder-milkyboost-action__text {
        margin-left: 147px;
        margin-top: 740px;
        text-align: left;
    }

    .foundation-finder-milkyboost {
        height: 1340px;
        width: 800px;
        margin-left: calc(50% - 400px);
    }

    .foundation-finder-milkyboost__wrapper {
        right: auto;
        position: relative;
        top: auto;
        width: 350px;
        z-index: 2;
        margin: 20px auto;
        text-align: center;
    }

    .foundation-finder-milkyboost__title {
        margin: 0;
        font-size: 25px;
        line-height: 1em;
        text-align: center !important;
    }

    .foundation-finder-milkyboost__title span:last-child {
        text-align: center;
    }

    .foundation-finder-milkyboost__title--red {
        font-size: 77px;
        line-height: 1.2em;
        margin-top: -0.35em;
        text-align: center;
    }

    .foundation-finder-milkyboost__text {
        text-align: center;
        padding: 0;
    }

    .foundation-finder-milkyboost__background {
        position: absolute;
        top: 0;
        left: auto;
        width: 800px;
        right: 0;
    }

    .foundation-finder-milkyboost__bottom {
        flex-wrap: wrap;
        width: 370px;
        left: calc(50% - 185px);
        bottom: 125px;
    }

    .foundation-finder-milkyboost__bottom-text img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .foundation-finder-milkyboost__bottom-text {
        display: block;
        flex-basis: 100%;
        margin: 0 20px;
        text-align: center;
    }

    .foundation-finder-milkyboost__bottom-ingredient {
        width: 100px;
        height: 100px;
        margin: 10px;
    }
}

/*****************************************************/
.foundation-finder-tips {
    height: 600px;
    margin-top: -600px;
    position: relative;
}



.foundation-finder-tips__wrapper {
    position: absolute;
    bottom: 80px;
    left: calc(50% + 122px);
    width: 363px;
    background-color: #eeba90;
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

.foundation-finder-milkyboost+.foundation-finder-tips .foundation-finder-tips__wrapper {
    position: relative;
    margin: 0 auto;
    bottom: auto;
    left: auto;
}

.foundation-finder-tips__title {
    font-size: 20px;
    font-family: var(--GOTHAM-MEDIUM);
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.foundation-finder-tips__bold-text {
    font-size: 20px;
    font-family: var(--GOTHAM-MEDIUM);
    margin: 0;
    margin-bottom: 15px;
}

.foundation-finder-tips__bold-text .num {
    font-size: 40px;
    display: inline-block;
    vertical-align: bottom;
    font-family: var(--GOTHAM-BOOK);
    line-height: 38px;
}

.foundation-finder-tips__bold-text .num sup {
    top: 0;
    font-size: 0.5em;
    line-height: 100%;
    vertical-align: top;
}

.foundation-finder-tips__text {
    font-size: 14px;
    font-family: var(--GOTHAM-BOOK);
    display: flex;
    flex-direction: column;
    margin: 0;
    margin-bottom: 15px;
}

.foundation-finder-tips__mentions {
    margin: 0;
    font-size: 11px;
    font-family: var(--GOTHAM-BOOK);
    line-height: 18px;
}

@media only screen and (min-width: 1024px) {
    .foundation-finder-milkyboost+.foundation-finder-tips {
        margin: 0 auto;
        height: auto;
        margin-top: -84px;
        position: relative;
    }
}

@media only screen and (max-width: 1023px) {
    .foundation-finder-tips {
        margin: 0 auto;
        height: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
    }

    .foundation-finder-tips__wrapper {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 0 auto;
        width: calc(100% - 40px);
        background-color: #eeba90;
        padding: 30px;
        text-align: center;
        color: #fff;
        box-sizing: border-box;
        max-width: 375px;
    }

}

/*********************************************************************/
.foundation-finder-howtoapply {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.foundation-finder-howtoapply__texture {
    position: absolute;
    z-index: 1;
    top: 0;
    left: calc(50% - 800px);
    width: 1600px;
}

.foundation-finder-howtoapply__texture img {
    width: 100%;
}

.foundation-finder-howtoapply[data-anim="0"] .foundation-finder-howtoapply__texture img {
    opacity: 0;
    transform: scale(1.2);
}

.foundation-finder-howtoapply[data-anim="1"] .foundation-finder-howtoapply__texture img {
    transition: all ease-in-out 1s;
    opacity: 1;
    transform: scale(1);
}

.foundation-finder-howtoapply__wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 80px;
}

.foundation-finder-howtoapply__title {
    margin: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: var(--CLARINS-FONT);
    text-align: center;
    font-weight: normal;
    color: #333;
}


.foundation-finder-howtoapply__bold-text {
    font-size: 16px;
    font-family: var(--GOTHAM-MEDIUM);
    color: #b40024;
    margin-top: 30px;
}

.foundation-finder-video {
    max-width: 565px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
    position: relative;
}

.foundation-finder-howtoapply__text {
    font-size: 14px;
    max-width: 565px;
    line-height: 20px;
    margin: 0;
    margin-top: -40px;
    font-family: var(--GOTHAM-MEDIUM);
}

.foundation-finder-howtoapply__text--quote {
    color: #f4c2a8;
    font-size: 110px;
    line-height: 1em;
    display: inline-block;
    height: 0.5em;
    font-family: var(--CLARINS-FONT);
    overflow: hidden;
    margin-bottom: -0.06em;
}

.foundation-finder-howtoapply__mentions {
    color: #6f6f6f;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    padding-top: 10px;
}

.foundation-finder-brush__wrapper {
    display: flex;
}

.foundation-finder-brush {
    display: flex;
    padding-left: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    height: 275px;
}

.foundation-finder-brush__packshot {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
}

.foundation-finder-brush__packshot img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.foundation-finder-brush__name {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.foundation-finder-brush__text {
    margin: 15px 0;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

@media(max-width:1023px) {

    .foundation-finder-video {
        max-width: 565px;
        margin: 20px auto;
        display: block;
    }

    .foundation-finder-video img {
        width: 100%;
    }

    .foundation-finder-howtoapply__wrapper {
        position: relative;
        z-index: 2;
        text-align: center;
        padding-top: 250px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .foundation-finder-howtoapply__texture {
        left: calc(50% - 400px);
        width: 800px;
    }
}

@media(max-width:761px) {
    .foundation-finder-howtoapply__wrapper {
        padding: 20px;
        padding-top: 250px;
        width: 100%;

    }

    .foundation-finder-brush__wrapper {
        display: flex;
        flex-direction: column;
    }

    .foundation-finder-brush:last-child {
        padding-right: 100px;
        padding-left: 0;
        align-items: flex-end;
        margin-top: -30px;
    }

    .foundation-finder-brush:last-child .foundation-finder-brush__name {
        align-items: flex-end;
    }

    .foundation-finder-brush:last-child .foundation-finder-brush__packshot {
        left: auto;
        right: 0;
    }
}

/***********************************************************************/


.foundation-finder-routine {
    padding-top: 70px;
    padding-bottom: 80px;
}

.foundation-finder-routine__title {
    margin: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: var(--CLARINS-FONT);
    text-align: center;
    font-weight: normal;
    color: #333;
}

.foundation-finder-routine__wrapper {
    padding-top: 40px;
    width: 100%;
}



.foundation-finder-routine__item {
    margin: 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.foundation-finder-routine .slick-slide {
    display: flex;
}

.foundation-finder-routine__action {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 15px;
}

.foundation-finder-routine__num {
    margin: 0;
    color: #e9e3e1;
    font-size: 200px;
    height: 202px;
    text-align: center;
    z-index: 1;
    position: relative;
    font-family: var(--GOTHAM-XLIGHT);
    margin-left: -100px;
    display: flex;
    align-items: center;
}

.foundation-finder-routine__packshot {
    height: 202px;
    margin: 0 auto;
    margin-top: -202px;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.foundation-finder-routine__packshot img {
    margin: 0 auto;
    display: block;
}

.foundation-finder-routine__text {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (min-width:762px) {
    .foundation-finder-routine__wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:761px) {
    .foundation-finder-routine {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100vw !important;
    }

    .foundation-finder-routine__item {
        margin: 0 auto !important;
        width: 100vw !important;
        display: flex !important;
    }

    .foundation-finder-routine .slick-slide>div {
        width: 100%;
        margin: 0 auto;
    }

    .foundation-finder-routine__wrapper,
    .foundation-finder-routine .slick-slide {
        width: 100vw;
    }

}

*[data-product="instant-poreless"] .foundation-finder-routine__packshot img {
    width: 119px;
    margin-left: 55px;
}

*[data-product="sos-primer"] .foundation-finder-routine__packshot img {
    width: 60px;
}

*[data-product="bright-plus-cushion"] .foundation-finder-routine__packshot img {
    width: 217px;
}

*[data-product="joli-blush"] .foundation-finder-routine__packshot img {
    width: 167px;
}

*[data-product="everlasting"] .foundation-finder-routine__packshot img {
    width: 48px;
}

*[data-product="everlasting-concealer"] .foundation-finder-routine__packshot img {
    width: 47px;
}

*[data-product="everlasting-cushion"] .foundation-finder-routine__packshot img {
    width: 227px;
}

*[data-product="everlasting-youth-fluid"] .foundation-finder-routine__packshot img {
    width: 85px;
}

*[data-product="milky-boost"] .foundation-finder-routine__packshot img {
    width: 81px;
}

*[data-product="beauty-flash-balm"] .foundation-finder-routine__packshot img {
    width: 73px;
}

*[data-product="milky-boost-capsules"] .foundation-finder-routine__packshot img {
    width: 133px;
}

*[data-product="milky-boost-cream"] .foundation-finder-routine__packshot img {
    width: 72px;
}

*[data-product="skin-illusion"] .foundation-finder-routine__packshot img {
    width: 90px;
}

*[data-product="skin-illusion-velvet"] .foundation-finder-routine__packshot img {
    width: 101px;
}

*[data-product="ever-matte-compact-powder"] .foundation-finder-routine__packshot img {
    width: 155px;
}

*[data-product="ever-matte-loose-powder"] .foundation-finder-routine__packshot img {
    width: 154px;
}

/****************************************/

*[data-product="sos-primer"] .foundation-finder-routine__num {}

*[data-product="bright-plus-cushion"] .foundation-finder-routine__num {
    margin-left: -130px;
}

*[data-product="joli-blush"] .foundation-finder-routine__num {
    margin-left: -160px;
}

*[data-product="everlasting"] .foundation-finder-routine__num {}

*[data-product="everlasting-concealer"] .foundation-finder-routine__num {}

*[data-product="everlasting-cushion"] .foundation-finder-routine__num {
    margin-left: -130px;
}

*[data-product="everlasting-youth-fluid"] .foundation-finder-routine__num {}

*[data-product="milky-boost"] .foundation-finder-routine__num {}

*[data-product="beauty-flash-balm"] .foundation-finder-routine__num {}

*[data-product="milky-boost-capsules"] .foundation-finder-routine__num {
    margin-left: -130px;
}

*[data-product="milky-boost-cream"] .foundation-finder-routine__num {}

*[data-product="skin-illusion"] .foundation-finder-routine__num {
    margin-left: -130px;
}

*[data-product="skin-illusion-velvet"] .foundation-finder-routine__num {
    margin-left: -130px;
}

*[data-product="ever-matte-compact-powder"] .foundation-finder-routine__num {
    margin-left: -190px;
}

*[data-product="ever-matte-loose-powder"] .foundation-finder-routine__num {
    margin-left: -190px;
}


#RESULT-DATA .product-bazaar-voice__link {
    pointer-events: none;
}

#RESULT-DATA .product-bazaar-voice__link .text-underline {
    text-decoration: none;
}

#RESULT-DATA .product-info__details-link {
    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) {
    .foundation-finder-steps__shade p {
        height: 76px;
    }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .foundation-finder-background {
        width: 120vw;
    }
}


/* Removal Sticky issue upon product popin */
.i-product-above-the-fold .product-image-section {
    position: initial !important;
}