/* ------------------------------------------------------------------------------------------------------ */
.body-fit-nav li a {
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: var(--FONT-GOTHAM-MEDIUM);
    color: #333;
    cursor: pointer;
    text-decoration: none;
    background-color: #fff;
    min-width: 160px;
}
.body-fit-hero[data-product="exfoliate"] .body-fit-hero__textwrapper{
    max-height: 180px !important;
}

.body-fit-hero[data-product="exfoliate"] .body-fit-hero__textwrapper[data-expand="1"]{
    max-height: 210px !important;
}

.body-fit-hero[data-product="exfoliate"] .body-fit-hero__textwrapper[data-expand="1"]:before {
    height: 80px;
}
@media (max-width: 480px) {
    .body-fit-hero[data-product="exfoliate"] .body-fit-hero__textwrapper[data-expand="1"] {
        max-height: 450px !important;
    }
}