body, html {
    overflow-x : clip !important;
}

.dp-header__header-text  {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 11px;
    line-height: 1.4em;
    font-family: var(--FONT-GOTHAM-BOOK);
    max-width: 705px;
    color: #787474;
}

.dp-product__ingredient-name {
    font-size: 4.925cqw;
}

.dp-product__ingredient[data-ingredient="kangaroo-flower"] .dp-product__ingredient-name {
        right: 6%;
    }

/* desktop */
@media (min-width: 1113px) {

    .dp-header__main-title {
        font-size: 54px;
    }
}
/* Mobile */
@media (max-width: 480px) {
    .dp-howto-cta {
        font-size: 12px !important;
    }

    .dp-header__nav ul li a {
        font-size: 10px;
    }
}
/* 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) {
    .dp-header__main-title {
        font-size : 42px;
    }


}
/* 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) {
    .dp-header__main-title {
        font-size: 54px;
    }

}