/* Pantalla de confirmacion del pedido por WhatsApp */

.pzwa-confirmacion {
  background: #F7EBD6;
  border: 2px solid rgba(142, 20, 32, 0.28);
  border-radius: 18px;
  padding: 2rem 1.6rem;
  text-align: center;
  margin: 0 0 2rem;
}

.pzwa-titulo {
  font-family: Anton, 'Arial Narrow', Impact, sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #8E1420;
  margin: 0 0 0.4rem;
  line-height: 1.15;
}

.pzwa-sub {
  color: #2B1A16;
  opacity: 0.85;
  margin: 0 0 1.6rem;
}

.pzwa-boton {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #25D366;
  color: #06331A !important;
  font-family: Inter, -apple-system, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 1rem 2.2rem;
  box-shadow: 0 3px 0 rgba(6, 51, 26, 0.25);
  transition: transform 0.15s ease, background 0.15s ease;
}

.pzwa-boton::before { content: '💬'; font-size: 1.2em; }
.pzwa-boton:hover { background: #1FBA59; transform: translateY(-2px); }

.pzwa-nota {
  font-size: 0.85rem;
  color: #7A6A62;
  margin: 1rem 0 0;
}

/* Boton de WhatsApp en la ficha de producto */
.pz-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #25D366;
  color: #06331A !important;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 0.8rem 1.6rem;
}
.pz-wa-btn:hover { background: #1FBA59; }
