---
title: "Mini Baguette (Pack of 3)"
type: product
brand: santopane
locale: en
---

# Mini Baguette (Pack of 3)

An artisanal mini baguette with a crisp golden crust and soft, airy crumb. Made with slow fermentation and natural ingredients, it is ideal for cheese boards, wine or olive oil with salt and rosemary.

## Mini Baguette (Pack of 3)
- **Brand**: Santo Pane
- **Price**: R$26.00

An artisanal mini baguette with a crisp golden crust and soft, airy crumb. Made with slow fermentation and natural ingredients, it is ideal for cheese boards, wine or olive oil with salt and rosemary.

- Contains wheat
- Contains gluten

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Mini Baguette (Pack of 3)",
  "image": "https://santopane.b-cdn.net/paes/mini_baguete_santo_pane_copy.webp",
  "description": "An artisanal mini baguette with a crisp golden crust and soft, airy crumb. Made with slow fermentation and natural ingredients, it is ideal for cheese boards, wine or olive oil with salt and rosemary.",
  "offers": {
    "@type": "Offer",
    "price": 26,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    }
  ]
}
```
