---
title: "Rustic Bread with Apricot and Walnuts"
type: product
brand: santopane
locale: en
---

# Rustic Bread with Apricot and Walnuts

This bread shines when lightly toasted: heat deepens the walnut aroma and gently caramelizes the apricot. A fine companion to Brie, Camembert, dessert wine or afternoon coffee.

## Rustic Bread with Apricot and Walnuts
- **Brand**: Santo Pane
- **Price**: R$68.50

This bread shines when lightly toasted: heat deepens the walnut aroma and gently caramelizes the apricot. A fine companion to Brie, Camembert, dessert wine or afternoon coffee.

- Contains gluten
- Contains wheat
- Contains walnuts

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Bread with Apricot and Walnuts",
  "image": "https://santopane.b-cdn.net/paes/Pao_Rustico_Recheado_Damasco_e_Nozes.webp",
  "description": "This bread shines when lightly toasted: heat deepens the walnut aroma and gently caramelizes the apricot. A fine companion to Brie, Camembert, dessert wine or afternoon coffee.",
  "offers": {
    "@type": "Offer",
    "price": 68.5,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "nozes"
    }
  ]
}
```
