.product-meta__taxes-included::before {
  content: "Inclusive of all taxes";
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  color: #000;
}

.product-meta__taxes-included {
  font-size: 0; /* Hides original text */
}
