---
title: "Chocolate Chip Brioche"
type: product
brand: santopane
locale: en
---

# Chocolate Chip Brioche

Pure buttery indulgence dotted with chocolate pearls. Light, airy dough embraces cocoa that melts on the palate, creating a creamy flavour in every bite.

## Chocolate Chip Brioche
- **Brand**: Santo Pane
- **Price**: R$69.90

Pure buttery indulgence dotted with chocolate pearls. Light, airy dough embraces cocoa that melts on the palate, creating a creamy flavour in every bite.

- Vegetarian
- Contains gluten
- Contains wheat
- Contains milk

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Chocolate Chip Brioche",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1763483741116-z7gyj7oo12r.jpeg",
  "description": "Pure buttery indulgence dotted with chocolate pearls. Light, airy dough embraces cocoa that melts on the palate, creating a creamy flavour in every bite.",
  "offers": {
    "@type": "Offer",
    "price": 69.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": "leite"
    }
  ]
}
```
