/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com
 Description:  Tema hijo de Hello Elementor
 Author:       Tu Nombre
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

.bp-listado-categorias {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.bp-listado-categorias .bp-cat-item a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bp-listado-categorias .bp-cat-item a:hover {
    color: #97BD11;
}

.bp-listado-categorias .bp-cat-item.is-current a {
    color: #97BD11; 
}

.bp-listado-categorias .bp-cat-separator {
    margin: 0 12px;
    color: #ffffff;
}


body.bp-has-subcats #bp-archive-products {
    display: none;
}

body.bp-has-subcats #bp-archive-subcats {
    display: block;
}


body.bp-no-subcats #bp-archive-products {
    display: block;
}

body.bp-no-subcats #bp-archive-subcats {
    display: none;
}
