@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.topo-site { width: 100%; }

.topo-superior {
  border-top: 4px solid #e30613;
  background: #fff;
  padding: 14px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.topo-conteudo {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 20px;
  flex-wrap: wrap;
}

.logo { display: block; flex-shrink: 0; }
.logo img { display: block; max-height: 55px; width: auto; }

.busca-wrapper {
  width: 200px !important;
  max-width: 200px !important;
  display: block;
}

.busca-wrapper .busca-destaque {
  font-size: 11px !important;
  width: 200px !important;
  max-width: 200px !important;
  display: block !important;
  white-space: normal !important;
  line-height: 1.3 !important;
  margin: 0;
}

.busca-form {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 6px 14px;
  width: 100%;
  background: #fff;
}

.busca-form input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #333;
  background: transparent;
}

.busca-form input::placeholder { color: #999; }

.busca-form button {
  background: none;
  border: none;
  color: #1a3fa0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.busca-destaque {
  font-size: 11px;
  width: 200px;
  max-width: 200px;
  display: block;
  white-space: normal;
  line-height: 1.3;
}

.selos-topo { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.selo { height: 32px; width: auto; flex-shrink: 0; }
.selo-texto { font-size: 13px; color: #333; display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.selo-texto .icone { font-size: 16px; }
.selo-texto strong { color: #1a3fa0; }

.contatos-topo { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap; }
.contato-item { display: flex; align-items: center; gap: 6px; text-decoration: none; color: #333; font-size: 13px; line-height: 1.3; font-weight: 600; }
.contato-item .icone { font-size: 18px; flex-shrink: 0; }
.contato-item small { display: block; color: #888; font-size: 10px; font-weight: 400; letter-spacing: 0.3px; }
.contato-item.whatsapp { color: #333; }
.contato-item.whatsapp small { color: #333; }
.contato-item:hover { opacity: 0.8; }

.carrinho-topo { position: relative; color: #1a3fa0; display: flex; align-items: center; flex-shrink: 0; }
.contador-carrinho {
  position: absolute; top: -6px; right: -8px;
  background: #e30613; color: #fff; font-size: 11px; font-weight: 700;
  border-radius: 50%; min-width: 18px; height: 18px;
  display: flex; align-items: center; justify-content: center; padding: 0 4px;
}

.menu-categorias {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  overflow: hidden;
}

.menu-categorias ul {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0 0px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.menu-categorias ul::-webkit-scrollbar { height: 4px; }
.menu-categorias ul::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
.menu-categorias li { flex-shrink: 0; }
	.imagem-destaque-intro + figcaption,
figure figcaption { font-style: italic; }


.menu-categorias a {
  display: block; padding: 8px 10px; text-decoration: none; color: #333;
  font-size: 12px; font-weight: 400; white-space: nowrap; letter-spacing: -0.3px;
  transition: background 0.2s ease;
}

.menu-categorias a.ativo { background: #e30613; color: #fff; }
.menu-categorias a:hover { background: #ebebeb; }
.menu-categorias a.ativo:hover { background: #c50510; }

@media (max-width: 1400px) {
  .menu-categorias a { font-size: 12px; padding: 8px 8px; }
}

.breadcrumb { max-width: 1300px; margin: 0 auto; padding: 16px 20px; font-size: 13px; color: #777; }
.breadcrumb a { color: #b5651d; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: #333; font-weight: 600; }

.pagina-categoria-wrapper { max-width: 1300px; margin: 0 auto; padding: 0 20px 40px; width: 100%; }
.pagina-categoria-wrapper h1 { font-size: 26px; font-weight: 800; margin-bottom: 20px; color: #222; }

.conteudo-com-sidebar { display: grid; grid-template-columns: 1fr 300px; gap: 30px; align-items: start; width: 100%; }
.coluna-principal { min-width: 0; }

.intro-com-imagem { display: flex; gap: 24px; align-items: center; margin-bottom: 20px; }
.imagem-destaque-intro { flex: 0 0 280px; width: 280px; max-width: 280px; height: auto; border-radius: 8px; object-fit: cover; }
.texto-intro { flex: 1; min-width: 0; }
.texto-intro p { margin: 0; }

.intro-categoria h2 { font-size: 19px; margin-top: 24px; margin-bottom: 10px; color: #222; }
.intro-categoria p, .intro-categoria li { font-size: 15px; line-height: 1.7; color: #444; }
.intro-categoria ul { padding-left: 20px; margin-bottom: 16px; }

.grid-produtos { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 30px; }

.card-produto {
  border: 1px solid #eee; border-radius: 8px; padding: 16px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: #fff; transition: box-shadow 0.2s;
}

.card-produto:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.08); }
.card-produto img { width: 100%; max-height: 180px; object-fit: cover; border-radius: 6px; margin-bottom: 14px; }
.card-produto h3 { font-size: 15px; margin-bottom: 8px; color: #222; min-height: 42px; }
.card-produto p { font-size: 13px; line-height: 1.5; margin-bottom: 16px; color: #555; }

.botao-whatsapp-produto {
  display: inline-flex; align-items: center; justify-content: center; width: 100%;
  background: #25d366; color: #fff; padding: 10px 14px; border-radius: 4px;
  font-weight: 600; font-size: 14px; text-decoration: none;
}
.botao-whatsapp-produto:hover { background: #1eb857; }

.sidebar-categoria { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 20px; }
.box-sidebar { border: 1px solid #eee; border-radius: 8px; padding: 18px; background: #fff; }
.box-sidebar h3 {
  font-size: 15px; font-weight: 700; color: #222; margin: 0 0 12px;
  padding-bottom: 8px; border-bottom: 2px solid #e30613; display: inline-block;
}

.lista-sidebar, .lista-beneficios-sidebar { list-style: none; padding: 0; margin: 0; }
.lista-sidebar li { padding: 10px 0; border-bottom: 1px solid #f0f0f0; }
.lista-sidebar li:last-child { border-bottom: none; }
.lista-sidebar li a { color: #333; text-decoration: none; font-size: 14px; font-weight: 500; }
.lista-sidebar li a:hover { color: #e30613; }
.lista-beneficios-sidebar li { padding: 6px 0; font-size: 13px; color: #444; }

.box-contato-sidebar { background: #fdf1f1; border-color: #f5d0d0; padding: 16px !important; }
.box-contato-sidebar h3 { font-size: 14px !important; line-height: 1.3; margin-bottom: 8px !important; }
.box-contato-sidebar p { font-size: 12.5px !important; color: #555; line-height: 1.5; margin-bottom: 12px !important; }

.botao-whatsapp-sidebar {
  display: inline-flex; align-items: center; justify-content: center; width: 100%;
  background: #25d366; color: #fff; padding: 9px 12px !important; border-radius: 6px;
  font-weight: 700; font-size: 13px !important; text-decoration: none;
}
.botao-whatsapp-sidebar:hover { background: #1eb857; }

.footer-padrao { max-width: 1300px; margin: 60px auto 0; padding: 40px 20px 20px; border-top: 1px solid #eee; }
.footer-colunas { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 30px; }
.footer-padrao h4 { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 16px; }
.footer-padrao ul { list-style: disc; padding-left: 20px; margin: 0; }
.footer-padrao ul li { margin-bottom: 8px; font-size: 14px; }
.footer-padrao ul li a { color: #1a0dab; text-decoration: underline; }
.footer-padrao ul li a:hover { color: #e63946; }
.footer-padrao ul li a.ativo { font-weight: 700; }

.lista-contato { list-style: none; padding: 0; }
.lista-contato li { margin-bottom: 8px; font-size: 14px; color: #222; }
.label-contato { font-weight: 600; margin-right: 4px; }
.tag-canal { color: #555; margin-left: 6px; font-size: 14px; }

.footer-padrao p { font-size: 14px; color: #222; margin: 12px 0 0; }
.footer-padrao p a { color: #1a0dab; text-decoration: underline; }

.copyright { font-size: 13px; color: #666; padding-top: 20px; border-top: 1px solid #f0f0f0; margin-top: 20px !important; }

/* FAQ */
.faq-categoria { margin-top: 36px; }
.faq-categoria h2 { font-size: 20px; margin-bottom: 16px; color: #222; }
.faq-item { border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; background: #fff; overflow: hidden; }
.faq-pergunta {
  padding: 14px 18px; font-weight: 600; font-size: 15px; color: #222;
  cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  list-style: none;
}
.faq-pergunta::-webkit-details-marker { display: none; }
.faq-pergunta::after { content: "+"; font-size: 20px; color: #e30613; font-weight: 700; }
details[open] .faq-pergunta::after { content: "−"; }
.faq-resposta { padding: 0 18px 16px; font-size: 14px; line-height: 1.6; color: #555; }

/* Tags de palavras-chave */
.tags-categoria { margin-top: 40px; padding-top: 24px; border-top: 1px solid #eee; }
.tags-categoria h2 { font-size: 16px; margin-bottom: 12px; color: #222; }
.tags-categoria .lista-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tags-categoria .lista-tags a {
  font-size: 12.5px; color: #444; background: #f5f5f5; border: 1px solid #e5e5e5;
  border-radius: 16px; padding: 6px 12px; text-decoration: none; transition: all 0.2s;
}
.tags-categoria .lista-tags a:hover { background: #e30613; color: #fff; border-color: #e30613; }

@media (max-width: 1024px) {
  .selos-topo { display: none; }
  .conteudo-com-sidebar { grid-template-columns: 1fr 260px; gap: 24px; }
  .imagem-destaque-intro { flex: 0 0 240px; width: 240px; max-width: 240px; }
}

@media (max-width: 992px) {
  .conteudo-com-sidebar { grid-template-columns: 1fr; }
  .sidebar-categoria { position: static; order: 3; }
  .grid-produtos { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  .intro-com-imagem { flex-direction: column; }
  .imagem-destaque-intro { width: 100%; max-width: 100%; flex: none; }
}

@media (max-width: 768px) {
  .topo-conteudo { gap: 14px; }
  .busca-wrapper { order: 3; max-width: 100%; flex-basis: 100%; }
  .contatos-topo { display: none; }
  .carrinho-topo { margin-left: auto; }
  .logo img { max-height: 42px; }
  .menu-categorias a { padding: 10px 12px; font-size: 12px; }
  .footer-colunas { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 500px) {
  .grid-produtos { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .topo-conteudo { padding: 0 14px; }
  .breadcrumb { padding: 12px 14px; font-size: 12px; }
}

.footer-colunas-5 { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 24px; }
.footer-logo-col img { max-width: 100%; height: auto; }
.footer-selos-col { text-align: center; }

@media (max-width: 992px) {
  .footer-colunas-5 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .footer-colunas-5 { grid-template-columns: 1fr; }
}