Aquasol Artichoke Leaf Tea is made like all Aquasol products to provide a convenient and instant form of the herb. Whilst many people choose to consume Artichokes as part of a dietary regime. Aquasol use the leaves which contain very different constituents and produces a unique flavour.
Artichoke combines well with herbs like Devil's Claw and Ginseng to whet the appetite and with lemon balm and ginger to cleanse the palette.
/* 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;
}
}