{"product_id":"fire-phoenix-tutu-dress-wings-costume-set","title":"Fire Phoenix Rising Tutu Dress \u0026 Wings Costume Set","description":"\u003cstyle\u003e\n  .ll-phoenix-product {\n    --ll-red: #e53935;\n    --ll-orange: #f47a22;\n    --ll-gold: #f2b632;\n    --ll-yellow: #ffd95a;\n    --ll-dark: #7f291d;\n    --ll-soft: #fff7f1;\n    --ll-text: #4d433f;\n    --ll-border: #f0d7ca;\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-phoenix-product h2,\n  .ll-phoenix-product h3 {\n    letter-spacing: 0.02em;\n  }\n\n  .ll-phoenix-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-dark) 0%,\n      var(--ll-red) 35%,\n      var(--ll-orange) 65%,\n      var(--ll-gold) 100%\n    );\n    border-radius: 18px;\n    box-shadow: 0 6px 18px rgba(121, 55, 31, 0.16);\n  }\n\n  .ll-phoenix-product p {\n    margin: 0 0 16px;\n    font-size: 16px;\n  }\n\n  .ll-phoenix-intro {\n    text-align: center;\n  }\n\n  .ll-phoenix-bar {\n    height: 7px;\n    margin: 24px 0;\n    border-radius: 99px;\n    background: linear-gradient(\n      90deg,\n      var(--ll-red),\n      var(--ll-orange),\n      var(--ll-yellow),\n      var(--ll-red)\n    );\n  }\n\n  .ll-phoenix-section {\n    margin: 20px 0;\n    padding: 20px;\n    border-radius: 18px;\n    box-shadow: 0 5px 16px rgba(77, 67, 63, 0.05);\n  }\n\n  .ll-phoenix-section.red {\n    background: linear-gradient(135deg, #fff1f0, #fffafa);\n    border: 1px solid #efcfcb;\n    border-left: 5px solid var(--ll-red);\n  }\n\n  .ll-phoenix-section.orange {\n    background: linear-gradient(135deg, #fff5ec, #fffdf9);\n    border: 1px solid #f1d7c2;\n    border-left: 5px solid var(--ll-orange);\n  }\n\n  .ll-phoenix-section.gold {\n    background: linear-gradient(135deg, #fff9e8, #fffef8);\n    border: 1px solid #eadcb3;\n    border-left: 5px solid var(--ll-gold);\n  }\n\n  .ll-phoenix-section.dark {\n    background: linear-gradient(135deg, #6f251b, #9d3c25);\n    color: #ffffff;\n    border: 1px solid #792a1d;\n  }\n\n  .ll-phoenix-section h3 {\n    margin: 0 0 12px;\n    font-size: 19px;\n  }\n\n  .ll-phoenix-section.red h3 {\n    color: #c92e29;\n  }\n\n  .ll-phoenix-section.orange h3 {\n    color: #ce6418;\n  }\n\n  .ll-phoenix-section.gold h3 {\n    color: #a77d18;\n  }\n\n  .ll-phoenix-section.dark h3 {\n    color: #ffe09a;\n  }\n\n  .ll-phoenix-section ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ll-phoenix-section li {\n    margin-bottom: 7px;\n  }\n\n  .ll-phoenix-highlight {\n    margin: 24px 0;\n    padding: 18px 20px;\n    text-align: center;\n    font-weight: 600;\n    background: linear-gradient(\n      135deg,\n      #fff1f0,\n      #fff5ec,\n      #fff9e8\n    );\n    border: 1px dashed var(--ll-orange);\n    border-radius: 16px;\n  }\n\n  .ll-phoenix-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 30px 0 24px;\n    color: var(--ll-red);\n  }\n\n  .ll-phoenix-divider::before,\n  .ll-phoenix-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--ll-border);\n  }\n\n  .ll-phoenix-size-title {\n    margin: 0 0 8px;\n    text-align: center;\n    color: var(--ll-dark) !important;\n    font-size: 28px;\n  }\n\n  .ll-phoenix-size-note {\n    text-align: center;\n    font-size: 14px !important;\n    color: #756963;\n  }\n\n  .ll-phoenix-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(77, 67, 63, 0.06);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ll-phoenix-table {\n    width: 100%;\n    min-width: 800px;\n    border-collapse: collapse;\n    text-align: center;\n    background: #ffffff;\n    font-size: 14px;\n  }\n\n  .ll-phoenix-table th {\n    padding: 14px 12px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-dark),\n      var(--ll-red),\n      var(--ll-orange)\n    );\n    color: #ffffff;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ll-phoenix-table td {\n    padding: 13px 12px;\n    border-bottom: 1px solid #eee0d9;\n    white-space: nowrap;\n  }\n\n  .ll-phoenix-table tbody tr:nth-child(even) {\n    background: #fff8f3;\n  }\n\n  .ll-phoenix-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ll-phoenix-fit-tip {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #fff1f0,\n      #fff9e8\n    );\n    border-left: 4px solid var(--ll-red);\n    border-right: 4px solid var(--ll-gold);\n    border-radius: 12px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .ll-phoenix-title {\n      font-size: 23px;\n      padding: 17px 14px;\n    }\n\n    .ll-phoenix-section {\n      padding: 17px;\n    }\n\n    .ll-phoenix-size-title {\n      font-size: 23px;\n    }\n\n    .ll-phoenix-table th,\n    .ll-phoenix-table td {\n      padding: 11px 9px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-phoenix-product\"\u003e\n\n  \u003ch2 class=\"ll-phoenix-title\"\u003e\n    🔥 Fire Phoenix Rising Tutu Dress \u0026amp; Wings Costume Set\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-phoenix-intro\"\u003e\n    Fierce, magical, and ready to rise! The\n    \u003cstrong\u003eFire Phoenix Rising Tutu Dress \u0026amp; Wings Costume Set\u003c\/strong\u003e\n    is made for little ones who love fantasy creatures, fiery colors,\n    dramatic wings, and show-stopping dress-up looks.\n  \u003c\/p\u003e\n\n  \u003cp class=\"ll-phoenix-intro\"\u003e\n    Featuring a brilliant red and orange phoenix-inspired tutu dress with a\n    high-low layered skirt, sparkling tulle accents, coordinating feather-style\n    wings, and a matching bird headpiece, this dramatic costume is perfect for\n    Halloween, fantasy parties, stage performances, photoshoots, and imaginative play.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-phoenix-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ll-phoenix-section red\"\u003e\n    \u003ch3\u003e🔥 What’s Included\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eFire Phoenix-inspired high-low tutu dress\u003c\/li\u003e\n      \u003cli\u003eCoordinating red and orange phoenix wings\u003c\/li\u003e\n      \u003cli\u003eMatching bird-inspired headpiece\u003c\/li\u003e\n      \u003cli\u003eComplete fiery fantasy costume look\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-phoenix-section orange\"\u003e\n    \u003ch3\u003e✨ Costume Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eVibrant red, orange, and golden-yellow color palette\u003c\/li\u003e\n      \u003cli\u003eStretchy crochet-style bodice\u003c\/li\u003e\n      \u003cli\u003ePhoenix-inspired applique on the front\u003c\/li\u003e\n      \u003cli\u003eFull layered tulle skirt\u003c\/li\u003e\n      \u003cli\u003eHigh-low silhouette with dramatic longer back\u003c\/li\u003e\n      \u003cli\u003eSparkling tulle accents throughout the skirt\u003c\/li\u003e\n      \u003cli\u003eLarge feather-style wings in fiery red and orange tones\u003c\/li\u003e\n      \u003cli\u003eMatching phoenix bird headpiece\u003c\/li\u003e\n      \u003cli\u003eLightweight fantasy costume design\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-phoenix-section gold\"\u003e\n    \u003ch3\u003e🪽 Perfect For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eHalloween costumes\u003c\/li\u003e\n      \u003cli\u003ePhoenix and firebird costumes\u003c\/li\u003e\n      \u003cli\u003eFantasy-themed parties\u003c\/li\u003e\n      \u003cli\u003eMythical creature events\u003c\/li\u003e\n      \u003cli\u003eSchool costume days\u003c\/li\u003e\n      \u003cli\u003eStage performances and recitals\u003c\/li\u003e\n      \u003cli\u003eCostume contests\u003c\/li\u003e\n      \u003cli\u003eFantasy photoshoots\u003c\/li\u003e\n      \u003cli\u003eHalloween 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-phoenix-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\u003eThis dress has a high-low skirt with a shorter front and longer back\u003c\/li\u003e\n      \u003cli\u003eWings and matching headpiece 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\u003ePlease allow approximately 1–3 cm variation due to manual measurement\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-phoenix-highlight\"\u003e\n    🔥🪽 A blazing fantasy costume made for powerful twirls,\n    dramatic wings, magical transformations, and unforgettable phoenix adventures. ✨\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-phoenix-divider\"\u003e🔥\u003c\/div\u003e\n\n  \u003ch2 class=\"ll-phoenix-size-title\"\u003e\n    Fire Phoenix Rising Tutu Dress Size Chart\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-phoenix-size-note\"\u003e\n    This costume features a dramatic \u003cstrong\u003ehigh-low skirt\u003c\/strong\u003e.\n    The first skirt measurement is the shorter front length and the second\n    measurement is the longer back length. For the best fit, use your child’s\n    \u003cstrong\u003eheight and bust\u003c\/strong\u003e as the primary sizing guides.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-phoenix-table-wrap\"\u003e\n    \u003ctable class=\"ll-phoenix-table\"\u003e\n\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eUS Size\u003c\/th\u003e\n          \u003cth\u003eBust\u003c\/th\u003e\n          \u003cth\u003eFront Skirt Length\u003c\/th\u003e\n          \u003cth\u003eBack Skirt Length\u003c\/th\u003e\n          \u003cth\u003eRecommended Height\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e2–3T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e15.7\"–21.7\" (40–55 cm)\u003c\/td\u003e\n          \u003ctd\u003e19.7\" (50 cm)\u003c\/td\u003e\n          \u003ctd\u003e31.5\" (80 cm)\u003c\/td\u003e\n          \u003ctd\u003e35.4\"–39.4\" (90–100 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e4–5T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e17.7\"–23.6\" (45–60 cm)\u003c\/td\u003e\n          \u003ctd\u003e21.7\" (55 cm)\u003c\/td\u003e\n          \u003ctd\u003e35.4\" (90 cm)\u003c\/td\u003e\n          \u003ctd\u003e39.4\"–43.3\" (100–110 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e6–7T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e18.9\"–26.0\" (48–66 cm)\u003c\/td\u003e\n          \u003ctd\u003e23.6\" (60 cm)\u003c\/td\u003e\n          \u003ctd\u003e39.4\" (100 cm)\u003c\/td\u003e\n          \u003ctd\u003e43.3\"–47.2\" (110–120 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e8–9T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e19.7\"–27.6\" (50–70 cm)\u003c\/td\u003e\n          \u003ctd\u003e25.6\" (65 cm)\u003c\/td\u003e\n          \u003ctd\u003e43.3\" (110 cm)\u003c\/td\u003e\n          \u003ctd\u003e47.2\"–55.1\" (120–140 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e10–12T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e20.5\"–29.5\" (52–75 cm)\u003c\/td\u003e\n          \u003ctd\u003e27.6\" (70 cm)\u003c\/td\u003e\n          \u003ctd\u003e47.2\" (120 cm)\u003c\/td\u003e\n          \u003ctd\u003e55.1\"–63.0\" (140–160 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-phoenix-fit-tip\"\u003e\n    🔥 \u003cstrong\u003eFit Tip:\u003c\/strong\u003e Use your child’s \u003cstrong\u003eheight and bust\u003c\/strong\u003e\n    as the main sizing guides, then check both the front and back skirt lengths.\n    Because the back of the costume is intentionally much longer than the front,\n    consider your child’s height carefully to achieve the desired dramatic\n    high-low effect. If between sizes, choosing the larger size can provide\n    additional room and length.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lolli \u0026 Lace","offers":[{"title":"Fire Phoenix Set \/ 2T","offer_id":52343991730466,"sku":"e5dbe510-2248-4388-bdc0-04c0652ab987","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 3T","offer_id":52343991796002,"sku":"e1e48e07-da71-4088-98d6-9931d2183a48","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 4T","offer_id":52343991763234,"sku":"b0e2ccf4-3b22-4620-aa00-1f080ac58f54","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 5T","offer_id":52343991632162,"sku":"ed8f21cd-fa3d-44cc-9b12-155beb2b226b","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 6T","offer_id":52343991599394,"sku":"61df0552-e2fb-4d7d-ae6c-1071833c0a0b","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 7T","offer_id":52343991697698,"sku":"96202899-dbc3-4c1e-9041-1e66684eb6ba","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 8T","offer_id":52343991664930,"sku":"50d837e7-b6ca-4db2-a970-aa802e0d4561","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 9T","offer_id":52343991501090,"sku":"10933517-28b4-4635-a46f-35b53d44618b","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 10T","offer_id":52343991468322,"sku":"c57d694b-1473-4762-851b-68eebfa74bd6","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 11T","offer_id":52343991566626,"sku":"c21424d5-d1fb-4b3b-84e9-40eb05ea2e7a","price":52.0,"currency_code":"USD","in_stock":true},{"title":"Fire Phoenix Set \/ 12T","offer_id":52343991533858,"sku":"7b23c884-d706-49a0-95ed-bf764ad28b06","price":52.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/0253\/7506\/files\/fire-phoenix-tutu-dress-wings-costume-set.png?v=1787185752","url":"https:\/\/lolliandlace.com\/fr\/products\/fire-phoenix-tutu-dress-wings-costume-set","provider":"Lolli \u0026 Lace","version":"1.0","type":"link"}