/* ------------------------------------------------------------------------------------------------------ */

.body-fit-nav li a {
    height: 36px;
    padding: 0 16px;
    border-color: #B0A9A5;
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif !important;
    color: #333333 !important;
    font-size: 12px;
}

.dp-beauty-faq__text {
    font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif !important;
    margin-left: 4.9%;
    font-size: 20px;
    text-align: left;
}

.dp-beauty-faq__questions-list {
    width: 90% !important;
}

.dp-beauty-faq__question-title::after {
    content: "›" !important;
    transform: rotate(90deg) !important;
}

.dp-beauty-faq__question-title[data-open="1"]::after {
    content: "›" !important;
    transform: rotate(-90deg) !important;
}

/* ---- */
.body-fit-hero__ingredient span {
    color: #000000 !important;
    font-weight: bold;
}
*[data-product="contouring"] .body-fit-hero__ingredient span {
    bottom: 3%;
    right: 8%;
    width: 36%;
}
*[data-product="firming"] .body-fit-hero__ingredient span {
    top: 4%;
    right: 40%;
    width: 49%;
}
*[data-product="stretch-marks"] .body-fit-hero__ingredient span {
    top: 26%;
    right: 8%;
    width: 25%;
}
*[data-product="moisturize"] .body-fit-hero__ingredient span {
    top: 7%;
}
*[data-product="exfoliate"] .body-fit-hero__ingredient span {
    top: 90%;
    left: -5%;
}
.body-fit-hero__textwrapper {
    padding-bottom: 67px !important;
}
.body-fit-gift {
    display: none;
}

section:nth-child(2n+1) .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__packshot::before {
    transform: translateY(-40px) translateX(-40px);
}
.body-fit-hero__packshot::before {
    transform: translateY(-40px) translateX(40px);
}
section:nth-child(2n) .body-fit-hero__visual {
    padding: 66px;
}
.body-fit-hero__visual {
    padding: 66px;
}
.dp-faq__claim {
    text-align: left;
    margin-left: 11%;
    font-size: 20px;
}
.dp-faq__container {
    margin-top: -9px;
}
.body-fit-nav__wrapper {
    max-width: 51%;

}
.body-fit-header__subtitle {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3.5px;
}
.sp_legal-mentions p {
    font-size: 12px;
    opacity: 0.5;
    max-width: 1048px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5em;
    padding-bottom: 49px;
}

.dp-faq {
    padding-bottom: 20px;
}
.body-fit-hero__title {
    font-family: "ClarinsRegular", "Clarins";
}

.body-fit-header__title {
    font-family: "ClarinsRegular", "Clarins";
}

@media (max-width: 480px) {
    .body-fit-nav__wrapper{
        display: flex;
        justify-content: center;
        gap: initial;
    }
    .body-fit-nav li{
        margin: initial;
    }
}

@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-header__visual img {
        width: 100%;
        height: 100%;
    }
    #CONTOURING, #FIRMING,#STRETCH-MARKS,#MOISTURIZE,#EXFOLIATE{
        scroll-margin-top: 150px;
    }
    .body-fit-routine__reviews {
        min-height: 48px;
    }
    .slick-dots {
        display: block;
        position: absolute;
        bottom: -35px;
        list-style: none;
        text-align: center;
        padding: 0;
        margin: 0;
        width: 100%;
        display: none;
    }
    .dp-faq__claim {
        margin-left: 0%;
    }
    .body-fit-nav__wrapper {
        display: flex;
    }
    .sp_legal-mentions p {
        width: 93%;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #CONTOURING, #FIRMING,#STRETCH-MARKS,#MOISTURIZE,#EXFOLIATE{
        scroll-margin-top: 90px;
    }
    .dp-faq__claim {
        margin-left: 6%;
    }
}

@media (max-width: 480px) {
    .body-fit-header__subtitle {
        font-size: 12px;
        width: 71%;
    }
    *[data-product="exfoliate"] .body-fit-hero__ingredient span {
        left: 1%;
    }
    .body-fit-routine__reviews {
        min-height: 44px;
    }
    *[data-product="moisturize"] .body-fit-hero__ingredient span {
        left: 3%;
    }
    .body-fit-hero__ingredient span {
        font-size: 8px;
    }
    *[data-product="firming"] .body-fit-hero__ingredient span {
        top: 1%;
        right: 39%;
        width: 55%;
    }
    .dp-faq__claim {
        margin-left: 0%;
    }
    .body-fit-nav__wrapper {
        max-width: 91%;
    }
    .sp_legal-mentions p {
        width: 89%;
    }
    
}