/** !! TO DELETE !! **/

html,
body {
    margin: 0;
}

.footer-wrapper *,
.footer-wrapper *:before,
.footer-wrapper *:after {
    z-index: 10;
    position: relative;
    margin-top: 0;
}

.full-width .primary-content {
    padding-bottom: 0;
}

/**********/
/** BASE **/
/**********/
/*.breadcrumb {
  display: none;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}*/
.dp-doubleserum-eyes {
    max-width: 1170px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    color: #000;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 1249px) {
    .dp-doubleserum-eyes {
        overflow: hidden;
    }
}

.dp-doubleserum-eyes * {
    box-sizing: border-box;
}

@media screen and (min-width: 762px) {
    .dp-doubleserum-eyes *[data-device="mobile"] {
        display: none;
    }
}

.dp-link a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    color: #000;
    height: 50px;
    line-height: 50px;
    border: solid 1px #787474;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.3s;
    cursor: pointer;
    text-transform: none;
    padding: 0 20px;
}

.dp-link a:hover {
    border: solid 1px #b40024;
    background-color: #fff;
    color: #b40024;
}

.dp-shop-btn {
    display: block;
}

.dp-shop-btn a,
.dp-shop-btn button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    color: #fff;
    width: 150px;
    height: 50px;
    border: solid 1px #b40024 !important;
    border-radius: 3px;
    background-color: #b40024;
    transition: 0.3s;
    cursor: pointer;
    text-transform: none;
    padding: 0;
    min-width: unset;
    max-width: 150px;
    font-size: 14px;
    outline: none !important;
}

.dp-shop-btn a:focus,
.dp-shop-btn button:focus,
.dp-shop-btn a:hover,
.dp-shop-btn button:hover {
    border: solid 1px #b40024 !important;
    background-color: #fff;
    color: #b40024;
    outline: none !important;
}

.dp-shop-btn__hidden-quickshop {
    display: none !important;
}

.dp-container {
    display: block;
    position: relative;
    background-color: #fff;
}

@media screen and (max-width: 1023px) {
    .dp-container {
        padding: 0 20px;
    }
}

/*************/
/** HEADER **/
/*************/
.dp-header {
    display: block;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .dp-header {
        height: 530px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

/*----Elements---*/
.dp-header__background {
    position: relative;
}

.dp-header__background img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 1024px) {
    .dp-header__background {
        width: 1600px;
        display: block;
        position: absolute;
        left: calc(50% - 800px);
        z-index: 1;
    }
}

.dp-header__content {
    position: relative;
    z-index: 2;
    max-width: 605px;
    flex-basis: calc(100% - 120px);
    margin: -10%;
    background-color: #fff;
    padding: 35px;
    text-align: center;
}

.dp-header__new {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    color: #ba0c2f;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.dp-header__title {
    margin: 15px auto;
    color: #c96316;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 60px;
}

.dp-header__small-title {
    margin: 0;
    color: #000;
    font-size: 24px;
    line-height: 1.4em;
}

.dp-header__text {
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
}

.dp-header .dp-shop-btn button {
    margin: 0 auto;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-header__title {
        margin: 15px 20px;
    }

    .dp-header__content {
        margin: 0px;
        padding: 20px 0;
        max-width: 100%;
    }
}

/*************/
/** INTRO **/
/*************/
.dp-intro {
    display: block;
}

.dp-intro__block {
    display: block;
    padding: 20px;
    padding-left: calc(50% + 20px);
    text-align: left;
    min-height: 700px;
    position: relative;
    padding-top: 70px;
    max-width: 1170px;
    margin: 0 auto;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .dp-intro div[data-sticky="1"] {
        position: fixed;
        width: 100%;
        max-width: 1170px;
        background-color: #fff;
    }

    .dp-intro__parallax {
        display: block;
        position: relative;
        height: 700px;
        background-color: #fff;
    }
}

@media screen and (max-width: 1023px) {
    .dp-intro div[data-sticky="0"][data-used-on="mobile"] {
        width: 100%;
        background-color: #fff;
        padding: 20px;
    }

    .dp-intro div[data-sticky="1"][data-used-on="mobile"] {
        position: fixed;
        width: 100%;
        background-color: #fff;
        left: 0px;
        padding: 20px;
    }

    .dp-intro__parallax-mobile {
        display: block;
        position: relative;
        width: 100%;
        background-color: #fff;
        min-height: 440px;
    }

    .dp-intro__parallax-last-item {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        position: relative;
        padding-bottom: 100px;
    }

    .dp-intro__parallax-last-item2 {
        width: 100%;
        background-color: #fff;
        padding: 20px;
        position: relative;
        padding-bottom: 100px;
    }
}

.DTW-end-benefits {
    margin-left: -105%;
    position: relative;
    display: flex;
    max-width: 1250px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
}

.DTW-end-benefits-description {
    margin-left: 1%;
    margin-top: -50%;
}

.DTW-end-benefits img {
    height: auto;
    width: 600px;
}

.DTW2021-Turmeric-Extract-section {
    margin-left: 0%;
    margin-top: 6%;
    height: 300px;
    width: auto;
}

.DTW2021-Turmeric-Extract-section img {
    height: 300px;
    width: auto;
}

.dp-intro__block[data-block="1"] * {
    max-width: 404px;
}

.dp-intro__block[data-block="3"] * {
    max-width: 550px;
}

.dp-intro__picto-bio,
.dp-intro__double-serum,
.dp-intro__texture,
.dp-intro__ingredient {
    position: absolute;
    right: 50%;
}

.dp-intro__ingredient {
    width: 800px;
    /*background-color: #fff;*/
    padding-top: 10px;
    top: 0;
}

.dp-intro__texture {
    top: 24px;
    margin-right: 320px;
    max-width: 350px;
    width: 250px;
}

.dp-intro__texture img {
    width: 100%;
    margin-left: 70%;
}

.dp-intro__double-serum {
    top: 50px;
    margin-right: 20px;
}

.dp-intro__double-serum img {
    width: 187px;
}

.dp-intro__ingredient img {
    width: 428px;
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.dp-intro__picto-bio {
    top: 325px;
    margin-right: 222px;
    width: 100px;
    text-align: left;
    font-size: 12px;
}

.dp-intro__picto-bio img {
    width: 100px;
}

.dp-intro__title {
    margin: 0;
    color: #d65d00;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    margin-bottom: 20px;
}

.dp-intro__title-Wild-Chervil {
    margin: 0;
    color: #d65d00;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    margin-bottom: 20px;
}

.dp-intro__title-texture-ball {
    margin: 0;
    color: #d65d00;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    margin-bottom: 20px;
}

.dp-intro__title-end-benefits {
    margin: 0;
    color: #d65d00;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    margin-bottom: 20px;
}

.dp-intro__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
}

.dp-intro .dp-shop-btn {
    margin-top: 20px;
}

.dp-intro__box-innovation {
    background-color: #fef4dd;
    padding: 20px;
    margin: 20px auto;
}

.dp-intro__box-innovation-claim {
    margin: 0;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    color: #c95d0d;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.dp-intro__box-innovation-title {
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px auto;
}

.dp-duo__ingredient {
    position: absolute;
    margin: 0;
    text-align: left;
}

.dp-duo__packshot[data-version="curcuma"] .dp-duo__ingredient {
    top: 50px;
    left: 180px;
}

/*.dp-duo__packshot[data-version="cerfeuil"] .dp-duo__ingredient {
  top: 200px;
  left: 280px;
}*/

/*--responsive------*/

@media screen and (max-width: 1023px) {
    .dp-intro__block[data-block="1"] * {
        max-width: 100%;
    }

    .dp-intro__block[data-block="3"] * {
        max-width: 100%;
    }

    .dp-intro__block {
        padding: 0;
        text-align: center;
    }

    /*.dp-intro__block[data-block="1"] {
    padding-top: 390px;
    max-width: 100%;
  }
  .dp-intro__block[data-block="2"] {
    padding-top: 460px;
    max-width: 100%;
  }*/
    .dp-intro__double-serum {
        margin-right: -65px;
        top: 30px;
    }

    .dp-intro__double-serum img {
        width: 130px;
    }

    .dp-intro__ingredient img {
        width: 305px;
    }

    .dp-intro__texture {
        top: 0px;
        margin-right: 77px;
    }

    .dp-intro__texture img {
        width: 190px;
    }

    .dp-intro__picto-bio {
        top: 45px;
        margin-right: -180px;
    }

    .dp-intro__ingredient {
        top: 0;
        margin-right: -120px;
    }

    .dp-intro .dp-shop-btn a {
        margin-left: auto;
        margin-right: auto;
    }
}

/*************/
/** INGREDIENTS **/
/*************/

.dp-ingredients {
    display: block;
    text-align: center;
    max-width: 970px;
    border: 1px solid #00856d;
    margin: 0px auto;
    background-color: #fff;
    z-index: 2;
    position: relative;
    height: 550px;
}

.dp-ingredients__picto-bio {
    background-color: #00856d;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}

.dp-ingredients__picto-bio img {
    width: 70%;
    height: 70%;
}

.dp-ingredients__title {
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px auto;
    font-weight: normal;
}

.dp-ingredients__slider {
    font-size: 20px;
    line-height: 1.4em;
    margin: 40px;
}

.dp-end-benefits__slider {
    font-size: 20px;
    line-height: 1.4em;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
}

.dp-ingredients__item {
    display: inline-block;
    width: 220px;
}

.dp-end-benefits__item {
    display: inline-block;
    width: 220px;
}

.dp-end-benefits__item[data-ingredient="first-percentage"] {
    width: 110px;
    margin-left: 50%;
    padding-bottom: 30px;
}

.dp-end-benefits__item[data-ingredient="second-percentage"] {
    width: 110px;
    margin-left: 150%;
    padding-bottom: 30px;
}

.dp-end-benefits__item[data-ingredient="third-percentage"] {
    width: 110px;
    margin-left: -150%;
    padding-bottom: 30px;
    margin-top: 90%
}

.dp-end-benefits__item[data-ingredient="fourth-percentage"] {
    width: 110px;
    margin-left: -50%;
    padding-bottom: 30px;
    margin-top: 90%
}

.dp-ingredients__item[data-ingredient="kiwi"] img {
    width: 135px;
}

.dp-ingredients__item[data-ingredient="avoine"] img {
    width: 179px;
}

.dp-ingredients__item[data-ingredient="marubbe"] img {
    width: 138px;
}

.dp-ingredients__item[data-ingredient="kalanchoe"] img {
    width: 141px;
}

.dp-ingredients__item[data-ingredient="turmeric"] img {
    width: 141px;
}

.dp-ingredients__item[data-ingredient="wild-chervil"] img {
    width: 141px;
}

.dp-intro__visual {
    font-size: 20px;
    line-height: 1.4em;
    margin: 10px auto;
    height: 210px;
    position: relative;
}

.dp-intro__visual img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.dp-ingredients__name {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0px auto;
    margin-top: 15px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
}

.dp-end-benefits__name1,
.dp-end-benefits__name2,
.dp-end-benefits__name3,
.dp-end-benefits__name4 {
    font-size: 30px;
    line-height: 1.4em;
    margin: 0px auto;
    margin-top: 15px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
}

.dp-ingredients__name strong {
    font-weight: normal;
    color: #b40024;
}

.dp-ingredients__action {
    font-size: 14px;
    line-height: 1.4em;
    margin: 10px auto;
}

.dp-end-benefits__action1,
.dp-end-benefits__action2,
.dp-end-benefits__action3,
.dp-end-benefits__action4 {
    font-size: 13px;
    line-height: 1.4em;
    margin: 10px auto;
    color: #fff;
    text-align: center;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-ingredients {
        padding: 0 20px;
        /*margin-top: 60px;*/
        padding-bottom: 20px;
    }

    .dp-duo__packshot[data-version="curcuma"] .dp-duo__ingredient {
        left: 280px;
    }

    .dp-duo__packshot[data-version="cerfeuil"] .dp-duo__ingredient {
        top: 250px;
        left: -150px;
        text-align: right;
        width: 150px;
    }

    .dp-ingredients .slick-dotted.slick-slider {
        padding-bottom: 40px;
        margin-bottom: 0;
    }

    .dp-ingredients .slick-dots {
        bottom: 0px;
    }
}

/*************/
/** APPLICATION **/
/*************/
.dp-application {
    display: block;
    position: relative;
    height: 600px;
    text-align: center;
}

@media screen and (min-width: 762px) {
    .dp-application {
        height: 613px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 70px;
    }
}

@media screen and (max-width: 1023px) {
    .dp-application {
        margin-top: 20px;
    }

    .dp-application::before {
        content: " ";
        display: block;
        background-color: #fff;
        width: 100%;
        height: 20px;
        position: absolute;
        top: -20px;
    }
}

/*----Elements---*/
.dp-application__claim {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 10px auto;
    position: relative;
    z-index: 2;
    color: #fff;
}

.dp-application__title {
    margin: 0 auto;
    color: #fff;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.dp-application__background {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.dp-application__background img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 762px) {
    .dp-application__background {
        width: 1600px;
        left: calc(50% - 800px);
        top: 70px;
    }
}

.dp-application__photo {
    background-color: #ffc089;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.dp-application__text {
    text-align: center;
    color: #fff;
    line-height: 1.4em;
    font-size: 14px;
    margin: 20px;
}

.dp-application__photo img {
    width: 100%;
    display: block;
}

.dp-application__slider {
    margin: 40px auto;
    position: relative;
    z-index: 2;
    max-width: 1048px;
}

.dp-application__item {
    display: inline-block;
    width: 220px;
    font-size: 14px;
}

/*--responsive------*/
@media screen and (max-width: 1023px) and (min-width: 762px) {
    .dp-application {
        padding-top: 60px;
    }

    .dp-application__slider {
        margin: 20px;
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 761px) {
    .dp-application {
        padding-top: 60px;
        min-height: 600px;
        margin-top: -10%;
    }

    .dp-application__background img {
        width: auto;
    }

    .dp-application__background {
        overflow: hidden;
    }

    .dp-application__slider {
        margin: 20px;
    }
}

/*************/
/** DUO DOUBLE SERUM **/
/*************/

.dp-duo {
    display: block;
    padding: 20px;
    padding-right: calc(50% + 20px);
    padding-left: 100px;
    text-align: left;
    min-height: 850px;
    position: relative;
    padding-top: 90px;
    padding-bottom: 70px;
}

.dp-duo__packshot {
    position: absolute;
    left: 50%;
}

.dp-duo__ingredient {
    position: absolute;
    font-size: 12px;
}

.dp-duo__packshot[data-version="curcuma"] {
    margin-left: 80px;
    top: 60px;
    z-index: 2;
}

.dp-duo__packshot[data-version="curcuma"] img {
    width: 287px;
}

.dp-duo__packshot[data-version="cerfeuil"] {
    margin-left: 232px;
    top: 250px;
    z-index: 1;
}

.dp-duo__packshot[data-version="cerfeuil"] img {
    width: 438px;
}

.dp-duo__title {
    margin: 0;
    color: #d65d00;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    margin-bottom: 20px;
}

.dp-duo__small-title {
    margin: 10px auto;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
}

.dp-duo__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4em;
}

.dp-duo .dp-shop-btn {
    margin-top: 20px;
}

/*--responsive------*/
/*@media screen and (max-width: 1023px) {
  .dp-duo {
    padding: 40px;
    padding-right: 400px;
  }
  .dp-duo__packshot[data-version="curcuma"] {
    margin-left: 10px;
  }
  .dp-duo__packshot[data-version="cerfeuil"] {
    margin-left: 172px;
  }
}*/
@media screen and (max-width: 1023px) {
    .dp-duo__title {}

    .dp-duo {
        padding: 20px;
        padding-bottom: 120px;
        text-align: center;
        max-width: 375px;
        margin: 0 auto;
    }

    .dp-duo__packshot {
        position: relative;
        left: unset !important;
        top: unset !important;
        display: block;
    }

    .dp-duo__packshot[data-version="curcuma"] {
        margin-left: -60px;
    }

    .dp-duo__packshot[data-version="curcuma"] img {
        width: 190px;
    }

    .dp-duo__packshot[data-version="cerfeuil"] {
        margin-left: 152px;
        margin-top: -200px;
    }

    .dp-duo__packshot[data-version="cerfeuil"] img {
        width: 280px;
    }

    .dp-duo .dp-shop-btn a {
        margin-left: auto;
        margin-right: auto;
    }
}

/*************/
/** ROUTINE **/
/*************/

.dp-routine {
    display: block;
    position: relative;
    max-width: 970px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 40px;
    text-align: center;
    font-size: 0;
}

.dp-routine__title {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    margin-top: -80px;
}

.dp-routine__title strong {
    color: #d65d00;
    font-weight: normal;
}

.dp-routine__slider {
    max-width: 660px;
    margin: 20px auto;
    text-align: center;
}

.dp-routine__slider-item[data-product="double-serum"] img {
    width: 81px;
}

.dp-routine__slider-item[data-product="everlasting"] img {
    width: 57px;
}

.dp-routine__slider-item[data-product="mascara"] img {
    width: 73px;
}

.dp-routine__packshot {
    height: 260px;
    width: 222px;
    position: relative;
    margin: 0 auto;
}

.dp-routine__packshot img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.dp-routine__text {
    margin: 10px;
    font-size: 14px;
}

.dp-routine .dp-shop-btn button {
    background-color: #fff;
    border-color: #787474 !important;
    color: #000;
    margin: 0 auto;
}

.dp-routine .dp-shop-btn button:hover {
    border-color: #b40024 !important;
    color: #b40024;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-routine {
        /* margin: 20px; */
        padding: 20px;
        /* margin-top: 100px; */
    }

    .dp-routine__title {
        margin: 0px;
        padding: 0px;
        margin-top: -80px;
    }

    .dp-routine .slick-dotted.slick-slider {
        padding-bottom: 30px;
        margin-bottom: 0;
    }

    .dp-routine .slick-dots {
        bottom: -20px;
    }
}

/*************/
/** FAQ **/
/*************/

.dp-faq {
    text-align: center;
}

/*----Elements---*/
.dp-faq__title {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    text-align: center;
    background-color: #fff;
    padding-top: 70px;
}

.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 {
    max-width: 768px;
    margin: 0 auto;
    margin-top: 30px;
}

.dp-faq__item {
    text-align: left;
    border-top: 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;
    min-height: 50px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
}

.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 .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;
    }
}

/*************/
/** FINDER **/
/*************/
.dp-finder {
    text-align: center;
}

.dp-finder__title {
    padding-top: 70px;
    margin: 0;
    color: #000;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    text-align: center;
}

.dp-finder__claim {
    margin: 25px auto;
    font-size: 16px;
}

.dp-finder__push {
    display: block;
    position: relative;
}

@media screen and (min-width: 762px) {
    .dp-finder__push {
        height: 530px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 50%;
    }
}

/*----Elements---*/
.dp-finder__background {
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.dp-finder__background img {
    width: 100%;
    display: block;
}

@media screen and (min-width: 762px) {
    .dp-finder__background {
        width: 1600px;
        left: calc(50% - 800px);
        z-index: 1;
    }
}

.dp-finder__box {
    background: #fff;
    flex-basis: calc(100% - 40px);
    max-width: 440px;
    padding: 50px;
    margin: 20px;
    position: relative;
    z-index: 2;
    display: block;
}

.dp-finder__box-title {
    color: #333333;
    font-size: 56px;
    font-family: "ClarinsRegular", "Clarins";
    text-align: right;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.dp-finder__box-title span:nth-child(1) {
    font-size: 90px;
    font-weight: normal;
    display: block;
    text-align: left;
    margin-right: 70px;
    margin-bottom: -20px;
}

.dp-finder__box-title span:nth-child(2) {
    margin-left: 70px;
}

.dp-link {}

/*--responsive------*/
@media screen and (max-width: 761px) {
    .dp-finder {
        /*margin-top: 30px;*/
    }

    .dp-finder__push {
        height: 440px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0;
    }

    .dp-finder__box {
        background: #fff;
        flex-basis: 230px;
        /* width: calc(100% - 40px);
    max-width: calc(100% - 40px);*/
        padding: 20px;
        margin: 15px;
    }

    .dp-finder__box-title {
        font-size: 45px;
        margin-bottom: 20px;
    }

    .dp-finder__box-title span:nth-child(1) {
        font-size: 70px;
    }

    .dp-finder__box-title span:nth-child(2) {}
}

.dp-doubleserum-eyes .slick-next {
    right: -15px;
}

.dp-doubleserum-eyes .slick-prev {
    left: -15px;
}

/*DTW EDITS*/
.dp-shop-btn button {
    max-width: 200px;
    width: 200px;
}

.dp-intro__ingredient {
    right: 51%;
    top: 10%;
}

.dp-finder {
    padding-bottom: 80px;
}

.DTW-Wild-Chervil-Main-Title {
    margin: 0;
    color: #d65d00;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    text-align: center;
    margin-left: -90%;
    padding-bottom: 20px;
    padding-top: 11px;
}

.DTW2021-Turmeric-Extract-desc {
    margin-left: -50%;
    margin-top: -34%;
    padding-bottom: 100px;
    width: 250px;
}

.DTW-ingredient-plus1 {
    margin-top: -28%;
    max-width: 20px;
    padding: 0;
    margin-left: 26%;
    font-size: 30px;
}

.DTW-ingredient-plus2 {
    margin-top: -3.6%;
    max-width: 20px;
    padding: 0;
    margin-left: 49%;
    font-size: 30px;
}

.DTW-ingredient-plus3 {
    margin-top: -3.6%;
    max-width: 20px;
    padding: 0;
    margin-left: 72%;
    font-size: 30px;
}

/*iPad Air 3 Landscape*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .dp-header__background {
        width: 1200px;
        left: calc(69% - 800px);
        bottom: 20%;
    }

    .dp-header__content {
        max-width: 480px;
        margin: 1%;
        padding: 10px;
        bottom: 8%;
    }

    .DTW-end-benefits-description {
        margin-left: 10%;
        margin-top: -55%;
    }

    .dp-duo__packshot[data-version="cerfeuil"] img {
        width: 350px;
        margin-left: -6%;
        margin-top: 5%;
    }

    .dp-intro__picto-bio {
        top: 60%;
    }

    .dp-duo__text {
        font-size: 16px;
    }
}

/*iPad Air 3 Portrait*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .dp-header__background img {
        width: 150%;
    }

    .DTW-end-benefits {
        margin-left: -1%;
        margin-top: -80%;
    }

    .DTW-end-benefits-description {
        margin-top: 70%;
    }

    .DTW-end-benefits-description ul {
        text-align: left;
        margin-left: 34%;
    }

    .dp-intro__parallax-last-item {
        height: 300px;
    }

    .DTW-Wild-Chervil-Main-Title {
        margin-top: -130%;
        margin-left: 0%;
        padding-bottom: 700px;
    }

    .DTW2021-Turmeric-Extract-section {
        margin-left: 35%;
        margin-top: -89%;
    }

    .DTW2021-Turmeric-Extract-section img {
        height: 220px;
        width: auto;
        margin-top: 3%;
    }

    .DTW2021-Turmeric-Extract-desc {
        margin-left: 25%;
        margin-top: -30%;
        text-align: left;
    }

    .DTW-ingredient-plus1 {
        margin-top: -36%;
        margin-left: 35%;
    }

    .DTW-ingredient-plus2 {
        margin-top: -5%;
        margin-left: 63%;
    }

    .dp-intro__parallax {
        height: 800px;
    }

    .dp-intro__parallax-mobile {
        min-height: 480px;
    }

    .dp-intro__texture {
        margin-top: -15%;
    }

    .dp-intro__texture img {
        margin-left: 90%;
        margin-top: -35%;
    }

    .dp-routine__title {
        margin-top: -60px;
        font-size: 30px;
        padding: 20px;
    }

    .dp-intro__title-texture-ball {
        margin-top: -60%;
    }

    .dp-intro__title {
        margin-top: -20%;
    }

    .dp-intro__title-Wild-Chervil {
        margin-top: 0%;
    }

    .dp-intro__title-end-benefits {
        margin-top: -70%;
    }

    .dp-intro__ingredient img {
        margin-top: -68%;
    }

    .dp-end-benefits__item[data-ingredient="first-percentage"] {
        width: 110px;
        margin-left: 40%;
        padding-bottom: 30px;
    }

    .dp-end-benefits__item[data-ingredient="second-percentage"] {
        width: 110px;
        margin-left: -40%;
        padding-bottom: 30px;
    }

    .dp-end-benefits__item[data-ingredient="third-percentage"] {
        width: 110px;
        margin-left: 40%;
        padding-bottom: 30px;
        margin-top: 0%
    }

    .dp-end-benefits__item[data-ingredient="fourth-percentage"] {
        width: 110px;
        margin-left: -40%;
        padding-bottom: 30px;
        margin-top: 0%
    }

    .dp-intro__picto-bio {
        top: 10.8%;
        margin-right: 11%;
    }
    .dp-intro__picto-bio {
    top: 9.8%;
    margin-right: 11%;
}
}

/*iPhone 7*/
@media screen and (max-width: 761px) {
    .dp-ingredients__slider {
        margin: 35px;
    }

    .dp-routine__title {
        margin-top: -15px;
        font-size: 30px;
    }

    .dp-finder__box {
        margin-bottom: 13%;
        padding: 15px;
    }

    .dp-duo__packshot[data-version="cerfeuil"] img {
        width: 200px;
        margin-left: -12px;
    }

    .dp-duo__packshot[data-version="cerfeuil"] .dp-duo__ingredient {
        top: 220px;
        left: -130px;
    }

    .dp-ingredients {
        height: 600px;
        margin-top: 250%;
    }

    .DTW-ingredient-plus1 {
        display: none;
    }

    .DTW-ingredient-plus2 {
        display: none;
    }

    .DTW-ingredient-plus3 {
        display: none;
    }

    .DTW-Wild-Chervil-Main-Title {
        margin-left: 0%;
        padding-bottom: 600px;
        padding-top: 11px;
        margin-top: -360%;
    }

    .DTW2021-Turmeric-Extract-section {
        margin-left: 55%;
        margin-top: -280%;
    }

    .DTW2021-Turmeric-Extract-section img {
        height: 200px;
        width: auto;
    }

    .DTW2021-Turmeric-Extract-desc {
        margin-left: 0%;
        margin-top: -79%;
        width: 185px;
        text-align: left;
        font-size: 13px;
    }

    .dp-intro__title-Wild-Chervil {
        margin-top: 25%;
    }

    .dp-container {
        margin-top: 160%;
    }

    .dp-intro__texture img {
        margin-left: 93%;
        margin-top: 80%;
    }

    .DTW-end-benefits {
        margin-left: 1%;
        margin-top: -170%;
    }

    .dp-intro__title {
        margin-top: -25%;
    }

    .DTW-end-benefits-description ul {
        text-align: left;
        margin-left: 10%;
    }

    .dp-intro__texture {
        margin-top: -160%;
    }

    .dp-intro__title-texture-ball {
        margin-top: -190%;
    }

    .DTW-end-benefits h2 {
        margin-top: 60%;
    }

    .dp-intro__title-end-benefits {
        margin-top: 60%;
    }

    .dp-intro__ingredient img {
        margin-top: -90%;
    }

    .dp-container {
        margin-top: 25%;
    }

    .dp-finder {
        padding-bottom: 50px;
        margin-top: -10%;
    }

    .dp-finder__title {
        padding-top: 0px;
    }

    .dp-faq__title {
        padding-top: 0px;
    }

    .dp-routine {
        padding-top: 0px;
        margin-top: -10%;
    }

    .dp-duo {
        padding-bottom: 30px;
        margin-top: -10%;
    }

    .dp-faq {
        margin-top: -10%;
    }

    .dp-end-benefits__item[data-ingredient="first-percentage"] {
        margin-left: 5%;
        padding-bottom: 30px;
    }

    .dp-end-benefits__item[data-ingredient="second-percentage"] {
        margin-left: 5%;
        padding-bottom: 30px;
    }

    .dp-end-benefits__item[data-ingredient="third-percentage"] {
        margin-left: 5%;
        margin-top: 0%;
        padding-bottom: 30px;
    }

    .dp-end-benefits__item[data-ingredient="fourth-percentage"] {
        margin-left: 5%;
        margin-top: 0%;
        padding-bottom: 30px;
    }

    .dp-end-benefits__name1 {
        margin-left: 5%;
    }

    .dp-end-benefits__name2 {
        margin-left: 5%;
    }

    .dp-end-benefits__name3 {
        margin-left: 5%;
    }

    .dp-end-benefits__name4 {
        margin-left: 5%;
    }

    .dp-intro__picto-bio {
        top: 9.9%;
        margin-right: 18%;
    }
}


/*iPhone XR*/
/*@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .dp-intro__title-Wild-Chervil {
    margin-top: 60%;
  }

  .DTW2021-Turmeric-Extract-section {
    margin-top: -235%;
  }

  .DTW-Wild-Chervil-Main-Title {
    margin-top: -325%;
    padding-bottom: 450px;
  }
}*/






/*EXTRA-FIRMING CODE*/
@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Light.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Book.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Book.woff) format("woff");
    font-weight: 400;
    font-style: 400
}

@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Thin.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Thin.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Medium.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Gotham-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Clarins;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Regular.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Clarins;
    src: url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Italic.woff2) format("woff2"), url(http://127.0.0.1/clarins-extra-firming/www/assets/fonts/Clarins-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

.extrafirming-extralight {
    font-weight: 100
}

.extrafirming-thin {
    font-weight: 200
}

.extrafirming-light {
    font-weight: 300
}

.extrafirming-normal {
    font-weight: 400
}

.extrafirming-regular {
    font-weight: 400
}

.extrafirming-medium {
    font-weight: 500
}

.extrafirming-semibold {
    font-weight: 600
}

.extrafirming-bold {
    font-weight: 700
}

.extrafirming-extrabold {
    font-weight: 800
}

.extrafirming-black {
    font-weight: 900
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.ef-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.ef-contain[position=top] {
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: contain; object-position: top;'
}

.ef-contain[position=right] {
    -o-object-position: right;
    object-position: right;
    font-family: 'object-fit: contain; object-position: right;'
}

.ef-contain[position=bottom] {
    -o-object-position: bottom;
    object-position: bottom;
    font-family: 'object-fit: contain; object-position: bottom;'
}

.ef-contain[position=left] {
    -o-object-position: left;
    object-position: left;
    font-family: 'object-fit: contain; object-position: left;'
}

.ef-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

.ef-cover[position=top] {
    -o-object-position: top;
    object-position: top;
    font-family: 'object-fit: cover; object-position: top;'
}

.ef-cover[position=right] {
    -o-object-position: right;
    object-position: right;
    font-family: 'object-fit: cover; object-position: right;'
}

.ef-cover[position=bottom] {
    -o-object-position: bottom;
    object-position: bottom;
    font-family: 'object-fit: cover; object-position: bottom;'
}

.ef-cover[position=left] {
    -o-object-position: left;
    object-position: left;
    font-family: 'object-fit: cover; object-position: left;'
}

.efheader--in {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:700px) {
    .efheader--in {
        min-height: 68vw
    }
}

.efheader--b1 {
    position: relative;
    width: calc(50% + 50px);
    background: #c1aa9a
}

@media (max-width:900px) {
    .efheader--b1 {
        width: calc(50% + 20px)
    }
}

.efheader--b1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: right;
    object-position: right;
    font-family: 'object-fit: cover; object-position: right;'
}

@media (max-width:1100px) {
    .efheader--b1 img {
        font-family: 'object-fit: cover;';
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: cover; object-position: center;'
    }
}

@media (max-width:700px) {
    .efheader--b1 img {
        font-family: 'object-fit: contain;';
        -o-object-position: center;
        object-position: center;
        font-family: 'object-fit: contain; object-position: center;'
    }
}

.efheader--b2 {
    position: relative;
    width: calc(50% - 50px);
    padding-right: 20px;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:900px) {
    .efheader--b2 {
        width: calc(50% - 20px)
    }
}

.efheader--pack {
    width: 240px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0
}

@media (max-width:900px) {
    .efheader--pack {
        width: 100%
    }
}

.efheader--pack picture {
    margin: auto
}

.efheader--pack img {
    display: block;
    max-width: 100%;
    margin: auto
}

@media (max-width:700px) {
    .efheader--pack img {
        width: 85%
    }
}

@media (max-width:660px) {
    .efheader--pack img {
        width: 80%
    }
}

.efheader--legend {
    position: absolute;
    top: 50px;
    left: 20px;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400
}

.efheader--text {
    width: 360px;
    margin-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:900px) {
    .efheader--text {
        display: none
    }
}

.efheader--kicker {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #be0f34;
    margin-bottom: .5em
}

.efheader--title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    margin-bottom: .25em
}

.efheader--subtitle {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times
}

.efheader--textmobile {
    display: none;
    padding: 40px 20px 0;
    text-align: center
}

@media (max-width:900px) {
    .efheader--textmobile {
        display: block
    }
}

.efasc {
    text-align: center;
    padding: 50px 0
}

.efasc--item {
    display: inline-block
}

.efasc--svgc {
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    background: #dedede;
    transition: .35s cubic-bezier(.19, 1, .22, 1)
}

.efasc--svgc svg {
    margin: auto;
    width: 80px;
    height: 80px
}

.efasc--item:hover .efasc--svgc {
    background: #be0f34
}

.efasc--text {
    margin-top: .5em;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.1818181818;
    font-weight: 500;
    text-transform: uppercase;
    color: #d3d2d2;
    transition: .35s cubic-bezier(.19, 1, .22, 1)
}

.efasc--item:hover .efasc--text {
    color: #be0f34
}

.efconcent {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:660px) {
    .efconcent {
        display: block
    }
}

.efconcent--b1 {
    width: 41.6666666667%;
    text-align: right;
    padding: 20px 50px 20px 20px
}

.efconcent--b1 img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%
}

@media (max-width:1100px) {
    .efconcent--b1 {
        width: 31.25%;
        padding: 20px 30px 20px 20px
    }
}

@media (max-width:1000px) {
    .efconcent--b1 {
        width: 41.6666666667%
    }
}

@media (max-width:660px) {
    .efconcent--b1 {
        width: 100%;
        padding: 20px;
        text-align: center
    }
}

.efconcent--b2 {
    width: 60.4166666667%
}

@media (max-width:1100px) {
    .efconcent--b2 {
        width: 66.6666666667%
    }
}

@media (max-width:1000px) {
    .efconcent--b2 {
        width: 58.3333333333%
    }
}

@media (max-width:660px) {
    .efconcent--b2 {
        width: 100%;
        text-align: center
    }
}

.efconcent--title {
    margin-top: 1em;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    color: #be0f34;
    margin-bottom: .5em
}

@media (min-width:661px) {
    .efconcent--title {
        padding-right: 40px
    }
}

.efconcent--subtitle {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: .5em
}

.efconcent--price {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: .15em
}

.efgrid {
    margin: -5px;
    margin-top: 30px;
    text-align: center;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1000px) {
    .efgrid {
        display: block
    }
}

.efgrid--targets:after,
.efgrid--targets:before {
    content: "";
    display: table
}

.efgrid--targets:after {
    clear: both
}

.efgrid--items {
    max-width: 500px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.efgrid--items:after,
.efgrid--items:before {
    content: "";
    display: table
}

.efgrid--items:after {
    clear: both
}

@media (max-width:1000px) {
    .efgrid--items {
        max-width: 400px
    }
}

@media (max-width:660px) {
    .efgrid--items {
        -ms-flex-pack: center;
        justify-content: center;
        margin: auto
    }
}

.efgrid--title {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.2727272727;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width:400px) {
    .efgrid--title {
        font-size: 10.5px;
        font-size: .65625rem
    }
}

.efgrid--bigitem .efgrid--title {
    margin-bottom: 16px
}

.efgrid--smallitem .efgrid--title {
    position: absolute;
    top: 54px;
    width: 100%;
    text-align: center;
    padding: 0 10px
}

@media (max-width:660px) {
    .efgrid--smallitem .efgrid--title {
        left: 4px;
        right: 4px
    }
}

.efgrid--bigitem {
    display: none;
    cursor: pointer;
    padding: 24px 24px 0;
    border: 1px solid #e28c62;
    position: relative;
    margin: 5px;
    width: 303px;
    height: 286px;
    overflow: hidden
}

.efgrid--bigitem.js-active {
    display: block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:1000px) {
    .efgrid--bigitem {
        width: 353px
    }
}

@media (max-width:660px) {
    .efgrid--bigitem {
        margin: 5px auto;
        width: 300px
    }
}

.efgrid--cross {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px
}

.efgrid--cross div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 2px;
    background: #e28c62
}

.efgrid--cross div:nth-child(1) {
    transform: rotate(45deg)
}

.efgrid--cross div:nth-child(2) {
    transform: rotate(-45deg)
}

.efgrid--text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-bottom: 1em
}

.efgrid--smallitem {
    cursor: pointer;
    margin: 5px;
    width: 111px;
    height: 138px;
    border: 1px solid #e28c62;
    transition: .35s cubic-bezier(.19, 1, .22, 1) box-shadow;
    position: relative
}

@media (max-width:660px) {
    .efgrid--smallitem {
        width: 94px
    }
}

.efgrid--smallitem.js-inactive {
    display: none
}

.efgrid--smallitem:hover {
    box-shadow: 0 0 0 3px inset #e28c62
}

.efgrid--smallitem svg {
    position: absolute;
    fill: #e28c62;
    width: 10px;
    height: 14px;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%)
}

.efslider {
    background: #f2bda3;
    text-align: center;
    padding: 30px 0 10px;
    color: #fff;
    margin: 60px 0
}

@media (max-width:940px) {
    .efslider .slick-arrow {
        display: none !important
    }
}

.efslider--title {
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    color: #fff;
    padding: 0 20px
}

.efslider--slider {
    max-width: 100%;
    width: 800px;
    margin: auto
}

.efslider--slider .slick-prev {
    left: -50px
}

.efslider--slider .slick-prev:after {
    background-position: 51.411765% 60.426523%
}

.efslider--slider .slick-next {
    right: -50px
}

.efslider--slider .slick-next:after {
    background-position: 0 78.8%
}

.efslider--slider .slick-dots li {
    background: #fff;
    cursor: pointer;
    margin: 0 6px
}

.efslider--slider .slick-dots li.slick-active {
    background: #000
}

.efslider--item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 4em 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:800px) {
    .efslider--item {
        display: block;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "a a""b c""d d"
    }
}

.efslider--percent {
    width: 256px;
    padding-bottom: 70px
}

@media (max-width:800px) {
    .efslider--percent {
        width: 100%;
        padding-bottom: 0
    }
}

.efslider--percent-num {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.02em
}

.efslider--percent-num span {
    vertical-align: super;
    font-size: .5em
}

.efslider--percent-legend {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    font-weight: 400;
    margin-top: 1em;
    letter-spacing: .02em
}

.efslider--quote {
    width: 256px;
    position: relative
}

@media (max-width:800px) {
    .efslider--quote {
        width: 100%;
        grid-area: a;
        max-width: 70%;
        margin: auto
    }
}

.efslider--quote-q {
    font-size: 75px;
    font-size: 4.6875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    letter-spacing: .02em;
    position: absolute;
    top: -.225em;
    left: -.5em
}

.efslider--quote-text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: .8em
}

.efslider--quote-who {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.8181818182;
    font-weight: 500;
    letter-spacing: .02em;
    margin-bottom: 2em
}

.efslider--quote-c {
    font-size: 9px;
    font-size: .5625rem;
    line-height: 1.3333333333;
    font-weight: 400;
    letter-spacing: .02em;
    opacity: .6
}

@media (max-width:800px) {
    .efslider--quote-c {
        width: 100%;
        grid-area: d;
        margin: 40px auto 0
    }
}

.efroutine {
    padding: 0 20px
}

.efroutine .efroutine--select,
.efroutine .sbHolder {
    width: 100%;
    margin-bottom: 2em;
    display: none
}

@media (max-width:700px) {

    .efroutine .efroutine--select,
    .efroutine .sbHolder {
        display: block
    }
}

.efroutine--closecont {
    text-align: center;
    margin-top: 2em
}

.efroutine--close {
    display: none;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.8181818182;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-decoration: underline;
    margin-bottom: 1.6em
}

.efroutine--close.js-active {
    display: inline-block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

@media (max-width:700px) {
    .efroutine--close.js-active {
        display: none
    }
}

.efroutine--close:hover {
    opacity: .5
}

.efroutine--title {
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    margin-bottom: 1.6em
}

.efroutine--nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: justify;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

.efroutine--nav.js-inactive {
    display: none
}

@media (max-width:700px) {
    .efroutine--nav {
        display: none
    }
}

.efroutine--navitem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer
}

.efroutine--navitem-text {
    margin: auto;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 26px;
    padding: 20px;
    min-width: 190px;
    text-align: center;
    height: 54px;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.2727272727;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #cbcbcb;
    transition: .5s cubic-bezier(.19, 1, .22, 1)
}

.efroutine--navitem:hover .efroutine--navitem-text {
    background: #efaf90;
    color: #fff
}

.efroutine--ss {
    display: none
}

.efroutine--ss.js-active {
    display: block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

.efroutine--ss .slick-list {
    padding-bottom: 2em
}

.efroutine--ss--item {
    text-align: center
}

.efroutine--ss--visu {
    display: -ms-flexbox;
    display: flex
}

.efroutine--ss--visu img {
    margin: auto auto 0;
    display: inline-block
}

.efroutine--ss--title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    letter-spacing: .02em;
    margin-top: 1.5em;
    margin-bottom: .85em
}

.efroutine--ss--price {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    margin-bottom: .5em
}

.efroutine--ss--btn {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #e5e5e5;
    display: inline-block;
    cursor: pointer;
    color: #000
}

.efroutine--ss--btn:hover {
    border: 2px solid #767676;
    color: #000
}

.effocus {
    padding: 0 20px 20px;
    margin: 150px auto 80px;
    background: #fcefe8
}

@media (max-width:990px) {
    .effocus {
        margin: 40px auto 80px
    }
}

.effocus--in {
    display: -ms-flexbox;
    display: flex;
    position: relative
}

@media (max-width:990px) {
    .effocus--in {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.effocus--b1 {
    position: relative;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    margin-top: -160px;
    display: -ms-flexbox;
    display: flex;
    margin-left: 160px
}

@media (max-width:990px) {
    .effocus--b1 {
        width: 100%;
        margin: auto;
        margin-bottom: -80px
    }
}

@media (max-width:1300px) and (min-width:1130px) {
    .effocus--b1 {
        margin-left: 180px
    }
}

@media (max-width:1130px) and (min-width:991px) {
    .effocus--b1 {
        margin-left: 160px
    }
}

.effocus--imgc {
    margin: auto;
    position: relative
}

.effocus--imgc img {
    vertical-align: middle;
    max-width: 100%
}

.effocus--b2 {
    position: relative;
    width: 50%;
    padding: 90px 0 180px
}

@media (max-width:990px) {
    .effocus--b2 {
        width: 100%;
        padding: 40px 20px 0;
        text-align: center
    }
}

.effocus--b2-in {
    max-width: 360px
}

@media (max-width:990px) {
    .effocus--b2-in {
        max-width: 660px;
        margin: auto
    }
}

.effocus--title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    margin-bottom: 1.6em
}

@media (max-width:990px) {
    .effocus--title {
        margin-bottom: .6em
    }
}

.effocus--desc {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1.6em
}

.effocus--info {
    border: 1px solid #be0f34;
    color: #be0f34;
    font-size: 16px;
    font-size: 1rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    position: absolute
}

.effocus--info:hover {
    opacity: .6
}

.effocus--info.-info1 {
    top: 58%;
    right: 70%
}

.effocus--info.-info2 {
    top: 80%;
    left: 86%
}

.effocus--txt {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em
}

.effocus--in .effocus--txt {
    width: 270px;
    position: absolute;
    transition: 1s;
    opacity: 0
}

@media (max-width:990px) {
    .effocus--in .effocus--txt {
        display: none
    }
}

.effocus--in .effocus--txt.js-active {
    opacity: 1
}

.effocus--in .effocus--txt.-txt1 {
    top: calc(58% + 40px);
    right: 70%;
    text-align: right
}

@media (max-width:1130px) and (min-width:991px) {
    .effocus--in .effocus--txt.-txt1 {
        width: 220px
    }
}

.effocus--in .effocus--txt.-txt2 {
    top: calc(80% + 40px);
    left: 86%;
    width: 330px;
    text-align: left
}

.effocus--txtmobile {
    display: none;
    text-align: center;
    max-width: 660px;
    padding: 0 20px;
    margin: auto
}

@media (max-width:990px) {
    .effocus--txtmobile {
        display: block
    }
}

.effocus--txtmobile .effocus--txt {
    display: none
}

.effocus--txtmobile .effocus--txt.js-active {
    display: block;
    animation: effadin 1s cubic-bezier(.19, 1, .22, 1)
}

.efvid {
    padding: 0 20px;
    margin: 80px auto 0
}

.efvid img,
.efvid video {
    display: block;
    max-width: 100%;
    width: 566px;
    height: auto;
    margin: auto
}

.efvid--title {
    text-align: center;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    margin-bottom: 1.6em
}

.efvid--desc {
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1.6em
}

.efp--title {
    margin-top: 0;
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    margin-bottom: .75em
}

.efp--text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 2em
}

.efphead {
    background: #fcefe8;
    padding: 80px 60px
}

@media (max-width:799px) {
    .efphead {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .efphead {
        padding: 20px
    }
}

.efphead img {
    display: block;
    width: 100%;
    margin: auto
}

.efphead--in {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:799px) {
    .efphead--in {
        display: block
    }
}

.efphead--b1 {
    text-align: right;
    width: 50%;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.efphead--b1 .efp--txtcontent {
    max-width: 360px
}

@media (max-width:799px) {
    .efphead--b1 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 4em
    }

    .efphead--b1 .efp--txtcontent {
        margin: auto;
        max-width: 100%
    }
}

.efphead--b2 {
    width: 50%;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:799px) {
    .efphead--b2 {
        text-align: center;
        width: 100%;
        padding: 0
    }
}

.efptourn {
    position: relative;
    z-index: 1;
    padding: 40px 60px 0
}

.efptourn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fcefe8;
    z-index: -1;
    bottom: 34%
}

@media (max-width:1100px) and (min-width:800px) {
    .efptourn:before {
        bottom: 20%
    }
}

@media (max-width:799px) {
    .efptourn:before {
        bottom: 25%
    }
}

@media (max-width:799px) {
    .efptourn {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .efptourn {
        padding: 20px
    }
}

.efptourn img {
    display: block;
    max-width: 100%;
    margin: auto
}

.efptourn--in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:799px) {
    .efptourn--in {
        display: block
    }
}

.efptourn--b1 {
    width: 50%;
    padding-left: 20px
}

.efptourn--b1 .efp--text {
    max-width: 360px
}

@media (max-width:799px) {
    .efptourn--b1 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 4em
    }

    .efptourn--b1 .efp--text {
        margin: auto;
        max-width: 100%
    }
}

.efptourn--b2 {
    width: 40%;
    padding-right: 36px;
    margin-left: 50px;
    margin-top: -100px
}

@media (max-width:1100px) and (min-width:800px) {
    .efptourn--b2 {
        margin-top: -60px;
        width: 38%;
        padding-right: 20px;
        margin-left: 0
    }
}

@media (max-width:799px) {
    .efptourn--b2 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0
    }

    .efptourn--b2 img {
        width: 300px
    }
}

.efpproduct {
    padding: 40px 60px
}

@media (max-width:799px) {
    .efpproduct {
        padding: 20px 40px
    }
}

@media (max-width:600px) {
    .efpproduct {
        padding: 20px
    }
}

.efpproduct img {
    display: block;
    max-width: 100%
}

.efpproduct--in {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:799px) {
    .efpproduct--in {
        display: block
    }
}

.efpproduct--b1 {
    text-align: right;
    width: calc(50% + 40px);
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.efpproduct--b1 .efp--txtcontent {
    max-width: 360px
}

@media (max-width:799px) {
    .efpproduct--b1 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin-bottom: 4em
    }

    .efpproduct--b1 .efp--txtcontent {
        margin: auto;
        max-width: 100%
    }
}

.efpproduct--b2 {
    width: calc(50% - 40px);
    padding-left: 20px;
    margin-top: -140px
}

@media (max-width:1100px) and (min-width:800px) {
    .efpproduct--b2 {
        margin-top: -60px;
        width: 38%;
        padding-right: 20px;
        margin-left: 0
    }
}

@media (max-width:799px) {
    .efpproduct--b2 {
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0
    }

    .efpproduct--b2 img {
        width: 300px;
        margin: auto
    }
}

.ef-container {
    font-family: "Gotham SSm book A", "Gotham SSm book B", Gotham, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
    opacity: 0
}

.ef-container * {
    box-sizing: inherit
}

.ef-container.js-active {
    opacity: 1;
    transition: 1s
}

.efbtn {
    display: inline-block;
    padding: 20px 54px;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    letter-spacing: .1em;
    transition: .35s cubic-bezier(.19, 1, .22, 1)
}

.efbtn.efbtn__smaller {
    padding: 20px 24px
}

@media (max-width:660px) {
    .efbtn.efbtn__smaller {
        padding: 20px
    }
}

.efbtn:hover {
    color: #fff;
    opacity: .7
}

.efcenter {
    width: 990px;
    max-width: 100%;
    margin: auto
}

.ef-brmobile {
    display: none
}

@media (max-width:660px) {
    .ef-brmobile {
        display: block
    }
}

@keyframes effadin {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/*---------------- DTW Edits --------------------*/

.efroutine--ss--title {
    height: 50px;
}

@media screen and (max-width: 1024px) {
    .efroutine--ss--title {
        width: 206px;
        margin-left: 17px;
        height: 78px;
    }
}

@media screen and (max-width: 1023px) {
    .efroutine--ss--title {
        width: 206px;
        margin-left: 17px;
    }
}


@media screen and (max-width: 761px) {
    .efroutine--ss--title {
        width: 125px;
        height: 110px;
    }

    .efgrid--smallitem .efgrid--title {
        left: 0px;

    }

    .efgrid--smallitem {
        width: 123px
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    body,
    html {
        overflow-y: initial !important;
    }

    .additional-data-tab img {
        width: initial;
    }

    .ie_custom {
        margin-top: 93px;
        height: 227px;
    }

    .ie_custom2 {
        margin-top: 93px;
        height: 138px;
    }

    .effocus--b2 {
        margin-left: 53px;
    }

}

/*DTW_EDIT*/
/*@media (max-width: 660px){
    .efgrid--smallitem{
        width: 114px;
    }
    .efgrid--smallitem .efgrid--title{
        left: auto;
        right: auto;
    }
}

@media screen and (max-width: 761px){
    .efroutine--ss--title{
        display: contents;
    }
}*/

/***DTW EDITS***/
@media only screen and (max-width: 761px) {
    .efslider--item {
        display: block;
    }

    .efslider--percent {
        margin-top: 15px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .efslider--percent {
        margin-top: 30px;
    }

    /* .efslider--item{
        display: block;
    }*/
    .efslider--percent {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1024px) {
    .dtw_width2 {
        width: 750px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@-moz-document url-prefix() {
    .efroutine--ss--visu {
        display: ruby-text;
    }

    .efroutine--ss--item {
        margin-top: 340px !important;
    }

    .efroutine--ss--title {
        margin-top: 3.5em !important;
    }
}



/**DTW EDITS**/
@media only screen and (min-width: 1024px) {
    .efheader--kicker {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 761px) {
    .efroutine--ss--title {
        margin: 20px auto;
    }
}

@media screen and (max-width: 1111px) {
    .efslider--item.dtw_width2 {
        position: relative;
        /*left: 140px;*/
    }

    .efslider--quote-c.dtw_width2 {
        position: relative;
        left: -411px;
        top: 103px;
    }

    .dtw_width2 .efslider--percent {
        width: 275px;
    }

}

@media only screen and (max-width: 761px) {
    .efslider--item {
        display: grid;
    }

    .efslider--item.dtw_width2 {
        position: relative;
        left: 48px;
    }

    .efslider--item.dtw_width2 {
        position: relative;
        left: 48px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: 46px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: 46px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: 46px;
    }

    .efslider--percent-num {
        font-size: 3rem !important;
    }

    .efslider--item {
        grid-template-areas: "a b c" !important;
    }

    .efslider--item.dtw_width2 {
        position: relative;
        left: 79px;
    }

    .efslider--quote-c.dtw_width1 {
        position: absolute;
        left: 3px;
        top: 155px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: -5px;
    }

    .efslider--quote-c.dtw_width2 {
        left: -191px;
        top: 0px;
    }

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .efslider--item {
        display: grid;
    }

    .efslider--item.dtw_width2,
    .efslider--quote-c.dtw_width2 {
        left: unset !important;
    }

    .efslider--item {
        grid-template-areas: "a a a""b b b""d d d"
    }

    .efslider--percent {
        width: 256px;
    }

}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) {
    .efslider--item {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 4em 0;
    }

    .efslider--quote-c.dtw_width2 {
        left: -411px !important;
    }

    /*.efslider--item.dtw_width2{
        left: 140px !important;
    }*/

}

.efslider--slider .slick-next:after {
    background-position: 0px 73.8%;
}

.efslider--slider .slick-prev:after {
    background-position: 51.411765% 56.426523%;
}

@media only screen and (max-width: 761px) {
    .efslider--item {
        display: grid;
    }

    .efslider--item.dtw_width2 {
        position: relative;
        left: 48px;
    }

    .efslider--item.dtw_width2 {
        position: relative;
        left: 48px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: 46px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: 46px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: 46px;
    }

    .efslider--percent-num {
        font-size: 3rem !important;
    }

    .efslider--item {
        grid-template-areas: "a b c" !important;
    }

    .efslider--item.dtw_width2 {
        position: relative;
        left: 79px;
    }

    .efslider--quote-c.dtw_width1 {
        position: absolute;
        left: 3px;
        top: 155px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: -5px;
    }

    .efslider--quote-c.dtw_width2 {
        left: -191px;
        top: 0px;
    }

    .dtw_width2 .efslider--percent {
        width: 124px;
    }

    .efslider--item.dtw_width1 {
        position: relative;
        left: 79px;
    }

    .efslider--quote-c {
        width: 280%;
        margin-right: 99px;
    }

    .efslider--item.dtw_width2 .efslider--quote-c {
        position: relative;
        left: 30px;
    }

    .efslider--percent {
        margin-top: 15px;
    }

    .efslider--item.dtw_width1 .efslider--quote-c {
        position: relative;
        left: -14px;
    }

    .efslider--percent-num {
        font-size: 2.8rem !important;
        margin: 5px;
    }
}

/***DTW EDITS FOR PDP***/
.efptourn:before {
    bottom: 25%;
}

.mobileshade {
    display: none;
}

@media only screen and (max-width:761px) {
    .thirdimage {
        margin-top: -352px !important;
    }

    a.efbtn.efbtn__smaller {
        margin-top: 250px !important;
    }

    .efphead--in {
        margin-top: 34px;
    }

    .mobileshade {
        display: block;
    }

    .efpproduct--b2 {
        display: none;
    }

    .efphead {
        margin-top: -136px;
    }
}


/***DTW EDITS FOR MERCH***/
.efheader--title {
    font-size: 3rem;
    margin-bottom: -0.75em;
}

.efheader--subtitle {
    font-size: 33px;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
}

.efheader--kicker {
    margin-bottom: -1.5em;
}

.section {
    background-color: #e7cab8;
}


#sectiontwo {
    padding: 0px !important;
}

img.producttwo {
    top: 98px;
    position: relative;
}

.effocus--in .effocus--txt.-txt1 {
    text-align: left;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    img.producttwo {
        top: -179px;
        position: relative;
    }
}

/*CUSTOM REQUEST CSS*/
.custom-req-tile {
    margin-left: 9%;
    /* margin: 0; */
    padding: 0;
    list-style: none;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px;
    /* margin-bottom: 60px; */
    position: relative;
}

.tiles {
    width: 100%;
    font-size: 11pt;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    display: block;
}

.tile-item {
    color: #000;
    width: 23%;
    margin: 0.4%;
    margin-bottom: 8px;
    border: 1px solid #e28c62;
    /*    box-shadow: 2px 2px 5px #e28c62;*/
    height: 325px;
    min-width: 225px;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
    padding: 16px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .tile-item {
        width: 28%;
    }

    .custom-req-tile {
        margin-top: 10%;
    }
}

@media screen and (max-width: 710px) {
    .tile-item {
        width: 49%;
    }
}

@media screen and (max-width: 500px) {
    .tile-item {
        width: 100%;
    }
}


.custom-req-header {
    width: 100%;
    box-sizing: border-box;
    max-height: 4.8em;
    font-size: 14pt;
    overflow: hidden;
}

.title {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #e28c62;
    font-weight: 500;
}

.contents {
    margin-top: 3.2em;
    line-height: 1.1em;
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

.content_tile {
    font-size: 11pt;
    line-height: 1.2em;
    width: 100%;
    box-sizing: border-box;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .custom-req-tile {
        margin-left: 2%;
        margin-top: 16%;
    }

    .tile-item {
        width: 32%;
    }

    .protection {
        margin-left: 260px;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .protection {
        margin-left: 305px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .custom-req-tile {
        margin-top: 35%;
    }
}

.dtwBTN {
    width: 190px !important;
}

@media screen and (max-width: 761px) {
    .tile-item {
        width: 95%;
        margin-left: -10%;
    }
}

.dtwBTN {
    margin-top: 20px;
}
}

/*DONUT CHART*/

@media screen and (min-width: 1250px) {
    .MyContent .MyFullWidthBlock {
        margin-left: calc(-50vw + 625px + 10px);
        width: calc(100vw - 20px);
    }
}

/*-------------------------------------------*/

.extra-firming-h2 {
    color: #fff;
    font-size: 2.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: Clarins, Times;
    text-align: center;
}

.extrafirming-strong {
    color: #fff;
}



/*-------------------------------------------*/
#EXTRA-FIRMING-FULLWIDTH {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    background-color: #e7cab8;
    padding-bottom: 220px;
    padding-top: 50px;
}

@media screen and (min-width: 1250px) {
    #EXTRA-FIRMING-FULLWIDTH {
        display: inline-grid;
        margin-left: -375px;
        width: 2000px;
    }
}

@media screen and (max-width: 761px) {
    #EXTRA-FIRMING-FULLWIDTH {
        display: block;
    }
}

#EXTRA-FIRMING-FULLWIDTH .flexItem img {
    display: block;
    max-width: 100%;
}

.MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {

    color: #FFF;
    flex-basis: 100%;
    max-width: 726px;
    position: relative;
    margin: 0 auto;
}

@media screen and (max-width: 761px) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        padding: 20px;
    }

}

#EXTRA-FIRMING-FULLWIDTH .DesktopOnly {
    display: block;
}

@media screen and (max-width: 1023px) and (min-width: 762px) {

    #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        padding: 30px;
        max-width: 360px;

    }

    #EXTRA-FIRMING-FULLWIDTH .jcarousel-pagination {
        bottom: 0px;
    }
}


@media screen and (max-width: 1023px) {
    #EXTRA-FIRMING-FULLWIDTH .DesktopOnly {
        display: none;
    }
}

#EXTRA-FIRMING-FULLWIDTH .jcarousel li {
    border: 0px solid;
}


#EXTRA-FIRMING-FULLWIDTH .jcarousel {
    display: none;
}

@media screen and (max-width: 1023px) {
    #EXTRA-FIRMING-FULLWIDTH .jcarousel {
        display: block;
    }
}

.MyBlock #EXTRA-FIRMING-FULLWIDTH h2 {
    color: #fff;
    font-family: ClarinsRegular, Clarins;
    font-size: 35px;
    line-height: 1em;
    font-weight: normal;
    margin: 0;
    box-sizing: border-box;
    padding-top: 20px;
    margin-bottom: 40px;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px;
    margin-bottom: 60px;
    position: relative;

}

@media screen and (max-width: 761px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-bottom: 30px;
    }
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock h3 {
    display: inline-block;
    text-align: center;
    font-size: 11px;
    margin: 0;
    padding: 15px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", Gotham, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background-color: #f691ad;
    z-index: 2;
    position: relative;
    min-width: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#EXTRA-FIRMING-FULLWIDTH .dark-style-result h3 {
    color: #803344;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
    content: " ";
    border: 1px solid #fff;
    width: calc(100% - 2px);
    top: 17px;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 120px;
}

#EXTRA-FIRMING-FULLWIDTH .dark-style-result .List .Item {
    color: #803344;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
    font-size: 30px;
    width: 107px;
    height: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
}

#EXTRA-FIRMING-FULLWIDTH .dark-style-result .Num {
    color: #803344;
}

#EXTRA-FIRMING-FULLWIDTH .Mentions {
    font-size: 11px;
    line-height: 1em;
    opacity: 0.7;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
}

#EXTRA-FIRMING-FULLWIDTH .jcarousel-control-prev,
#EXTRA-FIRMING-FULLWIDTH .jcarousel-control-next {
    background-image: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

@media screen and (max-width: 761px) {

    #EXTRA-FIRMING-FULLWIDTH .jcarousel-control-next,
    #EXTRA-FIRMING-FULLWIDTH .jcarousel-control-prev {
        display: block !important;

    }
}

/*-------------------------------------------*/


.svg-stat circle {
    stroke: #e59162;
    stroke-width: 3px;
}

.dark-style-result circle {
    stroke: #803344;
}

.svg-stat .bar {
    stroke-dasharray: 340;
    stroke: #F0F3F4;
    stroke-dashoffset: 340;
    transition: stroke-dashoffset 2s ease-in-out;
}

.dark-style-result .svg-stat .bar {
    stroke: #ea526f;
}

.MyBlock svg {
    position: absolute;
    left: calc(50% - 60px);
    top: -5px;
}

.Selected .stat-1 .svg-stat .bar {
    stroke-dashoffset: 34;
}

.Selected .stat-2 .svg-stat .bar {
    stroke-dashoffset: 20;
}

.Selected .stat-3 .svg-stat .bar {
    stroke-dashoffset: 17;
}

.Selected .stat-4 .svg-stat .bar {
    stroke-dashoffset: 10;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-1 .svg-stat .bar {
    stroke-dashoffset: 34;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-2 .svg-stat .bar {
    stroke-dashoffset: 36;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-3 .svg-stat .bar {
    stroke-dashoffset: 37;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-4 .svg-stat .bar {
    stroke-dashoffset: 10;
}

/*-------------------------------------------*/

/*DTW CUSTOM CHANGES*/
#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
    font-size: 30px;
}

@media screen and (width: 1024px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 60px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
        width: calc(120% - 62px);
        margin-left: 5px;

    }
}


@media screen and (max-width: 1023px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
        display: none;
    }

}


@media only screen and (max-width: 761px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
        display: none;
    }
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
    min-width: 110px;
}


/***DTW EDITS***/
@media only screen and (min-width: 1024px) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        /*max-width: 955px;*/
        max-width: 1500px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        padding: 0 8px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        width: 160px;
        min-width: unset;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        max-width: 1060px;
    }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .Selected .stat-1 .svg-stat .bar {
        stroke-dasharray: 320;
        stroke-dashoffset: 360;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-2 .svg-stat .bar {
        stroke-dashoffset: 415;
    }

    .Selected .stat-3 .svg-stat .bar {
        stroke-dasharray: 305;
        stroke-dashoffset: 360;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-4 .svg-stat .bar {
        stroke-dashoffset: 435;
    }
}

@media only screen and (max-width: 761px) {
    .Selected .stat-1 .svg-stat .bar {
        stroke-dasharray: 320;
        stroke-dashoffset: 350;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-2 .svg-stat .bar {
        stroke-dashoffset: 405;
    }

    .Selected .stat-3 .svg-stat .bar {
        stroke-dasharray: 305;
        stroke-dashoffset: 390;
        /*animation-direction: reverse;*/
    }

    .Selected .stat-4 .svg-stat .bar {
        stroke-dashoffset: 390;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        max-width: 1040px;
    }
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-1 .svg-stat .bar {
    stroke-dashoffset: 390;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-2 .svg-stat .bar {
    stroke-dashoffset: 405;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-3 .svg-stat .bar {
    stroke-dashoffset: 425;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-4 .svg-stat .bar {
    stroke-dashoffset: 430;
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-5 .svg-stat .bar {
    stroke-dashoffset: 435;
}

/*#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-3 .svg-stat .bar{        
  stroke-dasharray: 340;  
  stroke-dashoffset: 415; 
  animation-direction: reverse; 
}

#EXTRA-FIRMING-FULLWIDTH[data-anim="1"] .DesktopOnly .stat-1 .svg-stat .bar{
  stroke-dasharray: 340;  
  stroke-dashoffset: 545; 
  animation-direction: reverse; 
}*/

#EXTRA-FIRMING-FULLWIDTH .inlineBlock::before {
    display: none;
}

.svg-stat circle {
    stroke-width: 30px;
}

#EXTRA-FIRMING-FULLWIDTH svg {
    /*overflow: overlay;*/
    overflow: visible;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
    font-size: 17px;
    line-height: 1.3em;
    margin: 20px auto;
}

#EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
    padding-bottom: 20px;
    color: #fff;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {
    .MyBlock #EXTRA-FIRMING-FULLWIDTH .Wrapper {
        max-width: 955px;
    }
}

@media only screen and (min-width: 1024px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        width: 217px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        padding: 0 25px;
    }
}

/*-------------------------------------------*/

#EXTRA-FIRMING-FULLWIDTH {
    padding-bottom: 20px;
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 280px;
    }
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 350px;
    }
}

@media (min-width: 661px) {
    .efconcent--title {
        padding-right: 0px;
    }
}

.effocus--desc2 {
    top: 75%;
    right: 70%;
    margin-left: 120px;
    position: absolute;
    display: flex;
    width: 68%;
    font-size: 14px;
    text-align: left;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1.6em;
}

.efftitle {
    display: contents;
    color: #be0f34;
}

.effocus--b1 {
    position: relative;
    width: 50%;
    text-align: right;
    padding-right: 20px;
    margin-top: -160px;
    display: -ms-flexbox;
    display: flex;
    margin-left: 200px;
}

@media (max-width: 990px) {
    .effocus--b1 {
        width: 50%;
        margin: auto;
        margin-bottom: 180px;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : portrait) {
    .effocus--b1 {
        width: 100%;
        padding: 40px 20px 0;
        text-align: center;
        margin-bottom: 80px;
    }

    .effocus--desc2 {
        top: 75%;
        right: auto;
        margin-left: auto;
        position: inherit;
        display: flex;
        width: 100%;
        font-size: 14px;
        text-align: center;
        line-height: 1.4285714286;
        font-weight: 400;
        letter-spacing: .02em;
        margin-bottom: 1.6em;
    }
}



@media only screen and (max-width: 761px) {
    .efheader--kicker {
        margin-bottom: 0.5em;
    }

    .section {
        height: 650px;
    }

    /*img.producttwo {
        top: -122px;
    }*/
    .effocus--imgc .headerproduct {
        top: 70px;
        position: relative;
    }

    #sectiontwo {
        top: 191px;
    }

    /*img.producttwo {
        top: -549px;
    }*/
    img.sunflowerimg {
        position: relative;
        left: -5%;
        top: -29px;
    }

    .jcarousel {
        display: block;
    }
}


@media only screen and (max-width : 360px) and (max-height : 640px) {
    .tile-item {
        width: 95%;
        margin-left: -15%;
    }

    .effocus--imgc .headerproduct {
        max-width: 150%;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-left: 117px;
    }

    .effocus--desc2 {
        top: 75%;
        left: -206px;
        position: relative;
        width: 122%;
        text-align: center;
    }

    img.producttwo {
        /*top: -549px;*/
        max-width: 250%;
        left: -68%;
    }

    img.sunflowerimg {
        position: relative;
        left: -27%;
        top: -11px;
    }

    .effocus--desc2 {
        top: 60px;
        height: 150px;
        left: -206px;
    }

}


/***DTW EIDTS 05-09***/
@media only screen and (min-width:1024px) {
    .efasc {
        margin-bottom: -100px;
    }

    .efconcent--title {
        width: 193%;
    }

    #banner {
        margin-left: 180px;
    }

    .svg-stat circle {
        stroke-width: 15px;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item .Num {
        font-size: 26px;
    }

    .effocus--desc2 {
        top: 62%;
    }

    .efroutine--navitem.seconditem {
        margin-left: -160px;
    }
}


@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    #banner {
        margin-left: -219px;
    }
}

/***IPAD 3rd GEN***/
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .efheader--kicker {
        margin-bottom: unset;
    }

    .custom-req-tile {
        margin-left: 2%;
        margin-top: -15%;
    }

    .efasc {
        margin-bottom: -116px;
    }

    img.headerproduct {
        position: relative;
        top: 30px;
    }

    .efroutine--navitem {
        margin-left: 37px;
    }

    #sectiontwo {
        height: 14px;
    }

    img.producttwo {
        top: 218px;
    }

    #sectiontwo {
        height: 24px;
    }
}


/***LAPTOP***/
@media only screen and (max-width: 1366px) and (max-height: 768px) {
    #banner {
        margin-left: -102px;
    }
}

/***IPAD PRO***/
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
    #sectiontwo {
        height: 464px;
    }

    img.producttwo {
        top: 117px;
    }

    .efconcent--title {
        width: 130%;
    }

    #banner {
        margin-left: -140px;
        margin-bottom: 114px;
    }
}


/***IPAD***/
@media only screen and (max-width: 768px) and (max-height: 1024px) {
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-left: 88px;
    }

    .efheader--kicker {
        margin-bottom: unset;
    }

    .custom-req-tile {
        margin-left: 2%;
        margin-top: -15%;
    }

    .efasc {
        margin-bottom: -116px;
    }

    img.headerproduct {
        position: relative;
        top: 30px;
    }

    .efroutine--navitem {
        margin-left: 37px;
    }

    #sectiontwo {
        height: 14px;
    }

    /*img.producttwo {
        top: 218px;
    }*/
    #sectiontwo {
        height: 24px;
    }
}


#EXTRA-FIRMING-FULLWIDTH .Mentions {
    opacity: unset;
    font-weight: bold;
}




/***DTW EDITS***/

@media only screen and (max-height:1111px) {
    .efheader--textmobile .efheader--title {
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) and (max-height:1024px) {
    .desktop {
        left: -399px;
        position: relative;
    }

    .efheader--b1 img {
        position: absolute;
        width: 199%;
    }
}

/***MOBILE***/
@media only screen and (max-width: 761px) {
    #banner {
        margin-left: unset;
    }

    /*.effocus--imgc .headerproduct {
        top: -5px;
    }*/
    #EXTRA-FIRMING-FULLWIDTH .inlineBlock .List .Item {
        min-width: 200px;
    }

    /*img.producttwo {
        top: -126px;
    }*/
    .section {
        /*height: 760px;*/
        height: 600px;
    }

    #sectiontwo {
        top: 325px;
    }

    /*img.producttwo {
        top: -74px;
    }*/
    .efheader--b1 img {
        width: unset;
    }

    .efheader--b1 {
        background: unset;
    }

    .efheader--in {
        margin-top: -20px;
    }

    .efheader--textmobile .efheader--title {
        margin-bottom: 1em;
    }

    /*.efconcent--subtitle {
        margin-top: 40em;
    }*/
    /*.effocus--imgc .headerproduct {
        top: -610px;
    }*/
    /*.effocus--imgc .headerproduct {
        top: -745px;
    }*/
    #banner .effocus--b1 {
        margin-bottom: -480px;
    }

    .svg-stat circle {
        stroke-width: 15px;
    }
}


/***DTW EDITS 06-25***/
@media only screen and (min-width:1024px) {
    .effocus--title {
        margin-bottom: 0.50em;
    }

    .effocus--b1 {
        width: 46%;
    }
}


@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    #sectiontwo .efconcent--subtitle {
        margin-top: unset !important;
    }

    .effocus--b1 img.producttwo {
        top: 244px !important;
    }

    .dp-ingredients {
        margin-top: 0%;
    }
}


@media only screen and (max-width: 761px) {
    /*img.producttwo {
        top: -215px;
    }*/
    .dp-finder__box {
    padding: 5px;
    margin: 15px;
    margin-bottom: -10%;
    height: 255px;
}

    .dp-finder__box-title span:nth-child(1) {
        font-size: 65px;
    }

    .dp-finder__box-title span:nth-child(2) {
        font-size: 40px;
    }

    .dp-doubleserum-eyes h3 {
        font-size: 1.09em!important;
    }
}

/*-------------- DTW Responsive layout ---------------------*/
.dp-shop-btn a, .dp-shop-btn button {
    color: #fff !important;
    border: solid 1px #000000 !important;
    border-radius: 3px;
    background-color: #000000 !important;
}
.dp-shop-btn a:focus, .dp-shop-btn button:focus, .dp-shop-btn a:hover, .dp-shop-btn button:hover {
    border: solid 1px #000000 !important;
    background-color: #fff !important;
    color: #000000 !important;
    outline: none !important;
}
.dp-prod-price{
    font-size: 14px;
}
.dp-routine .dp-shop-btn button:hover {
    border-color: #000000 !important;
    color: #b40024;
}
.dp-link a:hover {
    border: solid 1px #0a0a0a;
    background-color: #fff;
    color: #000000;
}
.dp-link a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border: solid 1px #787474;
    border-radius: 3px;
    background-color: #000;
    transition: 0.3s;
    cursor: pointer;
    text-transform: none;
    padding: 0 20px;
}
@media only screen and (min-width : 320px) and (max-width: 761px) {
    .effocus--imgc .headerproduct {
        top: -832px;
    }

    .efconcent--subtitle {
        margin-top: 24em;
    }

    .custom-req-tile {
        margin-left: 7.7%;
        margin-top: 55%;
        width: 100%;
    }

    .tile-item {
        width: auto;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-left: 20%;
    }
}

@media only screen and (min-width : 321px) and (max-width: 761px) {
    img.producttwo {
        max-width: 210%;
        left: -45%;
    }
}

@media only screen and (min-width : 345px) and (max-width: 761px) {
    .effocus--imgc .headerproduct {
        margin-top: 33%;
        width: 130%;
    }

    img.producttwo {
        margin-top: -40px;
    }
}

@media only screen and (min-width : 350px) and (max-width: 761px) {
    .effocus--imgc .headerproduct {
        width: 120%;
        margin-top: 60%;
    }
}

@media only screen and (min-width : 361px) and (max-width: 761px) {
    .custom-req-tile {
        margin-left: 5.3%;
    }

    .effocus--desc2 {
        top: 75%;
        left: -206px;
        position: relative;
        width: 122%;
        text-align: center;
    }
}


@media only screen and (min-width : 375px) and (max-width: 761px) {
    .effocus--imgc .headerproduct {
        width: 60%;
        margin-top: 13%;
    }

    #EXTRA-FIRMING-FULLWIDTH .inlineBlock {
        margin-left: 23%;
    }

    .effocus--desc2 {
        top: 75%;
        right: auto;
        margin-left: auto;
        position: inherit;
        display: flex;
        width: 100%;
        font-size: 14px;
        text-align: center;
        line-height: 1.4285714286;
        font-weight: 400;
        letter-spacing: .02em;
        margin-bottom: 1.6em;
        left: auto;
    }

    img.producttwo {
        max-width: 90%;
        left: -2%;
        margin-top: -75px;
    }
}


@media only screen and (min-width : 401px) and (max-width: 761px) {
    .effocus--imgc .headerproduct {
        width: 60%;
        margin-top: 28%;
    }

    .custom-req-tile {
        margin-top: 23%;
    }
}

@media only screen and (min-width : 440px) and (max-width: 761px) {
    .effocus--imgc .headerproduct {
        width: 60%;
        margin-top: 33%;
    }

    img.producttwo {
        max-width: 80%;
        left: -2%;
        margin-top: -75px;
    }
}

@media only screen and (min-width : 443px) and (max-width: 761px) {
    .effocus--imgc .headerproduct {
        width: 60%;
        margin-top: 33%;
    }
}

@media only screen and (min-width : 480px) and (max-width: 761px) {

    .effocus--imgc .headerproduct {
        width: 60%;
        margin-top: 33%;
    }

}



@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .inlineBlock .List .Item {
        padding: 10px;
    }

    .svg-stat circle {
        stroke-width: 15px;
    }
}




/*ipad PRo 12.9"*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .DTW-ingredient-plus1 {
        margin-top: -27%;
        margin-left: 26%;
    }

    .DTW-ingredient-plus2 {
        margin-top: -4%;
        margin-left: 48%;
    }

    .DTW-ingredient-plus3 {
        margin-top: -4%;
        margin-left: 72%;
    }
}





/* iPhone 11 Pro */
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .dp-intro__picto-bio {
        margin-right: 23%;
        top: 11.3%;
    }

    .doubleserum-eyes p {
        font-size: 12px;
    }
}


/*iPhone 7*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .dp-intro__picto-bio {
        margin-right: 20%;
        top: 7.9%;
    }

    .dp-intro__picto-bio img {
        margin-top: 0%;
        height: 100px;
        width: auto;
    }

    .Picto-p {
        font-size: 14px !important;
        margin: auto;
        margin-left: 25% !important;
    }

    .Double-Serum-Visual-Req {
        width: 55% !important;
    }

    .dp-duo {
        padding-bottom: 30px;
        margin-top: -10%;
        margin-bottom: -220%;
    }
    .doubleserum-eyes .ingredients .ingredients__container .ingredients__top .pdi-title {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 215%;
}
.doubleserum-eyes .ingredients__top>div {
    display: block;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 4%;
}

    .doubleserum-eyes .ingredients .turmeric {
    max-width: 150px;
    margin-left: 55%;
    margin-top: 275%;
    position: absolute;
    z-index: 1;
}

    .doubleserum-eyes .ingredients .ingredients__container .ingredients__top .pdi-subtitle {
    margin-top: 280%;
    margin-right: 5%;
    margin-left: 0%;
}
#clarins_bestsellers {
    margin-left: 7%;
    width: 160px;
}
}


/*iPhone 11 and XR*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {

    .dp-intro__picto-bio {
        margin-right: 25% !important;
        top: 10.5% !important;
    }

    .dp-intro__picto-bio img {
        margin-top: -0.5%;
        height: 90px !important;
        width: auto;
    }

    .Picto-p {
        font-size: 14px !important;
        margin-left: 10% !important;
    }

    .dp-duo {
        margin-top: -30%;
    }

    .dp-routine {
        margin-top: -20%;
    }

    .dp-faq {
        margin-top: -20%;
    }

    .dp-finder {
        margin-top: -20%;
    }

    .dp-intro__picto-bio {
        margin-right: 25%;
        top: 10.8%;
    }

    .dp-ingredients {
        margin-top: 245%;
    }

    .dp-duo {
        margin-top: -30%;
        margin-bottom: -210%;
    }

.doubleserum-eyes .ingredients__top>div {
    display: block;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 150px;
    margin-left: 4%;
}

    .doubleserum-eyes .ingredients .turmeric {
        max-width: 150px;
        margin-left: 55%;
        margin-top: 255%;
        position: absolute;
        z-index: 1;
    }

    .doubleserum-eyes .ingredients .ingredients__container .ingredients__top .pdi-subtitle {
        margin-top: 260%;
        margin-right: 5%;
        margin-left: 0%;
    }

    #clarins_bestsellers {
        margin-left: 12%;
    }
    #mobile-css {
    margin-bottom: 30px;
    margin-left: 5%;
}
#mobile-css {
    margin-bottom: 30px;
    margin-left: 3% !important;
}

    .dp-finder__box {
        padding: 5px;
    margin: 15px;
    margin-bottom: 5%;
    height: 255px;
    }

    .dp-finder__box-title span:nth-child(1) {
        font-size: 65px;
    }

    .dp-finder__box-title span:nth-child(2) {
        font-size: 40px;
    }

    .dp-doubleserum-eyes h3 {
        font-size: 1.09em!important;
    }
}


/*iPhone 12*/
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
    .dp-duo {
        margin-top: -15%;
    }

    .dp-routine {
        margin-top: -20%;
    }

    .dp-faq {
        margin-top: -15%;
    }

    .dp-finder {
        margin-top: -15%;
    }

    .dp-ingredients {
        margin-top: 265%;
    }

    .dp-intro__picto-bio {
        margin-right: 20% !important;
        top: 10.1% !important;
    }

    .dp-intro__picto-bio img {
        margin-top: -0.5%;
        height: 100px !important;
        width: auto;
    }

    .Picto-p {
        font-size: 14px !important;
        padding-left: 10px;
        margin-left: 10%;
    }

    .dp-duo {
        margin-top: -15%;
        margin-bottom: -210%;
    }
    #clarins_bestsellers {
    margin-left: 10%;
    width: 160px;
}
.dp-intro__picto-bio {
    margin-right: 20% !important;
    top: 9.1% !important;
}
.doubleserum-eyes .eb h2 {
    text-align: center;
    margin: auto;
    margin-left: -9%;
    width: 410px;
    font-size: 40px;
}

    .dp-finder__box {
        padding: 5px;
    margin: 15px;
    margin-bottom: 13%;
    height: 255px;
    }

    .dp-finder__box-title span:nth-child(1) {
        font-size: 65px;
    }

    .dp-finder__box-title span:nth-child(2) {
        font-size: 40px;
    }

    .dp-doubleserum-eyes h3 {
        font-size: 1.09em!important;
    }
}

/*iPhone 6/7/8 Plus */
@media only screen and (max-width: 414px) and (max-height: 736px) {
    .doubleserum-eyes .ingredients .ingredients__container .ingredients__top .pdi-title {
      margin-top: 190%;
    }

    .doubleserum-eyes .ingredients .turmeric {
      margin-top: 225%;
    }

    .doubleserum-eyes .ingredients .ingredients__container .ingredients__top .pdi-subtitle {
      margin-top: 240%;
    }

    .dp-ingredients {
        margin-top: 235%;
    }
}


/*iPhone 5/SE*/
@media only screen and (max-width: 320px) {
    .dp-intro__picto-bio {
        top: 8.1%!important;
    }

    .dp-intro__picto-bio img {
        margin-left: -5px!important;
    }

    .Picto-p {
        margin-left: 15px!important;
    }
}