if (!String.IsNullOrEmpty(Model.Product.Description))
{
A herbal tea that helps reduce acidity, aids digestion, and regulates the digestive system. Ingredients: Fennel, sweet chamomile, green anise, lemon verbena, and licorice.
}
if (!String.IsNullOrEmpty(Model.Product.LargeDescription))
{
}
Translated automatically