---
title: "White Chocolate and Hazelnut Bread"
type: product
brand: santopane
locale: en
---

# White Chocolate and Hazelnut Bread

Deep cocoa meets the toasted, nutty notes of whole hazelnuts in this rustic sourdough loaf. Its soft interior holds generous pockets of melted white chocolate for a rich contrast of textures.

## White Chocolate and Hazelnut Bread
- **Brand**: Santo Pane
- **Price**: R$78.00

Deep cocoa meets the toasted, nutty notes of whole hazelnuts in this rustic sourdough loaf. Its soft interior holds generous pockets of melted white chocolate for a rich contrast of textures.

- Contains gluten
- Contains wheat
- Contains milk
- Contains lactose
- Contains hazelnuts

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "White Chocolate and Hazelnut Bread",
  "image": "https://santopane.b-cdn.net/paes/Chocolatudo_branco_com_avelas_copy.webp",
  "description": "Deep cocoa meets the toasted, nutty notes of whole hazelnuts in this rustic sourdough loaf. Its soft interior holds generous pockets of melted white chocolate for a rich contrast of textures.",
  "offers": {
    "@type": "Offer",
    "price": 78,
    "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": "lactose"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "avelãs"
    }
  ]
}
```
