.product-detail__heading {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.product-detail__coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 8px 15px;
  color: #fff;
  font-weight: 700;
  background: #ff8f43;
  border-radius: 999px;
  white-space: nowrap;
}

.product-detail__coming-soon-badge > span {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
}
