You get out what we don't put in
Our organic oats come naturally sweet
and full of flavour. So we do as little to
them as possible, adding only what's
essential to create the perfect pour.
That means blending with water to
release the oats' creaminess and
adding a touch of sea salt for taste.
And that's it: the pure taste of nature,
uninterrupted.
/* 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;
}
}