This is a grain-free delicious, complete dry food bursting with natural goodness. Made with fresh chicken and duck meat, healthy vegetables and botanical herbs. We only use fresh meat in our dry foods - not 'dried meat' (i.e. carcass) or bone meals. Our unmatched, biologically appropriate, wholesome food doesn't contain any fillers, artificial additives or rendered meat meals, just 100% natural ingredients of the highest quality. The recipe is perfect for sensitive stomachs and contains salmon oil, a fantastic source of Omega 3 & 6, great for the heart, brain and joints. Lily gets so excited when she sees the bag, so it comes highly recommended!
Grain-Free. Suitable for Puppies 4 months+.
/* 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;
}
}