---
title: "Shokupan Milk Bread"
type: product
brand: santopane
locale: en
---

# Shokupan Milk Bread

Santo Pane's naturally leavened shokupan has a soft, elastic, cloudlike crumb. Its gentle sweetness carries notes of milk and a light touch of fermentation.

## Shokupan Milk Bread
- **Brand**: Santo Pane
- **Price**: R$47.00

Santo Pane's naturally leavened shokupan has a soft, elastic, cloudlike crumb. Its gentle sweetness carries notes of milk and a light touch of fermentation.

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

## Structured Data

```json
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Shokupan Milk Bread",
  "image": "https://santopane.b-cdn.net/images/santo-pane-1763484927004-4pr50gx1hw5.jpeg",
  "description": "Santo Pane's naturally leavened shokupan has a soft, elastic, cloudlike crumb. Its gentle sweetness carries notes of milk and a light touch of fermentation.",
  "offers": {
    "@type": "Offer",
    "price": 47,
    "priceCurrency": "BRL"
  },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "diet",
      "value": "vegetariano"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "glúten"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "trigo"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "leite"
    },
    {
      "@type": "PropertyValue",
      "name": "contains",
      "value": "ovos"
    }
  ]
}
```
