---
title: "Babka Filled with Dulce de Leche and Walnuts"
type: product
brand: santopane
locale: en
---

# Babka Filled with Dulce de Leche and Walnuts

Golden braided babka with caramelized dulce de leche, toasted walnuts and a soft, airy crumb. Warm yeast, cooked milk and walnut aromas meet a buttery filling for a comforting, layered bite.

## Babka Filled with Dulce de Leche and Walnuts
- **Brand**: Santo Pane
- **Price**: R$46.90

Golden braided babka with caramelized dulce de leche, toasted walnuts and a soft, airy crumb. Warm yeast, cooked milk and walnut aromas meet a buttery filling for a comforting, layered bite.

- Contains wheat
- Contains gluten
- Contains eggs
- Contains milk
- Contains lactose
- Contains walnuts

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Babka Filled with Dulce de Leche and Walnuts",
  "image": "https://santopane.b-cdn.net/paes/babka_com_doce_de_leite_e_nozes_santo_pane.png",
  "description": "Golden braided babka with caramelized dulce de leche, toasted walnuts and a soft, airy crumb. Warm yeast, cooked milk and walnut aromas meet a buttery filling for a comforting, layered bite.",
  "offers": {
    "@type": "Offer",
    "price": 46.9,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "lactose"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "nozes"
    }
  ]
}
```
