/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 02 2026 | 22:07:19 */
/* ================================
   3- MENU
   ================================ */
/* 1. Cor do texto: Mantém original no repouso, muda para azul no hover e ativo */

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {

    color: inherit !important; 

}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item:hover,

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item.elementor-item-active {

    color: #003399 !important;

}

/* 2. Cor da barrinha (sublinhado): Muda para azul no hover E no ativo */

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item::after,

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item.elementor-item-active::after {

    background-color: #003399 !important;

    border-color: #003399 !important;

}

/* 1. Forçar a cor de fundo (Hover e Ativo) */

.elementor-element-2972305 .elementor-tab-title:hover,

.elementor-element-2972305 .elementor-tab-title.elementor-active {

    background-color: #230ED1 !important;

}

/* 2. Forçar a cor do texto (Hover e Ativo) */

.elementor-element-2972305 .elementor-tab-title:hover,

.elementor-element-2972305 .elementor-tab-title:hover a,

.elementor-element-2972305 .elementor-tab-title.elementor-active,

.elementor-element-2972305 .elementor-tab-title.elementor-active a {

    color: #ffffff !important;

}

/* 3. Forçar a cor do ícone (Hover e Ativo) - O "Tudo ou Nada" */

.elementor-element-2972305 .elementor-tab-title:hover .elementor-accordion-icon *,

.elementor-element-2972305 .elementor-tab-title.elementor-active .elementor-accordion-icon * {

    color: #ffffff !important;

    fill: #ffffff !important;

    stroke: #ffffff !important;

}

/* NAVEGAÇÃO / MENU */
.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    color: inherit !important; 
}
.elementor-widget-nav-menu .elementor-nav-menu .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu .elementor-item.elementor-item-active {
    color: #003399 !important;
}

/* TABS MINIMALISTAS */
.meu-tab-minimalista .elementor-tab-title {
    background-color: transparent !important;
    border: none !important;
    color: #777 !important; 
}
.meu-tab-minimalista .elementor-tab-title.elementor-active {
    color: #230ED1 !important; 
    border-bottom: 3px solid #230ED1 !important; 
}

/* FORMULÁRIO ELEMENTOR */
.elementor-form-fields-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;
    gap: 15px !important;
}

/* 1. Garante que o menu da loja não se sobreponha a dropdowns do header */

.elementor-element-8780703 {

    display: none !important;

    position: relative;

    z-index: 1 !important; /* Camada baixa */

}

/* 3. Forçar o Header/Menu Superior a ficar sempre por cima */

header, .elementor-location-header, .nav-menu, .sub-menu {

    z-index: 9999 !important; /* Camada máxima */

}

/* 6. REGRAS DE EXIBIÇÃO DO MENU (Mantidas) */

.elementor-element-8780703 {

    display: none !important;

}

.archive .elementor-element-8780703,

.post-type-archive-product .elementor-element-8780703,

.tax-product_cat .elementor-element-8780703 {

    display: block !important;

}
/* ================================
   4 - AJUSTES MOBILE (RESPONSIVIDADE)
   ================================ */

@media (max-width: 768px) {
    .elementor-top-bar .elementor-container {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 5px 10px !important;
    }

    .elementor-top-bar * {
        font-size: 10px !important;
    }

    .elementor-icon-list-text {
        display: none !important;
    }

    .woocommerce table.wishlist_table tbody tr {
        flex-direction: column !important;
        gap: 15px;
        text-align: center !important;
    }
}

/* ================================
   5 - LIMPEZA E ELEMENTOS ESCONDIDOS
   ================================ */

.comment-respond, .comments-area, #comments,
.woocommerce-price-suffix,
.woocommerce-result-count,
.woocommerce-breadcrumb {
    display: none !important;
}