/* 1) Fonte global + títulos (se usar fonte externa, importe no topo) */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');*/
body { font-family: Poppins, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; }
/* Títulos/Preços (classe .titulo é usada nos destaques) */
.titulo { font-weight: 600; text-transform: none; letter-spacing: 0.2px; }
/* 2) Menu e categorias sem CAPS forçado */
/* 2) Menu e categorias sem CAPS forçado */
.menu .nivel-um > li > a, #menu .nivel-um > li > a { text-transform: none !important; }
/* 3) Botões com visual consistente */
.botao, .botao.principal, .btn, .btn-comprar {
  border-radius: 12px !important;
  padding: 10px 16px !important;
  font-weight: 600;
/* 4) Preços legíveis e coerentes */
.preco-venda, .preco-promocional { font-weight: 700 !important; }
/* 5) Cartões de produto alinhados (evita “pular”) */
#listagemProdutos .listagem .produto { min-height: 420px; } /* ajuste conforme seu tema */







