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

.faixa-header-row{
    background: var(--cor-2);
    color: white;
}

.faixa-header a {
    color: white;
}

.faixa-header svg {
    filter: invert(1);
}

.badge{
    background-color: var(--cor-2) !important;
}

.menu-desktop #btn-cart a .badge{
    padding: 3px 5px !important;
}

.mega-dropdown:hover > a > .menu-text {
    color: var(--cor-2) !important;
}

.mega-dropdown li:hover > a, .mega-dropdown li:hover > a > .menu-link-l2-text {
    color: var(--cor-2) !important;
}

.mega-dropdown-menu .mega-cta{
    padding: 4px;
}

.mega-dropdown-menu .mega-cta-link{
    display: flex;
    justify-content: center;
}

body{
    background-color: white !important;
}

#tarja-slide {
    background: #f5f5f5;
}

#tarja-slide ul li{
    background-color: #f5f5f5;
    margin-bottom: 0px;
}

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

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

.img-cat:hover{
    border: 1px solid var(--cor-2);
}

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

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

.nome-prod-desktop{
    text-transform: uppercase;
}

/* MOBILE */
    @media(max-width: 768px){
        .img-cat{width: 130px !important; height: auto !important;}
        .produto .btn-carrinho{width: 100% !important;}
        .nome-prod-desktop{height: 37px !important;}
        .mobile-lateral p{color: white;}
        .mobile-lateral a{color: white !important;}
        .mobile-lateral i{color: white;}
    }

 @media(max-width: 768px){

#tarja-slide {
    padding: 12px 10px;
}

#tarja-slide ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}

#tarja-slide .col-xs-6{
    flex: 0 0 calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    width: calc(50% - 5px) !important;

    padding: 0 !important;
}

#tarja-slide li{
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 14px;
    padding: 14px 12px;
    min-height: 88px;
    border: 1px solid #f1f1f1;
}

#tarja-slide .icon{
    min-width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tarja-slide .icon svg{
    width: 30px !important;
    height: 30px;
}

#tarja-slide .text{
    line-height: 1.2;
}

#tarja-slide .first-line{
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
}

#tarja-slide .second-line{
    font-size: 12px;
    display: block;
}

}

@media(max-width: 375px){

    #tarja-slide {
        padding: 10px 8px;
    }

    #tarja-slide ul{
        gap: 8px !important;
    }

    #tarja-slide .col-xs-6{
        flex: 0 0 calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        width: calc(50% - 4px) !important;
    }

    #tarja-slide li{
        gap: 7px;
        padding: 12px 8px;
        min-height: 96px;
    }

    #tarja-slide .icon{
        min-width: 24px;
    }

    #tarja-slide .icon svg{
        width: 24px !important;
        height: 24px !important;
    }

    #tarja-slide .first-line{
        font-size: 12px;
        line-height: 1.05;
    }

    #tarja-slide .second-line{
        font-size: 12px;
        line-height: 1.15;
    }
}

