These brilliant little bites are bursting with mouthwatering proper meat that makes dogs jump for joy!
Made with freshly prepared chicken, we've added a sprinkling of quinoa (an energy and protein-rich seed) and a gentle dash of ginger (known to aid digestion) for a simply delicious, natural treat. Perfect for training, in between meals or... just because. These tempting treats are made to a grain free recipe, with natural ingredients and without any added nasties - so your furry family can enjoy them every day. Mix and match our pocket-size bags to find your dog's perfect treat-time.
Feeding guidelines: Up to 5 a day. Always make sure there's a bowl of fresh water available. We like to keep our four-legged friends fit and healthy so it's best not to feed them too many treats. Always supervise your dog when they're eating a treat. (Excited dogs can sometimes forget to chew!)
/* 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;
}
}