OVERVIEW:
Nature's Truth Plant Sterols Tablets provide 800mg of natural plant sterols per serving, specially formulated to support heart health. Plant sterols are naturally occurring compounds found in plants that have been shown to help maintain healthy cholesterol levels when taken as part of a balanced diet. This easy-to-take supplement is ideal for those looking to support their cardiovascular wellness.
KEY INGREDIENTS & BENEFITS:
Natural Mixed Plant Sterols: Known for their ability to help maintain healthy cholesterol levels, plant sterols work by limiting the amount of cholesterol absorbed by the body, which in turn may help promote cardiovascular health.
This heart-friendly formula is perfect for those seeking natural support for healthy cholesterol maintenance.
/* 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;
}
}