---
title: "Rustic Bread Filled with Walnuts"
type: product
brand: santopane
locale: en
---

# Rustic Bread Filled with Walnuts

Rustic naturally leavened bread with a soft crumb and generous whole walnuts. An intense flavour and crisp texture, balancing rustic character with the delicacy of fermentation.

## Rustic Bread Filled with Walnuts
- **Brand**: Santo Pane
- **Price**: R$38.00

Rustic naturally leavened bread with a soft crumb and generous whole walnuts. An intense flavour and crisp texture, balancing rustic character with the delicacy of fermentation.

- Contains wheat
- Contains walnuts
- Contains gluten

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread Filled with Walnuts",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757456172131-v7952mbepke.jpeg",
  "description": "Rustic naturally leavened bread with a soft crumb and generous whole walnuts. An intense flavour and crisp texture, balancing rustic character with the delicacy of fermentation.",
  "offers": {
    "@type": "Offer",
    "price": 38,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "nozes"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    }
  ]
}
```
