Our Savvy Sweets Sour Gummy Bears deliver bursts of tangy, fruity flavor, packed with high fiber content. With just 1.5g of sugar per serving, these bears are low in calories, 100% plant-based, vegan, gluten-free, and free from artificial ingredients.
- 100% Plant Based/ Vegan
- Gut friendly Prebiotic Fibre
- No Sugar Added
- No artificial sweeteners, colours & Flavours
- Low Calorie
- Gluten 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;
}
}