#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>* .carrinho>a, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>*>a, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>.busca {
    display: grid;
    grid-template-columns: 48px auto;
    align-items: center;
    color: white;
    font-size: 14px;
    line-height: 1.25;
}
.produto .nome-produto {
    color: rgb(0 0 0);
    font-size: 22px;
    font-weight: 500;
}
.produto .codigo-produto {
    font-size: 11px;
    padding: 15px 0;
    border-bottom: 1px solid #fd9606b3;
    margin-bottom: 20px;
}
body, body.tema-claro, body.tema-escuro {
    color: #010101;
}

.li-whatsapp i {
    font-size: 40px;
    color: #fff;
}

.li-whatsapp a {
    position: fixed;
    right: 20px;
    bottom: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 55px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #209142, #56d263);
    text-decoration: none;
    z-index: 99;
}

.banner.cheio+.row-fluid {
    margin-top: 1px;
}

h1 {
    text-transform: uppercase;
    font-weight: 600 !important;
}

#corpo .listagem .listagem-item a {
    text-transform: uppercase;
    line-height: 1.2em;
}

#cabecalho .menu-handler {
    color: var(--secundaria,#555);
}

#cabecalho:before {
    background: rgba(0,0,0, 0.5);
}