Packed with tasty chicken and turkey, this grain-free recipe is full of high-quality protein that will keep your dog looking and feeling at their best. The lean meats make this recipe ideal for dogs who are watching their weight. 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 cook them slowly to lock in goodness and flavour.
/* 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;
}
}