Essential for cardiovascular health
For daily antioxidant support
Provides protection against free radical damage
Found in a mixture of tocopherols that work together to neutralize free radicals, vitamin E (d-alpha tocopherol) is essential for cardiovascular health. Our high-bioavailability softgels provide 400 IU of vitamin E from mixed tocopherols for effective daily antioxidant support.
/* 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;
}
}