Our delicious Healthier Choice Italian Basilico 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. Healthier Choice sauce with less salt, no added sugar and full taste, made with our own sun-ripened tomatoes and fragrant fresh basil.
Organic & Natural
No Additives
Produced in Italy
Plant Based
No Added Sugar
Reduced Salt
HFSS Compliant
/* 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;
}
}