---
title: "Rustic Chia Bread"
type: product
brand: santopane
locale: en
---

# Rustic Chia Bread

Our Rustic Chia Bread has a deeply golden, crisp crust and a moist, airy, surprisingly soft crumb. Chia seeds add texture and a subtle nutty note, shaped by patient natural fermentation.

## Rustic Chia Bread
- **Brand**: Santo Pane
- **Price**: R$33.00

Our Rustic Chia Bread has a deeply golden, crisp crust and a moist, airy, surprisingly soft crumb. Chia seeds add texture and a subtle nutty note, shaped by patient natural fermentation.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Rustic Chia Bread",
  "image": "https://santopane.b-cdn.net/paes/Pao-Rustico-Chia_Santo-Pane.png",
  "description": "Our Rustic Chia Bread has a deeply golden, crisp crust and a moist, airy, surprisingly soft crumb. Chia seeds add texture and a subtle nutty note, shaped by patient natural fermentation.",
  "offers": {
    "@type": "Offer",
    "price": 33,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
