Froosh Smoothie Immunity with Apple, pear, kiwi and ginger 235 ml
Functional Immunity Smoothie - Apple, Pear, Kiwi & Ginger + Vitamin C, B6 & B12 to help give the immune system a kick.
Froosh+ Performance boosting functioonal smoothies in tasty flavours with a healthy twist.
Froosh is a premium brand with a broad portfolio of great-tasting and colourful smoothies of high quality. The products are all natural, contain no additives and are not from concentrate.
FSC Certified innovative CartoCan is recyclable and lowers carbon footprint.
Ambient storage and transport, best served chilled.
Long shelf life, with all the tastes and textures of a freshly made smoothie.
/* 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;
}
}