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

/* ESTILO MODAL IDADE */

#modalIdadeOverlay{
    position: fixed;
    z-index: 999999;
    inset: 0;
    background: rgb(0 0 0 / 61%);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.modal-idade-premium{
    width: 100%;
    max-width: 390px;
    background: white;
    border: 1px solid var(--cor-1);
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    box-shadow: 0 25px 70px rgba(0,0,0,.65);
    font-family: Arial, Helvetica, sans-serif;
}

.modal-idade-header{
    padding: 34px 28px 24px;
    position: relative;
}

.modal-idade-header:before{
    content: "";
    display: block;
    width: 58px;
    height: 2px;
    background: var(--cor-1);
    margin: 0 auto 22px;
}

.modal-idade-header h2{
    margin: 0;
    font-family: Georgia, serif;
    font-size: 34px;
    font-weight: normal;
    color: #000;
}

.modal-idade-header p{
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 24px;
    color: #000;
}

.modal-idade-content{
    padding: 0 28px 30px;
}

.modal-idade-content h3{
    margin: 0 0 22px;
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.modal-idade-botoes{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.modal-idade-botoes > div{
    display: table-cell;
    padding: 0 6px;
}

.modal-idade-botoes .btn{
    width: 100%;
    height: 52px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    border: none;
    transition: .25s;
}

.modal-idade-botoes .btn-sim{
    background: var(--cor-1);
    color: #fff !important;
}

.modal-idade-botoes .btn-sim:hover{
    background: var(--cor-1);
    opacity: 0.8;
}

.modal-idade-botoes .btn-nao{
    background: var(--cor-2);
    color: #fff;
    border: 1px solid rgba(255,255,255,.35);
}

.modal-idade-botoes .btn-nao:hover {
    background: var(--cor-2);
    color: white !important;
    opacity: 0.8;
}

.modal-idade-footer{
    padding: 22px 25px;
    background: rgba(255,255,255,.04);
    border-top: 1px solid #e1e1e1;
}

.modal-idade-footer img{
    max-width: 120px;
    margin: 0 auto;
    filter: brightness(1.08);
}

.modal-idade-aviso{
    margin-top: 20px;
    font-size: 11px;
    color: #000;
    letter-spacing: .5px;
    text-transform: uppercase;
}

@media(max-width: 480px){
    .modal-idade-premium{
        max-width: 94%;
    }

    .modal-idade-header h2{
        font-size: 29px;
    }
}

@media(max-width: 320px){
    .modal-idade-content {
    padding: 0 28px 11px;
    }

    .modal-idade-header {
    padding: 12px 28px 9px;
    }
}

/* FIM ESTILO MODAL IDADE */

.faixa-head{
    background: var(--cor-2);
    font-weight: bold;
}

li.d-flex.justify-around{
    justify-content: center;
    gap: 20px;
}

.logo {
    max-height: 70px;
}

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

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

.menu-desktop .top-login .form_header_busca .input-group {
    background: #fbfbfb !important;
    border: 1px solid #f5f5f5 !important;
    border-bottom: none;
    border-radius: 10px !important;
    position: relative;
    padding: 0px;
}

.menu-desktop .input-header{
    padding-left: 16px;
}

#header-cart-button img {
    filter: invert(0);
    width: 40px;
    height: 40px;
}

.navbar-nav>li>a{
    font-size: 13px;
    flex-direction: row;
    gap: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

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

.nav>li>a:focus, .nav>li>a:hover, .nav>li:hover>a{
    color: #dfdfdf !important;
}


.nav>li:hover>a img, .nav>li>a:focus img {
    filter: invert(1) !important;
    opacity: 0.7;
    width: 16px !important;
    margin-bottom: 0px !important;
}

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


/* AJUSTE ALTURA MENU CAT */

.mega-menu{min-height: 40px !important;}
.navbar-nav{height: 52px !important;}
.navbar-nav>li{height: 45px;}
.navbar-nav>li>a{height: 40px;}

/* FIM AJUSTE ALTURA MENU CAT */

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

.nav>li>a>img{width: 16px !important; margin-bottom: 0px !important;}

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

.dept-title-l1 {
    color: var(--cor-1);
    text-transform: uppercase;
    font-size: 14px;
}

body{
    background-color: white !important;
}

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

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

#tarja-slide .first-line{
    font-size: 13px;
    color: var(--cor-1);
}

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

.titulo-vitrine h2{
    color: var(--cor-1);
    font-weight: bold;
    text-transform: uppercase;
}

.whatsapp-float img {
    width: 80%;
    height: auto;
}

.whatsapp-float {
    right: -35px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
}

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

.footer-1{
    display: none;
}

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

.sessao-inicial-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

h3.titulo-footer {
    color: var(--cor-1);
    font-weight: bold;
    text-transform: uppercase;
}

p.sobre-footer {
    font-weight: bold;
}

.footer-1-2{
    padding-top: 10px;
}

.newsletter button:hover{
    opacity: 0.8;
}

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

footer ul>li>a{
    color: black;
}

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

.show-on-hover svg {
    overflow: visible;
    width: 40px;
    height: 40px;
}

/* DROPDOWN - MINHA CONTA / ÁREA DO CLIENTE */
.box-area {
    width: auto !important;
    padding: 12px !important;
    margin: 10px 0 0 !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14) !important;
    min-width: 245px !Important;
}

/* Cada opção */
.categ-box-area {
    margin: 0 !important;
    border-bottom: 1px solid #f0f0f0;
}

.categ-box-area:last-child {
    border-bottom: none;
}

/* Links */
.categ-box-area a {
    display: flex !important;
    align-items: center;
    gap: 13px;
    width: 100%;
    padding: 15px 12px !important;
    color: #303030 !important;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 7px;
    transition: all .2s ease;
}

/* Ícones */
.categ-box-area a > i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    color: var(--cor-1) !important;
    font-size: 18px;
    transition: all .2s ease;
}

/* Hover */
.categ-box-area a:hover {
    color: var(--cor-1) !important;
    padding-left: 16px !important;
    font-weight: bold !important;
}

/* MOBILE */

@media(max-width: 768px){
    .container-busca-mobile{background-color: #f5f5f5;}
    .input-header{background-color: transparent !important;}
    .btn-busca{background: none !important;}
    .produto .botoes-area{flex-direction: column;}
    .produto .btn-carrinho{width: 100% !important;}
    .newsletter{text-align: center;}
    form#newsletterForm{display: flex; justify-content: center; margin-top: 20px;}
    .footer-social-links{justify-content: start;}
    .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;
    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;
    }
}