OVERVIEW:
Nature's Truth Flaxseed Oil softgels provide a plant-based source of omega-3 fatty acids, derived from premium flaxseeds. This supplement is a convenient way to support heart health, brain function, and overall wellness through the power of essential fatty acids.
KEY INGREDIENTS & BENEFITS:
Flaxseed Oil (Linum usitatissimum): A natural source of alpha-linolenic acid (ALA), an omega-3 fatty acid that helps support cardiovascular health and general wellbeing. ALA is essential for body functions and is known for its heart-supporting benefits.
This high-quality flaxseed oil supplement is ideal for those seeking a vegetarian-friendly omega-3 source.
/* 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;
}
}