@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-1 {
      padding-right: calc(25 * var(--headerRatio));
   }
   .ds9__page .ds9__header-content-3 {
      left: calc((-1) * ( 372) * var(--headerImgRatio));
   }
   .ds9__page .ds9__popin-content {
      padding-left: 17px;
   }
   .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__header-title {
      font-size: calc(32 * var(--headerRatio));
   }
   h1.ds9__title.ds9__header-title{
      font-size: 35px;
   }
   .ds9__page .ds9__formula-bloc-content {
      width: calc(100% - 120px);
   }
   .ds9__page .ds9__ingredient-title {
      font-size: 50px;}
   .ds9__page .ds9__ingredient-popin-content {
      left: -12px;
   }
   .ds9__page .ds9__formula-title {
      font-size: 50px;
   }

}
@media (max-width: 480px) {}
