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

.faixa-head {
    background: var(--cor-1);
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}

a.login-header {
    flex-direction: column;
    display: flex !important;
    align-items: center;
    gap: 3px;
    color: var(--cor-1) !important;
    font-weight: bold !important;
}

a.favoritos-header {
    flex-direction: column;
    display: flex !important;
    align-items: center;
    gap: 3px;
    color: var(--cor-1) !important;
    font-weight: bold !important;
    background: none;
    padding: 0px;
}

a#header-cart-button {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: var(--cor-1) !important;
    font-weight: bold;
}

li.d-flex.justify-around{
    justify-content: space-between;
}

.menu-desktop .top-login .form_header_busca .input-group {
    border-bottom: none !important;
    padding: 3px 0px 3px 12px;
    border: 1px solid var(--cor-1) !important;
    border-radius: 5px !important;
}

.menu-desktop .top-login .form_header_busca .input-group::after{
    display: none;
}

.menu-desktop .form_header_busca{
    margin: 0;
}

.btn-busca{
    margin-right: 8px;
}

.login-header span {
    display: block;
    max-width: 90px;
    white-space: normal;
    overflow-wrap: break-word;
    line-height: 1.15;
    text-align: center;
}

.ul-todas-categorias > li.menu-item-root:nth-of-type(n + 8) {
    display: none !important;
}

.navbar-nav>li>a{
    font-size: 13px;
    flex-direction: row;
    gap: 5px;
    height: 40px;
}

.menu-link-root .menu-text{
    font-weight: normal;
}

.menu-item-root:hover > a.menu-link-root .menu-text {
    color: #fff !important;
    opacity: 0.8;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li:hover>a{
    color: white;
    opacity: 0.8;
}

.nav>li:hover>a img, .nav>li>a:focus img {
    filter: invert(1) !important;
}

.navbar-nav>li {
    height: 50px;
}

.navbar-nav {
    height: 50px !important;
}

.mega-menu{
    min-height: 50px !important;
}

.navbar-nav>li>a::after{
    display: none;
}

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    background: var(--cor-1);
    max-height: 300px;
    overflow-y: auto;
    gap: 0px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.7) transparent;
}

.dept-title-l1 {
    font-weight: normal;
    color: white !important;
    text-transform: uppercase;
}

.dept-title-l1:hover{
    color: var(--cor-2) !important;
}

.menu-link-root .caret-indicator{
    display: none;
}

ul.dropdown-desktop.dropdown-menu.mega-dropdown-menu.sub-menu.menu-elevated.mega-animation {
    background: var(--cor-1);
}

.mega-dropdown-menu .menu-link-l2{
    color: white !important;
}

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

.mega-dropdown-menu .mega-cta-link{
    color: white !important;
}

.mega-dropdown-menu .mega-cta{
    padding: 4px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #3b384d;
}

.mega-dropdown-menu .mega-cta-link:hover {
    background: none !important;
    color: var(--cor-2) !important;
}

.ul-todas-categorias .dropdown-header a{
    border-bottom: 1px solid #3b384d;
}

.dept-link-l2 {
    color: #fff !important;
    font-weight: normal !important;
}

.dept-link-l2:hover {
    color: var(--cor-2) !important;
    background: none !important;
}

body{
    background-color: white !important;
}

#tarja-slide ul li{
    background-color: transparent;
    margin-bottom: 3px;
}

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

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

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


.card {
    width: 100%;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-bottom: 4px solid var(--cor-1);
    border-radius: 10px;
    height: auto;
    min-height: 463px !important;
}

.card .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
}

.card .card-body {
    padding: 11px 10px 17px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.card .small-text {
    position: relative;
    display: block;
    padding-left: 9px;
    margin-bottom: 18px;
    color: #777;
    font-size: 12px;
    font-weight: 600;
}

.card .small-text::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 3px;
    background: var(--cor-2);
}

.card .card-title {
    margin: 0 0 25px !important;
    color: #111;
    font-size: 15px !important;
    line-height: 1.15;
    font-weight: 800 !important;
}

.card .mini-text {
    margin: 0 0 28px !important;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.card .btn-blog {
    width: 82%;
    min-height: 38px;
    margin: auto auto 0;
    padding: 6px 15px !important;
    border: 3px solid var(--cor-1) !important;
    border-radius: 5px;
    background: transparent !important;
    color: var(--cor-2) !important;
    font-size: 14px;
    font-weight: 400 !important;
    text-align: center;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.25s ease;
}

/* Esconde o >> do botão sem alterar o HTML */
.card .btn-blog {
    font-size: 0;
}

.card .btn-blog p {
    margin: 0 !important;
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none !important;
}

.card .btn-blog:hover {
    background: var(--cor-1) !important;
    color: #fff !important;
}

.card .mini-text {
    max-width: 100%;
    margin-bottom: 20px !important;
    font-size: 14px;
    line-height: 1.4;

    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;
    text-overflow: ellipsis;
}

.newsletter{
    margin-top: 0px;
}

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

.footer-1{
    display: none;
}

.logo-footer{
    width: 100% !important;
}

.footer-1-2 h3 {
    font-size: 17px;
    font-weight: bold;
    color: var(--cor-1);
}

footer ul>li>a:hover{
    color: var(--cor-2);
}

.cats-footer {
    max-height: 190px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--cor-2) #eeeeee;
}

/* MOBILE */

@media (max-width: 768px){
    .container-busca-mobile{background-color: #f5f5f5;}
    .input-header{background-color: transparent !important;}
    .btn-busca{background: none !important;}
    .img-cat{width: 115px !important; height: auto !important;}
    .nome-prod-desktop{height: 37px !important;}
    .card .card-body{min-height: 310px;}
    .mensagem-news {text-align: center;margin-bottom: 20px;}
    form#newsletterForm{display: flex; justify-content: center;}
    .navbar-nav>li{height: auto;}
    .navbar-nav>li>a{font-weight: bold;}
    .sub-menu > li > a{font-size: 13px !important;}
}


 @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;
    }
}

.produto.custom-estilo{
    z-index: 499 !important;
}

.ul-todas-categorias li > a.dept-link-l2{
    color: white !important;
}

.ul-todas-categorias li > a.dept-link-l2:hover{
    color: var(--cor-2) !important;
}

.mega-dropdown-menu > li > ul > li > a.tag-l3 {
    color: var(--cor-2) !important;
    background: none !important;
    border: none;
}

#cat-icons .owl-buttons {
    display: none;
}

.produto .botoes-area{
    margin-top: 0px;
}

.produto{
    min-height: 290px !important;
    height: auto !important;
}

.pm-row1 .pm-buy{
    display: none;
}