OVERVIEW:
Nature's Truth Cod Liver Oil softgels deliver a premium source of essential vitamins and omega-3 fatty acids. Each softgel combines the benefits of natural cod liver oil with added vitamins D and A, supporting immune health, vision, and bone strength.
KEY INGREDIENTS & BENEFITS:
Cod (Fish) Liver Oil: A natural source of omega-3 fatty acids, including EPA and DHA, which contribute to heart, brain, and joint health.
Vitamin A (Retinyl Palmitate): Supports eye health, immune function, and skin health.
Vitamin D3 (Cholecalciferol): Essential for calcium absorption, aiding in the maintenance of healthy bones and teeth, and supporting immune system function.
This supplement is perfect for those seeking a traditional wellness solution with the added benefit of key vitamins to support a healthy lifestyle.
/* 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;
}
}