Our unique 1+3 plant-based formula combines choline bitartrate - an essential nutrient for liver support - with three botanicals in gentle strength: Chanca Piedra, Punarnava, and False Daisy. Rich in rare plant compounds, these carefully dosed extracts deliver an extra layer of targeted support, working in harmony with your body's natural rhythm to help maintain internal balance.
/* 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;
}
}