Exquisite and flavoursome, all natural Sunny Fruit Organic Dried Plums are an ideal, on-the-go, healthier snacking option. Meticulously dried for ideal sweetness, these organic dried plums are an excellent source of dietary fiber, antioxidants, potassium and magnesium. All Sunny Fruit products are sun-dried for ultimate sweetness and packed at source to ensure the highest quality with no artificial additives. Vegan, Kosher, halal, Non-GMO, Gluten Free, Nut Free & Sulphite Free.
/* 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;
}
}