a.titulo-categoria {
  display: block !important;
  width: 100% !important;
  float: none !important;
  clear: both !important;
  position: relative !important;
  text-align: center !important;
  margin: 30px 0 40px !important;
  min-height: 40px !important;
}

a.titulo-categoria::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  height: 2px !important;
  background: #dddddd !important;
  transform: translateY(-50%) !important;
  z-index: 1 !important;
}

a.titulo-categoria strong {
  position: relative !important;
  z-index: 2 !important;
  display: inline-block !important;
  margin: 0 auto !important;
  padding: 0 28px !important;
  background: #fff !important; /* troca pra #fff se o fundo for branco */
  white-space: nowrap !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #111 !important;
  letter-spacing: 0.5px !important;
  line-height: 40px !important;
}

.menu,
.menu.superior,
.nav,
header nav {
  position: relative !important;
  border: none !important;
  box-shadow: none !important;
}

.menu::before,
.menu.superior::before,
.nav::before,
header nav::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 100vw !important;
  height: 2px !important;
  background: #b8891f !important;
  z-index: 10 !important;
}

/* FUNDO CINZA NA ÁREA DA DESCRIÇÃO DO PRODUTO */
.abas-custom,
.abas-produto,
.produto .descricao,
.produto .tab-content,
.produto .conteudo-abas,
#descricao,
#descricao .conteudo,
#descricao .produto-descricao {
  background: #e9e9e9 !important;
}


/* GXP Custom - Card Fique Atento + FAQ Accordion */

.injected-fique-atento {
  padding: 40px 15px;
}

.gxp-aviso-box {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  gap: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gxp-aviso-header {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.gxp-aviso-icon {
  color: #00AE24;
  display: flex;
  align-items: center;
  font-size: 50px;
}

.gxp-aviso-icon svg {
  width: 1em;
  height: 1em;
}

.gxp-aviso-title {
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
  word-spacing: 0px;
  color: #222;
  white-space: pre-line;
}

.gxp-aviso-content {
  font-family: "Poppins", Sans-serif;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gxp-aviso-content strong {
  color: #000000;
}

/* FAQ: Titulo */
.gxp-faq-title {
  font-family: "Poppins", Sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin: 30px 0 16px;
}

/* FAQ: Accordion */
.gxp-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gxp-faq-item {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.gxp-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
}

.gxp-faq-question-text {
  font-family: "Próxima Regular", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #222;
}

.gxp-faq-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  color: #222;
}

.gxp-faq-icon svg {
  width: 100%;
  height: 100%;
}

.gxp-faq-icon-minus {
  display: none;
}

.gxp-faq-open .gxp-faq-icon-plus {
  display: none;
}

.gxp-faq-open .gxp-faq-icon-minus {
  display: inline;
}

.gxp-faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.gxp-faq-answer-inner {
  color: #676867;
  font-family: "Próxima Regular", Sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  font-size: 14px;
  padding: 0 20px 20px;
}

.gxp-faq-answer a {
  color: black;
  font-family: "Poppins", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.gxp-faq-answer ul {
  margin: 8px 0;
  padding-left: 20px;
}

.gxp-faq-answer li {
  margin-bottom: 4px;
}

/* Mobile */
@media (max-width: 768px) {
  .gxp-aviso-box {
    flex-direction: column;
    text-align: unset !important;
    padding: 20px 16px;
  }

  .gxp-aviso-header {
    justify-content: center;
  }

  .gxp-aviso-title {
    white-space: nowrap !important;
  }

  .gxp-aviso-content {
    font-size: 14px;
  }

  .gxp-faq-question-text {
    font-size: 14px;
  }
}

#corpo {
    margin-bottom: 0 !important;
    padding: 0px !important; 
}

@media only screen and (max-width: 1024px) {
    #corpo {
        padding-bottom: 0px !important; 
    }
}




