Crunchy & Delicious: Made with 100% real strawberries. Crunchy. Sweet. Full of flavour.
Handpicked & Preserving the Goodness: Strawberries are carefully picked at the peak of ripeness and then quickly freeze-dried to preserve their flavour and nutrients.
Long-Lasting: Long shelf life, enjoy our strawberries for months to come.
Nutritious: Good source of vitamins C, K, &fibre. Low calorie. Fat-free.
Perfect for:
On-the-go snacks: Easy to pack and carry. Give you a boost of energy and daily intake of fruits.
Adding flavour to meals: It can be added to a variety of meals and snacks to add a boost of flavour. Try them in yogurt, cereal, oatmeal, smoothie or even on top of ice cream.
Baking: Great ingredient for baking, can be added to muffins, cakes, cookies, and other desserts.
/* 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;
}
}