---
title: "Fig, Apricot, Honey and Fleur de Sel Focaccia"
type: product
brand: santopane
locale: en
---

# Fig, Apricot, Honey and Fleur de Sel Focaccia

A focaccia made for sharing, finished with honey. Serve gently warmed with goat cheese or Brie, and let the contrast of salt crystals and fruit unfold at the table.

## Fig, Apricot, Honey and Fleur de Sel Focaccia
- **Brand**: Santo Pane
- **Price**: R$69.00

A focaccia made for sharing, finished with honey. Serve gently warmed with goat cheese or Brie, and let the contrast of salt crystals and fruit unfold at the table.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Fig, Apricot, Honey and Fleur de Sel Focaccia",
  "image": "https://santopane.b-cdn.net/paes/Focaccia_Figo_Damasco_Mel_Flor_De_Sal.webp",
  "description": "A focaccia made for sharing, finished with honey. Serve gently warmed with goat cheese or Brie, and let the contrast of salt crystals and fruit unfold at the table.",
  "offers": {
    "@type": "Offer",
    "price": 69,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
