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

# White Chocolate Bread

A dark, intense bread with a crust shaped by the oven. White chocolate chips caramelize on top and soften within the fluffy cocoa crumb, balancing subtle bitterness with toasted sweetness.

## White Chocolate Bread
- **Brand**: Santo Pane
- **Price**: R$69.00

A dark, intense bread with a crust shaped by the oven. White chocolate chips caramelize on top and soften within the fluffy cocoa crumb, balancing subtle bitterness with toasted sweetness.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "White Chocolate Bread",
  "image": "https://santopane.b-cdn.net/paes/chocolatudo_branco.webp",
  "description": "A dark, intense bread with a crust shaped by the oven. White chocolate chips caramelize on top and soften within the fluffy cocoa crumb, balancing subtle bitterness with toasted sweetness.",
  "offers": {
    "@type": "Offer",
    "price": 69,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "lactose"
    }
  ]
}
```
