Menu Mobile — Ferramenta Cioni
/* Fix barra di scorrimento indesiderata (Systeme.io safe) */
html, body {
overflow-x: hidden !important;
}
body > iframe,
body > script,
body [style*="position: fixed"][style*="bottom"],
body [id*="systemeio"],
body [class*="AffiliateBadge"] {
display: none !important;
max-height: 0 !important;
overflow: hidden !important;
visibility: hidden !important;
}