.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-routine__price,
.body-fit-routine__reviews {
    min-height: 18px;
}

*[data-product="firming"] .body-fit-hero__ingredient span {
    width: 56%;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (orientation: portrait) {

}

@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__wrapper .slick-dots {
        display: none;
    }

    [data-product="contouring"] .body-fit-hero__ingredient {
        bottom: -16%;
    }

    [data-product="firming"] .body-fit-hero__ingredient,
    [data-product="moisturize"] .body-fit-hero__ingredient,
    [data-product="exfoliate"] .body-fit-hero__ingredient {
        bottom: -10%;
    }
}

@media (max-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {
    [data-product="firming"] .body-fit-hero__ingredient,
    [data-product="moisturize"] .body-fit-hero__ingredient,
    [data-product="exfoliate"] .body-fit-hero__ingredient {
        bottom: -6%;
    }

    *[data-product="firming"] .body-fit-hero__ingredient span {
        width: 58%;
    }
}