Awarded multiple GREAT TASTE STARS by The Guild of Fine Food, our JERKY is handcrafted in the UK by our family using only the finest UK and Irish grass-fed beef. Sourced from farms committed to SUSTAINABILITY and high ANIMAL WELFARE, every cut is carefully selected for quality.
Crafted using time-honoured family recipes and infused with a carefully selected blend of spices. By harnessing traditional curing and smoking techniques we have created a tender and delicious Jerky that is also bursting with 36g OF PROTEIN PER 100g.
/* 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;
}
}