OVERVIEW:
Nature's Truth Dandelion Extract Tablets provide a concentrated dose of dandelion root, known for its traditional use in supporting liver health and digestion. Each tablet delivers 500mg of dandelion root extract, offering a natural way to support detoxification and promote overall wellness.
KEY INGREDIENTS & BENEFITS:
Dandelion Root Extract (Taraxacum officinale, 5:1): Dandelion root is a well-known herb traditionally used to support liver function, aid digestion, and assist in natural detoxification processes. It may also help maintain fluid balance in the body, supporting urinary health.
These vegan-friendly tablets make it easy to incorporate the benefits of dandelion root into a daily wellness routine.
/* 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;
}
}