product-card .product-inventory__status {
  display: flex;
  flex-flow: wrap;
}

product-card .product-inventory__status:before {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

product-card .product-inventory__status {
  color: black;
}

product-card .product-inventory__status[data-inventory-level="normal"]:before
{
  color: green;
}

product-card .product-inventory__status[data-inventory-level="low"]:before,
.product-inventory__status[data-inventory-level="very_low"]:before,
product-card .product-inventory__status[data-inventory-level="backordered"]:before 
{
  color: #ffa71f;
}
