1130mg,
- Essential Fatty Acids,
- A Dietary Supplement.
NOW Wheat Germ Oil is from non-GMO Wheat Germ. It has a broad spectrum of nutrients, including vitamins, minerals, essential fatty acids (EFAs), phytosterols, and policosanols. Among its most notable naturally occurring bioactive nutrients are Vitamin E, the omega-3 fatty acid Alpha Linolenic Acid (ALA) and dietary waxes, such as Octacosanol.
/* 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;
}
}
/* 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;
}
}
Choosing a selection results in a full page refresh.