/* --- ------------------------------------------------------ --- */

body,html {
    overflow-x: clip !important;
 }
 
 /* Mobile */
 @media (max-width: 480px) {
    .ds9__page .ds9__navigation {
       top: 75px;
    }
 
    .ds9__page .ds9__popin-dragonfly-text {
       font-size: 12px;
    }
     
 }
 
 /* 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) {
    .ds9__page .ds9__popin-subtitle {
          font-size: 13px;
    }
    .ds9__page .ds9__popin-content{
          padding-left: 15px;
    }
 
 
    .ds9__ingredient-popin[data-tracking="plants-&-science_turmeric-extract"] .ds9__ingredient-popin-content {
       left: -80px;
    }
 
    .ds9__page .ds9__formula-bloc-result-number {
       font-size: 48px;
       min-width: 85px;
    }
 
    .ds9__page .ds9__formula-bloc-result-text-first {
       font-size: 18px;
    }
    .ds9__page .ds9__formula-bloc-result-text {
       font-size: 22px;
    }
 }
 
 /* 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) {
    .ds9__ingredient-popin[data-tracking="plants-&-science_turmeric-extract"] .ds9__ingredient-popin-content {
       left: -80px;
    }
 }
 