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

# Classic Italian Rustic Bread

Our Classic Rustic is the heart of Santo Pane: special flour, water, salt and natural levain, patiently fermented for deep aromas, a golden crust and a light, moist crumb. Versatile at the table or simply enjoyed warm.

## Classic Italian Rustic Bread
- **Brand**: Santo Pane
- **Price**: R$24.00

Our Classic Rustic is the heart of Santo Pane: special flour, water, salt and natural levain, patiently fermented for deep aromas, a golden crust and a light, moist crumb. Versatile at the table or simply enjoyed warm.

- Contains gluten
- Contains wheat

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Classic Italian Rustic Bread",
  "image": "https://santopane.b-cdn.net/paes/1757430383929-85u8sftrn1l.jpeg",
  "description": "Our Classic Rustic is the heart of Santo Pane: special flour, water, salt and natural levain, patiently fermented for deep aromas, a golden crust and a light, moist crumb. Versatile at the table or simply enjoyed warm.",
  "offers": {
    "@type": "Offer",
    "price": 24,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    }
  ]
}
```
