body {
    background-color: #ffffff !important;
    color: #000000 !important;
}

#cabecalho, .conteudo-topo, .barra-inicial, header, .cabecalho, #cabecalho .menu.superior, #cabecalho .nivel-um {
    background-color: #121212 !important; 
    background: #121212 !important;
    border-bottom: 1px solid #8A2BE2 !important;
}

#cabecalho *, .conteudo-topo *, .menu.superior * {
    color: #ffffff !important;
}

.menu.superior .nivel-um > li {
    border-right: 1px solid rgba(138, 43, 226, 0.4) !important;
}

.menu.superior .nivel-um > li:last-child {
    border-right: none !important;
}

.conteudo-topo .busca {
    background: #1e1e1e !important; 
    border: 1px solid #333333 !important; 
    border-radius: 50px !important; 
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 5px 0 !important;
}

.conteudo-topo .busca input {
    background: transparent !important; 
    color: #ffffff !important; 
    border: none !important;
    padding: 0 45px 0 20px !important; 
    height: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.conteudo-topo .busca .botao-busca {
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: none !important;
    border: none !important;
    color: #8A2BE2 !important; 
    font-size: 18px !important;
    z-index: 10 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.listagem .span3 .produto-corpo {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #eeeeee !important;
}

.preco-venda { color: #8A2BE2 !important; font-weight: 800 !important; }

.botao-comprar {
    background-color: #8A2BE2 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
}

.newsletter {
    background-color: #121212 !important; 
    padding: 40px 0 !important;
    border-top: 1px solid #8A2BE2 !important;
}

.newsletter * { color: #ffffff !important; }

.newsletter input {
    border-radius: 50px !important; 
    background-color: #1e1e1e !important;
    color: #ffffff !important;
}

#rodape { background-color: #ffffff !important; }

#rodape *, #rodape a, #rodape span { color: #333333 !important; }

#rodape .redes-sociais i { color: #8A2BE2 !important; }

#corpo .banner-rotativo, #corpo .flexslider, .flexslider.banner {
    max-height: 280px !important; 
    overflow: hidden !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
}

#corpo .banner-rotativo img, .flexslider.banner img {
    object-fit: cover !important;
    height: 280px !important; 
    width: 100% !important;
}

@media only screen and (max-width: 767px) {
    #corpo .banner-rotativo, .flexslider.banner {
        max-height: 150px !important;
    }
    #corpo .banner-rotativo img, .flexslider.banner img {
        height: 150px !important;
    }
}