A cracking bag of succulent little sausages packed with irresistible, proper meat, you'll get more waggs than ever before!
Made with freshly prepared pork and air-dried for a satisfyingly chewy texture, these delightful snack-size sausages are full of valuable protein 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;
}
}