/* Base tag styles */
.product-tag {
  display: inline-block;
  font-family: Roboto, Arial;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px; /* Adjust this to make corners more or less rounded */
  line-height: 1;

  background-color: #e60027; /* Nice bright red */
  color: #ffffff;
}

.product-tag-new {
  display: inline-block;
  font-family: Roboto, Arial;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 20px;
  border-radius: 4px; /* Adjust this to make corners more or less rounded */
  line-height: 1;

  background-color: #e60027; /* Nice bright red */
  color: #ffffff;
}