---
title: "Babka Bariloche — Dulce de Leche & Walnut"
type: product
brand: santopane
locale: en
---

# Babka Bariloche — Dulce de Leche & Walnut

Awaken your senses with Babka Bariloche, a jewel of artisanal baking. Its soft, buttery sweet dough gives way to generous layers of creamy dulce de leche and milk chocolate chips in every slice.

## Babka Bariloche — Dulce de Leche & Walnut
- **Brand**: Santo Pane
- **Price**: R$57.90

Awaken your senses with Babka Bariloche, a jewel of artisanal baking. Its soft, buttery sweet dough gives way to generous layers of creamy dulce de leche and milk chocolate chips in every slice.

- Contains gluten
- Contains wheat
- Contains eggs
- Contains lactose

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Babka Bariloche — Dulce de Leche & Walnut",
  "image": "https://santopane.b-cdn.net/paes/Babka_Bariloche-Santo_Pane.webp",
  "description": "Awaken your senses with Babka Bariloche, a jewel of artisanal baking. Its soft, buttery sweet dough gives way to generous layers of creamy dulce de leche and milk chocolate chips in every slice.",
  "offers": {
    "@type": "Offer",
    "price": 57.9,
    "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": "lactose"
    }
  ]
}
```
