.product-tags {
  display: flex;
}
.new-tag {
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  width: 36px;
  height: 18px;
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
}
.few-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #8A7600;
  width: 60px;
  height: 18px;
  border: solid 1px #8A7600;
  border-radius: 2px;
  font-size: 8.5px;
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
}
.restock-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  width: 40px;
  height: 18px;
  border: solid 1px #000000;
  border-radius: 2px;
  font-size: 8.5px;
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
}
.reservation-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  width: 48px;
  height: 18px;
  border: solid 1px #000000;
  border-radius: 2px;
  font-size: 8.5px;
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
}
.going-to-restock-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #000000;
  width: 56px;
  height: 18px;
  border: solid 1px #000000;
  border-radius: 2px;
  font-size: 8.5px;
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
}
.soldout-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #8A7600;
  width: 64px;
  height: 18px;
  border: solid 1px #8A7600;
  border-radius: 2px;
  font-size: 10.5px;
  text-align: center;
  margin-bottom: 4px;
  margin-right: 4px;
}
