/* HEADER PRETO PREMIUM */
#cabecalho {
  background: linear-gradient(180deg, #000 0%, #0b0b0b 100%) !important;
  border-bottom: 1px solid #1a1a1a;
}

/* Campo de busca */
#cabecalho .busca input {
  background: #111 !important;
  border: 1px solid #222 !important;
  color: #fff !important;
}

/* Placeholder */
#cabecalho .busca input::placeholder {
  color: #888 !important;
}

/* Ícone da lupa dentro da busca */
#cabecalho .busca button,
#cabecalho .busca i {
  color: #fff !important;
}

/* Foco na busca */
#cabecalho .busca input:focus {
  border-color: #FDFDFD !important;
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.3);
}
/* FUNDO DO RODAPÉ */
#rodape {
  background: #000 !important;
  border-top: 1px solid #111;
}

/* Containers internos */
#rodape .conteiner {
  background: #000 !important;
}
/* Textos do rodapé */
#rodape,
#rodape p,
#rodape span,
#rodape a {
  color: #ffffff !important;
}

/* Links com hover elegante */
#rodape a:hover {
  color: #8B8B8B !important; /* cinza sutil */
  
}

/* LOGO MAIOR NO TOPO */
#cabecalho .logo a img {
    max-height: 150px !important;  /* tamanho do logo */
    width: auto !important;
}

/* Ajuste fino de alinhamento vertical */
#cabecalho .logo {
    padding: 0px 0 !important;
}
/* --- ICONES DE UTILIDADE (CARRINHO, CONTA, CHAT) --- */

/* --- OPÇÃO B: Fundo Cinza Claro e Texto Preto (Recomendado para leitura) --- */

.menu.superior {
    background-color: #f5f5f5 !important; /* Fundo Cinza Claro (Off-White) */
}

.menu.superior a,
.menu.superior .nivel-um > li > a {
    color: #000000 !important; /* Texto Preto (legível no fundo claro) */
    font-weight: bold;
}

/* Garante o hover do menu */
.menu.superior a:hover {
    color: #8B8B8B !important; /* Hover cinza para interatividade */
    background-color: #eee !important;
}
/* --- CORREÇÃO DO HOVER NA CATEGORIA (OPÇÃO 1: Fundo claro, Texto cinza) --- */

.menu.superior a:hover,
.menu.superior .nivel-um > li > a:hover {
    color: #272525 !important;         /* Texto fica Vermelho */
    background-color: transparent !important; /* Fundo transparente bem suave (se quiser um fundo) */
    /* Se quiser que o fundo do hover seja transparente (para manter o fundo da barra), comente a linha acima */
    /* background-color: transparent !important; */
}
/* --- TÍTULO PRINCIPAL DA LISTAGEM DE PRODUTOS --- */

/* Alvo para o título da seção (ex: "MAIS VENDIDOS") */
.secao-titulo,
h2.titulo-secao,
.listagem-produtos h2,
.listagem-destaque h2 { /* Tenta cobrir diferentes seletores comuns */
    color: #000000 !important;   /* Cor do texto: Preto */
    background-color: transparent !important; /* Garante que não tenha fundo colorido */
    text-transform: uppercase;   /* Opcional: Letras maiúsculas */
    letter-spacing: 2px;         /* Opcional: Espaçamento entre letras */
    font-weight: bold;           /* Opcional: Negrito */
}
/* --- BORDAS ARREDONDADAS NOS CARDS DE PRODUTO --- */

.listagem-item {
    border-radius: 10px !important;     /* Bordas mais arredondadas (ajuste o valor) */
    border: 1px solid #e0e0e0 !important; /* Borda sutil cinza claro */
    background-color: #FFFFFF !important; /* Fundo branco para os cards, para contrastar com o texto preto */
    padding: 5px !important;           /* Espaçamento interno */
    transition: all 0.3s ease;          /* Transição suave para o hover */
}

/* Garante que a imagem dentro do card também respeite o arredondamento na parte de cima */
.listagem-item .imagem-produto img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Efeito ao passar o mouse */
.listagem-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* Sombra suave para destacar */
    transform: translateY(-3px);            /* Levanta um pouco o card */
    border-color: #000000 !important;       /* Borda Vermelha no hover */
}

/* Nome do produto em preto para leitura */
.info-produto .nome-produto {
    color: #000000 !important; 
    font-weight: normal !important; /* Tira o negrito pesado se tiver */
}

/* Preço em vermelho para destaque */
.info-produto .preco-por {
    color: #000000 !important;
    font-weight: bold !important;
}

/* Preço via PIX/Desconto */
.info-produto .preco-pix,
.info-produto .preco-promocional {
    color: #555555 !important;
}
/* --- CSS PARA TORNAR O VÍDEO DO YOUTUBE RESPONSIVO --- */
.video-responsivo {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.video-responsivo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #000000; /* Borda Vermelha para destaque (Chic!) */
    border-radius: 5px;
}


/* DOIS PRODUTOS VITRINE */
@media (max-width: 768px){#listagemProdutos > ul{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start}#listagemProdutos > ul li.listagem-linha ul{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center}#listagemProdutos > ul li.listagem-linha ul li{width:50%;margin:0 0 10px}.listagem.com-caixa .listagem-item{border:0}.listagem.com-caixa .listagem-item .imagem-produto{border:0;padding:0}.listagem .listagem-item .info-produto{border:none!important;padding:5px 0} .busca .botao-busca{padding:5px 14px!important}.listagem .listagem-item .acoes-produto-responsiva,#btn-top{display:none!important}}

 /* Menu Insta */
@media screen and (max-width: 767px) {
    /* Item 1: Baixos (Index 0) */
    #menuinsta li[data-slick-index="0"] > a:before {
        background-image: url("https://cdn.awsli.com.br/2877/2877669/arquivos/baixos-2.png") !important;
    }

    /* Item 2: Pedais (Index 1) */
    #menuinsta li[data-slick-index="1"] > a:before {
        background-image: url("https://cdn.awsli.com.br/2877/2877669/arquivos/pedais-2.png") !important;
    }

    /* Item 3: Amplificadores (Index 2) */
    #menuinsta li[data-slick-index="2"] > a:before {
        background-image: url("https://cdn.awsli.com.br/2877/2877669/arquivos/amplificadores-2.png") !important;
    }

    /* Item 4: Encordoamentos (Index 3) */
    #menuinsta li[data-slick-index="3"] > a:before {
        background-image: url("https://cdn.awsli.com.br/2877/2877669/arquivos/encordoamentos-png.png") !important;
    }

    /* Item 5: Palhetas (Index 4) */
    #menuinsta li[data-slick-index="4"] > a:before {
        background-image: url("https://cdn.awsli.com.br/2877/2877669/arquivos/palhetas-png.png") !important;
    }
}

@media (max-width: 767px) {

    /* LOGO MAIOR NO TOPO - MOBILE */
    #cabecalho .logo a img {
        max-height: 200px !important; 
        width: auto !important;
    }

    /* Ajuste fino de alinhamento vertical - MOBILE */
    #cabecalho .logo {
        padding: 1px 0 !important;
    }

}
/* BORDA DO MENU BUSCA */

@media only screen and (max-width: 768px) {
.conteudo-topo .busca-mobile {
border-radius: 25px;
}
}

@media screen and (max-width: 768px) {

/* Remove borda entre os ícones */

.atalhos-mobile li {
    border-right: 0px;
    border-left: 0px;
}
.listagem .titulo-categoria {
font-size: 28px;
margin: 0px 0 0;
padding: 10px 0;
text-align: center;
}
}

/* AJUSTE DE BUSCA - SOMENTE MOBILE */
@media screen and (max-width: 767px) {
    
     /* Faz o container da busca permitir posicionamento absoluto dentro dele */
    #cabecalho .busca {
        position: relative !important;
        margin: 0px 0 !important;
    }

    /* Aumenta a caixa de texto e cria espaço na direita para a lupa */
    #cabecalho .busca input[type="text"] {
        height: 45px !important; /* Altura da caixa */
        padding-right: 45px !important; /* Espaço para a lupa não ficar em cima do texto */
        width: 90% !important;
        box-sizing: border-box !important;
    }

    /* Coloca a lupa dentro da caixa no canto direito */
    #cabecalho .busca .botao-busca {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        height: 53px !important; /* Mesma altura da caixa */
        width: 100px !important;
        background: transparent !important; /* Remove fundo cinza/preto se houver */
        border: none !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Garante que o ícone da lupa esteja visível e centralizado */
    #cabecalho .busca .botao-busca i {
        color: #FFFFFF !important; /* Cor da lupa branca */
        font-size: 18px !important; /* Tamanho da lupa */
        margin: 0 !important;
    }
}

/* Remove a barra superior de ícones apenas no Mobile */
@media screen and (max-width: 767px) {
}
a, a:hover, a:focus, .cor-principal, .menu a:hover, .atributo-comum a:hover span, .atributo-comum .active a span {color: #686868;} /* Cor Principal - Textos e Links */
.fundo-principal, .botao.principal, .botao.principal:hover, .menu li:hover > a .fundo-secundario, .flex-control-paging li a.flex-active, .dropdown-menu > li > a:hover, .filtro.lista ul li label:hover, .filtro.lista ul li.active label , .menu-simples li a:hover, .menu-simples li.active a {background-color: #000000;} /* Cor Principal - Background */
.borda-principal, .atributos ul li a:hover, .atributos ul li.active a, .tema-scuro .nav-tabs li.active a, .elastislide-carousel ul li.active a { border-color: #686868; } /* Cor Principal - Bordas */



:root {
}

@media screen and (max-width: 767px) {
  .atalhos-mobile {
        border-color: transparent;
        border: none;
        background-color: #000;
        height: 45px;
        box-shadow: 0 0 9px 1px #00000029
    }
    
    .botao {
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    border-bottom-color: rgba(0,0,0,0.2);
    color: #555;
    font-size: 14px;
    line-height: normal;
    text-transform: none;
    padding: 6px 14px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    background-color: #FFF;
    background-image: #0b0b0b;
    white-space: nowrap
}
}

#rodape .institucional {
	background-color: #0000;
	background-position: top center;
	background-repeat: repeat;
}

@media screen and (max-width: 767px) {
 div#menuinsta {
        margin: 10Px 0 0px
    }
}