Splash sunshine onto your plate with our golden flaxseed oil. Cold-pressed and unrefined, our organic Flax oil is an excellent source of polyunsaturated fats and brain-boosting Omega 3 fatty acids. Drizzle liberally over salad greens, use as a base in homemade houmous, add flavour to stews or spoon into nut butters for a more spreadable texture. Not suitable for frying.
/* 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;
}
}