---
title: "Chocolate Mini Brioches"
type: product
brand: santopane
locale: en
---

# Chocolate Mini Brioches

Buttery, sweet brioche fresh from the oven, with a golden crust and soft, warm crumb. Pieces of gently melted chocolate bring a velvety cocoa note to each bite.

## Chocolate Mini Brioches
- **Brand**: Santo Pane
- **Price**: R$27.90

Buttery, sweet brioche fresh from the oven, with a golden crust and soft, warm crumb. Pieces of gently melted chocolate bring a velvety cocoa note to each bite.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Chocolate Mini Brioches",
  "image": "https://santopane.b-cdn.net/paes/briochinhos_com_chocolate-Santo_Pane.webp",
  "description": "Buttery, sweet brioche fresh from the oven, with a golden crust and soft, warm crumb. Pieces of gently melted chocolate bring a velvety cocoa note to each bite.",
  "offers": {
    "@type": "Offer",
    "price": 27.9,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "lactose"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
