Packed with fresh chicken and salmon, this low-calorie grain-free recipe is perfect for older dogs. That's because it's full of lean protein (and no meat's that been dried or dehydrated), as well as sweet potato for slow-release energy. The recipe contains prebiotics for a healthy gut, and we add natural extracts of glucosamine and chondroitin for to keep joints flexible. 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;
}
}