Turkish Organic Morello type sour cheries which are harvested, double pitted, infused in organic apple juice concentrate for sweetening and dried in industrial high-tech ovens are transported to our facility. Dried cherries are scanned for pits. Then, they are weighed by a multihead automatic scaleor and packed in the packages according to customer request. Finally they are metal detected before release. The dried sour cherries contain no other additives.
/* 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;
}
}