This meaty, grain-free recipe is made using game and duck - both great novel protein sources that suit dogs with sensitive tummies. Game is packed with Omega 3, and the recipe contains prebiotics to support a healthy gut. As a bonus, we combine the meat with nutritious offal (like heart and liver) for an extra helping of nutrition. We blend our recipes with a super-healthy mix of fruit and veg, plus an extra boost of nutritious herbs and botanicals. Then we gently steam it to lock in all the flavour and goodness.
/* 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;
}
}