.product-status {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.product-status::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 6px;
  background-color: #009933;
  line-height: 1;
}

.product-status--not-available.product-status::before {
  background-color: red;
}

/*# sourceMappingURL=product-status.css.map */
