Fresh Venison & Free-Run Duck, apple, beetroot, pear & blueberry for Dogs 2.5kg
Our fresh venison and free-run duck recipe provides high-quality protein from 'novel' sources (and no dried or dehydrated meat), so it's perfect for sensitive tummies. It also contains prebiotics for a healthy gut, and we've snuck in some sweet potato for slow-release energy. 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;
}
}