Omega-3 Fish Oil + Vitamin D-3,
- 600 EPA / 300 DHA,
- Molecularly Distilled,
- 1.000 IU Vitamin D-3.
NOW Ultra Omega 3-D is our most potent Omega-3 formula, with 600mg EPA and 300mg DHA per softgel. This product is flavored with lemon oil and also provides 1.000 IU Vitamin D-3.
/* 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.