@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Abhaya+Libre:400,500,700&display=swap");




/* inicio central de atendimento */

/* Container que mantém o "Central de Atendimento" e o dropdown */
.menu-atendimento-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* O dropdown oculto */
.menu-atendimento-container .tooltip {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    width: 250px;
    z-index: 9999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Exibir ao passar o mouse */
.menu-atendimento-container:hover .tooltip {
    display: block;
}

/* Formatação do conteúdo */
.contato-topo { font-weight: bold; padding: 10px; }
.tooltip p { margin: 5px 0; font-size: 12px; }
.divider { border-bottom: 1px solid #eee; margin: 10px 0; }



/* fim central de atendimento */





/* inicio rodapé */


/* --- RODAPÉ: UNIFICAÇÃO EM LINHA ÚNICA --- */

/* --- RODAPÉ: LINHA ÚNICA FORÇADA --- */

/* 1. Força o container pai a ser uma linha única sem quebras */
#rodape .row-fluid {
    display: flex !important;
    flex-wrap: nowrap !important; /* MUDANÇA PRINCIPAL: não quebra linha */
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 20px !important; /* Diminuí um pouco o gap para caber mais conteúdo */
    width: 100% !important;
}

/* 2. Garante que todos os elementos (span) obedeçam ao Flexbox e não tenham float */
#rodape .span3, #rodape .span2, #rodape .span4 {
    float: none !important;
    width: auto !important;
    flex: 0 0 auto !important; /* Impede o esticamento */
    min-width: 120px !important; /* Ajuste para caber tudo */
    margin: 0 !important;
}

/* 3. Unifica os dois blocos row-fluid */
#rodape .row-fluid + .row-fluid {
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
}

/* 4. Cores e Fontes */
#rodape .titulo, #rodape h3 {
    color: #dfa13a !important;
    font-size: 16px !important; /* Reduzi levemente para caber melhor */
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

#rodape a, #rodape p, #rodape li {
    color: #333333 !important;
    font-size: 12px !important; /* Reduzi levemente para caber melhor */
    line-height: 20px !important;
}
/* fim rodapé */











/* --- LETREIRO DE FRETE (FIXO DURANTE O SCROLL) --- */
@media (min-width: 992px) {
    /* 1. Barra fixada no topo da tela */
    .frete-topo-desktop { 
        background-color: #000000 !important; 
        width: 100% !important; 
        height: 35px !important; 
        overflow: hidden !important; 
        position: fixed !important; /* Mantém a barra no topo durante o scroll */
        top: 0 !important; 
        left: 0 !important; 
        z-index: 999999 !important; 
        display: block !important; 
        border-bottom: 2px solid #ab8554 !important;
    }
    
    /* 2. Empurra o cabeçalho original para baixo para não ficar atrás da barra */
    #cabecalho, #meu-cabecalho-customizado, #bar-top {
        margin-top: 35px !important;
    }

    .texto-loop {
        display: flex !important;
        white-space: nowrap !important;
        animation: loop-infinito 20s linear infinite !important;
        margin: 0 !important;
        padding: 0 !important;
        align-items: center !important;
        height: 35px !important;
    }

    .texto-loop span {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px !important;
        text-transform: uppercase !important;
        color: #ffffff !important;
        display: inline-block !important;
        line-height: 35px !important;
        padding-right: 50px;
    }
    
    .texto-loop .destaque {
        color: #ab8554 !important;
        font-weight: 700 !important;
    }
}

@keyframes loop-infinito {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

@media (max-width: 991px) { 
    .frete-topo-desktop { display: none !important; } 
}













/* ==========================================
   CONFIGURAÇÕES GERAIS E TIPOGRAFIA
   ========================================== */
body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #ffffff;
    overflow-x: hidden;
}
img { max-width: 100%; }
a { transition: all 150ms ease; }
.caixa-sombreada, .conteiner-principal .conteiner {
    box-shadow: none;
    background-color: transparent;
}
.conteiner, .tema-pequeno .conteiner { max-width: 1274px; }
::-webkit-input-placeholder { color: #636363 !important; }
::-moz-placeholder { color: #636363 !important; }
:-ms-input-placeholder { color: #636363 !important; }

/* ==========================================
   CABEÇALHO E LOGO
   ========================================== */
#bar-top { width: 100%; padding-top: 40px; position: absolute; }
.tarja {
    position: relative;
    background: transparent !important;
    height: auto !important;
    padding: 15px 0;
    margin-top: 0;
}
#cabecalho {
    background-color: #ffffff !important;
    position: relative;
    z-index: 12;
    border-bottom: 1px solid #f2f2f2;
}
.logo {
    margin: 0 auto !important;
    text-align: center;
    display: flex;
    justify-content: center;
    background: none !important;
}
.logo a { height: auto; display: inline-block; }

#barraTopo { height: 55px; padding-top: 16px; background-color: #353535; }
#barraTopo a { color: #ffffff; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 500; }
#barraTopo .carrinho { border: solid 1px #dfa13a; }
#barraTopo .carrinho span, #barraTopo .carrinho strong { color: #dfa13a; }
#barraTopo .carrinho>a i { background: #dfa13a; }

/* ==========================================
   BARRA DE BUSCA E LUPA
   ========================================== */
#cabecalho .busca {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
}
#cabecalho .busca input {
    width: 100% !important;
    height: 45px !important;
    padding-left: 15px !important;
    padding-right: 50px !important; 
    border: 1px solid #d9d9d9 !important; 
    border-radius: 0 !important; 
    background: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px;
    color: #666666 !important;
    box-shadow: none;
}
#cabecalho .busca .botao {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    height: 45px !important;
    width: 45px !important;
    background: transparent !important;
    border: none !important;
    color: #3b3b3b !important;
}
#cabecalho .busca .botao:hover { background: #f5f5f5 !important; }

/* ==========================================
   MENUS
   ========================================== */
.menu.superior {
    background-color: transparent;
    height: 59px;
    position: relative;
    margin-top: 0px; /* Alterado de 5px para 0px */
    z-index: 50;
    text-align: center;
}
#cabecalho .menu .titulo {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Abhaya Libre', serif;
    margin: 10px 15px;
    letter-spacing: 1px;
}
#cabecalho .menu .titulo:hover { color: #dfa13a; }
#cabecalho .menu .nivel-dois {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
}
#cabecalho .menu .nivel-dois a { color: #555555; font-weight: 500; padding: 10px; }
#cabecalho .menu .nivel-dois a:hover { color: #dfa13a !important; background: #fdfbf7; }

/* ==========================================
   LISTAGEM DE PRODUTOS E GRADE (Evita a "tripa")
   ========================================== */
.listagem .produtos-carrossel .flex-viewport {
    height: auto !important;
    overflow: visible !important;
}
.listagem .produtos-carrossel ul.flex-direction-nav { display: none !important; }
.listagem .produtos-carrossel .listagem-linha {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    transform: none !important;
    margin-top: 20px !important;
}
.listagem .produtos-carrossel .listagem-linha li {
    width: 23% !important;
    margin: 0 1% 40px 1% !important;
    display: block !important;
    float: none !important;
    border: none;
    position: relative;
}
.listagem .info-produto {
    text-align: center;
    padding: 15px 5px 0 5px !important;
    border-top: 1px solid #e8e8e8 !important;
}

/* ==========================================
   CORES E TIPOGRAFIA DOS PRODUTOS
   ========================================== */
.pagina-inicial .listagem .listagem-item .nome-produto,
.listagem .listagem-item .nome-produto {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #666666 !important;
    text-transform: none !important; 
    min-height: 45px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
}

/* Preço Principal Destaque (Dourado/Mostarda) */
.preco-produto strong.titulo {
    color: #e4a13a !important; 
    font-size: 26px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif;
    display: block;
    margin-bottom: 5px;
}

/* Preço Parcelado */
.pagina-inicial .listagem .preco-parcela,
.listagem .preco-parcela {
    color: #888888 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
}
.pagina-inicial .listagem .preco-parcela strong,
.listagem .preco-parcela strong {
    color: #666666 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
}

/* Preço via PIX (Dourado Escuro) */
.pagina-inicial .listagem .desconto-a-vista,
.listagem .desconto-a-vista {
    color: #888888 !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
    background: transparent !important;
    margin-top: 5px !important;
}
.pagina-inicial .listagem .desconto-a-vista .cor-secundaria,
.listagem .desconto-a-vista .cor-secundaria {
    color: #a86d11 !important; 
    font-size: 17px !important;
    font-weight: 700 !important;
}




















/* --- BOTÕES POSICIONADOS SOBRE O PRODUTO (HOVER - CORREÇÃO DE SINTAXE) --- */

.listagem-item {
    position: relative !important;
}

/* 1. ÁREA DE CLIQUE DA IMAGEM (MAIS DETALHES) */
.listagem-item .produto-sobrepor {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 5 !important;
    background: transparent !important;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    overflow: hidden !important;
    text-indent: -9999px !important;
}

/* Texto que aparece visualmente no topo */
.listagem-item .produto-sobrepor::before {
    content: "MAIS DETALHES";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #dfa13a !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;
    border-radius: 0 !important;
    text-indent: 0 !important;
    display: block !important;
}

/* 2. BOTÃO "EU QUERO" */
.listagem-item .acoes-produto {
    position: absolute !important;
    bottom: 80px !important;
    left: 0 !important;
    width: 100% !important;
    height: 45px !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Estilo do botão "EU QUERO" */
.listagem-item .acoes-produto .botao-comprar {
    background: #3b3b3b !important;
    color: #ffffff !important;
    padding: 0 30px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
}

/* 3. HOVER: Mostra ambos os elementos */
.listagem-item:hover .produto-sobrepor,
.listagem-item:hover .acoes-produto {
    opacity: 1;
    visibility: visible;
}






/* --- CORREÇÃO DE ESTABILIDADE DO CARRINHO --- */

/* 1. Garante que o cabeçalho não corte o menu (sem esconder elementos) */
#cabecalho, .conteudo-topo { 
    overflow: visible !important; 
}

/* 2. Cria uma "ponte" invisível entre o botão e o menu dropdown */
.carrinho { 
    position: relative !important; 
    z-index: 999999 !important; 
}

/* 3. Estabiliza o menu para não sumir ao mover o mouse */
.carrinho .dropdown-menu { 
    display: none !important; /* Escondido por padrão */
    position: absolute !important; 
    top: 100% !important; 
    right: 0 !important; 
    z-index: 999999 !important; 
    background: #fff !important; 
    border: 1px solid #eee !important;
    padding: 15px !important;
    margin-top: 0 !important; /* Remove espaço morto */
}

/* 4. Ao passar o mouse no botão OU no menu, ele permanece visível */
.carrinho:hover .dropdown-menu, 
.carrinho .dropdown-menu:hover { 
    display: block !important; 
}

/* 5. Força o topo da página a ignorar barreiras invisíveis */
#bar-top {
    z-index: 999999 !important;
}


























