body, html {
    overflow-x: clip !important;
}



@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ds9__page .ds9__header-content-3 {
        left: calc((-1) * ( 360) * var(--headerImgRatio));
    }
    .ds9__page .ds9__popin-content {
        padding-left: 20px;
    }
    .ds9__page .ds9__ingredient-popin-content {
        left: -85px;
    }

}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ds9__page .ds9__ingredient-popin-content {
        left: -10px;
    }
    
}

@media (max-width: 480px) {
    .ds9__page .ds9__navigation {
        top: 75px;
    }
}