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

# Rustic Bread Filled with Brazil Nuts

Rustic naturally leavened bread with generous pieces of Brazil nuts. A distinctive flavour in which a tender crumb meets the nuts' crisp texture.

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

Rustic naturally leavened bread with generous pieces of Brazil nuts. A distinctive flavour in which a tender crumb meets the nuts' crisp texture.

- Contains gluten
- Contains wheat
- Contains Brazil nuts

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread Filled with Brazil Nuts",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757457209828-qb2gl6rno9o.jpeg",
  "description": "Rustic naturally leavened bread with generous pieces of Brazil nuts. A distinctive flavour in which a tender crumb meets the nuts' crisp texture.",
  "offers": {
    "@type": "Offer",
    "price": 38,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "castanha-do-pará"
    }
  ]
}
```
