.bandeiras-produto .bandeira-promocao {
    background: #D42424;
    color:white;
    font-size: 16px;
    font-weight: bold;

}

.compre-junto__comprar button {
    background: var(--cor-secundaria);
}

@media only screen and (max-width: 767px){
    .conteudo-topo .menu.superior.visible-phone ul.nivel-um {
         height: 400px;
    }
}