/* ---------------------------------------------- */
.footer-wrapper button.button-link.go-to-top:active,
.footer-wrapper button.button-link.go-to-top:focus,
button.button-link.inTheMiddle:active,
button.button-link.inTheMiddle:focus {
   border: none !important;
   outline: none !important;
}


.ds9__page .ds9__formula-bloc-result-number {
   min-width: 118px;
}


/* @media (max-width: 1200px) {
   html, body {
      overflow-x: clip;
   }
} */

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media (min-width: 768px){
   .ds9__page .ds9__popin-content {
      padding-left: 18px;
  }
}

@media (orientation: portrait) {

}

@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__ingredient-content {
      padding-left: 44px;
   }

   .ds9__page .ds9__formula-content {
      left: 47%;
   }
}

@media (max-width: 761px) {

}

/*iPhone 11, 12, 13, 13 Min, and 13 Pro Max*/
@media (max-width: 480px) {

}