.product-detail__coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 32px;
  padding: 7px 14px;
  color: #fff;
  font-weight: 700;
  background: #d63d35;
  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 rgb(255 255 255 / 22%);
}
