Our brand new plant-based recipe is stuffed with tasty vegan ingredients bursting with goodness. The star of the show is jackfruit, a brilliant source of vitamin C & manganese. Next up is vitamin-rich red pepper, and kidney beans which serve up plenty of protein & fibre.
Our Mighty Burrito Bowl is the perfect way to give your four-legged family a little less meat but still the same delicious flavour, perfectly balanced to meet all your dog's needs.
Feeding Guidelines: This is a nutritionally complete pet food for adult dogs 4 months +. It has everything your dog needs to stay healthy. Serve it at room temperature with a bowl of fresh water nearby.
/* 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;
}
}