# Soy Wax Candle Set — Maison Belle > **Available formats:** [HTML](https://aztrix.io/maisonbelle.be/products/soy-wax-candle-set/) · [.md](https://aztrix.io/maisonbelle.be/products/soy-wax-candle-set.md) *(current)* · [.json](https://aztrix.io/maisonbelle.be/products/soy-wax-candle-set/?format=json) **Price:** (EUR 36) Set of three hand-poured soy candles: fig, cedar, and lavender. 40h burn time each. ## Details - Category: Home - Image: https://images.unsplash.com/photo-1602607688287-15637d8580e5?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-soy-wax-candle-set", "@type": "Product", "name": "Soy Wax Candle Set", "description": "Set of three hand-poured soy candles: fig, cedar, and lavender. 40h burn time each.", "image": "https://images.unsplash.com/photo-1602607688287-15637d8580e5?w=600&h=400&fit=crop", "category": "Home", "brand": { "@type": "Brand", "name": "Maison Belle" }, "url": "https://aztrix.io/maisonbelle.be/products/soy-wax-candle-set/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/maisonbelle.be/products/soy-wax-candle-set.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-home" }, "offers": { "@type": "Offer", "price": 36, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/maisonbelle.be/products/soy-wax-candle-set/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-home", "@type": "ItemList", "name": "Home", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-handwoven-throw-blanket" }, { "@id": "#prod-soy-wax-candle-set" } ] } ] } ```