<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ds9__page .ds9__popin-reed-content {
    right: 6px;
    width: 171px;
}
.ds9__page .ds9__popin-dragonfly-content {
    padding: 24px 1px;
}
/* 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)*(355)* var(--headerImgRatio));
    }
    .ds9__page .ds9__header-result-text {
        width: 90%;
    }
    .ds9__page .ds9__popin-dragonfly-content {
        transform: translateX(-14px);
    }
    .ds9__page .ds9__popin-reed-content {
        right: 40px;
    }
    .ds9__page .ds9__popin-reed-text {
        font-size: 13px;
    }
    /* .ds9__page .ds9__title {font-size: 47px;} */
    h2.ds9__title.ds9__ingredient-title {
      font-size: 47px;
  }
    .ds9__page .ds9__formula-bloc-content {
        padding-left: 16px;
    }
    .ds9__page .ds9__popin-link:last-child {
        padding-bottom: 10px;
    }
    .ds9__page .ds9__popin-content {
        padding-left: 15px;
    }
}</pre></body></html>