Produced in its birthplace, Mr Organic traditional antipasti will bring the flavours of Italy to your table. Local, sundried tomatoes mixed with succulent capers in a blend of organic sunflower and extra virgin olive oil, with hints of garlic, basil and oregano. The perfect accompaniment for a chat over a glass of wine.
Organic & Natural
No Added Sugar
Suitable for Vegans
Produced in Italy
Zero Air Miles
BPA Free Packaging
/* 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;
}
}