---
title: "Cinnamon Rolls (Pack of 4)"
type: product
brand: santopane
locale: en
---

# Cinnamon Rolls (Pack of 4)

Soft, golden artisanal Cinnamon Rolls in a pack of four. Delicate dough carries the warm aroma of cinnamon and the gentle sweetness of sugar.

## Cinnamon Rolls (Pack of 4)
- **Brand**: Santo Pane
- **Price**: R$40.00

Soft, golden artisanal Cinnamon Rolls in a pack of four. Delicate dough carries the warm aroma of cinnamon and the gentle sweetness of sugar.

- Contains gluten
- Contains wheat
- Contains eggs
- Contains milk

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Cinnamon Rolls (Pack of 4)",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1757452239305-4nh14pcmtrr.jpeg",
  "description": "Soft, golden artisanal Cinnamon Rolls in a pack of four. Delicate dough carries the warm aroma of cinnamon and the gentle sweetness of sugar.",
  "offers": {
    "@type": "Offer",
    "price": 40,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    }
  ]
}
```
