Our new cold-pressed, unrefined sunflower oil is expertly extracted from 100% organic sunflower seeds. Satisfies demand following a decline in sunflower oil production. Boasts a delicious, nutty flavour, complimented by an aesthetically-pleasing golden hue. Naturally rich in omega 6 and 9 fatty acids. Perfect for dressings, and is best utilised in low-temperature cooking, ensuring the nutrients remain intact.
/* 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;
}
}