/*  ------  local   ------  */
body, html { overflow-x: clip !important; }
@media (min-width: 769px) {
    .ds__page .ds__ingredient-title {
        font-size: 28px;
    }
}
.ds__page .ds__gradient {
    z-index: -1;
}
i-footer.i-footer.display-block.footer-js {
    background: white !important;
}
/* .i-footer {
    margin-top: 0;
} */
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .ds__page .ds__product-application-days {
        font-size: 36px;
    }
    .ds__page .ds__product-application-item:nth-child(1) {
        margin-right: 20px;
    }
    .ds__page .ds__product-application-item {
        max-width: 150px;
    }
    .ds__page .ds__sets-products .swiper-wrapper {
        justify-content: unset;
    }
}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .ds__page .ds__product-application-item {
        max-width: 175px;
    }
}
@media (max-width: 480px) {
    .ds__page .ds__duo-number-primary .ds__duo-number-value {
        font-size: 50px;
    }
    .ds__page .ds__product-application-item {
        max-width: 150px;
    }
}