Black Currant Oil is extracted from Black Currant Seeds to produce a valuable nutritional oil with 14% GLA. The Omega-3, Alpha Linolenic Acid and the Omega-6, Gamma Linolenic Acid (GLA), are both considered essential fatty acids. Although the body can manufacture GLA from other dietary Omega-6 fatty acids, GLA can be more efficiently utilized for body functions when supplied directly through dietary sources.
/* 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.