# Self-Care Gift Box — Glow Botanics > **Available formats:** [HTML](https://aztrix.io/glowbotanics.be/products/self-care-gift-box/) · [.md](https://aztrix.io/glowbotanics.be/products/self-care-gift-box.md) *(current)* · [.json](https://aztrix.io/glowbotanics.be/products/self-care-gift-box/?format=json) **Price:** (EUR 79) Premium gift box: Radiance Serum, Bath Soak, Lip Tint, and a hand-poured soy candle. Wrapped in recycled kraft paper. ## Details - Category: Gifts - Image: https://images.unsplash.com/photo-1513116476489-7635e79feb27?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": "Glow Botanics", "url": "https://aztrix.io/glowbotanics.be/", "description": "Belgian clean beauty brand. Certified organic serums, moisturisers, and oils made with locally foraged botanicals. Cruelty-free and vegan.", "address": { "@type": "PostalAddress", "streetAddress": "Avenue Louise 54", "addressLocality": "Brussels", "postalCode": "1050", "addressCountry": "Belgium" }, "telephone": "+32 2 789 01 23", "category": "beauty_spas", "hasPart": [ { "@id": "#products" } ] }, { "@id": "#products", "@type": "CollectionPage", "name": "Products", "url": "https://aztrix.io/glowbotanics.be/products.md", "isPartOf": { "@id": "#merchant" }, "hasPart": [ { "@id": "#cat-oils" }, { "@id": "#cat-bath" }, { "@id": "#cat-gifts" }, { "@id": "#cat-serums" }, { "@id": "#cat-makeup" } ] }, { "@id": "#prod-self-care-gift-box", "@type": "Product", "name": "Self-Care Gift Box", "description": "Premium gift box: Radiance Serum, Bath Soak, Lip Tint, and a hand-poured soy candle. Wrapped in recycled kraft paper.", "image": "https://images.unsplash.com/photo-1513116476489-7635e79feb27?w=600&h=400&fit=crop", "category": "Gifts", "brand": { "@type": "Brand", "name": "Glow Botanics" }, "url": "https://aztrix.io/glowbotanics.be/products/self-care-gift-box/", "aztrix:discoverySurface": [ { "@type": "MediaObject", "contentUrl": "https://aztrix.io/glowbotanics.be/products/self-care-gift-box.md", "encodingFormat": "text/markdown" } ], "isPartOf": { "@id": "#cat-gifts" }, "offers": { "@type": "Offer", "price": 79, "priceCurrency": "EUR", "availability": "https://schema.org/InStock", "url": "https://aztrix.io/glowbotanics.be/products/self-care-gift-box/", "seller": { "@id": "#merchant" } } }, { "@id": "#cat-gifts", "@type": "ItemList", "name": "Gifts", "itemListOrder": "https://schema.org/ItemListUnordered", "numberOfItems": 2, "isPartOf": { "@id": "#products" }, "hasPart": [ { "@id": "#prod-self-care-gift-box" }, { "@id": "#prod-glow-discovery-set" } ] } ] } ```