.elementor-819 .elementor-element.elementor-element-4a8a0e2{--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-819 .elementor-element.elementor-element-0a9b5d4 .ekit-btn-wraper .elementskit-btn{justify-content:center;}.elementor-819 .elementor-element.elementor-element-0a9b5d4 .elementskit-btn{background-color:var( --e-global-color-016c171 );width:50%;padding:8px 8px 8px 8px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-text );}.elementor-819 .elementor-element.elementor-element-0a9b5d4 .elementskit-btn:hover{background-color:#11A75C;color:#ffffff;fill:#ffffff;border-color:var( --e-global-color-332724a );}.elementor-819 .elementor-element.elementor-element-d77bb03{text-align:start;}.elementor-819 .elementor-element.elementor-element-d77bb03 .elementor-heading-title{font-size:24px;}.elementor-819 .elementor-element.elementor-element-8b8ca6e .elementor-menu-toggle{margin:0 auto;}#elementor-popup-modal-819 .dialog-widget-content{animation-duration:0.4s;background-color:var( --e-global-color-016c171 );box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-819{background-color:rgba(0,0,0,.8);justify-content:flex-end;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-819 .dialog-message{width:480px;height:100vh;align-items:flex-start;}#elementor-popup-modal-819 .dialog-close-button{display:flex;}#elementor-popup-modal-819 .dialog-close-button i{color:var( --e-global-color-text );}#elementor-popup-modal-819 .dialog-close-button svg{fill:var( --e-global-color-text );}/* Start custom CSS for nav-menu, class: .elementor-element-8b8ca6e *//* Estructura en línea idéntica a los géneros */
.lista-orden-filtro ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.lista-orden-filtro li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

/* Botones base de ordenación */
.lista-orden-filtro li a {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;            
    height: 28px !important;           
    
    background-color: transparent !important; 
    color: #e5e5e5 !important;                
    font-family: inherit;
    font-size: 11px !important;        
    font-weight: 500 !important;
    text-decoration: none !important;
    
    border: 1px solid #444444 !important;     
    border-radius: 8px !important;    
    padding: 0 12px !important;        
    box-sizing: border-box !important;
    
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;     
}

/* Animación Hover y estado Activo para la ordenación (Copia el azul de los géneros) */
.lista-orden-filtro li a:hover,
.lista-orden-filtro li.current-menu-item a {
    background-color: #11A75C !important;     /* El mismo azul que tus géneros */
    border-color: #11A75C !important;         
    color: #ffffff !important;                
}/* End custom CSS */
/* Start custom CSS for wp-widget-woocommerce_product_categories, class: .elementor-element-bba74b6 *//* 1. Estructura horizontal y limpia (Estilo Nube de Tags) */
.lista-genero-filtro ul {
    display: flex !important;
    flex-wrap: wrap !important;        /* Salto de línea automático */
    gap: 8px !important;               /* Separación entre botones */
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.lista-genero-filtro li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

/* 2. Botones base (Fondo transparente, borde y letra neutral) */
.lista-genero-filtro li a {
    display: inline-flex !important;
    align-items: center !important;
    
    width: auto !important;            
    height: 28px !important;           /* Altura compacta */
    
    background-color: transparent !important; /* Fondo inicial transparente */
    color: #e5e5e5 !important;                /* Texto neutro claro */
    font-family: inherit;
    font-size: 11px !important;        
    font-weight: 500 !important;
    text-decoration: none !important;
    
    border: 1px solid #444444 !important;     /* Borde inicial neutro */
    border-radius: 8px !important;    /* Forma de píldora */
    padding: 0 12px !important;        
    box-sizing: border-box !important;
    
    /* ANIMACIÓN: Controla la velocidad y suavidad del cambio de color */
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease !important;     
}

/* 3. Número contador discreto */
.lista-genero-filtro li .count {
    background-color: transparent !important; 
    color: #888888 !important;
    font-size: 9px !important;
    margin-left: 5px !important;       
    padding: 0 !important;
    transition: color 0.3s ease !important;
}

/* 4. Efecto al pasar el ratón (Hover) - SE QUEDA EN VERDE */
.lista-genero-filtro li a:hover {
    background-color: #11A75C !important;     /* Fondo verde */
    border-color: #11A75C !important;         /* Borde verde */
    color: #ffffff !important;                /* Texto blanco */
}

/* El contador en Hover se vuelve gris claro para contrastar con el verde */
.lista-genero-filtro li a:hover .count {
    color: #e5e5e5 !important;
}


/* 5. Estado ACTIVO (Categoría seleccionada) - NUEVO EN AZUL */
.lista-genero-filtro li.current-cat a {
    background-color: #2D68FF !important;     /* NUEVO: Fondo Azul */
    border-color: #2D68FF !important;         /* NUEVO: Borde Azul */
    color: #ffffff !important;                /* Texto blanco */
}

/* El contador en el botón Activo se vuelve gris claro para contrastar con el azul */
.lista-genero-filtro li.current-cat a .count {
    color: #e5e5e5 !important;
}/* End custom CSS */
/* Start custom CSS *//* Forzar que las animaciones nativas de Elementor se ejecuten en la tienda */
.elementor-popup-modal .animated {
    animation-duration: 0.5s !important;
    animation-fill-mode: both !important;
}

/* Si Elementor se atasca, obligamos a la clase slideInRight a hacer su recorrido */
.elementor-popup-modal .slideInRight {
    animation-name: slideInRight !important;
}

/* Asegurar el z-index para que la animación no ocurra detrás de la tienda */
.filtro {
    z-index: 999999 !important;
}
.elementor-popup-modal {
    z-index: 999999 !important;
}/* End custom CSS */