Fresh Grass-Fed Lamb with Apple, Carrot, Beetroot & Blueberry for Dogs 2.5kg
Made with fresh grass-fed lamb, this grain-free recipe is full of high-quality protein and essential amino acids (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;
}
}