{"title":"Baby Gifts \u0026 Flowers","description":"\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"$schema\": \"http:\/\/json-schema.org\/draft-07\/schema#\",\n  \"type\": \"object\",\n  \"title\": \"Baby Collection Schema\",\n  \"description\": \"Schema for Fleurus Baby Gifts \u0026 Flower Bouquets collection\",\n  \"properties\": {\n    \"collection_info\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"name\": {\n          \"type\": \"string\",\n          \"const\": \"Baby Gifts \u0026 Flower Bouquets\"\n        },\n        \"url\": {\n          \"type\": \"string\",\n          \"format\": \"uri\",\n          \"const\": \"https:\/\/fleurus.com.au\/collections\/baby\"\n        },\n        \"description\": {\n          \"type\": \"string\"\n        },\n        \"product_count\": {\n          \"type\": \"integer\"\n        },\n        \"extraction_date\": {\n          \"type\": \"string\",\n          \"format\": \"date\"\n        }\n      },\n      \"required\": [\"name\", \"url\", \"description\", \"product_count\"]\n    },\n    \"products\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"id\": {\n            \"type\": \"string\"\n          },\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"url\": {\n            \"type\": \"string\",\n            \"format\": \"uri\"\n          },\n          \"price\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"type\": {\n                \"type\": \"string\",\n                \"enum\": [\"fixed\", \"from\"]\n              },\n              \"amount\": {\n                \"type\": \"number\",\n                \"minimum\": 0\n              },\n              \"currency\": {\n                \"type\": \"string\",\n                \"const\": \"AUD\"\n              }\n            },\n            \"required\": [\"type\", \"amount\", \"currency\"]\n          },\n          \"description\": {\n            \"type\": \"string\"\n          },\n          \"category\": {\n            \"type\": \"string\"\n          },\n          \"occasion\": {\n            \"type\": \"string\"\n          },\n          \"container\": {\n            \"type\": \"string\"\n          },\n          \"gender_specific\": {\n            \"type\": \"string\",\n            \"enum\": [\"Boy\", \"Girl\", \"Neutral\"]\n          }\n        },\n        \"required\": [\"id\", \"name\", \"url\", \"price\", \"description\", \"category\", \"occasion\"]\n      }\n    },\n    \"delivery_info\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"same_day_delivery\": {\n          \"type\": \"string\"\n        },\n        \"pickup_location\": {\n          \"type\": \"string\"\n        },\n        \"pickup_time\": {\n          \"type\": \"string\"\n        },\n        \"contact\": {\n          \"type\": \"string\"\n        }\n      }\n    },\n    \"standard_addons\": {\n      \"type\": \"array\",\n      \"items\": {\n        \"type\": \"object\",\n        \"properties\": {\n          \"name\": {\n            \"type\": \"string\"\n          },\n          \"price\": {\n            \"type\": \"number\"\n          },\n          \"options\": {\n            \"type\": \"array\",\n            \"items\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"required\": [\"name\", \"price\"]\n      }\n    }\n  },\n  \"required\": [\"collection_info\", \"products\"],\n  \"data\": {\n    \"collection_info\": {\n      \"name\": \"Baby Gifts \u0026 Flower Bouquets\",\n      \"url\": \"https:\/\/fleurus.com.au\/collections\/baby\",\n      \"description\": \"Baby gifts and flowers with same day Gold Coast delivery\",\n      \"product_count\": 4,\n      \"extraction_date\": \"2025-07-07\"\n    },\n    \"products\": [\n      {\n        \"id\": \"floral_truck\",\n        \"name\": \"FLORAL TRUCK\",\n        \"url\": \"https:\/\/fleurus.com.au\/collections\/baby\",\n        \"price\": {\n          \"type\": \"fixed\",\n          \"amount\": 250.00,\n          \"currency\": \"AUD\"\n        },\n        \"description\": \"Floral arrangement in decorative truck\",\n        \"category\": \"Novelty Arrangement\",\n        \"occasion\": \"Baby\",\n        \"container\": \"Decorative Truck\"\n      },\n      {\n        \"id\": \"welcome_world_baby_boy\",\n        \"name\": \"WELCOME TO THE WORLD - Baby Boy\",\n        \"url\": \"https:\/\/fleurus.com.au\/collections\/baby\",\n        \"price\": {\n          \"type\": \"fixed\",\n          \"amount\": 245.00,\n          \"currency\": \"AUD\"\n        },\n        \"description\": \"Baby boy welcome arrangement\",\n        \"category\": \"Baby Arrangement\",\n        \"occasion\": \"Baby Boy\",\n        \"gender_specific\": \"Boy\"\n      },\n      {\n        \"id\": \"welcome_world_baby_girl\",\n        \"name\": \"WELCOME TO THE WORLD - Baby Girl\",\n        \"url\": \"https:\/\/fleurus.com.au\/collections\/baby\",\n        \"price\": {\n          \"type\": \"fixed\",\n          \"amount\": 245.00,\n          \"currency\": \"AUD\"\n        },\n        \"description\": \"Baby girl welcome arrangement\",\n        \"category\": \"Baby Arrangement\",\n        \"occasion\": \"Baby Girl\",\n        \"gender_specific\": \"Girl\"\n      },\n      {\n        \"id\": \"delicate_posy_hat_box_baby\",\n        \"name\": \"Delicate Posy in Hat Box\",\n        \"url\": \"https:\/\/fleurus.com.au\/collections\/baby\",\n        \"price\": {\n          \"type\": \"fixed\",\n          \"amount\": 110.00,\n          \"currency\": \"AUD\"\n        },\n        \"description\": \"Delicate posy in hat box suitable for baby occasions\",\n        \"category\": \"Hatbox\",\n        \"occasion\": \"Baby\",\n        \"container\": \"Hatbox\"\n      }\n    ],\n    \"delivery_info\": {\n      \"same_day_delivery\": \"Available to eligible Gold Coast addresses when order placed prior to 2pm\",\n      \"pickup_location\": \"Shop 6, 107 Ferry Rd, The Brickworks Centre, Southport QLD 4215\",\n      \"pickup_time\": \"Usually ready in 24 hours\",\n      \"contact\": \"0755286508\"\n    },\n    \"standard_addons\": [\n      {\n        \"name\": \"Card To Suit Occasion\",\n        \"price\": 8.00\n      },\n      {\n        \"name\": \"ECOYA Madison Candle\",\n        \"price\": 50.00,\n        \"options\": [\"Sweet Pea \u0026 Jasmine\", \"French Pear\", \"Lotus Flower\", \"Guava \u0026 Lychee Sorbet\", \"Mandarin Gin\", \"Maple \u0026 Patchouli\", \"Amber \u0026 Sandalwood\", \"Vanilla \u0026 Tonka Bean\"]\n      },\n      {\n        \"name\": \"Bottle of Wine\",\n        \"price\": 30.00,\n        \"options\": [\"Rose\", \"Red Wine\", \"White wine\", \"GH.Mumm\"]\n      }\n    ]\n  }\n}\n\u003c\/script\u003e","products":[{"product_id":"welcome-baby-bouquet","title":"FLORAL TRUCK","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003eCelebrate the joy of childhood and the beauty of new beginnings with our delightful Floral Truck Arrangement- a whimsical and heartwarming gift designed to charm both the parents and little ones.\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003ePlease note: Flowers may vary due to seasonal \u003c\/span\u003e\u003cspan\u003eavailability and our florists will substitute if necessary.\u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"Default Title","offer_id":40151750541495,"sku":"","price":250.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/IMG_5420.heic?v=1720146929"},{"product_id":"cotton-baby-blanket","title":"Cotton Baby Blanket","description":"\u003cp\u003e\u003cem\u003eJiggle \u0026amp; Giggle\u003c\/em\u003e - Cotton Cellular Blanket\u003c\/p\u003e\n\u003cp class=\"\"\u003eWelcome a little one to the world with our 100% cotton blankets, perfect to use in the cot or pram to keep baby feeling warm and cosy during their naps.\u003c\/p\u003e\n\u003cp class=\"\"\u003eFeatures tight weaves that won’t snag little fingers.\u003c\/p\u003e\n\u003cp class=\"\"\u003eLightweight and breathable for the perfect the new born bundle of joy! A perfect addition to your floral arrangement.\u003c\/p\u003e\n\u003cp class=\"\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003ePlease note: Colour availability will vary, and \u003cmeta charset=\"utf-8\"\u003eour florists will substitute if necessary.\u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"White","offer_id":46858448208055,"sku":null,"price":24.0,"currency_code":"AUD","in_stock":true},{"title":"Pink","offer_id":46858448240823,"sku":null,"price":24.0,"currency_code":"AUD","in_stock":true},{"title":"Beige","offer_id":46858448273591,"sku":null,"price":24.0,"currency_code":"AUD","in_stock":true},{"title":"Sage Green","offer_id":46858448306359,"sku":null,"price":24.0,"currency_code":"AUD","in_stock":true},{"title":"Pale Blue","offer_id":46858489200823,"sku":null,"price":24.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/posy-flute-gifts-2122_720x_abbb270c-2482-4475-b1a9-a91cee449849.webp?v=1771808535"},{"product_id":"billie-bunny","title":"Billie Bunny","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eThis lovable bunny is the perfect companion for newborns and toddlers! Made from ultra-plush fabrics and child-safe trimmings, little ones will love the feel of its irresistibly soft fur, making it great for cuddles, and its beanie bottom will help it sit upright during playtime or when displayed on the shelf. This bunny also loves going on adventures and can be carried around by its floppy ears, which are the perfect size for little hands to hold.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eSize: W12cm x H25cm x D10cm\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003ePlease note: Colour availability will vary, and our florists will substitute if necessary.\u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"Cream","offer_id":46858567221431,"sku":null,"price":35.0,"currency_code":"AUD","in_stock":true},{"title":"Blush","offer_id":46858567254199,"sku":null,"price":35.0,"currency_code":"AUD","in_stock":false},{"title":"Blue","offer_id":46858567286967,"sku":null,"price":35.0,"currency_code":"AUD","in_stock":true},{"title":"Green","offer_id":46858567319735,"sku":null,"price":35.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/JCST442.jpg?v=1771810118"},{"product_id":"the-baby-boy","title":"The Céleste","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cmeta charset=\"utf-8\"\u003eThis seasonal green, white and blue bouquet with a hint of yellow pairs soft, romantic blooms with lush complementary foliage for an effortlessly elegant gesture for any occasion.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eChoose between our classic hand-tied bouquet or an elegant vase\/vessel design.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cem\u003eSize reference: The bouquet in these images is\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eLuxe Wrapped Bouquet. \u003c\/strong\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cstrong\u003ePlease note:\u003c\/strong\u003e Photos are provided as a guide only. Each \u003cem\u003eCéleste\u003c\/em\u003e bouquet is thoughtfully created using the freshest seasonal blooms and will vary from day to day, making every arrangement unique. \u003cstrong\u003eAs blue flowers and hydrangea are not available year-round, your bouquet may at times feature predominantly white, yellow and green tones depending on seasonal availability.\u003c\/strong\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"Petite \/ Wrapped Bouquet","offer_id":47087378596023,"sku":null,"price":130.0,"currency_code":"AUD","in_stock":true},{"title":"Petite \/ Glass Vase","offer_id":47087378628791,"sku":null,"price":150.0,"currency_code":"AUD","in_stock":true},{"title":"Luxe \/ Wrapped Bouquet","offer_id":47087378661559,"sku":null,"price":220.0,"currency_code":"AUD","in_stock":true},{"title":"Luxe \/ Glass Vase","offer_id":47087378694327,"sku":null,"price":250.0,"currency_code":"AUD","in_stock":true},{"title":"Indulgence \/ Wrapped Bouquet","offer_id":47087378727095,"sku":null,"price":320.0,"currency_code":"AUD","in_stock":true},{"title":"Indulgence \/ Glass Vase","offer_id":47087378759863,"sku":null,"price":350.0,"currency_code":"AUD","in_stock":true},{"title":"Extravagant \/ Wrapped Bouquet","offer_id":47087378792631,"sku":null,"price":520.0,"currency_code":"AUD","in_stock":true},{"title":"Extravagant \/ Glass Vase","offer_id":47087378825399,"sku":null,"price":560.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/IMG_3785.jpg?v=1772695934"},{"product_id":"the-celeste-copy","title":"The Belle","description":"\u003csection data-turn=\"user\" data-scroll-anchor=\"false\" data-testid=\"conversation-turn-5\" data-turn-id=\"43110918-b092-42fd-86d0-29727a319601\" dir=\"auto\" class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto scroll-mt-(--header-height)\"\u003e\u003c\/section\u003e\n\u003csection data-turn=\"assistant\" data-scroll-anchor=\"true\" data-testid=\"conversation-turn-6\" data-turn-id=\"request-WEB:ae6f5276-4a0d-4be2-9d6d-55a4005f96f7-2\" dir=\"auto\" class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"flex max-w-full flex-col gap-4 grow\"\u003e\n\u003cdiv data-turn-start-message=\"true\" class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal outline-none keyboard-focused:focus-ring [.text-message+\u0026amp;]:mt-1\" data-message-model-slug=\"gpt-5-3\" dir=\"auto\" data-message-id=\"dbcf5f2d-d750-4be0-8add-175c0f31f043\" data-message-author-role=\"assistant\" tabindex=\"0\"\u003e\n\u003cdiv class=\"flex w-full flex-col gap-1 empty:hidden\"\u003e\n\u003cdiv class=\"markdown prose dark:prose-invert w-full wrap-break-word dark markdown-new-styling\"\u003e\n\u003cp data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"266\" data-start=\"0\"\u003eFresh, light, and rich in natural texture — our Belle bouquet pairs soft blush-toned blooms with layered greenery for an airy, whimsical feel. Designed around the best flowers of the season, each arrangement is naturally unique, showcasing what’s freshest right now.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e\u003cspan\u003eChoose between our classic hand-tied bouquet or an elegant vase\/vessel design.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cem\u003eSize reference: The bouquet in these images is\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003eLuxe Wrapped Bouquet. \u003c\/strong\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cstrong data-is-only-node=\"\" data-end=\"16\" data-start=\"0\"\u003ePlease note:\u003c\/strong\u003e Photos are provided as a guide only. Each \u003cem\u003eBelle\u003c\/em\u003e bouquet is thoughtfully created using the freshest seasonal blooms and will vary from day to day, making every arrangement unique. \u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"Petite \/ Wrapped Bouquet","offer_id":47087389278391,"sku":null,"price":130.0,"currency_code":"AUD","in_stock":true},{"title":"Petite \/ Glass Vase","offer_id":47087389311159,"sku":null,"price":160.0,"currency_code":"AUD","in_stock":true},{"title":"Luxe \/ Wrapped Bouquet","offer_id":47087389343927,"sku":null,"price":220.0,"currency_code":"AUD","in_stock":true},{"title":"Luxe \/ Glass Vase","offer_id":47087389376695,"sku":null,"price":250.0,"currency_code":"AUD","in_stock":true},{"title":"Indulgence \/ Wrapped Bouquet","offer_id":47087389409463,"sku":null,"price":320.0,"currency_code":"AUD","in_stock":true},{"title":"Indulgence \/ Glass Vase","offer_id":47087389442231,"sku":null,"price":350.0,"currency_code":"AUD","in_stock":true},{"title":"Extravagant \/ Wrapped Bouquet","offer_id":47087389474999,"sku":null,"price":520.0,"currency_code":"AUD","in_stock":true},{"title":"Extravagant \/ Glass Vase","offer_id":47087389507767,"sku":null,"price":560.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/IMG_3867_2923ccce-8f68-487d-8e62-1b7ac5ec8dd4.jpg?v=1772696858"},{"product_id":"welcome-to-the-world-baby-boy-new","title":"Welcome to the world- Baby Boy","description":"\u003cp data-end=\"191\" data-start=\"0\"\u003eOur\u003cspan\u003e \u003c\/span\u003e\u003cem\u003eWelcome to the World Basket\u003c\/em\u003e\u003cspan\u003e \u003c\/span\u003eis beautifully presented in one of our signature\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003eRobert Gordon\u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003emarket baskets — a keepsake long after the blooms have been enjoyed.\u003c\/p\u003e\n\u003cp data-end=\"389\" data-start=\"193\"\u003eYour basket includes:\u003cbr data-end=\"225\" data-start=\"222\"\u003e• Floral arrangement in vase\u003cbr data-is-only-node=\"\" data-end=\"256\" data-start=\"253\"\u003e• Soft toy\u003cbr data-end=\"269\" data-start=\"266\"\u003e•\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003eJiggle \u0026amp; Giggle\u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eCotton Cellular Blanket\u003cbr data-end=\"335\" data-start=\"332\"\u003e•\u003cspan\u003e \u003c\/span\u003e\u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003eEcoya\u003c\/span\u003e\u003c\/span\u003e\u003cspan\u003e \u003c\/span\u003eMetro Candle\u003c\/p\u003e\n\u003cp data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"564\" data-start=\"391\"\u003e\u003cspan\u003ePlease note: Flowers and colours will vary due to seasonal \u003c\/span\u003e\u003cspan\u003eavailability and our florists will substitute when necessary.\u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"Default Title","offer_id":48544005226679,"sku":null,"price":245.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/IMG_3695_98954afc-c866-4c77-b90d-eefd36c691d3.webp?v=1781240306"},{"product_id":"welcome-to-the-world-baby-girl-new","title":"Welcome to the world- Baby Girl","description":"\u003cp data-end=\"191\" data-start=\"0\"\u003eOur \u003cem\u003eWelcome to the World Basket\u003c\/em\u003e is beautifully presented in one of our signature \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003eRobert Gordon\u003c\/span\u003e\u003c\/span\u003e market baskets — a keepsake long after the blooms have been enjoyed.\u003c\/p\u003e\n\u003cp data-end=\"389\" data-start=\"193\"\u003eYour basket includes:\u003cbr data-end=\"225\" data-start=\"222\"\u003e• Floral arrangement in vase\u003cbr data-is-only-node=\"\" data-end=\"256\" data-start=\"253\"\u003e• Soft toy\u003cbr data-end=\"269\" data-start=\"266\"\u003e• \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003eJiggle \u0026amp; Giggle\u003c\/span\u003e\u003c\/span\u003e Cotton Cellular Blanket\u003cbr data-end=\"335\" data-start=\"332\"\u003e• \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003eEcoya\u003c\/span\u003e\u003c\/span\u003e Metro Candle\u003c\/p\u003e\n\u003cp data-is-only-node=\"\" data-is-last-node=\"\" data-end=\"564\" data-start=\"391\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003ePlease note: Flowers and colours will vary due to seasonal \u003c\/span\u003e\u003cspan\u003eavailability and our florists will substitute when necessary.\u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"Default Title","offer_id":48544011354295,"sku":null,"price":245.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/IMG_3758.webp?v=1781240442"},{"product_id":"sympathy-box","title":"The Lumière","description":"\u003cp class=\"p1\"\u003eSoft ivory tones, fragrant lilies and premium roses come together with seasonal blooms and lush foliage to create an effortlessly elegant arrangement for every occasion.\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003eSize reference: The arrangement featured is the \u003cem\u003e'Lux' size option.\u003c\/em\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"p1\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cspan\u003ePlease note: Images are for example only, flowers will vary daily due to seasonal \u003c\/span\u003e\u003cspan\u003eavailability and our florists will substitute when necessary.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"Fleurus","offers":[{"title":"Luxe","offer_id":48929224753335,"sku":null,"price":150.0,"currency_code":"AUD","in_stock":true},{"title":"Indulgence","offer_id":48929224786103,"sku":null,"price":250.0,"currency_code":"AUD","in_stock":true},{"title":"Extravagant","offer_id":48929224818871,"sku":null,"price":350.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0021\/0577\/0043\/files\/IMG_9929_088bab89-dab2-4fd6-a518-4a8a3b8f5a48.heic?v=1785067056"}],"url":"https:\/\/fleurus.com.au\/collections\/baby-gifts-flowers.oembed","provider":"Fleurus","version":"1.0","type":"link"}