---
title: "Brioche Duetto — Two-Tone Brioche"
type: product
brand: santopane
locale: en
---

# Brioche Duetto — Two-Tone Brioche

A work of art in bread form: golden dough intertwined with cocoa, with a light, cloudlike texture and the quiet depth of cocoa.

## Brioche Duetto — Two-Tone Brioche
- **Brand**: Santo Pane
- **Price**: R$49.90

A work of art in bread form: golden dough intertwined with cocoa, with a light, cloudlike texture and the quiet depth of cocoa.

- Contains gluten
- Contains wheat
- Contains milk
- Contains eggs

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Brioche Duetto — Two-Tone Brioche",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1763483749043-clqrccf1c3l.jpeg",
  "description": "A work of art in bread form: golden dough intertwined with cocoa, with a light, cloudlike texture and the quiet depth of cocoa.",
  "offers": {
    "@type": "Offer",
    "price": 49.9,
    "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": "ovos"
    }
  ]
}
```
