.purchase-note {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rose-deep, #8e444d);
}

.purchase-heart {
  width: 21px;
  height: 24px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.purchase-price {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

.purchase-details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}

.purchase-price + .purchase-details {
  padding-left: 14px;
  border-left: 1px solid var(--line);
}

.purchase-details strong {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.purchase-details > span {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.4;
}

.purchase-note--center { margin-inline: auto; }
.purchase-note + .button { margin-top: 18px; }

html[data-hero-variant="editorial"] .hero .purchase-note,
html[data-hero-variant="editorial"] .hero .purchase-details strong { color: var(--ivory); }
html[data-hero-variant="editorial"] .hero .purchase-details > span { color: #ead6d0; }

@media (max-width: 620px) {
  .hero-copy .purchase-note { align-self: center; }
}
