#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 a{
    font-weight: bold;
}

.faixa-head .login-links{
    justify-content: start;
    gap: 20px;
}

.faixa-head .redes-links{
    justify-content: start;
    gap: 10px;
}

.paginas-faixa {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 2px;
}

.email-tel-faixa {
    justify-content: center;
    display: flex;
}

header {
    background: var(--cor-1);
}

.info-header p{
    color: white;
    font-size: 15px;
    margin: 0;
}

.info-header{
    align-items: center;
}

.menu-desktop .top-login .form_header_busca .input-group {
    background: transparent !important;
    border: 2px solid var(--cor-2) !important;
    border-radius: 0px !important;
}

.form_header_busca .input-group .input-header::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.menu-desktop .btn-busca{
    background: var(--cor-2) !important;
    padding: 4px !important;
}

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

.menu-desktop .top-login .form_header_busca .input-group{
    padding: 0px 0px 0px 9px;
}

.iconeHeader{
    width: 30px;
    filter: invert(0);
}

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

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

.navbar-nav>li>a{
    flex-direction: column;
    font-weight: bold;
    text-transform: uppercase;
    height: 85px;
}

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

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

.nav.navbar-nav.ul-todas-categorias{
    padding: 0 !important;
}

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

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

.menu-desktop .nav > li.mega-dropdown > .mega-dropdown-menu{
    background: var(--cor-1);
    opacity: 0.9;
}

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

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

.mega-dropdown-menu > li.nivel-3-pai{
    border: none !important;
}

.mega-dropdown-menu .menu-link-l2{
    margin-bottom: 0px;
}

.mega-dropdown-menu .mega-cta{
    padding: 4px;
    border-top: 1px solid #3f3f3f;
}

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

.mega-dropdown-menu .mega-cta-link:hover {
    color: white !important;
    opacity: 0.7;
    background: none !important;
}

.dept-icon-16{
    display: none;
}

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    width: 100% !important;
    left: 0 !important;
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin; 
    scrollbar-color: var(--cor-2) var(--cor-1);
}

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

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

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

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

.ul-todas-categorias li > a.dept-link-l2:hover{
    background: none !important;
    font-weight: bold;
    color: white !important;
}

body{
    background-color: white !important;
}

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

.titulo-vitrine h2 {
    position: relative;
    display: inline-block;
}

.titulo-vitrine h2::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 750px; /* ajuste conforme necessário */
    max-width: 90vw;
    height: 2px;
    background: var(--cor-2);
}

.thumbnail-image-marcas img{
    padding: 0px 6px 0px 6px;
    width: auto;
    filter: grayscale(100%);
    transition: filter .4s ease;
}

.thumbnail-image-marcas img:hover{
    filter: grayscale(0%);
}

footer {
    background: var(--cor-1);
    padding-top: 20px;
}

footer h4{
    font-size: 15px;
    color: white;
}

.newsletter{
    margin-top: 0px;
}

.newsletter p {
    font-size: 13px;
}

form#newsletterForm {
    display: flex;
    width: 100%;
    justify-content: center;
}

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

.newsletter button b{
    color: black !important;
    text-transform: uppercase;
}

footer ul>li>a {
    color: white;
    display: flex;
    margin-bottom: 7px !important;
}


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

.logo-footer {
    margin: 0 auto;
    width: 50%;
}

.footer-social-links a{
    display: flex;
    justify-content: center;
    width: 80% !important;
}

.seguranca-footer img {
    width: 70%;
}

ul.list-inline.seguranca-footer {
    display: flex;
}

ul.list-inline.selos-entrega {
    display: flex;
}

span.texto-footer-entregas {
    color: white;
    font-size: 11px;
}

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


/* MOBILE */
@media (max-width: 768px){
    .icone-burguer-mobile{fill: white;}
    .icone-sacola{stroke: white;}
    .container-busca-mobile{background-color: #000;}
    .contador-carrinho {background: var(--cor-2);}
    .input-header{background-color: transparent !important;}
    .btn-busca{background: none !important; margin-right: 8px;}
    svg.svg-lupa{filter: invert(1);}
    .navbar-nav>li>a{flex-direction: row; height: 70px;}
    .navbar-nav>li{height: auto;}
    .nome-prod-desktop{height: 37px !important;}
    .produto .botoes-area{flex-direction: column;}
    .produto .btn-carrinho{width: 100% !important;}
    .logo-footer{width: 30%;}
    .footer-social-links a{width: 60% !important;}
    li.selo-transportadoras{display: flex; flex-direction: column;}
}
