/* 1) Tentar mover a descrição acima (flex order) */
.category-page .category-description { order: -1 !important; }

/* 2) Se for grid clássico, forçar a descrição antes da grade */
.category-description { display:block !important; margin: 12px 0 16px !important; }
.product-grid, .lista-produtos { clear: both; }

/* 3) Ocultar barra lateral de filtros (testar cada seletor) */
.sidebar, .category-sidebar, .filtros, .filtro, .menu-lateral, .coluna-lateral { display:none !important; }

/* 4) Expandir a área de produtos quando a sidebar some */
.category-content, .conteudo-categoria, .grid-produtos { width:100% !important; max-width:100% !important; }

/* ajuste geral de texto da descrição */
.product-description, .descricao, .product__description { 
  font-size:16px; line-height:1.45; 
}
.product-description h2, .descricao h2, .product__description h2 { 
  font-size:19px; line-height:1.25; margin:4px 0 6px; 
}
.product-description h3, .descricao h3, .product__description h3 { 
  font-size:17px; line-height:1.3; margin:8px 0 4px; 
}
.product-description p { margin:6px 0 10px; }
.product-description ul { margin:6px 0 8px 18px; }
.product-description li { margin:4px 0; }
