/* ============================================================

   CONFIGURAÇÃO MESTRE - LOJA BLACK PREMIUM (VERSÃO TOTAL V3)

   ============================================================ */



/* 1. FUNDO E CORES GERAIS */

body, #corpo, .conteiner-principal, .secao-principal {

    background-color: #000000 !important;

    color: #ffffff !important;

    font-family: 'Open Sans', sans-serif !important;

}



/* CENTRALIZAÇÃO E COR DOS TÍTULOS (DESTAQUES/LANÇAMENTOS) */

.titulo-categoria, .titulo-categoria strong, .listagem .titulo-com-borda {

    color: #ffffff !important;

    text-align: center !important;

    display: block !important;

    margin: 20px auto !important;

    border: none !important;

}



/* Esconde textos desnecessários */

.bem-vindo, .fundo-secundario .titulo {

    display: none !important;

}



/* 2. CABEÇALHO "GLASS" (Efeito de Vidro) */

#cabecalho {

    background: rgba(0, 0, 0, 0.85) !important;

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

    border-bottom: 1px solid #222;

    position: sticky;

    top: 0;

    z-index: 999;

}



/* Barra de busca estilizada */

.busca {

    background: #111 !important;

    border: 1px solid #333 !important;

    border-radius: 50px !important;

}

.busca input {

    background: transparent !important;

    color: #fff !important;

    border: none !important;

    padding-left: 15px;

}

.busca button {

    background: transparent !important;

    color: #fff !important;

    right: 10px;

}



/* 3. VITRINE DE PRODUTOS PREMIUM (COM EFEITOS) */

.listagem .listagem-item {

    background-color: #111 !important;

    border: 1px solid #222 !important;

    border-radius: 15px !important;

    padding: 10px !important;

    margin-bottom: 20px;

    position: relative;

    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}



.listagem .listagem-item:hover {

    transform: translateY(-8px);

    border-color: #444 !important;

    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.08);

}



.listagem .listagem-item .imagem-produto::after {

    content: '';

    position: absolute;

    top: 0;

    left: -100%;

    width: 50%;

    height: 100%;

    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0) 100%);

    transform: skewX(-25deg);

    transition: none;

}

.listagem .listagem-item:hover .imagem-produto::after {

    left: 125%;

    transition: all 0.7s ease;

}



.imagem-produto img {

    border-radius: 10px;

}



.info-produto .titulo {

    color: #fff !important;

    font-size: 14px !important;

    margin-top: 10px;

}

.preco-promocional {

    color: #00ff88 !important;

    font-size: 20px !important;

    font-weight: 800 !important;

}

.preco-venda {

    color: #666 !important;

}



/* 4. BOTÕES DE COMPRA (ESTILO CÁPSULA) */

.botao-comprar {

    background: #ffffff !important;

    color: #000000 !important;

    border: none !important;

    border-radius: 50px !important;

    font-weight: bold !important;

    text-transform: uppercase !important;

    padding: 12px 0 !important;

    margin-top: 10px !important;

    transition: 0.3s !important;

}

.botao-comprar:hover {

    background: #00ff88 !important;

    transform: scale(1.03);

}



/* 5. SELOS E TAGS */

.tag-desconto {

    background: linear-gradient(135deg, #7000ff, #ff0055) !important;

    border-radius: 4px !important;

    font-size: 11px !important;

    padding: 4px 8px !important;

}



/* 6. CORREÇÃO TOTAL DO RODAPÉ */

#rodape {

    background-color: #080808 !important;

    border-top: 1px solid #222;

    color: #ffffff !important;

    padding: 40px 0 !important;

}

#rodape .titulo {

    color: #ffffff !important;

    border: none !important;

}

#rodape a, #rodape li, #rodape p, #rodape span {

    color: #bbbbbb !important;

}

#rodape .pagamento-selos img {

    filter: grayscale(100%) invert(1);

    opacity: 0.7;

}



/* 7. AJUSTE PARA DISPOSITIVOS MÓVEIS */

@media (max-width: 767px) {

    .listagem .listagem-item {

        margin: 5px !important;

        border-radius: 10px !important;

    }

    .preco-promocional {

        font-size: 18px !important;

    }

}



/* 8. BARRA DE ROLAGEM PERSONALIZADA */

::-webkit-scrollbar { width: 8px; }

::-webkit-scrollbar-track { background: #000; }

::-webkit-scrollbar-thumb { background: #00ff88; border-radius: 10px; }



/* 9. ESTILIZAÇÃO DO INSTAGRAM (NOVO) */

.redes-sociais {

    border: none !important;

    background: transparent !important;

    box-shadow: none !important;

}



.redes-sociais .titulo {

    color: #ffffff !important;

    margin-bottom: 15px !important;

}



.redes-sociais li i {

    background: #111 !important; /* Fundo do ícone */

    color: #ffffff !important;

    border-radius: 50% !important;

    padding: 10px !important;

    transition: 0.3s !important;

    border: 1px solid #333 !important;

}



.redes-sociais li:hover i {

    background: #00ff88 !important; /* Fica verde neon no hover */

    color: #000 !important;

    box-shadow: 0 0 15px #00ff88;

    border-color: #00ff88 !important;

}



/* Remove qualquer moldura branca do widget do Insta */

.instagram-moldura, .box-instagram {

    background: transparent !important;

    border: none !important;

}

/* Área do carrinho/checkout */
.pagina-carrinho,
.pagina-checkout,
#carrinho,
#checkout {
  color: #fff !important;
}

/* Linhas e textos do resumo (Frete/Total) */
.pagina-carrinho .resumo-compra,
.pagina-checkout .resumo-compra,
.pagina-carrinho .resumo-compra * ,
.pagina-checkout .resumo-compra * ,
.pagina-carrinho .total,
.pagina-checkout .total,
.pagina-carrinho .frete,
.pagina-checkout .frete {
  color: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Valores (normalmente ficam à direita) */
.pagina-carrinho .resumo-compra .valor,
.pagina-checkout .resumo-compra .valor,
.pagina-carrinho .resumo-compra .text-right,
.pagina-checkout .resumo-compra .text-right,
.pagina-carrinho .resumo-compra .pull-right,
.pagina-checkout .resumo-compra .pull-right {
  color: #00ff88 !important;
  font-weight: 800 !important;
}

/* Se alguma linha estiver sumindo por display none */
.pagina-carrinho .resumo-compra li,
.pagina-checkout .resumo-compra li {
  display: list-item !important;
}/* ============================================
   MENU HAMBÚRGUER PREMIUM - DESKTOP + MOBILE
   LOJA INTEGRADA
   ============================================ */

/* Esconde menu horizontal padrão */
#cabecalho .menu.superior,
#cabecalho .menu-categorias {
    display: none !important;
}

/* Força botão hamburguer aparecer sempre */
#cabecalho .btn-menu,
#cabecalho .menu-toggle,
#cabecalho .menu-responsivo {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ícone hamburguer branco */
#cabecalho .btn-menu i,
#cabecalho .menu-toggle i {
    color: #ffffff !important;
    font-size: 22px;
}

/* MENU LATERAL (quando abre) */
.menu.lateral,
.menu.superior.aberto,
.menu-responsivo.aberto {
    background: #000000 !important;
}

/* Links do menu */
.menu.lateral a,
.menu-responsivo a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Hover neon Mouttee */
.menu.lateral a:hover,
.menu-responsivo a:hover {
    color: #00ff88 !important;
}

/* Remove fundo branco que alguns temas colocam */
.menu.lateral,
.menu-responsivo,
.menu.superior {
    border: none !important;
    box-shadow: none !important;
}