.discount-badge {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 222, 120, 0.75);
  border-radius: 4px;
  background: #650b08;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.38);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
}

.discount-badge::before {
  content: "SALE ";
  margin-right: 4px;
  color: #fff4d6;
}

.v2-card-meta strong,
.card-footer .price-stack strong,
.product-detail-copy .price-stack strong {
  color: #ffd34f;
  font-weight: 800;
}

.v2-card-meta strong {
  font-size: 1.3rem;
}

.v2-card-meta del,
.card-footer .price-stack del,
.product-detail-copy .price-stack del {
  color: rgba(255, 255, 255, 0.62);
  text-decoration-color: #e35b50;
  text-decoration-thickness: 2px;
}

.product-detail-copy .price-stack.is-large strong {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.product-detail-copy .price-stack.is-large del {
  font-size: 1.15rem;
}

@media (max-width: 640px) {
  .discount-badge {
    left: 14px;
    top: 14px;
    min-height: 34px;
    padding: 0 11px;
    font-size: 0.68rem;
  }
}
