html,
body {
    margin: 0;
    overflow-x: clip;
}

@font-face {
    font-family: "Gotham_Light";
    src: url("../fonts/GothamLight.eot");
    src: url("../fonts/GothamLight.eot") format("embedded-opentype"),
        url("../fonts/GothamLight.woff2") format("woff2"),
        url("../fonts/GothamLight.woff") format("woff"),
        url("../fonts/GothamLight.ttf") format("truetype"),
        url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

/*  ------  reset   ------  */

#main:not(.main-homepage) {
    padding-top: 0px;
}

#primary {
    padding-bottom: 0;
}

.breadcrumb {
    display: none !important;
}

#wrapper {
    max-width: 100%;
}

footer.footer-main {
    margin-top: 0;
}

@media (max-width: 640px) {

    .offerbumper-loader {
        display: none !important;
    }
}


.sun {
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    max-width: 1600px;
    --FONT-SIZE: 14px;
    --FONT-CLARINS: "ClarinsRegular", "Clarins";
    --FONT-GOTHAM-LIGHT: "Gotham_Light";
    --FONT-GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
    --FONT-GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333333;
    --WIDTH-ANIM: 1600px;
    overflow-x: clip;
}

@media(max-width:1600px) {
    .sun {
        --WIDTH-ANIM: calc(100vw - 20px);
    }
}

@media(max-width:1024px) {
    .sun {
        --WIDTH-ANIM: 100vw;
    }
}

@media(max-width:761px) {
    .sun {
        --WIDTH-ANIM: 100vw;
    }
}


.body-fit-cta {
    position: relative;
    background-color: #fff !important;
    display: block;
    color: #333;
    padding: 14px 16px;
    text-decoration: none;
    font-size: var(--FONT-SIZE);
    line-height: 16px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    cursor: pointer;
    min-width: 145px;
    text-align: center;
    border-radius: 5px;
    height: 44px !important;
    box-sizing: border-box;
    border: #cfcac9 solid 1px;
    text-transform: unset !important;
    letter-spacing: unset !important;
    margin: 0;
    box-sizing: border-box;
    outline: 0 !important;
}

.body-fit-cta:hover {
    color: #b40024 !important;
}

.body-fit-cta::after {
    content: " ";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: #b40024 solid 2px;
    opacity: 0;
    left: -2px;
    top: -2px;
    border-radius: 5px;
    pointer-events: none;
    box-sizing: border-box;
}

.body-fit-cta:hover::after,
.body-fit-cta:active::after {
    opacity: 1;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.body-fit-header {
    margin: 0 auto;
    background-color: #fff;
    max-width: 1050px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
}

.body-fit-header__visual {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    margin-bottom: 30px;
}

@media(min-width:1050px) {
    .body-fit-header__visual {
        height: 350px;
    }
}

.body-fit-header__visual img {
    display: block;
    max-width: 100%;
}

@media(max-width:1023px) {
    .body-fit-header__visual {
        display: block;
    }

    .body-fit-header__visual img {
        display: block;
        max-width: 100%;
        width: 100vw;
        height: 100vw;
        object-fit: cover;
        object-position: center center;
    }
}

.body-fit-header__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    /*font-size: 60px;*/
    font-size: 56px;
    line-height: 1em;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
}

@media(max-width:761px) {
    .body-fit-header__title {
        font-size: 40px;
        margin: 0 20px;
    }
}

.body-fit-header__text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    opacity: 0.5;
}

@media(max-width:761px) {
    .body-fit-header__text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.body-fit-header__text+.body-fit-header__text {
    margin-top: 0px;
}

.body-fit-header__subtitle {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    text-transform: uppercase;
}

.body-fit-header__bold-text {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 705px;
}

@media(max-width:761px) {
    .body-fit-header__bold-text {
        margin: 0 20px;
        margin-top: 20px;
    }
}

.body-fit-header__bold-text+.body-fit-header__bold-text {
    margin-top: 0px;
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.body-fit-nav {
    margin: 0 auto;
    /*   position: -webkit-sticky;
    position: sticky;*/
    top: 110px;
    z-index: 10;
    height: 0px;
    margin-bottom: 40px;
}

.body-fit-nav__wrapper {
    padding: 0;
    margin: 0 auto;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    z-index: 10;
    background-color: #fff;
    max-width: 970px;
}



.body-fit-nav li {
    padding: 10px;
}

.body-fit-nav li a h2{
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
    min-width: 160px;
    font-weight: normal;
}

/*
.body-fit-nav[data-sticky="true"] .body-fit-nav__wrapper {
    max-width: 100%;
    background: linear-gradient(to bottom, white, transparent);
}

.body-fit-nav[data-sticky="true"] li {
    padding: 5px;
}

.body-fit-nav[data-sticky="true"] li a {
    font-size: 11px;
    padding: 0 15px;
    border-radius: 15px;
    height: 30px;
}
*/
.body-fit-nav li a h2:hover,
.body-fit-nav li a h2[data-selected="1"] {
    border: 1px solid #ba0c2f;
    color: #ba0c2f;
}

@media(max-width:1023px) {
    .body-fit-nav {
        width: 100vw;
        margin-bottom: -80px;
        height: auto;
    }


    .body-fit-nav__wrapper {

        margin-top: 20px;
        padding-bottom: 50px;
        display: block;
    }

    .body-fit-nav li {
        padding: 5px;
        display: block;
        margin: 0 20px;
    }

    .body-fit-nav li a h2{
        white-space: nowrap;
        height: 40px;
        padding: 0 20px;
        border-radius: 20px;
    }

}

/****************************************************/
.body-fit-anchor {
    margin-top: -153px;
    height: 153px;
    display: block;
    pointer-events: none;

}

.body-fit-spacer {
    height: 100px;
}

@media(max-width:1023px) {
    .body-fit-anchor {
        margin-top: -90px;
        height: 90px;
    }

    .body-fit-spacer {
        height: 80px;
    }
}


/*********************************************************/
/*********************************************************/
/*********************************************************/

.body-fit-hero {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

@media(max-width:761px) {
    .body-fit-hero {
        display: block;
    }
}

section:nth-child(2n) .body-fit-hero {
    flex-direction: row-reverse;
}

.body-fit-hero__visual {
    flex-basis: calc(50% + 20px);
    max-width: 544px;
    padding: 40px;
    padding-right: 80px;
    box-sizing: border-box;
    position: relative;
}

section:nth-child(2n) .body-fit-hero__visual {
    padding: 40px;
    padding-left: 80px;
}

@media(max-width:761px) {
    .body-fit-hero__visual {
        padding: 7.75vw;
        padding-right: 15.5vw;
    }

    section:nth-child(2n) .body-fit-hero__visual {
        padding: 7.75vw;
        padding-left: 15.5vw;
    }
}

.body-fit-hero__textwrapper {
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: max-height ease-in-out 0.5s;
    padding-bottom: 30px;
}

.body-fit-hero__textwrapper::before {
    content: " ";
    height: 120px;
    background-image: linear-gradient(to top, white 30%, transparent 100%);
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
}

.body-fit-hero__textwrapper[data-expand="1"]::before {
    opacity: 0;
}


.body-fit-hero__textwrapper[data-expand="1"] .body-fit-hero__textwrapper--more {
    display: none;
}

.body-fit-hero__textwrapper[data-expand="0"] .body-fit-hero__textwrapper--less {
    display: none;
}

.body-fit-hero__textwrapper--more,
.body-fit-hero__textwrapper--less {
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    z-index: 2;
    font-size: 11px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    text-decoration: underline;
    left: 50%;
    transform: translateX(-50%);
}

.body-fit-hero__packshot {
    position: relative;
    display: block;
    margin: 0 auto;
}

.body-fit-hero__packshot img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.body-fit-hero__packshot::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateY(-40px) translateX(-40px);
}

section:nth-child(2n) .body-fit-hero__packshot::before {
    transform: translateY(-40px) translateX(40px);
}

.body-fit-hero__ingredient {
    position: absolute;
    display: block;
    bottom: 0;

}



section:nth-child(2n+1) .body-fit-hero__ingredient {
    right: 0;
}

section:nth-child(2n) .body-fit-hero__ingredient {
    left: 0;
}

.body-fit-hero__ingredient img {
    display: block;
    max-width: 100%;
}

.body-fit-hero__ingredient span {
    position: absolute;
    color: #fff;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 12px;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    padding: 5px;
}

.body-fit-hero__content {
    flex: 1;
    color: #333;
    text-align: center;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-fit-hero__action {
    margin: 0;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1em;
    text-transform: uppercase;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    display: inline-block;
    background-color: #fff;
    padding: 2px 10px;
}

.body-fit-hero__action::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #63021A;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.body-fit-hero__title {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 42px;
    font-weight: normal;
    font-family: var(--FONT-CLARINS);
    line-height: 1em;
}

.body-fit-hero__text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 425px;
}

.body-fit-hero__text+.body-fit-cta {
    margin-top: 20px;
}

.body-fit-hero__bold-text {
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    max-width: 425px;

}

@media(max-width:1023px) and (min-width:762px) {
    .body-fit-hero__content {
        padding: 0 20px;
    }

}

@media(max-width:761px) {
    .body-fit-hero__ingredient {
        max-width: 40.5vw;
    }

    .body-fit-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(-7.75vw);
    }



    section:nth-child(2n) .body-fit-hero__packshot::before {
        transform: translateY(-7.75vw) translateX(7.75vw);
    }

    .body-fit-hero__title {
        font-size: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .body-fit-hero__text {
        margin: 0 20px;
    }

    .body-fit-hero__bold-text {
        margin: 0 20px;
    }

    .body-fit-hero__ingredient span {
        font-size: 10px;
    }
}

.body-fit-hero__bold-text+.body-fit-hero__text {
    margin-top: 20px;
}

/***************************************************************/
*[data-product="contouring"] .body-fit-hero__ingredient span {
    background-color: rgba(230, 25, 32, 0.8);
    bottom: 8%;
    right: 8%;
    top: auto;
    left: auto;
    width: 60%;
    text-align: left;
}

*[data-product="contouring"] .body-fit-hero__packshot::before {
    background: linear-gradient(to top, #e61920, #ecb8a7);
}

*[data-product="contouring"] .body-fit-hero__title {
    color: #e61920;
}

*[data-product="contouring"] .body-fit-hero__action::before {
    background: linear-gradient(to right, #ecb9a8, #e61920);
}

/***************************************************************/
*[data-product="firming"] .body-fit-hero__ingredient span {
    background-color: rgba(165, 211, 179, 0.8);
    top: 16%;
    right: 8%;
    left: auto;
    text-align: left;
    width: 50%;
}

*[data-product="firming"] .body-fit-hero__packshot::before {
    background: linear-gradient(45deg, #ff807a, #fcd89f);
}

*[data-product="firming"] .body-fit-hero__title {
    color: #fb726b;
}

*[data-product="firming"] .body-fit-hero__action::before {
    background: linear-gradient(to right, #fe9c86, #fcd99f);
}

/***************************************************************/
*[data-product="stretch-marks"] .body-fit-hero__ingredient span {
    background-color: rgba(164, 164, 52, 0.8);
    top: 16%;
    left: auto;
    right: 8%;
    text-align: left;
}

*[data-product="stretch-marks"] .body-fit-hero__packshot::before {
    background: linear-gradient(to right, #cfbcc0, #fcc3b8);
}

*[data-product="stretch-marks"] .body-fit-hero__title {
    color: #f79683;
}

*[data-product="stretch-marks"] .body-fit-hero__action::before {
    background: linear-gradient(to right, #aab7c6, #f6c2b9);
}

/***************************************************************/
*[data-product="moisturize"] .body-fit-hero__ingredient span {
    background-color: rgba(175, 69, 26, 0.8);
    top: 16%;
    left: 8%;
    text-align: left;
}

*[data-product="moisturize"] .body-fit-hero__packshot::before {
    background: linear-gradient(to right, #fdd6b5, #f2acd4);
}

*[data-product="moisturize"] .body-fit-hero__title {
    color: #f3add5;
}

*[data-product="moisturize"] .body-fit-hero__action::before {
    background: linear-gradient(to right, #fbd0b9, #f2acd4);
}

/***************************************************************/
*[data-product="exfoliate"] .body-fit-hero__ingredient span {
    background-color: rgba(77, 144, 159, 0.8);
    top: 30%;
    left: 8%;
    text-align: left;
}

*[data-product="exfoliate"] .body-fit-hero__packshot::before {
    background: linear-gradient(to right, #8fc67d, #67bb8f);
}

*[data-product="exfoliate"] .body-fit-hero__title {
    color: #6cbe9c;
}

*[data-product="exfoliate"] .body-fit-hero__action::before {
    background: linear-gradient(to right, #54b698, #c4d464);
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.body-fit-didyouknow {
    background-color: #fbf6f3;
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    display: flex;
    padding: 15px 40px;
    box-sizing: border-box;
    align-items: center;

}

.body-fit-didyouknow__picto {
    width: 42px;
    height: 42px;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 20px;
}

.body-fit-didyouknow__title {
    margin: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-weight: normal;
    padding-right: 40px;
    letter-spacing: 0.2em;
}

.body-fit-didyouknow__text {
    margin: 0;
    color: #333;
    font-size: 12px;
    line-height: 1.4em;
    padding-left: 40px;
    border-left: 1px solid #61605e;
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}

@media(max-width:761px) {

    .body-fit-didyouknow {
        flex-direction: column;
        margin: 0 20px;
        width: auto;
        margin-bottom: 50px;
        padding: 20px;
    }

    .body-fit-didyouknow__picto {
        margin: 0;
        width: 62px;
        height: 62px;
    }

    .body-fit-didyouknow__title {
        padding: 0;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .body-fit-didyouknow__text {
        color: #333;
        font-size: 12px;
        line-height: 1.4em;
        padding: 0;
        border: 0px solid #61605e;
        text-align: center;
        display: block;
    }
}



/*********************************************************/
/*********************************************************/
/*********************************************************/

.body-fit-routine {
    display: block;
    position: relative;
    max-width: 788px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 50px;
}

.body-fit-routine__wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
}

@media(max-width:761px) {
    .body-fit-routine__wrapper {
        width: 100vw;
        margin: 0 auto;
    }

    .body-fit-routine__wrapper .slick-list {
        /*overflow:visible;*/
    }

    .body-fit-routine__product {
        box-sizing: border-box;
        max-width: 263px;
    }
}

.body-fit-routine__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
}

.body-fit-routine__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.body-fit-routine__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    position: relative;
    max-width: 262px;
    box-sizing: border-box;
}

.body-fit-routine__product img {
    display: block;
    margin: 0 auto;
    width: 100%;

}

.body-fit-routine__or-tag {
    position: absolute;
    width: 30px;
    right: -15px;
    top: 350px;
    text-align: center;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 14px;
}

.body-fit-picto {
    background-image: url(../images/pictos-sun.svg);
    background-size: auto 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    font-size: 0;
    margin: 10px;
    cursor: pointer;
}

.body-fit-picto span {
    position: absolute;
    font-size: 9px;
    line-height: 1em;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #b0a9a5;
    color: #787474;
    border-radius: 5px;
    padding: 6px 10px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: -20px;
    opacity: 0;
    transition: opacity ease-in-out 0.2s;
    white-space: nowrap;
}


.body-fit-picto span::before {
    content: "";
    position: absolute;
    border-top: 10px solid #b0a9a5;
    border-right: 10px solid transparent;
    top: 21px;
    left: 15px;
    height: 8px;
    z-index: 1;
}

.body-fit-picto span::after {
    content: "";
    position: absolute;
    border-top: 8px solid #fff;
    border-right: 8px solid transparent;
    top: 21px;
    left: 16px;
    height: 8px;
    z-index: 1;
}

.body-fit-picto:hover span {
    opacity: 1;
}

.body-fit-picto[data-icon="gel"] {
    background-position: 0px 0px;
}

.body-fit-picto[data-icon="cream"] {
    background-position: -32px 0px;
}

.body-fit-picto[data-icon="lotion"] {
    background-position: -64px 0px;
}

.body-fit-picto[data-icon="balm"] {
    background-position: -96px 0px;
}

.body-fit-picto[data-icon="liquid"] {
    background-position: -128px 0px;
}




.body-fit-routine__name {
    margin: 0px;
    flex: 1;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-start;
}

.body-fit-routine__price {
    margin: 10px;
    font-family: var(--FONT-GOTHAM-BOOK);
    color: #333;
    font-size: 14px;
    line-height: 1em;
}

.body-fit-routine__pricePerUnit {
    margin-bottom: 10px;
}

.body-fit-routine__reviews {
    color: #b40024;
    font-size: 14px;
    margin-bottom: 10px;
}

.body-fit-hidden-quickshop {
    display: none;
}

@media(max-width:761px) {

    .body-fit-routine__title {
        font-size: 20px;
    }

    .body-fit-routine__or-tag {
        display: none;
    }

    .body-fit-routine__wrapper {
        width: 263px;
        margin: 0 auto;
        display: block;
    }

    .body-fit-routine__wrapper .slick-list {
        overflow: visible;
    }

    .body-fit-routine__wrapper .slick-track {
        overflow: visible;
    }


}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.body-fit-howto {
    width: 100%;
    margin: 0 auto;
    max-width: 1050px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-fit-howto__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
}

.body-fit-howto__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.body-fit-howto__steps {
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    padding-bottom: 35px;
}

.body-fit-step {
    background-color: #fdfaf8;
    width: 335px;
    padding: 35px;
    box-sizing: border-box;
    text-align: left;
    margin-top: 120px;
    position: relative;
}

.body-fit-step__num {
    font-family: var(--FONT-GOTHAM-LIGHT);
    color: #333;
    text-align: right;
    position: absolute;
    font-size: 270px;
    top: -120px;
    pointer-events: none;
    line-height: 1em;
    right: 0;
}

.body-fit-step:first-child .body-fit-step__num {
    right: 40px;
}

.body-fit-step__visual {
    display: block;
    max-width: 100%;
    margin-top: -140px;
    margin-bottom: -20px;
}

.body-fit-step__duration {
    font-family: var(--FONT-CLARINS);
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    transform: rotate(-4deg);
    transform-origin: top left;
    display: inline-block;
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.2);
    margin: 10px 25px;
    padding: 6px 10px;
}

.body-fit-step__name {
    font-family: var(--FONT-GOTHAM-MEDIUM);
    font-size: 16px;
    margin: 0;
    font-weight: normal;
    line-height: 1.2em;
}

.body-fit-step__text {
    font-family: var(--FONT-GOTHAM-BOOK);
    font-size: 14px;
    margin: 0;
    margin-top: 15px;
    font-weight: normal;
    line-height: 1.4em;
}

@media(max-width:1023px) {
    .body-fit-howto__steps {
        width: 335px;
        padding: 0;
        margin-bottom: 70px;
    }

    .body-fit-step {
        width: 335px;
    }

    .body-fit-howto__steps .slick-slide {
        height: 100%;
    }

    .body-fit-step__text {
        min-height: 38vw;
    }

}


/*********************************************************/
/*********************************************************/
/*********************************************************/
.body-fit-push {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 976px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.body-fit-push__content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    max-width: 307px;
    background-color: #fbf6f3;
    padding: 70px 40px;
    box-sizing: border-box;
    text-align: left;
}

.body-fit-push__title {
    margin: 0;
    font-weight: normal;
    padding: 0;
    font-size: 35px;
    line-height: 1em;
    font-family: var(--FONT-CLARINS);
    display: flex;
    flex-direction: column;
    color: #333;
    margin-bottom: 20px;
}

.body-fit-push__claim {
    margin: 22px auto;
    color: #db932d;
    font-size: 16px;
    line-height: 1.4em;
}

.body-fit-push__text {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.4em;
}

.body-fit-push__text+.body-fit-cta {
    margin-top: 20px;
}

.body-fit-push__background {
    display: block;
}

.body-fit-push__background img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media(max-width:761px) {
    .body-fit-push {
        margin-top: 50px;
        display: block;
    }

    .body-fit-push__content {
        margin: 0px;
        padding: 40px 20px;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .body-fit-push__claim {
        max-width: 250px;
    }

    .body-fit-push__background {
        height: 71.46vw;
        width: 100vw;
        left: 0;
    }

    .body-fit-push__background img {
        width: 100vw;
        display: block;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
.body-fit-gift {
    width: 100%;
    margin: 0 auto;
    max-width: 1050px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.body-fit-gift__title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
    font-family: var(--FONT-GOTHAM-BOOK);
    text-align: center;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    padding: 20px;
}

.body-fit-gift__title::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #f1f0f0;
    display: block;
    z-index: -1;
    left: 0;
    margin-top: calc(0.5em - 1px);
}

.body-fit-gift__text {
    margin: 0;
    margin-bottom: 20px;
    padding: 0 20px;
    max-width: 850px;
    font-size: 14px;
    line-height: 1.4em;
    max-height: 81px;
    overflow: hidden;
    display: block;
    position: relative;
    transition: max-height ease-in-out 0.5s;
}

.body-fit-gift__text a {
    text-decoration: underline;
}

.body-fit-gift[data-expand="1"] .body-fit-gift__text {
    max-height: unset;
}

.body-fit-gift__text::after {
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to bottom, transparent, white);
    position: absolute;
    transition: opacity ease-in-out 0.5s;
    opacity: 1;
    pointer-events: none;
}

.body-fit-gift[data-expand="1"] .body-fit-gift__text::after {
    opacity: 0;
}

.body-fit-gift .body-fit-gift__less,
.body-fit-gift .body-fit-gift__more {
    text-transform: uppercase;
    z-index: 2;
    font-size: 11px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    cursor: pointer;
    text-decoration: underline;
}

.body-fit-gift[data-expand="0"] .body-fit-gift__less {
    display: none;
}

.body-fit-gift[data-expand="1"] .body-fit-gift__more {
    display: none;
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
/*************/
/** FAQ **/
/*************/

.dp-faq {
    text-align: center;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}

/*----Elements---*/
.dp-faq__title {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-family: "ClarinsRegular", "Clarins";
    line-height: 1em;
    font-size: 35px;
    text-align: center;
}

.dp-faq__claim {
    margin: 20px auto;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.dp-faq__container {
    width: 100%;
    max-width: 1016px;
    margin: 0 auto;
    margin-top: 30px;

}

@media(min-width:1024px) {
    .dp-faq__container {
        display: flex;
        justify-content: center;

    }

    .dp-faq__row {
        flex-basis: 100%;
        margin: 20px;
        /* max-width: 464px;*/
    }


}

.dp-faq__item {
    text-align: left;
    border-bottom: 1px solid #cbcbcb;
}

.dp-faq__question {
    margin: 0;
    font-size: 14px;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
        "GothamMedium", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 15px 0;
    line-height: 20px;
    padding-right: 40px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.dp-faq__question::after {
    content: "+";
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
        Helvetica, Arial, sans-serif;
    color: #8b8b8b;
    cursor: pointer;
}

.dp-faq__question--active::after {
    content: "-";
}

.dp-faq__answer {
    height: 0;
    overflow: hidden;
    transition: height ease-in-out 0.5s;
}

.dp-faq__answer-content {
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 10px;
}

.dp-faq__answer-content a {
    color: #333;
    text-decoration: underline;
    font-family: var(--FONT-GOTHAM-MEDIUM);
}

.dp-faq__answer-content p {
    margin: 0;
}

.dp-faq .dp-link {
    margin-top: 50px;
}

.dp-faq__mentions {
    font-size: 11px;
    opacity: 0.5;
}

/*--responsive------*/
@media screen and (max-width: 1023px) {
    .dp-faq {
        margin: 0px;
        padding: 20px;
    }

    .dp-faq__title {
        padding-top: 20px;
    }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/

.body-fit-routine .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.body-fit-routine .slick-initialized .slick-slide {
    display: flex;
}

.sun .slick-dots {
    position: absolute;
    display: flex;
    z-index: 2;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    justify-content: center;
    margin: 0;
}

.sun .slick-dots li button {
    opacity: 0;
    height: 100%;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.sun .slick-dots li {
    background-color: #ccc;
    padding: 0;
    margin: 3px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

.sun .slick-dots li.slick-active {
    background-color: #be0f34;
}

.body-fit-hero__text a, .body-fit-hero__bold-text a{
    text-decoration: underline;
}


.body-fit-hero__text {
    margin: 20px auto;
}

.body-fit-picto span {
    z-index: 1;
}

p.mentions {
    opacity: 0.5;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
    .body-fit-hero__title {
        font-size: 39px;
    }
}


@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
    .body-fit-routine__name {
        min-height: 65px;
    }
}

@media (max-width: 480px) {
    .body-fit-routine__name {
        min-height: 68px;
    }
    .body-fit-hero__textwrapper {
        width: 93%;
    }
    
    .body-fit-hero__bold-text {
        max-width: 100%!important;
    }
    
}

/* --- */


body {overflow-y: hidden !important;}
span#ingrd-1 {width: 50%;}


@media (max-width: 480px) {

    span#ingrd-1 {width: 55%;}
    span#ingrd-2 {width: 53%;}
    
}