/* Banner "Envío Gratis" - verde metálico + letras blancas */
.kg-free-ship-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .2px;
  color: #ffffff;
  text-transform: none;
  background: linear-gradient(135deg, #0a8f3c 0%, #16a34a 35%, #2bd96b 55%, #0b6b2f 100%);
  box-shadow: 0 10px 18px rgba(22, 163, 74, .28), inset 0 1px 0 rgba(255,255,255,.25);
  border: 1px solid rgba(255,255,255,.22);
}

/* En ficha individual: que se vea como bloque debajo del botón */
.kg-free-ship-badge--single{
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 13px;
}

/* Términos en checkout (debajo de métodos de pago) */
.kg-free-ship-terms{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f0fdf4;
  border: 1px dashed #86efac;
  color: #065f46;
  font-size: 12.5px;
  line-height: 1.35;
}

/* =========================
   Badge base (loop / general)
========================= */
.kg-free-ship-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 12.5px;
  line-height: 1.15;
  letter-spacing: .2px;
  text-align: center;
  text-decoration: none;

  /* Refuerzo para evitar que el tema “apague” el fondo/color */
  color: #ffffff !important;
  background: linear-gradient(135deg, #0a8f3c 0%, #16a34a 35%, #2bd96b 55%, #0b6b2f 100%) !important;

  box-shadow: 0 10px 18px rgba(22, 163, 74, .28), inset 0 1px 0 rgba(255,255,255,.25);
  border: 1px solid rgba(255,255,255,.22);
}

/* =========================
   Single product (debajo del botón)
========================= */
.kg-free-ship-badge--single{
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 14px;

  /* Más grande como pediste */
  font-size: 15px;
  line-height: 1.15;
}

/* =========================
   Sticky / foco (Astra Sticky Add To Cart)
   - Corrige centrado, line-height, tamaño y evita salto de línea
========================= */
.kg-free-ship-badge--sticky{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin: 0 !important;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.05;
  border-radius: 999px;
}

/* Por si Astra mete reglas raras en el contenedor del sticky */
.ast-sticky-add-to-cart .kg-free-ship-badge,
.ast-sticky-add-to-cart-wrapper .kg-free-ship-badge,
.ast-sticky-add-to-cart-bar .kg-free-ship-badge{
  line-height: 1.05 !important;
  align-items: center;
  justify-content: center;
}

/* =========================
   Términos en checkout
========================= */
.kg-free-ship-terms{
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f0fdf4;
  border: 1px dashed #86efac;
  color: #065f46;
  font-size: 12.5px;
  line-height: 1.35;
}

/* Centrar texto de términos */
.kg-free-ship-terms{
  text-align: center;
}
