.wrap-logo-rodape {
    display: none !important;
}

.listagem-item .bandeira-promocao {
    display: none !important;
}



@media (min-width: 768px) {
    .listagem .imagem-produto .imagem-principal {
        width: auto !important; 
        max-width: 100%; 
        height: 225px !important;
    }
}


#rodape .span12.visible-phone li.help-footer a {
    padding: 9px 37px;
    text-align: center;
    display: table;
    margin-top: 17px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgb(255 255 255 / 22%);
    background-color: #BD8753;
}


.separator.fundo-principal {
    display: none !important;
}

.secao-banners .flexslider {
    border: none !important;
    border-radius: 0 !important;
    height: auto;
}

@media (max-width: 575.98px) { 

    .secao-banners .flexslider {
    border: none !important;
    border-radius: 0 !important;
    height: 470px;
}
}

@media (min-width: 768px){
.listagem .imagem-produto img {
    height: 225px ! IMPORTANT;
    object-fit: cover;
    width: auto !important;
}
}

@media (max-width: 575.98px) {
    .listagem .imagem-produto img {
        width: auto !important;
        object-fit: cover;
        height: auto !important;
    }
}