Enhance your favourite foods and drinks with Fitking Delicious Flavour Drops, Baked Apple with Cinnamon. This enticing 50ml bottle is crafted from quality ingredients, infusing a warm taste of baked apples with a hint of spicy cinnamon to your meals or snacks. Suitable for vegans, free from artificial colours and preservatives. The dropper design offers controlled intensity of flavour. Perfect for enjoying guilt-free indulgence anytime of the day.
/* 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;
}
}