Our delicious Authentic Italian Aubergine 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. Authentic Italian sauce with no added sugar and full taste, made with our own sun-ripened tomatoes, aubergines and onions.
Organic & Natural
No Additives
Produced in Italy
Zero Air Miles
Plant Based
/* 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;
}
}