/* ==========================================================================
   1. DECLARAÇÃO DA FONTE URBANE
   ========================================================================== */
@font-face {
    font-family: 'Urbane';
    src: url('https://cdn.awsli.com.br/1080/1080230/arquivos/urbane-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Urbane';
    src: url('https://cdn.awsli.com.br/1080/1080230/arquivos/urbane-demibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Urbane';
    src: url('https://cdn.awsli.com.br/1080/1080230/arquivos/urbane-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* ==========================================================================
   2. APLICAÇÃO GLOBAL E LIMPEZA DE ESTILOS RESIDUAIS
   ========================================================================== */
html body {
    font-family: 'Urbane', sans-serif;
    color: #444444;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
}
html body #cabecalho, 
html body #corpo, 
html body #rodape,
html body .btn, 
html body input {
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
}

/* ==========================================================================
   3. TIPOGRAFIA E HIERARQUIA
   ========================================================================== */
html body h1, 
html body h2, 
html body h3, 
html body .titulo-categoria {
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
html body p {
    font-weight: 300;
    line-height: 1.6;
}

/* ==========================================================================
   4. COMPONENTES GERAIS (BOTÕES E LISTAGEM)
   ========================================================================== */
html body .botao-comprar, 
html body .btn-checkout,
html body .botao.principal {
    background-image: none !important;
    background-color: #1a1a1a !important;
    color: #ffffff !important;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
html body .listagem .nome-produto,
html body .listagem-item .nome-produto {
    font-family: 'Urbane', sans-serif !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    text-decoration: none;
    font-size: 14px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.3px !important;
}
html body .listagem .preco-venda,
html body .listagem-item .preco-venda {
    font-family: 'Urbane', sans-serif !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.5px !important;
}

/* ==========================================================================
   5. BANNERS FULL WIDTH E TARJA (Aplica-se a todas as telas)
   ========================================================================== */
html body .secao-banners .conteiner {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
html body .flexslider .slides img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block;
}
html body #banner-home .flexslider {
    margin: 0;
    border: none;
    background: transparent;
}
html body .secao-banners {
    margin-bottom: 0;
}
html body .banner-tarja,
html body #banner-tarja {
    margin: 15px 0; 
    padding: 0;
    overflow: hidden;
}
html body .banner-tarja img,
html body #banner-tarja img {
    max-height: 80px !important; 
    width: 100% !important;
    object-fit: cover; 
    display: block;
}

/* ==========================================================================
   6. REMOÇÃO DE ELEMENTOS DESNECESSÁRIOS
   ========================================================================== */
html body .barra-inicial {
    display: none !important; 
}

/* ==========================================================================
   💻 BLOCO EXCLUSIVO PARA COMPUTADORES (TELAS MAIORES QUE 980PX)
   ========================================================================== */
@media (min-width: 980px) {

    /* 7. AJUSTE DE LARGURA MÁXIMA EXPANDIDA DESKTOP */
    html body .conteiner,
    html body #cabecalho .conteiner, 
    html body #corpo .conteiner, 
    html body #rodape .conteiner {
        max-width: 2000px !important; 
        width: 100% !important;
        margin: 0 auto !important; 
        padding: 0 30px !important;    
        box-sizing: border-box !important;
    }

    /* 8. BARRA DE PESQUISA DESKTOP (MÉTODO SEGURO ANTIDISTORÇÃO) */
    #cabecalho .busca {
        position: relative !important;        
        display: block !important;            
        border: 1px solid #e0e0e0 !important; 
        background-color: #ffffff !important; 
        box-shadow: none !important;          
        height: 42px !important;              
        padding: 0 !important;                
        overflow: hidden !important;          
        border-radius: 0 !important;
        margin: 0 !important;
    }
    #cabecalho .busca form {
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important;
        display: block !important;
        position: relative !important;
    }
    #cabecalho .busca input,
    #cabecalho .busca .input-busca {
        width: 100% !important;               
        height: 100% !important;              
        max-width: 100% !important;
        font-family: 'Urbane', sans-serif !important; 
        font-weight: 300;                             
        font-size: 14px !important;
        color: #444444 !important;
        border: none !important;                      
        padding: 0 60px 0 15px !important;    
        background: transparent !important;
        box-sizing: border-box !important;     
        margin: 0 !important;
    }
    #cabecalho .busca .botao-busca,
    #cabecalho .busca button {
        position: absolute !important;        
        top: 0 !important;                    
        right: 0 !important;                  
        bottom: 0 !important;                 
        left: auto !important;                
        height: 100% !important;              
        width: 48px !important;               
        background-color: #1a1a1a !important;  
        background-image: none !important;    
        color: #ffffff !important;              
        border: none !important;                
        padding: 0 !important;                
        margin: 0 !important;                 
        cursor: pointer;
        border-radius: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #cabecalho .busca .botao-busca i,
    #cabecalho .busca button i,
    #cabecalho .busca button:before {
        margin: 0 !important; padding: 0 !important; font-size: 16px !important; position: static !important; display: inline-block !important;
    }
    #cabecalho .busca .botao-busca:hover,
    #cabecalho .busca button:hover {
        background-color: #c49a45 !important; background-image: none !important;
    }

    /* 9. MENU SUPERIOR LIMPO E EM LINHA ÚNICA */
    #cabecalho .menu.superior {
        background-color: #ffffff !important; 
        border-top: 1px solid #eaeaea;        
        border-bottom: 1px solid #eaeaea;     
        box-shadow: none !important;          
    }
    #cabecalho .menu.superior .nivel-um > li {
        border: none !important; background: none !important;           
    }
    #cabecalho .menu.superior .nivel-um > li > a {
        font-family: 'Urbane', sans-serif !important; 
        font-weight: 600 !important; font-size: 13px !important; color: #1a1a1a !important;                    
        text-transform: uppercase; letter-spacing: 0.5px !important;      
        padding: 15px 12px !important; border: none !important; transition: color 0.2s ease;                  
    }
    #cabecalho .menu.superior .nivel-um > li:hover > a {
        color: #c49a45 !important; 
    }

    /* 10. BARRA FLUTUANTE PREMIUM (MÉTODO SEGURO) */
    #cabecalho.fixed, .menu.flutuante, .barra-flutuante, .head-fixed {
        background-color: #ffffff !important; border-bottom: 1px solid #eaeaea !important; 
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important; 
    }
    #cabecalho.fixed *, .menu.flutuante *, .barra-flutuante * {
        font-family: 'Urbane', sans-serif !important; color: #1a1a1a !important;                   
    }
    #cabecalho.fixed .busca, .menu.flutuante .busca {
        position: relative !important; display: block !important; height: 36px !important; 
        border: 1px solid #e0e0e0 !important; background-color: #ffffff !important;
        box-shadow: none !important; padding: 0 !important; overflow: hidden !important; margin: 0 !important;
    }
    #cabecalho.fixed .busca input, .menu.flutuante .busca input {
        width: 100% !important; height: 100% !important; font-size: 13px !important; padding: 0 50px 0 12px !important;
        margin: 0 !important; border: none !important; box-sizing: border-box !important; background: transparent !important;
    }
    #cabecalho.fixed .busca button, .menu.flutuante .busca button {
        position: absolute !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: auto !important;
        background-color: #1a1a1a !important; background-image: none !important; color: #ffffff !important; height: 100% !important; 
        width: 40px !important; padding: 0 !important; margin: 0 !important; display: flex !important; align-items: center !important;
        justify-content: center !important; border: none !important; border-radius: 0 !important;
    }
    #cabecalho.fixed .busca button:hover, .menu.flutuante .busca button:hover {
        background-color: #c49a45 !important; background-image: none !important;
    }
}

/* ==========================================================================
   📱 11. RESPONSIVIDADE PARA TABLETS E CELULARES
   ========================================================================== */
@media (max-width: 979px) {
    html body .conteiner {
        padding: 0 15px !important;
    }
    html body #rodape .row-fluid > div {
        margin-bottom: 25px !important;
    }
    html body #rodape .links-rodape,
    html body #rodape .redes-sociais,
    html body #rodape .copyright {
        text-align: center !important;
    }
    html body #rodape .redes-sociais i {
        font-size: 18px !important; 
    }
}

/* ==========================================================================
   12. CUSTOMIZAÇÃO DOS CARDS DE PRODUTO (VITRINE MINIMALISTA PREMIUM)
   ========================================================================= */
html body .listagem .listagem-item,
html body .listagem-linha > li,
html body .listagem .produto-elemento,
html body .componente-vitrine .listagem-item {
    border-right: none !important;       
    border-left: none !important;        
    background-image: none !important;   
}
html body .listagem-item .botao-espiar,
html body .listagem-item .btn-espiar,
html body .listagem-item .quick-view,
html body .listagem-item .ver-mais,
html body .produto-elemento .bandeira-espiar,
html body .produto-elemento .quickview,
html body .produto-elemento i.icon-search {
    display: none !important;
}

/* ==========================================================================
   13. REMOÇÃO DA SEÇÃO DE NEWSLETTER (OFERTAS ESPECIAIS - BLINDADO)
   ========================================================================= */
html body .newsletter,
html body #newsletter,
html body .componente-newsletter,
html body .fundo-newsletter,
html body #rodape .newsletter,
html body #rodape .fundo-newsletter,
html body .barra-newsletter,
html body #barra-newsletter,
html body .newsletter-rodape,
html body .box-newsletter,
html body #box-newsletter,
html body .secao-newsletter,
html body #rodape .newsletter-content {
    display: none !important;
}

/* ==========================================================================
   14. SUPORTE PARA ANIMAÇÕES JAVASCRIPT (SCROLL REVEAL E CARRINHO)
   ========================================================================= */
html body .listagem .listagem-item {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html body .listagem .listagem-item.revelado {
    opacity: 1;
    transform: translateY(0);
}
@keyframes pulsoCarrinho {
    0% { transform: scale(1); }
    50% { transform: scale(1.25); color: #c49a45 !important; }
    100% { transform: scale(1); }
}
.animar-carrinho {
    animation: pulsoCarrinho 0.5s ease-in-out;
}

/* ==========================================================================
   15. CUSTOMIZAÇÃO DOS BANNERS (FLEXSLIDER PREMIUM MINIMALISTA)
   ========================================================================= */
html body .flex-control-nav {
    bottom: 25px !important;               
    right: 40px !important;
    left: auto !important;                 
    width: auto !important;
    text-align: right !important;
    padding: 0 !important;
    z-index: 10 !important;
}
html body .flex-control-nav li {
    display: inline-block !important;
    margin: 0 6px !important;
}
html body .flex-control-nav li a {
    width: 24px !important;                
    height: 3px !important;                
    background: rgba(255, 255, 255, 0.4) !important; 
    box-shadow: none !important;
    text-indent: -9999px !important;
    display: block !important;
    cursor: pointer !important;
    border-radius: 0 !important;           
    border: none !important;
    transition: all 0.3s ease !important;
}
html body .flex-control-nav li a.flex-active,
html body .flex-control-nav li a:hover {
    background: #ffffff !important;        
    width: 36px !important;                
}
html body .flex-direction-nav a {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(26, 26, 26, 0.1) !important; 
    color: #ffffff !important;
    text-shadow: none !important;
    line-height: 50px !important;
    border-radius: 0 !important;
    transition: all 0.2s ease !important;
}
html body .flex-direction-nav a:hover {
    background-color: #1a1a1a !important;   
    color: #ffffff !important;
}

/* ==========================================================================
   16. PROTEÇÃO DE ÍCONES DO TEMA E CORREÇÃO DO BOTÃO WHATSAPP
   ========================================================================= */
[class^="icon-"], [class*=" icon-"],
[class^="fa-"], [class*=" fa-"],
#rodape .redes-sociais i,
#cabecalho .busca button i,
.fa {
    font-family: 'FontAwesome' !important;
}

[class*="whatsapp"] i:before,
[class*="wpp"] i:before,
#whatsapp-flutuante i:before,
.btn-whatsapp i:before,
.link-whatsapp i:before,
.icone-whatsapp:before {
    content: "" !important;
    display: inline-block !important;
    width: 26px !important;                 
    height: 26px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-117zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    vertical-align: middle !important;
}