Pitted green olives stuffed with garlic and red pepper in brine.
Halkidiki Olives grow exclusively in the Greek Halkidiki region, in a unique climate condition and soil characteristics. They are hand-harvested and hand-stuffed with Garlic & Red Pepper. Firm meat texture, full soft flavour with a little tartness.
/* 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;
}
}