/* Menu */

#cabecalho .menu.superior .nivel-um > li > a {
    display: block;
    padding: 0 15px !important;
    border: 0;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    transition: .25s ease;
}

#cabecalho .menu.superior .categoria-id-24392379 > a{
    border-radius:0px;
    color:#26c9ff !important;
}


/* Barra fixa */

.barra-promocional{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    background: #31a8ff;
    color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

/* Conteúdo */
.barra-promocional-conteudo{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:500;
    white-space:nowrap;
}

/* Ícone */
.icone-pix{
    height:18px;
    width:auto;
    display:block;
}

/* Destaques */
.barra-promocional strong{
    font-weight:700;
}

/* Empurra o cabeçalho */
#cabecalho,
header{
    margin-top:34px;
}

/* Mobile Ajustado*/

@media (max-width:768px){

    .barra-promocional{
        display: none;
    }

    /* Remove os espaçamentos criados pela barra */
    body{
        padding-top: 0 !important;
    }

    #cabecalho,
    header{
        margin-top: 0 !important;
        top: 0 !important;
    }

}





/* REMOVE CLASSE DO TEMA QUE CRIA LINHA */
#listagemProdutos .borda-principal{
    border: none !important;
    box-shadow: none !important;
}

/* REMOVE POSSÍVEL LINHA DO CONTAINER DA VITRINE */
#listagemProdutos .vitrine,
#listagemProdutos .listagem,
#listagemProdutos > div{
    border: none !important;
    box-shadow: none !important;
}

/* REMOVE LINHAS INFERIORES INDESEJADAS */
#listagemProdutos hr{
    display: none !important;
}




/* =========================
   TÍTULOS ASCII SUAVIZADOS
   (mantém <<<<< >>>>> mas clean)
========================= */

#listagemProdutos .titulo-categoria{
    text-align: center;
    margin: 40px 0 20px;
}

/* Remove ícones do tema (essencial) */
#listagemProdutos .titulo-categoria i.fa,
#listagemProdutos .titulo-categoria .fa,
#listagemProdutos .titulo-categoria [class*="fa-caret"]{
    display: none !important;
}

/* Deixa o texto ASCII mais leve */
#listagemProdutos .titulo-categoria strong{
    font-weight: 400 !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 20px;
    color: #333 !important;
    opacity: 0.85;
}

/* Suaviza o container */
#listagemProdutos .titulo-categoria{
    opacity: 0.95;
}

/* Remove bordas do tema */
#listagemProdutos .titulo-categoria.borda-principal{
    border: none !important;
    box-shadow: none !important;
}



/* =========================
   campo de quantidade
========================= */

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho{
    width: 110px !important;
    height: 44px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 44px;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
}





/* =========================
   Título/Preço - Vitrines
========================= */

/* Nome do produto */
#corpo .listagem .nome-produto{
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.45;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
    margin-bottom: 8px;
    text-align: left !important;
}

/* Hover */
#corpo .listagem .nome-produto:hover{
    color:#022642;
}

/* Bloco de preço */
#corpo .listagem .preco-produto{
    text-align: left !important;
}

/* Preço */
#corpo .listagem .preco-promocional{
    display: block;
    font-size: 18px !important;
    font-weight: 700;
    color:#022642;
    line-height:1;
    text-align: left !important;
}

/* Preço antigo */
#corpo .listagem .preco-venda{
    text-align: left !important;
}

/* Parcelamento */
#corpo .listagem .preco-parcela{
    display:block;
    margin-top:6px;
    font-size:12px;
    color:#777;
    text-align:left !important;
}





/* ==========================================
   PÁGINA DO PRODUTO - PREÇO
========================================== */

/* Preço promocional */
.produto .acoes-produto .preco-produto .preco-promocional{
    font-size: 20px !important;
    font-weight: 700;
    color: #022642;
    line-height: 1;
    letter-spacing: -1px;
}

/* Preço de (riscado) */
.produto .acoes-produto .preco-produto .preco-venda{
    font-size: 15px !important;
    color: #999;
    margin-bottom: 6px;
}

/* Parcelamento */
.produto .acoes-produto .preco-produto .preco-parcela{
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}

.produto .acoes-produto .preco-produto .preco-parcela strong{
    font-weight: 600;
    color: #444;
}








