:root {
  --ebz-brown: #6e2613;
  --ebz-brown-dark: #4a1a0c;
}

.header-shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
}

.hero-ebz {
  background: linear-gradient(135deg, var(--ebz-brown), var(--ebz-brown-dark));
  color: #fff;
}

.badge-produto {
  background-color: var(--ebz-brown);
}

.diferencial-icon {
  width: 56px;
  height: 56px;
  color: var(--ebz-brown);
}

.footer-ebz {
  background: var(--ebz-brown-dark);
  color: #fff;
}

.footer-ebz a {
  color: #fff;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 1040;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-float.is-hidden {
  display: none;
}

.whatsapp-float {
  transition: bottom .15s ease-out;
}

.cookie-notice {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(30, 20, 17, .95);
  color: #fff;
  padding: .75rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  text-align: center;
}

.cookie-notice a {
  color: #f3c9b4;
}

.cookie-notice.is-hidden {
  display: none;
}
