

/*Borda dos cards*/
.listagem .listagem-linha:first-child {
    padding-top: 0 !important;
}

/* ===== MODAL NEWSLETTER ESCONDIDO POR PADRÃO ===== */
#modalNewsletter {
  display: none;
}

/* ===== ESTILOS INTERNOS DO MODAL ===== */
#modalNewsletter .conteiner,
#modalNewsletter .row-fluid,
#modalNewsletter .span,
#modalNewsletter .componente,
#modalNewsletter .interno,
#modalNewsletter .interno-conteudo {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

/* ===== NÃO MEXER NA LARGURA DO FANCYBOX ===== */
.fancybox-inner {
  height: auto !important;
  max-height: none !important;
}

/* ===== TEXTO ===== */
#modalNewsletter p,
#modalNewsletter span {
  font-size: 16px !important;
  line-height: normal !important;
  color: #0C3B5F !important;
  margin: 0 !important;
}

#modalNewsletter .texto-newsletter {
  font-size: 18px !important;
  margin-bottom: 14px !important;
  text-align: center;
}

/* ===== INPUT MAIOR ===== */
#modalNewsletter input[type="text"] {
  background: #f1f1f1 !important;
  color: #333 !important;
  border: 1px solid #ddd;
  border-radius: 6px;

  height: 48px;
  padding: 0 14px;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}

/* ===== BOTÃO MAIOR ===== */
#modalNewsletter button {
  background: #FFD400 !important;
  color: #0C3B5F !important;
  border: none;
  border-radius: 6px;

  height: 48px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

/* hover botão */
#modalNewsletter button:hover {
  background: #e6be00 !important;
}

/* ===== ALINHAMENTO ===== */
#modalNewsletter .newsletter-cadastro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

#modalNewsletter .newsletter-confirmacao {
  color: #0C3B5F;
  margin-top: 10px;
  text-align: center;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  #modalNewsletter .newsletter-cadastro {
    flex-direction: column;
    align-items: stretch;
  }

  #modalNewsletter input[type="text"],
  #modalNewsletter button {
    width: 100%;
  }
}

/* ===== BARRA NEWSLETTER ===== */

#barraNewsletter {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
  z-index: 9999;

  background: #ffffff;
  color: #0C3B5F;

  padding: 18px 0;
  /*min-height: 80px;*/
}

/* ===== DESTRAVA CONTAINERS DO TEMA ===== */

#barraNewsletter .conteiner,
#barraNewsletter .row-fluid,
#barraNewsletter .span,
#barraNewsletter .componente,
#barraNewsletter .interno {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
}

/* ===== ALINHAMENTO CENTRALIZADO ===== */

#barraNewsletter .interno-conteudo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 20px;
 flex-wrap: wrap;
  text-align: center;

}


/* remove margens extras */
#barraNewsletter .texto-newsletter {
  margin: 0 !important;
}

/* ===== TEXTO ===== */

#barraNewsletter .titulo,
#barraNewsletter p,
#barraNewsletter span,
#barraNewsletter .texto-newsletter {
  /*color: #0C3B5F !important;*/
  font-size: 16px !important;
  line-height: normal !important;
}

/* ===== FORMULÁRIO ===== */

#barraNewsletter .newsletter-cadastro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* campo email — cinza */
#barraNewsletter input[type="text"] {
  background: #f1f1f1 !important;
  color: #333 !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 12px;
  width: 260px;
  font-size: 14px;
}

/* ===== BOTÃO AMARELO COM TEXTO AZUL ===== */

/*#barraNewsletter .newsletter-assinar,*/
/*#barraNewsletter button.newsletter-assinar,*/
/*#barraNewsletter .botao.newsletter-assinar {*/
/*  background: #FFD400 !important;*/
/*  color: #0C3B5F !important;*/
/*  border: none !important;*/
/*  border-radius: 4px;*/
/*  padding: 10px 14px;*/
/*  cursor: pointer;*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*}*/

/* hover */
#barraNewsletter .newsletter-assinar:hover {
  background: #e6be00 !important;
}

/* ===== CONFIRMAÇÃO ===== */

#barraNewsletter .newsletter-confirmacao {
  color: #0C3B5F;
  margin-top: 8px;
}

/* ===== ERRO PERSONALIZADO ===== */

/* esconde texto original */
#barraNewsletter .erro-newsletter {
  font-size: 0;
  width: 100%;
  text-align: center;
  order: 3; /* força ir para a linha de baixo */
}

/* novo texto */
/*#barraNewsletter .erro-newsletter::after {*/
/*  content: "Seu e-mail ja esta cadastrado em nosso sistema.";*/
/*  font-size: 14px;*/
/*  color: #0C3B5F;*/
/*  display: block;*/
/*  margin-top: 8px;*/
/*}*/

/* ===== RESPONSIVO ===== */

@media (max-width: 768px) {
  #barraNewsletter .interno-conteudo {
    flex-direction: column;
    align-items: center;
  }

  #barraNewsletter .newsletter-cadastro {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 320px;
  }

  #barraNewsletter input[type="text"],
  #barraNewsletter button {
    width: 100%;
  }
}

/* ===== RESPONSIVO ===== */

@media (max-width: 768px) {
  #barraNewsletter .interno-conteudo {
    flex-direction: column;
    align-items: stretch;
  }

  #barraNewsletter .newsletter-cadastro {
    flex-direction: column;
    align-items: stretch;
  }

  #barraNewsletter input[type="text"],
  #barraNewsletter button {
    width: 100%;
  }
}

.fundo-secundario,
.fundo-secundario *,
.fundo-secundario *:hover,
.fundo-secundario:hover,
.fundo-secundario.botao:hover {
    color: #0C3B5F;
    font-weight: 600; /* semibold */
}

#barraNewsletter.posicao-rodape .componente .interno {
    padding: 20px 0;
    width: 100%;
}
/*#rodape .titulo {*/
/*    color: var(--cor-tituloRodape);*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*    border: none !important;*/
/*}*/
#rodape .selos,
#rodape .links-rodape,
#rodape .institucional .lista-redes {
    text-align: left;
}

.carrinho > a strong { 
    font-size: 12px;
    margin: 3% -15%;
    line-height: 25px;
    color: #5B6BF7;        /* cor do número */
    background-color: #fff; /* fundo opcional, pode mudar */
    border-radius: 50%;     /* deixa circular */
    width: 25px;
    height: 25px;
    text-align: center;
    display: flex;           /* centraliza o número */
    align-items: center;     /* centraliza vertical */
    justify-content: center; /* centraliza horizontal */
    font-weight: bold;       /* destaca o número */
    /* border: 1px solid #5B6BF7; */ /* opcional se quiser contorno */
}

.recuperar-senha {
    margin-left: 0 !important;
}
.cadastro form > div {
    margin-bottom: 0 !important;
}
.caixa-sombreada.borda-principal {
    text-align: unset !important;
}
.radio-group, .checkbox-group {
    display: flex;
    align-items: center; /* alinha verticalmente */
    gap: 8px; /* espaçamento entre input e label */
}

.radio-group label, .checkbox-group label {
    display: inline-block;
    margin: 0; /* remove margin extra */
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 !important;
    line-height: normal;
}
/*-----------------------------------------------------------------------------------*/ 

.titulo-categoria .titulo, .titulo-categoria strong {
    padding-bottom: 0 !important;
    border-radius: 150px;
    border: none;
    color: var(--cor-tituloVitrine);
    font-weight: 300;
    margin: 0 !important;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: Poppins, sans serif;
}

.titulo-categoria:before {
    display: none !important;
}
.titulo-categoria:after {
    display: none !important;
}


.listagem .titulo-categoria, .titulo-categoria{
    text-align: left !important;
}

.titulo-categoria.sem-linha:before {
    display: none;
}
.titulo-categoria.sem-linha:after {
    display: none;
}
.titulo-categoria .titulo, 
.titulo-categoria strong {
    padding: 10px 30px;
    border-radius: 150px;
    border: none;
    color: var(--cor-tituloVitrine);
    font-weight: 300;
    margin: 0 !important;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: Poppins, sans serif;
}

.titulo-categoria .subtitulo-mais-vendidos {
    padding: 0 30px;
}

.listagem .titulo-categoria, .titulo-categoria {
     margin: 0px 0 !important; 
}

.slides, .slides>li, .flex-control-nav, .flex-direction-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 0px;
}

.span8.busca-mobile {
  width: 100% !important;
  display: flex;
  align-items: center;
}

.span8.busca-mobile .atalho-menu {
  flex: 0 0 auto;
}

.span8.busca-mobile .busca {
  flex: 1;
}

.conteudo>.row-fluid {
    margin-bottom: 20px;
    margin-top: 40px;
}

/* ===============================
   Barra de frase TOPO
================================ */

/* Zera qualquer fundo do tema */
.barra-frase {
  background: #3D57A5 !important;
  background-image: none !important;
  font-size: 14px !important;
  line-height: 1.2;
}

/* Conteúdo interno */
.barra-frase .conteiner {
  background: #3D57A5 !important;
}

/* Caso o tema use pseudo-elementos */
.barra-frase::before,
.barra-frase::after {
  background: #3D57A5 !important;
  content: none !important;
}

/* Corrige texto da barra de frase */
.barra-frase .conteiner,
.barra-frase .conteiner span {
  text-transform: none !important;
  font-weight: 500 !important;
}


/* ===============================
   Menu superior
================================ */
/* Espaçamento geral */
.conteiner > .row-fluid {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* Remove sombra */
.menu.superior {
  box-shadow: none;
}
/* Linha inferior do topo: busca + ícones */
.conteudo-topo .inferior.row-fluid {
  display: flex;
  align-items: center;  /* centraliza verticalmente */
  gap: 20px;            /* espaço entre busca e ícones */
}

/* Busca ocupa todo o espaço disponível */
.conteudo-topo .inferior .span8 {
  flex: 1;              /* cresce para ocupar o máximo possível */
  min-width: 0;         /* evita que estoure e invada os ícones */
  max-width: 100%;
}


/* Ícones à direita, sem invadir a busca */
.conteudo-topo .inferior .span4 {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 40px); /* espaçamento interno entre ícones */
  flex-shrink: 0;       /* não deixa os ícones serem esmagados */
  margin-left: auto;    /* empurra para a direita */
}

/*-------------------------------------------------------------------------*/
#cabecalho .logo a {
    width: 100%;
    transition: ease-in-out .2s;
    margin: 0 AUTO;
    height: 80px;
    margin-top: 5px;

}

/* Input de busca */
#form-buscar input {
  height: 30px;
  border-radius: 6px;
  border: 1px solid #c7c7c7;
}

.conteudo-topo .inferior .span4 {
  display: flex;
  /*justify-content: flex-end;*/
  gap: clamp(16px, 5vw, 40px);
}

@media screen and (max-width: 767px) {
    .contato-mobile {
        margin-top: 2px;
    }
}
.contato-evtop {
  display: flex;
  align-items: center;   /* centraliza no eixo Y */
  gap: 8px;
  
}

.contato-top {
  position: relative; /* referência para o filho */

}

.contato-top:hover .contato-content {
  display: block;
}
.contato-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;              /* alinha o lado direito do popup com o ícone */
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
  min-width: max-content;
  white-space: nowrap;
  max-width: calc(100vw - 10px); /* garante que não ultrapasse a tela */
  overflow-x: auto;              /* adiciona scroll horizontal se necessário */
}


@media (max-width: 600px) {
  .contato-content {
    left: 50%;
    transform: translateX(-50%);
    max-width: 90vw;
  }
}
.contato-top:hover .contato-content {
  display: block;      /* abre ao passar o mouse */
}

/* caso o popup vá ultrapassar a tela à direita */
@media (max-width: 600px) {
  .contato-content {
    left: auto;
    right: 0; /* encaixa na borda direita */
  }
}
.contato-item {
  margin-bottom: 10px;
}

.contato-item .titulo {
  font-size: 14px;      /* mesmo tamanho que o texto da info */
  margin-bottom: 2px;
  text-align: left;
  display: flex;         /* garante alinhamento em linha, se precisar de ícone depois */
  align-items: center;
}

.contato-item .info {
  display: flex;
  align-items: center;   /* ícone e texto na mesma linha */
  gap: 6px;
  flex-wrap: nowrap;     /* impede quebra de linha */
  text-align: left;
}

.contato-item .info i {
  font-size: 14px;       /* mesmo tamanho do texto */
}

.contato-item .info strong {
  font-size: 14px;       /* mesmo tamanho do título */
  word-break: break-word;
}



/* Item principal do menu */
.menu.superior .nivel-um > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 18px;
  gap: 6px;
  line-height: 1;
  transition: background-color 0.25s ease, color 0.25s ease;
}

/* Texto do menu */
.menu.superior .nivel-um > li > a strong {
  display: flex;
  align-items: center;
  line-height: 1;
  background: transparent;
  font-weight: 600;

    font-family: Poppins,sans serif;
    color: var(--cor-menu);
}
/*-------------------------------------------------------------------------*/
/* Ícone da seta */
.menu.superior .nivel-um > li > a i,
.menu.superior .icon-chevron-down {
  display: flex;
  align-items: center;
  background: transparent !important;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 12px;
  margin-left: 4px;
  opacity: 0.55;
}

/* Remove fundo fixo de páginas/marcas */
.menu.superior .categoria-paginas,
.menu.superior .categoria-marcas {
  background-color: transparent !important;
}

/* Hover clean */
.menu.superior .nivel-um > li:hover > a {
  background-color: rgba(0, 0, 0, 0.03);
}

/* Suaviza texto no hover */
.menu.superior .nivel-um > li:hover > a strong {
  opacity: 0.85;
}

.categoria-id-22873504 > a > i {
  display: none;
}

/* Esconde a seta dentro do link */
.row-fluid .nivel-um > li > a > i {
  display: none !important;
}

/* Ajusta o ícone do botão que abre o submenu */
.lvldois i {
  font-size: 14px;       /* tamanho da seta */
  margin-left: 0;         /* sem espaçamento extra */
  vertical-align: middle; /* alinha com o texto */
  color: #000;            /* cor da seta, ajustar conforme tema */
}

.row-fluid.banner.hidden-phone {
  display: block !important;
}

#tarja-mobile {
  display: none !important;
}


/* Container do mini banner */
.banner.mini-banner .modulo {
  transition: 
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 14px;
}

/* Área visível do banner */
.banner.mini-banner .modulo .flexslider {
  border-radius: 14px;
  overflow: hidden;
}

/* Imagem */
.banner.mini-banner .modulo img {
  border-radius: 14px;
}

/* Hover: elevação real + sombra visível */
.banner.mini-banner .modulo:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

/* ===============================
   Header direita: conta + carrinho + atendimento na mesma linha
================================ */

/*.conteudo-topo .inferior .span4 {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: flex-end;*/
/*  gap: 20px;*/
/*}*/

/* cada bloco */
.carrinho a,
.minha-conta a,
.rastreio-btn,
.contato-top {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* texto ao lado do ícone */
.texto-add {
  display: inline-block !important;
  font-size: 13px;
}
/* diminui largura da busca para abrir espaço */
/*.conteudo-topo .inferior .span8 {*/
/*  max-width: 68%;*/
/*}*/

