Equazen Family Capsules contain DHA which contributes to the maintenance of normal brain function*. Formulated with the unique EQUABALANCE ratio. This specific combination of Omega -3 EPA and DHA together with Omega-6 GLA ensures a synergistic and balanced formulation to support the body's individual needs. *DHA contributes to the maintenance of normal brain function. The beneficial effect is obtained with a daily intake of 250mg of DHA.
Formerly known as Equazen eye q
/* 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;
}
}