product-inventory {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

product-inventory.show {
  display: flex;
}

product-inventory span:first-child {
  font-weight: 700;
}