/* Promociones — badges, precios, catálogo */

.promo-badge-img {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  background: linear-gradient(135deg, #dc3545, #e85d04);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(220, 53, 69, 0.35);
  letter-spacing: 0.03em;
  white-space: nowrap;
  line-height: 1;
}

.product-thumb {
  position: relative;
}

/* —— Tarjeta catálogo: bloque de precio unificado —— */
.price-primary--promo {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 0.15rem;
}

.promo-card-pricing {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #f8f9fb;
  border: 1px solid #e9ecef;
}

.promo-card-pricing--active {
  background: linear-gradient(180deg, #fff 0%, #fff8f8 100%);
  border-color: #f5c2c7;
}

.promo-card-pricing--upcoming {
  background: #f8f9fb;
  border-color: #e9ecef;
}

.promo-card-tier {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c757d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-card-prices {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  line-height: 1.1;
}

.promo-card-old {
  font-size: 0.82rem;
  color: #adb5bd;
  text-decoration: line-through;
}

.promo-card-new {
  font-size: 1.12rem;
  font-weight: 800;
  color: #212529;
}

.promo-card-regular {
  font-size: 1.05rem;
  font-weight: 700;
  color: #212529;
}

.promo-card-save {
  font-size: 0.72rem;
  font-weight: 600;
  color: #198754;
}

.promo-card-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #495057;
  line-height: 1.3;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: manual;
}

.promo-card-chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fd7e14;
  flex-shrink: 0;
}

.promo-card-deadline {
  font-size: 0.65rem;
  color: #868e96;
  margin-top: 0.1rem;
}

/* —— Ficha producto —— */
.promo-price-block {
  line-height: 1.35;
}

.promo-price-before {
  font-size: 0.9rem;
  color: #6c757d;
  text-decoration: line-through;
}

.promo-price-now {
  font-size: 1.35rem;
  font-weight: 800;
  color: #212529;
}

.promo-savings {
  font-size: 0.85rem;
  color: #198754;
  font-weight: 600;
}

.promo-pct {
  display: inline-block;
  background: #fff3cd;
  color: #856404;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.12rem 0.4rem;
  border-radius: 4px;
  margin-left: 0.25rem;
}

.promo-offer-box {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 1rem 1.15rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

.promo-offer-head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.promo-offer-head strong {
  font-size: 1rem;
  color: #212529;
}

.promo-offer-lead {
  font-size: 0.95rem;
  color: #495057;
  margin: 0;
}

.promo-detail-list {
  margin: 0.5rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: #495057;
}

.promo-detail-list li {
  margin-bottom: 0.25rem;
}

.promo-detail-label {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #868e96;
  margin-right: 0.25rem;
}

.promo-offer-box .promo-countdown {
  font-size: 0.85rem;
  color: #6c757d;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid #f1f3f5;
}

.promo-countdown strong {
  color: #dc3545;
  font-weight: 700;
}

/* —— Carrito —— */
.cart-savings-box {
  background: linear-gradient(135deg, #e8f5e9, #f1f8e9);
  border: 1px solid #a5d6a7;
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem 0;
}

.cart-savings-box .celebrate {
  font-size: 1rem;
  font-weight: 600;
  color: #2e7d32;
  margin-top: 0.5rem;
}

.checkout-savings-summary {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1rem;
  margin-top: 1rem;
}

.line-through {
  text-decoration: line-through;
  color: #6c757d;
}

.product-card-compact .promo-card-pricing {
  padding: 0.5rem 0.55rem;
}

.product-card-compact .promo-card-new,
.product-card-compact .promo-card-regular {
  font-size: 1rem;
}
