Just Natural Organic Unsulphured Apricots are selected from the best organic growers in Turkey. Great for snacking on the go and baking or try chopping up and adding to Muesli. Our mid bulk packs are packed in 100% recyclable film.
For ingredients and nutritional information, click Further Information.
/* 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;
}
}