Full of delicious fresh, free-run chicken, this grain-free recipe is an amazing low-calorie source of high-quality protein (and no dried or dehydrated meat). It's hypoallergenic (so it's perfect for sensitive tummies) and contains prebiotics to support a healthy gut. We blend our recipes with a super-healthy mix of fruit and veg, plus an extra boost of nutritious herbs and botanicals. Then we cook them slowly to lock in goodness and flavour.
Key Features:
- Lots of fresh meat
- Grain-free
- All natural ingredients
Edgard & Cooper - Naturally tasty cat and dog food that you, your pets and our planet can feel good about.
/* 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;
}
}