Our delicious Authentic Italian Olives & Capers 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 and sugar and full taste, made with our own sun-ripened tomatoes, green & black olives and capers.
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;
}
}