{"product_id":"midnight-magic-witch-tutu-dress-costume-set","title":"Midnight Magic Witch Tutu Dress \u0026 Costume Set","description":"\u003cstyle\u003e\n  .ll-witch-product {\n    --ll-purple: #6f2fa3;\n    --ll-violet: #8d45c2;\n    --ll-deep: #2b1938;\n    --ll-black: #1f1b22;\n    --ll-gold: #d7b85b;\n    --ll-lavender: #eadcf3;\n    --ll-soft: #faf6fc;\n    --ll-text: #463f49;\n    --ll-border: #e5d8eb;\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-witch-product h2,\n  .ll-witch-product h3 {\n    letter-spacing: 0.02em;\n  }\n\n  .ll-witch-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-deep) 0%,\n      var(--ll-purple) 40%,\n      var(--ll-violet) 72%,\n      var(--ll-gold) 100%\n    );\n    border-radius: 18px;\n    box-shadow: 0 6px 18px rgba(55, 35, 70, 0.16);\n  }\n\n  .ll-witch-product p {\n    margin: 0 0 16px;\n    font-size: 16px;\n  }\n\n  .ll-witch-intro {\n    text-align: center;\n  }\n\n  .ll-witch-bar {\n    height: 7px;\n    margin: 24px 0;\n    border-radius: 99px;\n    background: linear-gradient(\n      90deg,\n      var(--ll-purple),\n      var(--ll-violet),\n      var(--ll-gold),\n      var(--ll-black)\n    );\n  }\n\n  .ll-witch-section {\n    margin: 20px 0;\n    padding: 20px;\n    border-radius: 18px;\n    box-shadow: 0 5px 16px rgba(70, 63, 73, 0.05);\n  }\n\n  .ll-witch-section.purple {\n    background: linear-gradient(135deg, #f6effb, #fdfaff);\n    border: 1px solid #e2d4ea;\n    border-left: 5px solid var(--ll-purple);\n  }\n\n  .ll-witch-section.gold {\n    background: linear-gradient(135deg, #fff9ea, #fffdf7);\n    border: 1px solid #eadfb7;\n    border-left: 5px solid var(--ll-gold);\n  }\n\n  .ll-witch-section.dark {\n    background: linear-gradient(135deg, #24192d, #3a2646);\n    color: #ffffff;\n    border: 1px solid #34203f;\n  }\n\n  .ll-witch-section.soft {\n    background: linear-gradient(135deg, #faf6fc, #ffffff);\n    border: 1px solid #e6deea;\n    border-left: 5px solid #8e78a1;\n  }\n\n  .ll-witch-section h3 {\n    margin: 0 0 12px;\n    font-size: 19px;\n  }\n\n  .ll-witch-section.purple h3 {\n    color: #6f2fa3;\n  }\n\n  .ll-witch-section.gold h3 {\n    color: #9f7b25;\n  }\n\n  .ll-witch-section.soft h3 {\n    color: #6d5a7c;\n  }\n\n  .ll-witch-section.dark h3 {\n    color: #f2ddff;\n  }\n\n  .ll-witch-section ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ll-witch-section li {\n    margin-bottom: 7px;\n  }\n\n  .ll-witch-highlight {\n    margin: 24px 0;\n    padding: 18px 20px;\n    text-align: center;\n    font-weight: 600;\n    background: linear-gradient(\n      135deg,\n      #f6effb,\n      #fff9ea,\n      #faf6fc\n    );\n    border: 1px dashed var(--ll-purple);\n    border-radius: 16px;\n  }\n\n  .ll-witch-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 30px 0 24px;\n    color: var(--ll-purple);\n  }\n\n  .ll-witch-divider::before,\n  .ll-witch-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--ll-border);\n  }\n\n  .ll-witch-size-title {\n    margin: 0 0 8px;\n    text-align: center;\n    color: var(--ll-deep) !important;\n    font-size: 28px;\n  }\n\n  .ll-witch-size-note {\n    text-align: center;\n    font-size: 14px !important;\n    color: #756d79;\n  }\n\n  .ll-witch-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(70, 63, 73, 0.06);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ll-witch-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-witch-table th {\n    padding: 14px 12px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-deep),\n      var(--ll-purple),\n      var(--ll-violet)\n    );\n    color: #ffffff;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ll-witch-table td {\n    padding: 13px 12px;\n    border-bottom: 1px solid #eee4f2;\n    white-space: nowrap;\n  }\n\n  .ll-witch-table tbody tr:nth-child(even) {\n    background: #fbf8fd;\n  }\n\n  .ll-witch-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ll-witch-fit-tip {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #f6effb,\n      #fff9ea\n    );\n    border-left: 4px solid var(--ll-purple);\n    border-right: 4px solid var(--ll-gold);\n    border-radius: 12px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .ll-witch-title {\n      font-size: 23px;\n      padding: 17px 14px;\n    }\n\n    .ll-witch-section {\n      padding: 17px;\n    }\n\n    .ll-witch-size-title {\n      font-size: 23px;\n    }\n\n    .ll-witch-table th,\n    .ll-witch-table td {\n      padding: 11px 9px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-witch-product\"\u003e\n\n  \u003ch2 class=\"ll-witch-title\"\u003e\n    🔮 Midnight Magic Witch Tutu Dress \u0026amp; Costume Set\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-witch-intro\"\u003e\n    A little spooky, a little sparkly, and completely magical! The\n    \u003cstrong\u003eMidnight Magic Witch Tutu Dress \u0026amp; Costume Set\u003c\/strong\u003e\n    is made for little witches who love purple, stars, glitter, and enchanting\n    Halloween adventures.\n  \u003c\/p\u003e\n\n  \u003cp class=\"ll-witch-intro\"\u003e\n    Featuring a purple and black glittery tutu dress with corset-inspired\n    detailing, a starry witch cape, pointed witch hat, striped accessories,\n    and a coordinating broom, this deluxe set creates a complete witchy look\n    for Halloween, costume parties, photoshoots, school events, and imaginative play.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-witch-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ll-witch-section purple\"\u003e\n    \u003ch3\u003e🔮 What’s Included\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePurple and black witch-inspired tutu dress\u003c\/li\u003e\n      \u003cli\u003eStar-print purple witch cape\u003c\/li\u003e\n      \u003cli\u003eMatching pointed witch hat\u003c\/li\u003e\n      \u003cli\u003eStriped fingerless arm warmers\u003c\/li\u003e\n      \u003cli\u003eCoordinating purple and black striped stockings\u003c\/li\u003e\n      \u003cli\u003eWitch broom accessory\u003c\/li\u003e\n      \u003cli\u003eComplete magical witch costume look\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-witch-section gold\"\u003e\n    \u003ch3\u003e✨ Costume Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eRich purple, black, and gold color palette\u003c\/li\u003e\n      \u003cli\u003eStretchy crochet-style bodice\u003c\/li\u003e\n      \u003cli\u003eCorset-inspired front detailing\u003c\/li\u003e\n      \u003cli\u003eGold crisscross accent design\u003c\/li\u003e\n      \u003cli\u003eFull layered purple and black tulle tutu skirt\u003c\/li\u003e\n      \u003cli\u003eGlittery star-like accents throughout the skirt\u003c\/li\u003e\n      \u003cli\u003eStar-print cape with gold trim\u003c\/li\u003e\n      \u003cli\u003eMatching pointed witch hat with celestial details\u003c\/li\u003e\n      \u003cli\u003eStriped accessories for a playful Halloween finish\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-witch-section soft\"\u003e\n    \u003ch3\u003e🎃 Perfect For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eHalloween costumes\u003c\/li\u003e\n      \u003cli\u003eWitch-themed parties\u003c\/li\u003e\n      \u003cli\u003eHalloween school events\u003c\/li\u003e\n      \u003cli\u003eCostume contests\u003c\/li\u003e\n      \u003cli\u003eHalloween photoshoots\u003c\/li\u003e\n      \u003cli\u003eFall festivals\u003c\/li\u003e\n      \u003cli\u003eStage performances\u003c\/li\u003e\n      \u003cli\u003eDress-up and imaginative play\u003c\/li\u003e\n      \u003cli\u003eMagical and fantasy-themed celebrations\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-witch-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 desired dress length as the primary sizing guides\u003c\/li\u003e\n      \u003cli\u003eThe crochet-style bodice has a broad stretch range\u003c\/li\u003e\n      \u003cli\u003eCape, hat, striped accessories, and broom are included\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\u003eAccessories are intended for costume and supervised dress-up use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-witch-highlight\"\u003e\n    🔮✨ A spellbinding witch costume made for starry nights,\n    magical adventures, Halloween twirls, and a little bit of midnight mischief.\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-witch-divider\"\u003e★\u003c\/div\u003e\n\n  \u003ch2 class=\"ll-witch-size-title\"\u003e\n    Midnight Magic Witch Tutu Dress Size Chart\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-witch-size-note\"\u003e\n    For the best fit, compare your child’s\n    \u003cstrong\u003eheight and desired dress length\u003c\/strong\u003e\n    with the chart below. The supplier lists a\n    \u003cstrong\u003e40–88 cm (15.7–34.6 in) chest stretch range\u003c\/strong\u003e\n    for the crochet-style bodice.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-witch-table-wrap\"\u003e\n    \u003ctable class=\"ll-witch-table\"\u003e\n\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eUS Size\u003c\/th\u003e\n          \u003cth\u003eRecommended Age\u003c\/th\u003e\n          \u003cth\u003eDress Length\u003c\/th\u003e\n          \u003cth\u003eRecommended Height\u003c\/th\u003e\n          \u003cth\u003eChest 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\u003e12 Months\u003c\/td\u003e\n          \u003ctd\u003e17.7\" (45 cm)\u003c\/td\u003e\n          \u003ctd\u003e27.6\"–31.5\" (70–80 cm)\u003c\/td\u003e\n          \u003ctd\u003e15.7\"–34.6\" (40–88 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e2T\/3T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e2–3 Years\u003c\/td\u003e\n          \u003ctd\u003e19.7\" (50 cm)\u003c\/td\u003e\n          \u003ctd\u003e33.5\"–39.4\" (85–100 cm)\u003c\/td\u003e\n          \u003ctd\u003e15.7\"–34.6\" (40–88 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e4T\/5T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e4–5 Years\u003c\/td\u003e\n          \u003ctd\u003e21.7\" (55 cm)\u003c\/td\u003e\n          \u003ctd\u003e39.4\"–43.3\" (100–110 cm)\u003c\/td\u003e\n          \u003ctd\u003e15.7\"–34.6\" (40–88 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e6T\/7T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e6–7 Years\u003c\/td\u003e\n          \u003ctd\u003e23.6\" (60 cm)\u003c\/td\u003e\n          \u003ctd\u003e43.3\"–47.2\" (110–120 cm)\u003c\/td\u003e\n          \u003ctd\u003e15.7\"–34.6\" (40–88 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e8T\/9T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e8–9 Years\u003c\/td\u003e\n          \u003ctd\u003e25.6\" (65 cm)\u003c\/td\u003e\n          \u003ctd\u003e51.2\"–55.1\" (130–140 cm)\u003c\/td\u003e\n          \u003ctd\u003e15.7\"–34.6\" (40–88 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e10T\/11T\/12T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e10–12 Years\u003c\/td\u003e\n          \u003ctd\u003e27.6\" (70 cm)\u003c\/td\u003e\n          \u003ctd\u003e55.1\"–59.1\" (140–150 cm)\u003c\/td\u003e\n          \u003ctd\u003e15.7\"–34.6\" (40–88 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-witch-fit-tip\"\u003e\n    🌙 \u003cstrong\u003eFit Tip:\u003c\/strong\u003e\n    Because the crochet-style bodice has a wide stretch range,\n    \u003cstrong\u003eheight and dress length\u003c\/strong\u003e are especially important when\n    selecting a size. If your child falls between sizes or you prefer additional\n    skirt length and growing room, choose the larger size.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lolli \u0026 Lace","offers":[{"title":"Midnight Witch Set \/ 12M","offer_id":52348769698082,"sku":"273a4efb-bd3c-42b3-b609-77b2f930f7a4","price":58.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 2T","offer_id":52348769730850,"sku":"62fa272b-a867-49a7-b471-7777b212b1fa","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 3T","offer_id":52348769763618,"sku":"35e04810-772a-4848-9e18-91afd007aa9e","price":59.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 4T","offer_id":52348769796386,"sku":"f8a559ad-d331-4555-93ac-0bc34f243cac","price":61.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 5","offer_id":52348769829154,"sku":"45299e06-eaa8-4810-b3fa-bad569c221b3","price":61.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 6","offer_id":52348769861922,"sku":"559f8dd6-6d18-4a09-aa67-0832dee22d2a","price":61.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 7","offer_id":52348769894690,"sku":"2347c434-d3fa-45f8-b067-58ccf8e85201","price":61.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 8","offer_id":52348769927458,"sku":"64393a3c-1855-4da6-a411-108ec14cde92","price":63.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 9","offer_id":52348769567010,"sku":"4b99001b-bf9e-49a8-8da3-fa06cd2dbae2","price":63.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 10","offer_id":52348769599778,"sku":"cc7cdb9f-0b5b-4c8f-ad22-32deae7ea429","price":64.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 11","offer_id":52348769632546,"sku":"52172d4b-5a3a-432f-b522-e247f455ab51","price":64.0,"currency_code":"USD","in_stock":true},{"title":"Midnight Witch Set \/ 12","offer_id":52348769665314,"sku":"bbc1389a-6187-4160-9bd4-03603114c831","price":64.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/0253\/7506\/files\/midnight-magic-witch-tutu-dress-costume-set.png?v=1787264071","url":"https:\/\/lolliandlace.com\/products\/midnight-magic-witch-tutu-dress-costume-set","provider":"Lolli \u0026 Lace","version":"1.0","type":"link"}