Balanced High Strength Omega 3 + Vitamin E 50 Gel Caps in our 100% recyclable paper refill pouch. Sustainably sourced from wild caught anchovies in the Pacific Ocean our Omega 3 is high in EPA & DHA which contribute to normal function of the heart. Free from soy, GMO, gluten, lactose, sugar, PCB and Pollutants. Also available in our re-useable glass bottle (BAL15).
/* 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;
}
}