/*  ------  local   ------  */
body, html { overflow-x: clip !important; }
.ds__faq-item[data-faq="4"] {
    border-bottom: 1px solid #E9E3DE;
}
.ds__page .ds__ingredient-title {
    font-size: 24px;
}
.ds__page .ds__compare-item-text {
    font-size: 12px;
}
@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__quickview-btn.ds__only-desktop {
        display: none;
    }
    .ds__page .ds__only-mobile {
        display: inline-block;
    }
    .ds__page .ds__ingredient-text {
        font-size: 14px;
    }
    .ds__page .ds__ingredient-title {
        font-size: 16px;
    }
    .ds__page .ds__header-content {
        top: 5px;
    }
}
@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__ingredient-text {
        font-size: 14px;
    }
    .ds__page .ds__ingredient-title {
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .ds__page .ds__compare-items .ds__cta {
        max-width: unset;
    }
}
