#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 {
    padding: 0px;
    background: white;
    padding-top: 6px;
}

p.text-faixa {
    font-size: 13px;
}

.logo {
    max-height: 70px !important;
}

.btn-simple{
    background: var(--cor-2) !important;
}

.btn-simple a{
    color: white;
    font-weight: normal;
}

.btn-simple a:hover{
    color: white;
    font-weight: bold;
}

.categ-box-area a {
    color: black;
}

.badge{
    top: 0px;
    padding: 3px 5px !important;
    right: -12px;
}

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

.menu-link-root .menu-text{
    margin-bottom: 0px;
}

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

ul.dropdown-menu.mega-dropdown-menu.dropdown-desktop.container.dropdown-todas-categorias {
    width: 100% !important;
    left: 0 !important;
}

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

body{
    background-color: white !important;
}

.svg-fill-onda {
    fill: var(--cor-1);
    fill-opacity: 1 !important;
}

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

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

.footer-links p{
    color: var(--cor-2);
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
}

.footer-links ul.list-unstyled li{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 6px;
    color: #000;
}

.footer-links ul.list-unstyled li i{
    width: 16px;
    text-align: center;
}

.footer-links .footer-social{
    display: flex;
    justify-content: center;
    gap: 16px;
}

.footer-links .footer-social i{
    font-size: 20px;
}

.footer-icons{
    display: block;
    white-space: nowrap;
    overflow-x: auto;
}

.footer-icons p{
    display: block;
    width: 100%;
}

.footer-icons img{
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    width: auto;
    max-width: 60px;
    object-fit: contain;
    margin: 0 6px;
}

.footer-links .row.gy-4 > div:first-child{
    white-space: nowrap;
}

@media (max-width: 480px){
    .footer-icons{
        gap: 6px;
    }
    .footer-icons img{
        height: 22px;
        max-width: 42px;
    }
    .footer-links .row.gy-4 > div:first-child{
        font-size: 12px;
    }
}
.footer-bottom small{
    font-size: 13px !important;
    line-height: 1.5;
    font-weight: 400 !important;
}

@media (min-width: 768px){
    .footer-links p{
        font-size: 24px;
    }
    .footer-links ul.list-unstyled li{
        font-size: 17px;
        gap: 10px;
        margin-bottom: 10px;
    }
    .footer-links ul.list-unstyled li i{
        font-size: 18px;
        width: 20px;
    }
    .footer-links .footer-social{
        gap: 20px;
    }
    .footer-links .footer-social i{
        font-size: 28px;
    }
    .footer-icons img{
        height: 36px;
        max-width: 80px;
        margin: 0 10px;
    }
    .footer-links .row.gy-4 > div:first-child{
        font-size: 17px;
    }
    .footer-links .row.gy-4{
        margin-bottom: 10px;
    }
    .footer-links .row.mt-5{
        margin-top: 3.5rem !important;
    }
}

@media (max-width: 768px){
    .footer-links .row.gy-4 > div{
        margin-bottom: 20px;
    }
    .footer-links .row.gy-4 > div:last-child{
        margin-bottom: 0;
    }
    .footer-links .row.mt-5{
        margin-top: 3rem !important;
    }
}

.footer-newsletter button {
    background: var(--cor-1);
    color: white;
    width: 100%;
}

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

.footer-links a {
    color: #000;
}

footer i {
    color: black;
}

footer li {
    color: black ! IMPORTANT;
}

.footer-section.container.footer-links {
    color: black;
}

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

/* MOBILE */

@media (max-width: 768px){
    .mobile-lateral p{color: white;}
    .mobile-lateral a{color: white;}
    .mobile-lateral i{color: white !important;}
    .container-busca-mobile{background-color: #f5f5f5;}
    .input-header{background-color: transparent !important;}
    .btn-busca{background: none !important;}
    .btn-busca{margin-right: 11px;}
    .produto .botoes-area{flex-direction: column;}
    .produto .btn-carrinho{width: 100% !important;}
}

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

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

ul.dropdown-desktop.dropdown-menu.mega-dropdown-menu.sub-menu.menu-elevated.mega-animation {
    flex-direction: column;
}

.mega-dropdown-menu > li.nivel-3-pai {
    flex: 0;
    padding-bottom: 0px !important;
}

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