Creamy. Foamable. Locally Grown. And created with the exacting level of care your coffee deserves. MOMA Organic Barista Oat Drink is crafted using the finest quality, gluten-free organic oats.
We cut crops, not corners. Our Organic Barista Oat Drink is made using a high oat content of 14% and a not from concentrate recipe for a superior oat taste and creamy mouthfeel.
Made in the UK with gluten-free organic British oats, Foamable - for silky smooth coffees, Not from concentrate, Dairy free - Suitable for vegetarians and vegans
/* 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;
}
}