This delicious complete recipe is made with tasty freshly prepared organic chicken, turkey and pork together with carrots and peas. We also add in a selection of botanic herbs and all the essential vitamins and minerals your dog needs for a healthy diet. This nutritious wet food is certified organic and has no artificial ingredients or preservatives, which makes it especially good for dogs with sensitivities.
Only real meat: no rendered animal parts or derivatives, nothing genetically modified, no artificial preservatives, colours or sweeteners. No wheat, corn or soya. We use only wholesome meats, grains, herbs - flowers and leaves, fruit and vegetables - to produce a delicious, nutritious, digestible food for dogs.
Suitable for adult & senior dogs and puppies 4 months+.
/* 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;
}
}