# Artisan Chocolate Box — Maison Belle > **Available formats:** [HTML](https://aztrix.io/maisonbelle.be/products/artisan-chocolate-box/) · [.md](https://aztrix.io/maisonbelle.be/products/artisan-chocolate-box.md) *(current)* · [.json](https://aztrix.io/maisonbelle.be/products/artisan-chocolate-box/?format=json) **Price:** (EUR 32) Selection of 16 Belgian pralines by a local chocolatier. Beautifully gift-wrapped. ## Details - Category: Gifts - Image: https://images.unsplash.com/photo-1549007994-cb92caebd54b?w=600&h=400&fit=crop ## More from this merchant [← All products](products.md?src=knowledge) ```json { "@context": [ "https://schema.org", "https://aztrix.io/ns/v1" ], "@graph": [ { "@id": "#merchant", "@type": "Organization", "name": "Maison Belle", "url": "https://aztrix.io/maisonbelle.be/", "description": "A curated boutique in the heart of Antwerp offering sustainable fashion, artisan accessories, and unique home decor. Supporting independent European designers since 2020.", "address": { "@type": "PostalAddress", "streetAddress": "Kammenstraat 28", "addressLocality": "Antwerp", "postalCode": "2000", "addressCountry": "Belgium" }, "telephone": "+32 3 456 78 90", "category": "shopping", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/maisonbelle.be/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-gifts" }, { "@id": "#cat-fashion" }, { "@id": "#cat-home" }, { "@id": "#cat-accessories" } ] }, { "@id": "#prod-artisan-chocolate-box", "@type": "Product", "name": "Artisan Chocolate Box", "description": "Selection of 16 Belgian pralines by a local chocolatier. Beautifully gift-wrapped.", "image": "https://images.unsplash.com/photo-1549007994-cb92caebd54b?w=600&h=400&fit=crop", "category": "Gifts", "brand": { "@type": "Brand", "name": "Maison Belle" }, "url": "https://aztrix.io/maisonbelle.be/products/artisan-chocolate-box/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/maisonbelle.be/products/artisan-chocolate-box.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-gifts" }, "offers": { "@type": "Offer", "price": 32, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/maisonbelle.be/products/artisan-chocolate-box/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-gifts", "@type": "ItemList", "name": "Gifts", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-gift-card" }, { "@id": "#prod-artisan-chocolate-box" } ] } ] } ```