/*
==================================================================
====================== AJUSTE DE LAYOUT DO CABEÇALHO (HEADER) ======================
==================================================================
*/

#cabecalho > .conteiner > .row-fluid {
    max-width: 90%;
    margin: 0 auto;
}

/*
==================================================================
================ NOVO: FAIXA DE FRETE GRÁTIS NO TOPO ================
==================================================================
*/

body::before {
    content: 'FRETE GRÁTIS PARA TODO BRASIL EM COMPRAS ACIMA DE R$1000';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    background-color: #004aab;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}

/* ... (O restante do seu CSS continua exatamente como estava) ... */

/*
==================================================================
====================== REMOVER SOMBRA DO MENU SUPERIOR ======================
==================================================================
*/

.menu.superior {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

/*
==================================================================
====================== BARRA DE PESQUISA ARREDONDADA - CORRIGIDA ======================
==================================================================
*/

/* Container da busca */
#cabecalho #form-buscar {
    display: flex !important;
    align-items: center !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    background-color: #fff !important;
    transition: all 0.3s ease;
}

#cabecalho #form-buscar:focus-within {
    border-color: #004aab !important;
    box-shadow: 0 0 0 3px rgba(0, 74, 171, 0.1) !important;
}

/* Campo de busca */
#cabecalho #auto-complete {
    border: none !important;
    border-radius: 0 !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    outline: none !important;
    flex: 1 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* BOTÃO DE BUSCA COM BORDA E NOVO ARREDONDAMENTO */
#cabecalho .botao-busca {
    border: 2px solid #004aab !important;
    border-radius: 15px !important;
    background-color: #004aab !important;
    color: white !important;
    padding: 1px 30px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-sizing: content-box !important;
}

#cabecalho .botao-busca:hover {
    background-color: #003380 !important;
    border-color: #003380 !important;
}

/* Ícone dentro do botão de busca */
#cabecalho .botao-busca i,
#cabecalho .botao-busca::before {
    font-size: 16px !important;
    line-height: 1 !important;
}

/* CENTRALIZAR PRODUTOS NAS VITRINES */
#listagemProdutos .produtos-carrossel .listagem-linha > ul {
    justify-content: center !important;
}

/*
==================================================================
====================== PÁGINA INICIAL ======================
==================================================================
*/

/* NEWSLETTER */
.componente.newsletter .interno {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.componente.newsletter .titulo {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 8px;
    margin-top: 30px;
}
.componente.newsletter .texto-newsletter {
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
    color: #6c757d;
}
.componente.newsletter .input-conteiner { 
    display: flex;
    max-width: 500px; 
    margin: 15px auto 0;
    border: 1px solid #ccc; 
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff; 
}
.componente.newsletter .input-conteiner input[name="email"] { 
    border: none !important; 
    height: 45px; 
    flex-grow: 1;
    padding: 0 15px; 
    font-size: 14px; 
}
.componente.newsletter .input-conteiner input[name="email"]:focus { 
    outline: none; 
    box-shadow: none; 
}
.componente.newsletter .botao.newsletter-assinar { 
    background-color: #28a745;
    border: none; 
    border-radius: 0; 
    width: auto; 
    height: 45px; 
    padding: 0 25px; 
    text-transform: uppercase; 
    font-size: 14px; 
    font-weight: bold; 
    color: white; 
    transition: background-color 0.3s ease; 
}
.componente.newsletter .botao.newsletter-assinar:hover { 
    background-color: #218838;
}
.componente.newsletter .botao.newsletter-assinar:before { 
    content: "INSCREVER"; 
    font-family: 'Raleway', sans-serif;
}
.componente.newsletter .botao.newsletter-assinar.icon-chevron-right { 
    font-size: 0;
}

/* RODAPÉ - CENTRALIZAÇÃO DEFINITIVA */
#rodape .pagamento-selos .row-fluid {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 40px;
}
#rodape .pagamento-selos .row-fluid > div {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}
#rodape .pagamento, #rodape .selos {
    text-align: center;
}
#rodape .pagamento ul, #rodape .selos ul {
    justify-content: center;
}

/*
==================================================================
====================== PÁGINA DE PRODUTO ======================
==================================================================
*/

.info-principal-produto h1.nome-produto {
    font-size: 28px !important;
    font-weight: 700;
    line-height: 1.3;
}
.info-principal-produto .codigo-produto {
    font-size: 14px;
    color: #999;
    margin-bottom: 25px;
}
.info-principal-produto .preco-de .preco-venda {
    font-size: 18px !important;
}
.info-principal-produto .preco-promocional {
    font-size: 34px !important;
    font-weight: 700 !important;
    color: #28a745 !important;
}
.info-principal-produto .preco-parcela, .info-principal-produto .preco-parcela strong {
    font-size: 18px !important;
}
#produto-quantidade-comprar {
    margin: 25px 0;
}
#produto-quantidade .quantidade-input {
    height: 52px;
    width: 80px;
    font-size: 20px;
    border-radius: 8px;
}
#produto-comprar .botao-comprar {
    width: 100%;
    height: 60px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 4px 15px rgba(40, 169, 69, 0.3);
    transition: all 0.2s ease-in-out;
}
#produto-comprar .botao-comprar:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(40, 169, 69, 0.4);
}
#produto-compartilhar-wishlist {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
#produto-compartilhar-wishlist .adicionar-favorito,
#produto-compartilhar-wishlist .produto-compartilhar-whatsapp,
#produto-compartilhar-wishlist .produto-compartilhar-gostar {
    flex: 1;
    min-width: 150px;
}
#produto-compartilhar-wishlist a, #produto-compartilhar-wishlist .fb-like {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    padding: 0 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.produto-compartilhar-whatsapp a {
    background-color: #25D366 !important;
    color: white !important;
}
.produto-compartilhar-whatsapp a:hover {
    opacity: 0.85;
}
.adicionar-favorito a {
    background-color: #f0f2f5 !important;
    color: #333 !important;
    border: 1px solid #e0e0e0;
}
.adicionar-favorito a:hover {
    background-color: #e4e6e9 !important;
}
#produto-compartilhar-wishlist a i {
    font-size: 18px;
    margin-right: 8px;
}
.frete {
    margin-top: 25px;
}
.frete .input-append .cep {
    height: 48px;
    font-size: 16px;
    border-radius: 8px 0 0 8px !important;
}
.frete .input-append .botao {
    height: 48px;
    border-radius: 0 8px 8px 0 !important;
    font-size: 14px;
}
.parcelas-produto {
    margin-top: 25px;
    border: 1px solid #f0f0e0;
    border-radius: 8px;
    padding: 20px;
    background-color: #fafafa;
}
#secao-depoimentos {
    margin-top: 30px;
    padding-bottom: 40px;
}
.depoimentos-carrossel .slick-slide {
    padding: 0 15px;
}
.depoimento-card {
    text-align: center;
    padding: 30px 25px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    background-color: #fafafa;
    height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.depoimento-imagem {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.depoimento-texto {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    font-style: italic;
    flex-grow: 1;
}
.depoimento-nome {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-top: 20px;
}
.depoimento-local {
    font-size: 14px;
    color: #888;
}
.depoimentos-carrossel .slick-dots li button:before {
    font-size: 12px;
    color: #004aab;
}
.depoimentos-carrossel .slick-dots li.slick-active button:before {
    color: #004aab;
    opacity: 1;
}
.banner.vitrine img {
    border-radius: 15px !important;
}

/*
==================================================================
====================== RESPONSIVIDADE ======================
==================================================================
*/

@media screen and (max-width: 768px) {
    body::before {
        display: none !important;
    }
    .componente.newsletter .input-conteiner {
        flex-direction: column;
        max-width: 300px;
    }
    .componente.newsletter .input-conteiner input[name="email"] {
        border-radius: 8px 8px 0 0;
        height: 40px;
    }
    .componente.newsletter .botao.newsletter-assinar {
        border-radius: 0 0 8px 8px;
        height: 40px;
    }
    
    /* NOVO: Ajuste específico para mobile */
    .conteudo > .row-fluid {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    /* NOVO: Ocultar banner vitrine no mobile */
    .row-fluid.banner.vitrine.hidden-phone {
        display: none !important;
    }
    
    /* NOVO: Ocultar componente insta-sel no mobile */
    .insta-sel.slick-initialized.slick-slider {
        display: none !important;
    }
    
    /* NOVO: Ajustar padding do botão de busca no mobile */
    #cabecalho .botao-busca {
        padding: 4px 5px !important;
    }
}