Korean Ginseng, the most potent variety of Panax Ginseng, is thought to be a natural stimulant for the body and mind and may contribute to physical and mental well-being and support energetic alertness.
Suitable for vegetarians and vegans, our tea has been formulated to provide a highly effective amount of ginsenosides; the natural substances thought to be behind many of ginseng's benefits. Our expert blenders have created this powdered tea as a tasty alternative to capsules and tablets, allowing quick absorption and guaranteed quality.
/* 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;
}
}