Soya bean delicacy with flavours of the sea. Marigold soya bean Tunah is a nutritious vegetarian and vegan delicacy that can be served either hot or cold. For exciting flavours of the sea, try in a Nicoise Salad with sundried tomatoes, green beans and new potatoes. Delicious in salads, sandwiches and mixed into rice and pasta dishes. 170g.
/* 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;
}
}