{"product_id":"boo-tiful-ghost-sparkle-tutu-dress-headband-set","title":"Boo-tiful Ghost Sparkle Tutu Dress \u0026 Headband Set","description":"\u003cstyle\u003e\n  .ll-ghost-product {\n    --ll-black: #2f2c33;\n    --ll-gray: #7d7783;\n    --ll-white: #ffffff;\n    --ll-soft: #faf8fb;\n    --ll-lavender: #d8cfe5;\n    --ll-gold: #c8a968;\n    --ll-text: #4a454d;\n    --ll-border: #e5dfe8;\n\n    max-width: 950px;\n    margin: 0 auto;\n    font-family: inherit;\n    color: var(--ll-text);\n    line-height: 1.7;\n  }\n\n  .ll-ghost-product h2,\n  .ll-ghost-product h3 {\n    letter-spacing: 0.02em;\n  }\n\n  .ll-ghost-title {\n    margin: 0 0 18px;\n    padding: 20px;\n    text-align: center;\n    color: #ffffff !important;\n    font-size: 30px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-black) 0%,\n      #57515c 40%,\n      var(--ll-gray) 68%,\n      #aaa3ae 100%\n    );\n    border-radius: 18px;\n    box-shadow: 0 6px 18px rgba(45, 42, 48, 0.15);\n  }\n\n  .ll-ghost-product p {\n    margin: 0 0 16px;\n    font-size: 16px;\n  }\n\n  .ll-ghost-intro {\n    text-align: center;\n  }\n\n  .ll-ghost-bar {\n    height: 7px;\n    margin: 24px 0;\n    border-radius: 99px;\n    background: linear-gradient(\n      90deg,\n      var(--ll-black),\n      var(--ll-lavender),\n      #ffffff,\n      var(--ll-gold)\n    );\n  }\n\n  .ll-ghost-section {\n    margin: 20px 0;\n    padding: 20px;\n    border-radius: 18px;\n    box-shadow: 0 5px 16px rgba(68, 63, 68, 0.05);\n  }\n\n  .ll-ghost-section.light {\n    background: linear-gradient(135deg, #fbf9fc, #ffffff);\n    border: 1px solid #e7e0ea;\n    border-left: 5px solid var(--ll-gray);\n  }\n\n  .ll-ghost-section.lavender {\n    background: linear-gradient(135deg, #f6f1fa, #fdfbff);\n    border: 1px solid #ddd2e6;\n    border-left: 5px solid #a58ab8;\n  }\n\n  .ll-ghost-section.gold {\n    background: linear-gradient(135deg, #fff9ed, #fffdf8);\n    border: 1px solid #eadfbf;\n    border-left: 5px solid var(--ll-gold);\n  }\n\n  .ll-ghost-section.dark {\n    background: linear-gradient(135deg, #2a272e, #454049);\n    color: #ffffff;\n    border: 1px solid #353139;\n  }\n\n  .ll-ghost-section h3 {\n    margin: 0 0 12px;\n    font-size: 19px;\n  }\n\n  .ll-ghost-section.light h3 {\n    color: #59525e;\n  }\n\n  .ll-ghost-section.lavender h3 {\n    color: #806490;\n  }\n\n  .ll-ghost-section.gold h3 {\n    color: #997b3f;\n  }\n\n  .ll-ghost-section.dark h3 {\n    color: #f1e9f6;\n  }\n\n  .ll-ghost-section ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ll-ghost-section li {\n    margin-bottom: 7px;\n  }\n\n  .ll-ghost-highlight {\n    margin: 24px 0;\n    padding: 18px 20px;\n    text-align: center;\n    font-weight: 600;\n    background: linear-gradient(\n      135deg,\n      #fbf9fc,\n      #f6f1fa,\n      #fff9ed\n    );\n    border: 1px dashed #99919d;\n    border-radius: 16px;\n  }\n\n  .ll-ghost-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 30px 0 24px;\n    color: #7d7783;\n  }\n\n  .ll-ghost-divider::before,\n  .ll-ghost-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--ll-border);\n  }\n\n  .ll-ghost-size-title {\n    margin: 0 0 8px;\n    text-align: center;\n    color: #59525e !important;\n    font-size: 28px;\n  }\n\n  .ll-ghost-size-note {\n    text-align: center;\n    font-size: 14px !important;\n    color: #746e76;\n  }\n\n  .ll-ghost-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n    margin-top: 18px;\n    border: 1px solid var(--ll-border);\n    border-radius: 16px;\n    box-shadow: 0 6px 18px rgba(68, 63, 68, 0.06);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ll-ghost-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: collapse;\n    text-align: center;\n    background: #ffffff;\n    font-size: 14px;\n  }\n\n  .ll-ghost-table th {\n    padding: 14px 12px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-black),\n      var(--ll-gray),\n      #a59eaa\n    );\n    color: #ffffff;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ll-ghost-table td {\n    padding: 13px 12px;\n    border-bottom: 1px solid #e9e4eb;\n    white-space: nowrap;\n  }\n\n  .ll-ghost-table tbody tr:nth-child(even) {\n    background: #faf8fb;\n  }\n\n  .ll-ghost-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ll-ghost-fit-tip {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #fbf9fc,\n      #f6f1fa\n    );\n    border-left: 4px solid #7d7783;\n    border-right: 4px solid #c8a968;\n    border-radius: 12px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .ll-ghost-title {\n      font-size: 23px;\n      padding: 17px 14px;\n    }\n\n    .ll-ghost-section {\n      padding: 17px;\n    }\n\n    .ll-ghost-size-title {\n      font-size: 23px;\n    }\n\n    .ll-ghost-table th,\n    .ll-ghost-table td {\n      padding: 11px 9px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-ghost-product\"\u003e\n\n  \u003ch2 class=\"ll-ghost-title\"\u003e\n    👻 Boo-tiful Ghost Sparkle Tutu Dress \u0026amp; Headband Set\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-ghost-intro\"\u003e\n    Sweet, spooky, and made for magical Halloween twirls! The\n    \u003cstrong\u003eBoo-tiful Ghost Sparkle Tutu Dress \u0026amp; Headband Set\u003c\/strong\u003e\n    is perfect for little ones who love playful costumes, soft tulle, and\n    picture-perfect spooky-season fun.\n  \u003c\/p\u003e\n\n  \u003cp class=\"ll-ghost-intro\"\u003e\n    Featuring a fluffy white ghost-inspired tutu dress with large black\n    face details, a stretchy crochet-style bodice, shimmering tulle layers,\n    and a coordinating oversized white bow headband, this adorable set is\n    perfect for Halloween parties, trick-or-treating, photoshoots, school\n    events, and dress-up play.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-ghost-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ll-ghost-section light\"\u003e\n    \u003ch3\u003e👻 What’s Included\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eGhost-inspired white tutu dress\u003c\/li\u003e\n      \u003cli\u003eMatching oversized white bow headband\u003c\/li\u003e\n      \u003cli\u003eLayered white tulle skirt\u003c\/li\u003e\n      \u003cli\u003eBlack ghost face details\u003c\/li\u003e\n      \u003cli\u003eComplete spooky-sweet Halloween look\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-ghost-section lavender\"\u003e\n    \u003ch3\u003e✨ Costume Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eStretchy crochet-style white bodice\u003c\/li\u003e\n      \u003cli\u003eSoft shoulder straps\u003c\/li\u003e\n      \u003cli\u003eFull layered tulle tutu skirt\u003c\/li\u003e\n      \u003cli\u003eSubtle sparkle throughout the tulle\u003c\/li\u003e\n      \u003cli\u003eLarge black ghost eyes and mouth on the skirt\u003c\/li\u003e\n      \u003cli\u003eOversized white tulle bow headband\u003c\/li\u003e\n      \u003cli\u003eLightweight and twirl-friendly design\u003c\/li\u003e\n      \u003cli\u003eClassic white and black Halloween color palette\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-ghost-section gold\"\u003e\n    \u003ch3\u003e🎃 Perfect For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eHalloween costumes\u003c\/li\u003e\n      \u003cli\u003eTrick-or-treating\u003c\/li\u003e\n      \u003cli\u003eGhost-themed Halloween parties\u003c\/li\u003e\n      \u003cli\u003eSchool costume days\u003c\/li\u003e\n      \u003cli\u003eHalloween photoshoots\u003c\/li\u003e\n      \u003cli\u003eCostume contests\u003c\/li\u003e\n      \u003cli\u003eFall festivals\u003c\/li\u003e\n      \u003cli\u003eBirthday photoshoots\u003c\/li\u003e\n      \u003cli\u003eDress-up and imaginative play\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-ghost-section dark\"\u003e\n    \u003ch3\u003e🖤 Important Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePlease review the size chart before ordering\u003c\/li\u003e\n      \u003cli\u003eUse your child’s height and bust measurements rather than age alone\u003c\/li\u003e\n      \u003cli\u003eThe crochet-style bodice has stretch\u003c\/li\u003e\n      \u003cli\u003eShoes and photography props are not included\u003c\/li\u003e\n      \u003cli\u003eColors may vary slightly due to lighting and screen settings\u003c\/li\u003e\n      \u003cli\u003eMeasurements may vary slightly due to manual measuring\u003c\/li\u003e\n      \u003cli\u003eHeadband accessories are intended for supervised dress-up use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-ghost-highlight\"\u003e\n    👻✨ A boo-tiful little ghost costume made for spooky smiles,\n    sparkling twirls, Halloween magic, and unforgettable fall memories.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-ghost-divider\"\u003e👻\u003c\/div\u003e\n\n  \u003ch2 class=\"ll-ghost-size-title\"\u003e\n    Boo-tiful Ghost Sparkle Tutu Dress Size Chart\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-ghost-size-note\"\u003e\n    For the most accurate fit, use your child’s\n    \u003cstrong\u003eheight and bust measurement\u003c\/strong\u003e as the primary sizing guide.\n    Age recommendations are approximate.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-ghost-table-wrap\"\u003e\n    \u003ctable class=\"ll-ghost-table\"\u003e\n\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSize\u003c\/th\u003e\n          \u003cth\u003eRecommended Age\u003c\/th\u003e\n          \u003cth\u003eRecommended Height\u003c\/th\u003e\n          \u003cth\u003eDress Length\u003c\/th\u003e\n          \u003cth\u003eBust Stretch Range\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e12M\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003eApprox. 12 Months\u003c\/td\u003e\n          \u003ctd\u003e27.6\"–31.5\" (70–80 cm)\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n          \u003ctd\u003e—\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e2Y\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2 Years\u003c\/td\u003e\n          \u003ctd\u003e33.5\"–37.4\" (85–95 cm)\u003c\/td\u003e\n          \u003ctd\u003e23.6\" (60 cm)\u003c\/td\u003e\n          \u003ctd\u003e17.7\"–20.1\" (45–51 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e3–4Y\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3–4 Years\u003c\/td\u003e\n          \u003ctd\u003e37.4\"–41.3\" (95–105 cm)\u003c\/td\u003e\n          \u003ctd\u003e25.6\" (65 cm)\u003c\/td\u003e\n          \u003ctd\u003e19.3\"–22.4\" (49–57 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e5–6Y\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e5–6 Years\u003c\/td\u003e\n          \u003ctd\u003e45.3\"–49.2\" (115–125 cm)\u003c\/td\u003e\n          \u003ctd\u003e27.6\" (70 cm)\u003c\/td\u003e\n          \u003ctd\u003e22.4\"–24.8\" (57–63 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e7–8Y\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e7–8 Years\u003c\/td\u003e\n          \u003ctd\u003e49.2\"–55.1\" (125–140 cm)\u003c\/td\u003e\n          \u003ctd\u003e29.5\" (75 cm)\u003c\/td\u003e\n          \u003ctd\u003e24.0\"–26.4\" (61–67 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e9–13Y\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e9–13 Years\u003c\/td\u003e\n          \u003ctd\u003e55.1\"–59.1\" (140–150 cm)\u003c\/td\u003e\n          \u003ctd\u003e33.5\" (85 cm)\u003c\/td\u003e\n          \u003ctd\u003e27.6\"–30.7\" (70–78 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e14Y\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e14 Years\u003c\/td\u003e\n          \u003ctd\u003e59.1\"–63.0\" (150–160 cm)\u003c\/td\u003e\n          \u003ctd\u003e35.4\" (90 cm)\u003c\/td\u003e\n          \u003ctd\u003e29.9\"–33.1\" (76–84 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-ghost-fit-tip\"\u003e\n    👻 \u003cstrong\u003eFit Tip:\u003c\/strong\u003e The bodice has stretch, so use your child’s\n    \u003cstrong\u003eheight and bust\u003c\/strong\u003e as the primary sizing guides. If your child\n    falls between two sizes or you prefer additional skirt length and room to grow,\n    choose the larger size. The supplier only provided a height recommendation for\n    the 12M option, so dress length and bust measurements for 12M are not listed.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lolli \u0026 Lace","offers":[{"title":"Ghost Dress Set \/ 12M","offer_id":52343455416610,"sku":"1947753d-47fe-4cfc-976d-742ef8d7cc96","price":50.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 2T","offer_id":52343455711522,"sku":"8cd73225-b938-4e30-bce0-c515ec3dd4ad","price":50.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 3T","offer_id":52343455744290,"sku":"b7ac4021-9b36-43c7-9bf7-6ce4ecc2ac88","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 4T","offer_id":52343455777058,"sku":"fa436241-d687-4bd8-a236-71d32754e674","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 5","offer_id":52343455580450,"sku":"866528bf-bd93-4e96-92d7-639b23687b5d","price":53.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 6","offer_id":52343455613218,"sku":"d2906cd7-b9a4-4fe4-865e-e99769aa16c1","price":53.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 7","offer_id":52343455645986,"sku":"d1d8f816-45c4-4d53-a777-02ad6dace31d","price":55.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 8","offer_id":52343455678754,"sku":"ebfcde5d-81f3-4791-b976-61d5c199c0a5","price":55.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 9","offer_id":52343455449378,"sku":"6247aa2e-7104-468c-89ee-9b5e1ae78d0a","price":58.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 10","offer_id":52343455482146,"sku":"b4f53566-c641-43d1-b3f9-e9b0c2eba60e","price":58.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 11","offer_id":52343455514914,"sku":"8a77076c-d5bd-46bb-96b9-87cf26dc87f8","price":58.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 12","offer_id":52343455547682,"sku":"7c851d2e-58b1-4d2b-b71b-c18cd5fba1ab","price":58.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 13","offer_id":52343455351074,"sku":"f982c401-114a-48b7-b057-f9165b9c4073","price":58.0,"currency_code":"USD","in_stock":true},{"title":"Ghost Dress Set \/ 14","offer_id":52343455383842,"sku":"679eebed-4bb2-41f7-b189-01c1137328fe","price":60.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/0253\/7506\/files\/Girls_Ghost_Costume_Tutu_Dress_Headband.png?v=1787166547","url":"https:\/\/lolliandlace.com\/fr\/products\/boo-tiful-ghost-sparkle-tutu-dress-headband-set","provider":"Lolli \u0026 Lace","version":"1.0","type":"link"}