/* TRAVA MÁSTER GLOBAL CONTRA ESPAÇO BRANCO E VAZAMENTO LATERAL */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative !important;
    width: 100% !important;
}

/* Força todas as camadas do Elementor e do Tema a cortarem sobras invisíveis */
#page, #content, .site,
.elementor,
.elementor-inner,
.elementor-section,
.elementor-container,
.elementor-row {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Garante que as faixas de 100vw calculem o preenchimento por dentro e não empurrem a tela */
.tesoro-tracking-wrapper,
.tesoro-cart-wrapper,
.tesoro-vip-minimal,
.tesoro-header-mobile-fixed {
    box-sizing: border-box !important;
}
