Balanced High Strength Omega 3 + Vitamin E 50 Gel Caps in our 100% reusable and recyclable bottle. 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 and sugar. Also available in our plastic free refill pouch (BAL14).
/* 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;
}
}