body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
*[data-product="exfoliate"] .body-fit-hero__ingredient span {
    top: 90%;
    left: 0%;
}
.h-hide-for-large{
    display: none;
}
.h-show-for-large{
    display: block;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {
    .h-hide-for-large{
    display: block;
}
*[data-product="firming"] .body-fit-hero__ingredient span {
    top: 5%;
    right: 32%;
}
.h-show-for-large{
    display: none;
}
}

/* Tablet 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__name {
    min-height: 100px !important;
}
.body-fit-routine__price {
    min-height: 40px !important;
} */
.h-show-for-large{
    display: none;
}
.body-fit-routine__reviews {
    min-height: 75px !important;
}
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .h-show-for-large{
    display: none;
}
}