Our Rosemary & Sea Salt sourdough crackers have a distinctive crispy texture, flavoured with fragrant dried rosemary & thyme and Cornish sea salt.
An essential for any cheeseboard or great as a snack. Pairs well with fresh cheeses such as Feta or Goats cheese, olives and watermelon.
Peter's Yard combines Swedish tradition with British craft ingredients and to make delicious sourdough products to pair with your favourite cheeses, dips and other toppings. The distinctive crisp, crunchy texture and flavour are achieved by small batch baking using a sourdough starter, fermented for 16 hours.
FSC - FSC Mix, Paper from responsible sources, FSC C012293, www.fsc.org
Our range is made in an artisan bakery in the UK, following the original Swedish recipe. Crafted in small batches without shortcuts or artificial ingredients for award-winning flavour and crunch.
/* 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;
}
}