@media screen and (max-width: 768px){
	.secao-banners {
        display: inherit;
        margin-top: 265px;
    }
}

.float-contact .float-whats .icon *{
    fill: #008000;
}


#cabecalho {
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s !important;
    box-shadow: 0px 2px 6px 0px rgba(43, 43, 43, 0.38);
    background: #000000;
}


@media (min-width: 768px) {
  strong.qtd-carrinho.titulo.cor-secundaria {
    background-color: #000000 !important;
  }
}



svg#icone-atendimento {
    fill: white !important;
}

svg#icone-user {
    fill: white !important;
}

svg#icone-carrinho {
    fill: white !important;
}


.novo-atendimento .atendimento-topo span {
    float: left;
    line-height: 16px;
    font-size: 14px;
    color: #ffffff;
    margin-left: 11px;
    position: relative;
    top: 2px;
    cursor: default;
}


.novo-login a {
    font-size: 14px;
    color: #ffffff;
    display: flex
;
    text-decoration: none !important;
}

.carrinho>a span {
    padding: 0;
    font-size: 14px !important;
    line-height: inherit;
    float: none;
    color: #ffffff;
    display: flex
;
    flex-direction: column;
    width: max-content;
}













.floating-button {
    display: none !important;
}

.li-whatsapp a {
    position: fixed;
    right: 16px;
    bottom: 92px;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #1c47af, #1593ed)!important;
    text-decoration: none;
    z-index: 99;
}


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: #ffffff; */
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    background-image: linear-gradient(45deg, #1c47af, #1593ed);
    box-shadow: 0px 3px 6px 0px rgba(100, 100, 100, 0.19);
    border: 1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 100px;
}

i.icon-chevron-up {
    color: white !important;
}





/* ========== AJUSTES CABEÇALHO - SOMENTE PARA PC - CORRETO PRO SEU CASO ========== */

/* Remover carrinho duplicado (primeiro carrinho dentro de .novo-carrinho) */
@media (min-width: 1025px) {
    .novo-carrinho .carrinho-manipula:first-of-type {
        display: none !important;
    }

    /* Garantir que a .minicart-placeholder não apareça também */
    .minicart-placeholder {
        display: none !important;
    }
}

/* Deixar a logo centralizada no PC */
.abriga-logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}


/* Espaçamento dos elementos do cabeçalho */
@media (min-width: 1025px) {
    .novo-carrinho {
        margin-left: 20px !important;
        margin-right: 10px !important;
    }
    .novo-conta {
        margin-left: 20px !important;
        margin-right: 10px !important;
    }
    .novo-atendimento {
        margin-left: 20px !important;
    }
}







@media (min-width: 768px) and (max-width: 1024px) {
  /* Esconde o primeiro carrinho com Login/Cadastro */
  .novo-carrinho.item-cabecalho > .carrinho:first-child {
    display: none !important;
  }

  /* Ajusta o alinhamento do carrinho correto */
  .novo-carrinho.item-cabecalho > .carrinho:last-child {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Corrige espaçamento e visual para tablet */
  .novo-carrinho.item-cabecalho {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 20px;
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}



  

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .busca input {
        padding-left: 50px !important;
    }
}










@media (min-width: 768px) {
  .abriga-logo {
    display: block !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 0 !important;
  }
}






svg#icone-departamentos {
    fill: white !important;
}




@media screen and (max-width: 767px) {
  /* Centraliza melhor os ícones do cabeçalho */
  .atalhos-mobile.fundo-secundario.borda-principal {
    gap: 30px !important; /* aumenta o espaçamento entre os ícones */
    padding: 12px 20px !important;
  }

  /* Garante tamanho uniforme dos ícones */
  .atalhos-mobile svg,
  .atalhos-mobile i,
  .atalhos-mobile img {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
  }

  /* Remove margens internas extras */
  .atalhos-mobile a {
    padding: 0 !important;
  }

  /* Remove qualquer ícone duplicado restante */
  .atalhos-mobile .carrinho-topo:nth-of-type(2),
  .atalhos-mobile [href*="login"],
  .atalhos-mobile [href*="conta"],
  .atalhos-mobile span {
    display: none !important;
  }

  /* Reposiciona o carrinho corretamente */
  .atalhos-mobile .carrinho-topo:nth-of-type(1) {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: auto !important;
  }

  /* Corrige a logo */
  .abriga-logo {
    padding: 14px 0 !important;
  }

  .abriga-logo img {
    max-width: 180px !important;
  }

  /* Corrige a altura do cabeçalho para evitar quebra */
  #cabecalho {
    min-height: auto !important;
  }
}

.atalhos-mobile a {
  margin: 0 !important;
}


@media only screen and (max-width: 767px) {
    .logo a img {
        left: 0;
        right: 0;
        position: relative !important;
    }
}


.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100px !important;
}



@media only screen and (max-width: 767px) {
    #cabecalho>.conteiner {
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
}



@media (max-width: 1024px) {
    .abriga-logo {
        padding-bottom: 40px !important;
    }
}


strong.qtd-carrinho.titulo.cor-secundaria {
    border-color: rgb(255 255 255) !important;
    font-family: Roboto;
    color: rgb(255 255 255) !important;
    background-color: rgb(28, 71, 175);
}






.menu.superior .nivel-um>li>a>strong {
    margin: 12px 0;
    font-size: 15px;
    font-weight: 700;
    color: #000000 !important;
}

.menu.superior .nivel-um>li>a>i {
    background: none;
    margin-left: 2px;
    width: auto;
    height: auto;
    color: #000000 !important;
}

.abriga-menu {
    background-color: white !important;
}


.listagem .info-produto .nome-produto {
    height: 60px;
    min-height: inherit !important;
    color: #000000 !important;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: normal;
}


.menu.superior .nivel-um>li .nivel-dois .menu-categorias .menu-categorias-inside li a {
    text-align: left;
    font-size: 18px;
    color: #000000 !important;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.5s;
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
}




@media screen and (max-width: 768px) {
    .secao-banners {
        display: inherit;
        margin-top: 0px !important;
    }
}




@media (min-width: 768px) {
  .novo-atendimento.item-cabecalho:hover,
  .novo-conta.item-cabecalho:hover,
  .novo-carrinho.item-cabecalho:hover {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }
}


.novo-carrinho.item-cabecalho.hidden-phone:hover {
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  
  
  @media (min-width: 768px) {
  svg#icone-departamentos {
    fill: #000000 !important;
  }
}




/* ESCONDE O CARROSSEL ORIGINAL NO MOBILE */
  @media (max-width: 767px) {
    .abriga-fullbanner .flexslider {
      display: none !important;
    }

    .banner-mobile-swiper {
      display: block;
    }
  }

  /* ESCONDE BANNER MOBILE NO DESKTOP */
  @media (min-width: 768px) {
    .banner-mobile-swiper {
      display: none;
    }
  }

  /* AJUSTES DO BANNER MOBILE */
  .banner-mobile-swiper {
    width: 100%;
    margin: 0 auto;
  }

  .banner-mobile-swiper .swiper-slide img {
    width: 100vw;
    max-width: 100vw;
    height: auto;
    display: block;
  }

  .swiper-pagination {
    text-align: center;
    margin-top: 10px;
  }

  .swiper-pagination-bullet {
    background: #000 !important;
    opacity: 0.4;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
  }
  
  
  

#barraNewsletter .componente .botao {
    padding: 0 30px;
    line-height: 40px;
    border: none;
    background-color: rgb(0 0 0) !important;
    box-shadow: 0px 3px 3px 0px rgba(20, 20, 20, 0.2);
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


button.botao.botao-input.fundo-principal.icon-chevron-right.newsletter-assinar {
    color: white !important;
}






 /* 🔒 Esconde a tarja original no mobile */
@media (max-width: 767px) {
  .abriga-bannertarja {
    display: none !important;
  }

  .tarja-mobile-carousel {
    display: block !important;
  }
}

/* 🔒 Esconde o carrossel da tarja mobile no desktop */
@media (min-width: 768px) {
  .tarja-mobile-carousel {
    display: none !important;
  }
}

/* 🧱 Container geral do carrossel */
.tarja-mobile-carousel {
  width: 100%;
  margin: 0 auto;
}

/* 🟦 Cada slide com altura fixa e centralização */
.tarja-mobile-carousel .swiper-slide {
  width: 100%;
  height: 120px; /* ajuste aqui se quiser mais ou menos altura */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; /* ou transparente */
}

/* 🖼️ Imagens centralizadas e proporcionais */
.tarja-mobile-carousel .swiper-slide img {
  max-height: 100%;
  max-width: 90%;
  object-fit: contain;
  display: block;
}

/* 🔘 Paginação (bolinhas) */
.swiper-pagination-bullet {
  background: #000 !important;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
