.ds9__page .ds9__popin-reed-text {
   font-size: 13px;
}
@media (min-width: 1150px) {
   .ds9__page .popin__content-wrapper[data-open="1"] .popin__content {
      top: 58%;
   }
}
@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) * ( 350) * var(--headerImgRatio));
   }
   .ds9__page .ds9__popin-content {
      padding-left: 17px;
   }
   .ds9__page .ds9__ingredient-popin-content {
      left: -75px;
   }
   .ds9__page .ds9__innovation {
      height: 93vh;
   }
}
@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: -11px;
   }
   .ds9__page .ds9__innovation {
      height: 81vh;
   }



}
@media (max-width: 480px) {
   .ds9__page .popin__content-wrapper {
      --popin_top: 160px;
   }
}