Our premium soya milk is created from a select variety of whole organic soybeans that are processed to the highest standard, helping deliver the best that nature has to offer. Bonsoy - is a natural, full bodied soymilk with a subtle smooth "Trademark" flavour and is an excellent source of quality vegetable protein. Suitable in hot drinks such as coffee latte or as a milk alternative in everyday dishes such as porridge.
/* 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;
}
}