#tarja-slide ul{display: flex !important; justify-content: center !important;align-items: center !important; flex-wrap: wrap !important; list-style-type: none !important;}

.badge {
    padding: 3px 5px !important;
    right: 35px;
}

.logo {
    max-height: 95px;
}

body{
    background-color: white !important;
}

.footer-1-2 {
    background: var(--cor-2);
}

@media (max-width: 992px) {
    .logo-mobile {
        width: 35%;
    }
}

@media (max-width: 992px) {
    .icone-sacola {
        stroke: var(--cor-1);
    }
}

@media (max-width: 992px) {
    .icone-burguer-mobile {
        fill: var(--cor-1);
    }
}

@media (max-width: 992px) {
    .navbar-nav>li>a {
        background-color: transparent;
    }
    .produto .botoes-area{
        flex-direction: column;
    }
    .produto .btn-carrinho{
        width: 100% !important;
    }
    .nome-prod-desktop{
        height: 37px !important;
    }
}

img[alt="Visual e-commerce"] {
display: none;
}