/* ========================================
   CÓDIGO CSS OTIMIZADO - LOJA INTEGRADA
   ======================================== */

/* 1. FAIXA SUPERIOR DE CUPOM */
#cabecalho {
  position: relative !important;
  top: 35px !important;
}

#cabecalho::before {
  content: 'Aproveite o cupom deteste9 PRIMEIRACOMPRA' !important;
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 35px !important;
  background-color: #000000 !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-align: center !important;
  line-height: 35px !important;
  z-index: 10000 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

#cabecalho::before:hover {
  background-color: #FFD700 !important;
  color: #000000 !important;
}

/* 2. SUBSTITUIR COR VERDE ÁGUA POR PRETO */
[style*="#9AD6D0"],
[style*="#9ad6d0"],
[style*="rgb(154, 214, 208)"],
[style*="rgba(154, 214, 208"] {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  fill: #000000 !important;
  stroke: #000000 !important;
}

/* 3. ELEMENTOS ESPECÍFICOS DA LOJA INTEGRADA */
.cor-primaria,
.color-primary,
.destaque,
.botao-principal,
.btn-primary,
.produto-preco-destaque,
.badge-destaque,
.tag-destaque {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

/* 4. LINKS E TEXTOS */
a {
  color: #000000 !important;
}

/* 5. ÍCONES SVG */
svg,
svg path,
svg circle,
svg rect,
svg polygon,
svg line {
  fill: #000000 !important;
  stroke: #000000 !important;
}

/* 6. BOTÕES */
button,
.btn,
.botao,
input[type="submit"],
input[type="button"] {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
}

button:hover,
.btn:hover,
.botao:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

/* 7. BORDAS DECORATIVAS */
.titulo-secao::after,
.titulo-destaque::after {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/* 8. CORREÇÃO DO MENU SUPERIOR */
.menu.superior,
#menu-principal,
.cabecalho-topo {
  top: 35px !important;
  position: relative !important;
  z-index: 9999 !important;
}

/* 9. PREÇOS */
.preco,
.preco-por,
.preco-de,
.valor,
.produto-preco {
  color: #000000 !important;
}

/* 10. TAGS E BADGES */
.tag,
.badge,
.etiqueta,
.selo {
  background-color: #000000 !important;
  color: #ffffff !important;
}

/* 11. TEXTOS */
p,
span,
div,
li,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000 !important;
}

/* 12. INPUTS */
input,
textarea,
select {
  border-color: #000000 !important;
  color: #000000 !important;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #000000 !important;
  outline-color: #000000 !important;
}