---
title: "Pear, Walnut and Brie Focaccia"
type: product
brand: santopane
locale: en
---

# Pear, Walnut and Brie Focaccia

A refined focaccia poised between savoury and sweet. Brie becomes velvety when gently warmed and complements the fruit beautifully; serve with a white wine or sparkling wine.

## Pear, Walnut and Brie Focaccia
- **Brand**: Santo Pane
- **Price**: R$75.00

A refined focaccia poised between savoury and sweet. Brie becomes velvety when gently warmed and complements the fruit beautifully; serve with a white wine or sparkling wine.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Pear, Walnut and Brie Focaccia",
  "image": "https://santopane.b-cdn.net/paes/Focaccia_de_Pera_Nozes_e_Brie.webp",
  "description": "A refined focaccia poised between savoury and sweet. Brie becomes velvety when gently warmed and complements the fruit beautifully; serve with a white wine or sparkling wine.",
  "offers": {
    "@type": "Offer",
    "price": 75,
    "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": "lactose"
    }
  ]
}
```
