/* CAMINA09 promo popup — AF4R25-ER sale + free bastón */
#af-camina09-popup-root {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(10, 37, 64, 0.55);
}
#af-camina09-popup-root.is-open { display: flex; }
.af-camina09-dialog {
  background: #fff;
  color: #0a2540;
  border-radius: 16px;
  max-width: 440px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  position: relative;
}
.af-camina09-dialog img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
  background: #eef5fc;
  padding: 0.75rem;
}
.af-camina09-body { padding: 1.1rem 1.2rem 1.25rem; }
.af-camina09-body h2 {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  color: #004080;
}
.af-camina09-body p {
  margin: 0;
  line-height: 1.45;
  color: #0a2540;
}
.af-camina09-code {
  display: inline-block;
  margin: 0.55rem 0;
  padding: 0.4rem 0.75rem;
  border: 2px dashed #004080;
  border-radius: 8px;
  font-weight: 800;
  color: #004080;
  letter-spacing: 0.04em;
  background: #fff;
}
.af-camina09-timer {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #004080;
  margin: 0.35rem 0 0.85rem;
}
.af-camina09-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.af-camina09-cta {
  background: #004080;
  color: #fff !important;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font-weight: 700;
}
.af-camina09-cta:hover { background: #003060; color: #fff !important; }
.af-camina09-close {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #0a2540;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
