.elementor-14 .elementor-element.elementor-element-75af2bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14 .elementor-element.elementor-element-a9704f0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS *//* ════════════════════════════════════════════════════
   Átria Aromas — CSS Global da Página
   Adicionar no CSS Avançado do Elementor
════════════════════════════════════════════════════ */

/* ── Seleção de texto personalizada ─────────────── */
::selection {
    background-color: #814d5d;
    color: #ffffff;
}

::-moz-selection {
    background-color: #814d5d;
    color: #ffffff;
}

/* ── Bloqueio de scroll lateral ─────────────────── */
html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

/* ── Scrollbar personalizada (Webkit) ────────────── */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #0f272d;
}

::-webkit-scrollbar-thumb {
    background: #814d5d;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6e3f4e;
}

/* ── Scrollbar Firefox ───────────────────────────── */
* {
    scrollbar-width: thin;
    scrollbar-color: #814d5d #0f272d;
}/* End custom CSS */