Our new plant-based recipe, packed with seven FRESH Vegetables: Carrot, Courgette, parsnip, potato, beans, peas and celery.
We didn't just create a plant-based kibble that is complete & balanced, no we went far beyond that. Choosing a wealth of ingredients, ensuring great taste (e.g. by usage of great root vegetables), using FRESH vegetables (low processing, more goodness).
Veg are great sources of carbs, fibre and vitamins & minerals. Just like we do with any of our recipes, we want to stay true to nature, allowing dogs to benefit from all goods that it provides without over-processing ingredients.
By choosing fresh veg - industry's first! - we lower the processing and ensure to lock in all goodness. Besides that this recipe includes more exceptional ingredients, such as micro-algae & linseed, which are exceptional sources for Omega 3.
/* 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;
}
}