From our background in speciality coffee, we have developed an Oat Milk for professionals. Our goal is not to compromise the fidelity of your coffee in the cup. Add to any roast profile or origin, and experience the truest characteristics of your espresso shot, while adding natural sweetness, density, balance and silky micro-foam when steamed.
Made with quality ingredients, this Oat Milk is equally delicious in your cup of tea or morning cereal.
/* 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;
}
}