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

.navbar-nav>li>a{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

body {
    background-color: var(--cor-3) !important;
}

.newsletter button {
    background-color: var(--cor-2) !important;
    border-color: var(--cor-2) !important;
}

.icones-abaixo-do-banner {
    fill: var(--cor-1);
}

#tarja-slide .icon svg {
    width: 3.6em;
    height: 2.4em;
}

#tarja-slide ul li{background-color: transparent;}

#tarja-slide .first-line {
    font-size: 14px;
}

#tarja-slide .second-line {
    font-size: 11px;
}

@media (max-width: 430px) {
    .logo-mobile {
        width: 35%;}
    
    
    .col-md-1.container-icone-celular {
    display: flex;
    justify-content: center;
}

    .navbar-nav>li>a {background-color: transparent;}
    
    }

.centro .titulo-vitrine h2{text-transform: uppercase; font-weight: bolder;}

.pm-btn-carrinho {
    display: none;
}
    

.price-box .comprar-agora.pm-buy-dyn {
    background-color: white !important;
    background-image: none !important;
    border-color: #4cae4c !important;
}

.pm-buy-dyn {
    color: #4cae4c !important;
}

.price-box .comprar-agora i {
    margin-right: 3px;
    color: #4cae4c;
}

.btn-carrinho{
    display: none !important;
}

.btn-buy:hover {
    color: white !important;
    font-weight: bold;
}

@media (max-width: 992px) {
    .produto .botoes-area {
        display: flex;
        gap: 0px;}

        .btn-buy{
            display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
        }

.produto.custom-estilo{padding: 10px;}



    }