.store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.store-badge img {
  display: block;
  height: 48px;
  width: auto;
}

.store-soon {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px dashed #C9BDB0;
  color: #8A7B6C;
  font-size: 14px;
  font-weight: 700;
}
