Evening Primrose is a cold-pressed, solvent free oil from evening primrose seeds (Oenothera biennis), a source of Gamma-Linolenic Acid (GLA). GLA is an important omega-6 fatty acid supporting the production of prostaglandins (hormone-like compounds), which play an important role in skin and immune health. Evening primrose oil provides nutritional support for mild discomfort associated with PMS.
/* 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.