/* Membership smart price — product cards & PDP */
.nova-mprice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  min-width: 0;
  width: 100%;
}

.nova-mprice__main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.45rem 0.65rem;
}

.nova-mprice__main--pdp {
  align-items: center;
}

.nova-mprice__now {
  color: #0f172a;
  line-height: 1.2;
}

.nova-mprice__was {
  font-size: 0.85em;
  line-height: 1.2;
}

.nova-mprice__pct {
  display: inline-flex;
  align-items: center;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
}

.nova-mprice__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #92400e;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid rgba(217, 119, 6, 0.28);
  line-height: 1.2;
}

.nova-mprice__badge .bi {
  font-size: 0.75rem;
}

.nova-mprice__tease {
  width: 100%;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.03) 0%, rgba(180, 83, 9, 0.06) 100%);
  border: 1px solid rgba(180, 83, 9, 0.14);
}

.nova-mprice__tease-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
}

.nova-mprice__tease-label {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #78716c;
}

.nova-mprice__tease-label .bi {
  color: #d97706;
  font-size: 0.8rem;
}

.nova-mprice__tease-amount {
  font-size: 0.88rem;
  font-weight: 800;
  color: #92400e;
  letter-spacing: -0.01em;
}

.nova-mprice__save {
  font-size: 0.68rem;
  font-weight: 700;
  color: #15803d;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  border-radius: 999px;
  padding: 0.12rem 0.45rem;
}

.nova-mprice__perks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.4rem;
}

.nova-mprice__perk {
  font-size: 0.65rem;
  font-weight: 600;
  color: #57534e;
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 999px;
  padding: 0.12rem 0.45rem;
}

.nova-mprice__cta {
  font-size: 0.68rem;
  font-weight: 700;
  color: #b45309;
  text-decoration: none;
  margin-inline-start: auto;
  white-space: nowrap;
}

.nova-mprice__cta:hover {
  color: #92400e;
  text-decoration: underline;
}

.nova-mprice__member-note {
  font-size: 0.78rem;
  color: #57534e;
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-top: 0.15rem;
}

.nova-mprice__member-note .bi {
  color: #d97706;
  margin-top: 0.1rem;
}

/* Compact card: slightly tighter */
.nova-mprice--card .nova-mprice__tease {
  padding: 0.4rem 0.55rem;
}

.nova-mprice--card .nova-mprice__tease-amount {
  font-size: 0.82rem;
}

.nova-mprice--pdp .nova-mprice__tease {
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
}

.nova-mprice--pdp .nova-mprice__tease-amount {
  font-size: 1.05rem;
}

.nova-mprice--quick .nova-mprice__cta {
  margin-inline-start: 0;
}

.nova-mprice__tease--sticky {
  padding: 0;
  border: none;
  background: transparent;
}

@media (max-width: 575.98px) {
  .nova-mprice__cta {
    margin-inline-start: 0;
    width: 100%;
  }
}

/* Offer end date / countdown under product price */
.nova-offer-ends {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-top: 0.45rem;
  padding: 0.4rem 0.55rem;
  border-radius: 10px;
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.18);
  color: #b42318;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.35;
}

.nova-offer-ends--compact {
  margin-top: 0.35rem;
  padding: 0.28rem 0.45rem;
  font-size: 0.72rem;
  border-radius: 8px;
}

.nova-offer-ends__icon {
  font-size: 0.9em;
  opacity: 0.9;
}

.nova-offer-ends__label {
  opacity: 0.92;
}

.nova-offer-ends__date {
  font-weight: 750;
  color: #911f16;
}

.nova-offer-ends__timer {
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #7a1810;
}

.nova-offer-ends__timer:not(:empty)::before {
  content: "·";
  margin-inline-end: 0.35rem;
  opacity: 0.55;
  font-weight: 500;
}

.nova-offer-ends.is-expired {
  background: rgba(100, 116, 139, 0.1);
  border-color: rgba(100, 116, 139, 0.2);
  color: #64748b;
}

.nova-offer-ends.is-expired .nova-offer-ends__date,
.nova-offer-ends.is-expired .nova-offer-ends__timer {
  color: #64748b;
}

