.hero-price strong,
.product-info > strong {
  display: inline-flex;
  align-items: baseline;
  gap: 9px;
}

.hero-price strong::before,
.product-info > strong::before {
  content: "€ 79,95";
  color: #8b928e;
  font-family: 'DM Sans', sans-serif;
  font-size: .58em;
  font-weight: 400;
  text-decoration: line-through;
}

.hero-price::after {
  content: "Introductieprijs";
  padding: 4px 8px;
  background: #b77c71;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-info > strong {
  color: #a36359;
}

@media (max-width: 640px) {
  .hero-price {
    flex-wrap: wrap;
  }

  .product-info > strong {
    font-size: 12px;
  }
}
