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

# Chocolate Bread with Brazil Nuts

Chocolate sweet bread with Brazil nuts, made with butter and 100% cocoa. Milk and dark chocolate meet the noble crunch of Brazil nuts in a rich filling.

## Chocolate Bread with Brazil Nuts
- **Brand**: Santo Pane
- **Price**: R$75.00

Chocolate sweet bread with Brazil nuts, made with butter and 100% cocoa. Milk and dark chocolate meet the noble crunch of Brazil nuts in a rich filling.

- Contains gluten
- Contains wheat
- Contains milk
- Contains Brazil nuts

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Chocolate Bread with Brazil Nuts",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757456012698-e4fbtwl0h0a.jpeg",
  "description": "Chocolate sweet bread with Brazil nuts, made with butter and 100% cocoa. Milk and dark chocolate meet the noble crunch of Brazil nuts in a rich filling.",
  "offers": {
    "@type": "Offer",
    "price": 75,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "castanha-do-pará"
    }
  ]
}
```
