---
title: "Wholegrain Multigrain Bread"
type: product
brand: santopane
locale: en
---

# Wholegrain Multigrain Bread

Made with olive oil and gently sweetened with brown sugar. A blend of pumpkin, chia, white sesame, black sesame and sunflower seeds brings crunch and character to every slice.

## Wholegrain Multigrain Bread
- **Brand**: Santo Pane
- **Price**: R$54.00

Made with olive oil and gently sweetened with brown sugar. A blend of pumpkin, chia, white sesame, black sesame and sunflower seeds brings crunch and character to every slice.

- Contains gluten
- Contains oats
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Wholegrain Multigrain Bread",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1763484898866-pind3ujujmh.jpeg",
  "description": "Made with olive oil and gently sweetened with brown sugar. A blend of pumpkin, chia, white sesame, black sesame and sunflower seeds brings crunch and character to every slice.",
  "offers": {
    "@type": "Offer",
    "price": 54,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "aveia"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
