Our fabulous figs are grown in a very special farming village in the hills of Western Anatolia, Turkey. We have worked with this farming community since the 1980's and we think the figs grown there are simply the best. Grown in the fresh mountain air and more slowly than other figs, gives them a slightly thinner skin and the sweet nutty flavour we're so proud of. At only 63 calories per 30g portion.
/* 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;
}
}