#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-1);
    color: white !important;
}

.faixa-header a {
    color: white;
}

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

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

.faixa-header a:hover {
    color: var(--cor-2);
}

body{
    background-color: white !important;
}

.img-cat{
    border: none !important;
    width: 100% !important;
    border-radius: 0px !important;
    height: auto !important;
}

.text-cat{
    display: none;
}

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

.selos{
  position: absolute;
  top: 8px;
  right: auto;
  background: var(--cor-3);
  color: #fff;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 999px;
  letter-spacing: .5px;
  z-index: 3;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.selo-l{border-radius: 4px; background-color: var(--cor-2); position: absolute; padding: 8px; font-weight: 600; letter-spacing: 1px;}
.selo-r{border-radius: 4px; background-color: var(--cor-2); position: absolute; padding: 8px; font-weight: 600; letter-spacing: 1px; right: 15px; }

.selo-l{ left: 8px; right: auto; }
.selo-r{ right: 8px; left: auto; }

#tarja-slide{
    background: none;
    margin-bottom: 0px !important;
}

.newsletter{
    margin-top: 0px;
}

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

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

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

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

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

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

@media (max-width: 768px){
    .produto .botoes-area{flex-direction: column;}
    .produto .btn-carrinho{width: 100% !important;}
}

/* tarja-slide */
@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;
    box-shadow:
    0 4px 14px rgba(0,0,0,.06);
    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;
    }
}
/*muda cor de fundo da flechinha banner owl-prev para branco*/
.owl-prev{
    background-color: white !important;
}
.owl-next{
    background-color: white !important;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    border-radius: 0px !important;
    margin: 0px !important;
    padding: 3px 5px !important;
    /* background: transparent !important; */
    background-color: white !important;
    
}

/* fim tarja */