/*
Theme Name: OS
Theme URI: http://off-snkrs.com
Author: OFF SNKRS
Author URI: http://off-snkrs.com
Description: OS by OFF SNKRS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: off-snkrs
*/

/* Appliquer les styles uniquement aux pages Elementor */
.elementor-page {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    touch-action: manipulation; /* Désactive les gestes zoom et double-tap */
}

/* Bloquer le zoom avec le double-clic */
@media (max-width: 768px) {
    html {
        touch-action: manipulation;
    }
}

/* Désactiver le défilement horizontal */
body, html {
    overflow-x: hidden;
}