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.
/* 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;
}
}