/*  ------  local   ------  */
body, html { overflow-x: clip !important; }
.ds__page .ds__compare-items .ds__cta {
    max-width: 140px;
}

@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__ingredient-title {
        font-size: 30px;
    }
    .ds__page .ds__compare-items .ds__cta {
        max-width: 145px;
    }
    .ds__page .ds__compare-item-text {
        font-size: 12px;
    }
    .ds__page .ds__product-application-item {
        max-width: 137px;
    }

}
@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: 150px;
    }
}
@media (max-width: 480px) {
    .ds__page [data-item="1"] .ds__product-media-number {
        width: calc(220 * var(--collectionRatio));
    }
    .ds__page [data-item="3"] .ds__product-media-number {
        width: calc(220 * var(--collectionRatio));
    }
    .ds__page .ds__compare-items .ds__cta-btn.ds__only-mobile {
        font-size: 12px;
    }
    .ds__page .ds__product[data-item="4"] .ds__product-media-number {
        top: calc(100% + (-20 * var(--collectionRatio)));
    }
    .ds__page .ds__product-application-item {
        max-width: 145px;
    }
    .ds__page .ds__duo-main-title {
        font-size: 28px;
    }
    .ds__page .ds__duo-number-primary .ds__duo-number-value {
        font-size: 50px;
    }
    
}