Our delicious Tofu Ragu pasta sauce is lovingly crafted in Italy by our chef Andrea using sun ripened organic tomatoes, packed within hours of harvest to keep their flavour and freshness fully intact. Vegan Ragu Pasta Sauce with no added sugar made with protein-rich Tofu, sweet red peppers, fresh herbs and our own Italian sun-ripened tomatoes.
Organic & Natural
No Additives
Produced in Italy
Plant Based
No Added Sugar
/* 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;
}
}