Cultivated and harvested in the Italian region of Cerignola, our luscious organic green olives are juicy and have a distinct vibrant colour. This product's versatility knows no bounds, elevating salads, pasta sauces, pizza toppings, and more. Our olives are skilfully pitted, ensuring ready-to-use convenience. These green olives are carefully preserved in brine, elevating their natural flavours while maintaining long-lasting freshness.
/* 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;
}
}