body, html { overflow-x: clip !important; }
.ds__page {
    --CLARINS-FONT: 'Kanit Light', ClarinsRegular, Clarins, 'Kanit Light';
    --GOTHAM-LIGHT: 'Kanit Light', "Gotham_Light", 'Kanit Light';
    --GOTHAM-BOOK: 'Kanit Light', "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",'Kanit Light' , Helvetica, Arial, sans-serif, 'Kanit Light';
    --GOTHAM-MEDIUM: 'Kanit Light', "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",'Kanit Light', Helvetica, Arial, sans-serif, 'Kanit Light';
}
.ds__page .ds__product-media-text {
    white-space: unset;
}
.ds__page .ds__product[data-item="2"] .ds__product-media-number .ds__product-media-text {
    white-space: nowrap;
}
.ds__page .ds__compare-items .ds__cta {
    max-width: 120px;
}
.ds__page .ds__sets-product-title {
    min-height: 100px;
}
@media (min-width: 768px) {
    .ds__page .ds__compare-title {
        max-width: 90%;
    }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}
@media (max-width: 480px) {}