/* Alvar coin icon (₹ on gold disc) */
.alvar-coin-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--coin-size, 15px);
  height: var(--coin-size, 15px);
  vertical-align: -0.15em;
  margin-right: 3px;
  flex-shrink: 0;
}

.alvar-coin-icon__svg {
  width: 100%;
  height: 100%;
  display: block;
}

img.alvar-coin-icon {
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 4px;
  object-fit: contain;
}

.product-rewards__now {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #9a3b00;
  margin-bottom: 2px;
}

.product-rewards__now strong {
  color: #c45500;
}

.product-rewards__next {
  display: block;
  font-size: 0.72rem;
  color: var(--text-mid);
  line-height: 1.3;
}

.product-rewards__next strong {
  color: #2d5016;
  font-weight: 600;
}

.product-rewards__worth {
  font-style: normal;
  font-weight: 600;
  color: #2d5016;
}

.product-rewards__sub {
  display: none;
}

.pdp-rewards-note--sub {
  font-size: 0.82rem !important;
  margin-top: 4px !important;
}

/* Rewards — small reference text only */

.rewards-portal-bar {
  background: #f5f9f0;
  color: var(--text-mid);
  padding: 5px 0;
  font-size: 0.65rem;
  line-height: 1.35;
  border-bottom: 1px solid var(--border);
}

.rewards-portal-bar .container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.rewards-portal-bar__lead {
  font-weight: 500;
  color: var(--text-light);
}

.rewards-portal-bar__lead a {
  color: var(--green);
  text-decoration: none;
  font-weight: 600;
  margin-left: 4px;
}

.rewards-chips {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.rewards-chips::-webkit-scrollbar {
  display: none;
}

.rewards-chip {
  flex: 0 0 auto;
  padding: 2px 6px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 3px;
  font-size: 0.6rem;
  font-weight: 500;
  color: var(--text-mid);
  white-space: nowrap;
}

.rewards-chip code {
  font-size: 0.6rem;
  font-weight: 700;
  color: var(--earth);
  background: none;
  padding: 0;
}

/* Product cards — visible hint (commerce.css has base styles) */
.product-rewards {
  display: block !important;
}

.product-rewards__line {
  display: block;
}

.product-rewards__line strong {
  color: var(--green);
  font-weight: 600;
}

.product-rewards__stack,
.product-rewards__total,
.product-rewards__earn {
  display: none;
}

/* PDP — compact note */
.pdp-rewards-panel {
  margin: 10px 0;
  padding: 8px 10px;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 4px;
  font-size: 0.68rem;
  line-height: 1.45;
  color: var(--text-mid);
}

.pdp-rewards-panel h3,
.pdp-rewards-row,
.pdp-rewards-total {
  display: none;
}

.pdp-rewards-panel .pdp-rewards-note {
  margin: 0;
}

.pdp-rewards-panel .pdp-rewards-note strong {
  color: var(--green);
  font-weight: 600;
}

.pdp-rewards-panel .rewards-chips {
  margin-top: 6px;
}

.pdp-rewards-panel .rewards-chip {
  font-size: 0.58rem;
  padding: 2px 5px;
}

/* Cart */
.cart-earn-preview {
  background: transparent;
  border: none;
  padding: 0 0 10px;
  margin-bottom: 8px;
  font-size: 0.62rem;
  line-height: 1.35;
  color: var(--text-light);
  border-bottom: 1px dashed var(--border);
}

.cart-earn-preview strong {
  color: var(--green);
  font-weight: 600;
}
