/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 31 2026 | 01:21:02 */
/* ===== FAIXA FIXA GLOBAL (SÓ CSS) ===== */
html body::before {
  content: "⚠️ Leia tudo antes de comprar e, se precisar, solicite uma aula de demonstração no WhatsApp 🟢" !important;

  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;

  background: linear-gradient(90deg, #ff0000, #ff007f) !important;
  color: #fff !important;

  font-family: system-ui, sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;

  text-align: center !important;
  padding: 12px 15px !important;

  z-index: 999999 !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;

  display: block !important;

  white-space: normal !important;
  word-break: break-word !important;
}

/* ===== Espaço para não cobrir o conteúdo ===== */
html body {
  padding-top: 80px !important;
}

/* ===== MOBILE (sem cortar) ===== */
@media (max-width: 480px) {
  html body::before {
    font-size: 13px !important;
    padding: 14px 10px !important;
  }

  html body {
    padding-top: 95px !important;
  }
}

/* ===== WooCommerce reforço (categorias, produto, checkout) ===== */
.woocommerce-page body::before,
.single-product body::before,
.archive body::before {
  display: block !important;
}

