Best for: Helping to soothe a troubled digestive system
Taste: Similar to an earthy green tea
Directions: Drink two cups a day for its benefits, but as many as you like for the taste
Further information: Artichokes have been eaten on the continent for decades for their beneficial effects on the digestive system, but recent research has now supported this traditional use and its popularity for helping soothe troubled tummies has spread further afield.
Our artichoke tea is the leading brand in the UK and was the first to be launched.
Notes: Please don't drink if you suffer from gallstones
/* Mark the container as a query container */
.image-container {
container-type: inline-size;
}
/* When the container’s width is at least 500px, apply a max-width style to the image */
@container (min-width: 500px) {
.image-container img {
max-width: 80%;
height: auto;
}
}