Nutty Bruce Organic Unsweetened Activated Almond & oat M*lk is made from filtered water, organic activated almonds, organic whole grain oats, and a pinch of sea salt. Simple and natural.
Activated nuts are soaked in water for 12 hours before being used to make a deliciously creamy plant m*lk.
/* 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;
}
}