Savvy Sweets Fruits & Cream Bears offer a delightful blend of fruity and creamy flavors, enriched with high fiber content. Each bear boasts only 1.5g of sugar, is low in calories, completely vegan, gluten-free, and contains no artificial ingredients.
- 100% Plant Based/ Vegan
- Gut friendly Prebiotic Fibre
- No Sugar Added
- No artificial sweeteners, colours & Flavours
- Low Calorie
/* 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;
}
}