Packed with organic chicken and fish, this grain-free recipe is perfect for puppies. It's full of quality protein and Omega 3, which builds muscles and strengthens the immune system. As a bonus, we combine the meat and fish with nutritious offal (like heart and liver) for an extra helping of nutrition. Organic meat has higher welfare standards, and organic fish comes from high-quality, sustainable EU aquaculture. We blend our recipes with a super-healthy organic mix of fruit and veg, plus an extra boost of nutritious herbs and botanicals. Then we gently steam it to lock in all the flavour and goodness.
/* 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;
}
}