Our delicious Authentic Italian Cherry Tomato 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 reduced salt, no added sugar and full taste, made with our own sun-ripened tomatoes, garlic, extra virgin olive oil.
Organic & Natural
No Additives
Produced in Italy
Plant Based
Reduced Salt & 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;
}
}