OVERVIEW:
Support your wellness naturally with Nature's Truth Evening Primrose Oil Softgels. Each softgel delivers 500mg of premium-quality Evening Primrose Oil, a source of gamma-linolenic acid (GLA), an essential omega-6 fatty acid known for its potential benefits in supporting women's health, skin wellness, and hormonal balance.
KEY INGREDIENTS & BENEFITS:
Evening Primrose Oil (500mg): Known for its rich GLA content, Evening Primrose Oil is often used to support women's health, particularly during monthly cycles, as well as skin health. GLA is thought to help maintain skin hydration, reduce dryness, and promote an overall balanced complexion.
Nature's Truth Evening Primrose Oil Softgels are an easy and convenient way to enjoy the potential health benefits of this natural, skin-loving oil.
/* 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;
}
}