.category-header-content {
    max-width: 1360px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #ffffff00 !important;
    width: 100%;
}
section.category-header {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


section.category-header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
    color: #fff;
    overflow: hidden;
    z-index: 0;

    padding: 20px;
}
    section.category-header {
    position: relative;
    overflow: hidden;
}

/* CAPA DE BLUR */
section.category-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(71 58 16 / 63%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1; /* 👈 ENCIMA del fondo */
}

/* CONTENIDO ENCIMA DEL BLUR */
.category-header-content {
    position: relative;
    z-index: 2;
}
h1.category-titulo {
    font-size: 24px;
    font-weight: 600;
}

select.orderby {
    font-size: 14px;
    padding: 5px 3px;
}

p.woocommerce-result-count {
    font-size: 14px;
    font-weight: 600;
}

div#products-header {
    border-bottom: 1px solid #cecece;
    height: 41px;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
            .category-description {
    display: none;
}
select.orderby {
    font-size: 12px;
    width: 172px;
    padding: 5px 3px;
}

p.woocommerce-result-count {
    font-size: 12px;
    font-weight: 600;
}
      }