/* EAP v11.64 — porcentaje exacto de promociones en ficha de producto */
.eap-exact-promo-discount{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:3px 16px;
  margin:12px 0 14px;
  padding:14px 16px;
  border:1px solid rgba(218,38,105,.24);
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,241,246,.98),rgba(255,255,255,.98));
  box-shadow:0 10px 28px rgba(88,25,50,.08);
}
.eap-exact-promo-discount .eap-exact-promo-kicker{
  color:#9d164d;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.2;
}
.eap-exact-promo-discount strong{
  grid-row:1 / span 2;
  grid-column:2;
  color:#151115;
  font-size:clamp(1.65rem,4vw,2.35rem);
  font-weight:950;
  letter-spacing:-.045em;
  line-height:.95;
  white-space:nowrap;
}
.eap-exact-promo-discount small{
  color:#74666d;
  font-size:.82rem;
  font-weight:650;
  line-height:1.3;
}
@media (max-width:520px){
  .eap-exact-promo-discount{padding:13px 14px;gap:3px 10px}
  .eap-exact-promo-discount strong{font-size:1.75rem}
}

/* v11.64: el badge de oferta debe ser visible incluso cuando todavía se está
   completando el porcentaje exacto en segundo plano. */
.pm-media-shell{position:relative}
.pm-media-badge{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  z-index:80!important;
  min-width:64px;
  min-height:34px;
  padding:7px 11px!important;
  border-radius:999px!important;
  background:#171217!important;
  color:#fff!important;
  font-size:.78rem!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.02em;
  box-shadow:0 10px 25px rgba(0,0,0,.22)!important;
  opacity:1!important;
  visibility:visible!important;
  pointer-events:none;
}
.pm-product-flags .pm-offer-pill{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  visibility:visible!important;
  opacity:1!important;
  background:#171217!important;
  color:#fff!important;
  border-color:#171217!important;
}
