Fuel your pup with natural power! With delicious, freshly prepared turkey and squash, this is a recipe that doesn't compromise on taste (just the calories).
Whilst this is our lowest fat recipe, making it perfect for dogs who need to watch their intake a little more than usual, it's also great for an extra boost from nature's best foods. Kale is a fantastic source of vitamin A and C, manganese and potassium, whilst the goji berries are packed with vitamins C, E and K.
If you're looking to add an extra spring to your dog's step, Lean Machine's at the ready.
/* 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;
}
}