---
title: "Brioche Nero — Cocoa & Vanilla"
type: product
brand: santopane
locale: en
---

# Brioche Nero — Cocoa & Vanilla

Cloud-light Nero dough enriched with pure cocoa and the unmistakable aroma of vanilla bean. Generous chocolate chips bring indulgence to every bite.

## Brioche Nero — Cocoa & Vanilla
- **Brand**: Santo Pane
- **Price**: R$79.90

Cloud-light Nero dough enriched with pure cocoa and the unmistakable aroma of vanilla bean. Generous chocolate chips bring indulgence to every bite.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Brioche Nero — Cocoa & Vanilla",
  "image": "https://santopane.b-cdn.net/santo_pane_brioche_Nero.webp",
  "description": "Cloud-light Nero dough enriched with pure cocoa and the unmistakable aroma of vanilla bean. Generous chocolate chips bring indulgence to every bite.",
  "offers": {
    "@type": "Offer",
    "price": 79.9,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "diet",
      "value": "vegetariano"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
