/*  ------  local   ------  */
body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}

/* --- ------------------------------------------------------ --- */
/* Mobile */
@media (max-width: 480px) {}

/* Tablet Portrait */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    body, html {
    overflow-x: clip !important;
}
body, html {
    overflow: unset;
}
.ds__page .ds__bloc-header {
    margin-top: -20px !important;
}
.ds__page .ds__quickview-btn.ds__only-desktop {
        display: none;
}

.ds__page .ds__cta-btn.ds__only-mobile{
        display: inline-flex;
}
}

/* Tablet Landscape */
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {}