{"product_id":"pomni-amazing-circus-tutu-dress-costume-set","title":"Pomni’s Amazing Circus Tutu Dress Set","description":"\u003cstyle\u003e\n  .ll-pomni-product {\n    --ll-red: #e34242;\n    --ll-red-dark: #b92d36;\n    --ll-blue: #357edb;\n    --ll-blue-dark: #235da9;\n    --ll-yellow: #f4cf3c;\n    --ll-cream: #fffaf2;\n    --ll-soft-blue: #f2f7ff;\n    --ll-soft-red: #fff3f3;\n    --ll-text: #403d43;\n    --ll-border: #e5d9d7;\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-pomni-product h2,\n  .ll-pomni-product h3 {\n    letter-spacing: 0.02em;\n  }\n\n  .ll-pomni-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-blue-dark) 0%,\n      var(--ll-blue) 30%,\n      var(--ll-red) 68%,\n      var(--ll-red-dark) 100%\n    );\n    border-radius: 18px;\n    box-shadow: 0 6px 18px rgba(73,62,80,0.15);\n    border-bottom: 5px solid var(--ll-yellow);\n  }\n\n  .ll-pomni-product p {\n    margin: 0 0 16px;\n    font-size: 16px;\n  }\n\n  .ll-pomni-intro {\n    text-align: center;\n  }\n\n  .ll-pomni-bar {\n    height: 7px;\n    margin: 24px 0;\n    border-radius: 99px;\n    background: linear-gradient(\n      90deg,\n      var(--ll-red) 0%,\n      var(--ll-yellow) 25%,\n      var(--ll-blue) 50%,\n      var(--ll-yellow) 75%,\n      var(--ll-red) 100%\n    );\n  }\n\n  .ll-pomni-section {\n    margin: 20px 0;\n    padding: 20px;\n    border-radius: 18px;\n    box-shadow: 0 5px 16px rgba(64,61,67,0.05);\n  }\n\n  .ll-pomni-section.red {\n    background: linear-gradient(135deg,#fff0f0,#fffafa);\n    border: 1px solid #efd1d1;\n    border-left: 5px solid var(--ll-red);\n  }\n\n  .ll-pomni-section.blue {\n    background: linear-gradient(135deg,#eef5ff,#fbfdff);\n    border: 1px solid #cfdff4;\n    border-left: 5px solid var(--ll-blue);\n  }\n\n  .ll-pomni-section.yellow {\n    background: linear-gradient(135deg,#fff9dd,#fffdf5);\n    border: 1px solid #eee0a7;\n    border-left: 5px solid var(--ll-yellow);\n  }\n\n  .ll-pomni-section.dark {\n    background: linear-gradient(135deg,#353239,#504b52);\n    color: #ffffff;\n    border: 1px solid #3d3940;\n  }\n\n  .ll-pomni-section h3 {\n    margin: 0 0 12px;\n    font-size: 19px;\n    color: var(--ll-red-dark);\n  }\n\n  .ll-pomni-section.blue h3 {\n    color: var(--ll-blue-dark);\n  }\n\n  .ll-pomni-section.yellow h3 {\n    color: #9b7614;\n  }\n\n  .ll-pomni-section.dark h3 {\n    color: #ffe16b;\n  }\n\n  .ll-pomni-section ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ll-pomni-section li {\n    margin-bottom: 7px;\n  }\n\n  .ll-pomni-highlight {\n    margin: 24px 0;\n    padding: 18px 20px;\n    text-align: center;\n    font-weight: 600;\n    background: linear-gradient(\n      135deg,\n      #fff1f1,\n      #fffbe5,\n      #eef5ff\n    );\n    border: 1px dashed var(--ll-red);\n    border-radius: 16px;\n  }\n\n  .ll-pomni-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 30px 0 24px;\n    color: var(--ll-yellow);\n  }\n\n  .ll-pomni-divider::before,\n  .ll-pomni-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--ll-border);\n  }\n\n  .ll-pomni-size-title {\n    margin: 0 0 8px;\n    text-align: center;\n    color: var(--ll-blue-dark) !important;\n    font-size: 28px;\n  }\n\n  .ll-pomni-size-note {\n    text-align: center;\n    font-size: 14px !important;\n    color: #706a72;\n  }\n\n  .ll-pomni-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(64,61,67,0.06);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ll-pomni-table {\n    width: 100%;\n    min-width: 720px;\n    border-collapse: collapse;\n    text-align: center;\n    background: #ffffff;\n    font-size: 14px;\n  }\n\n  .ll-pomni-table th {\n    padding: 14px 12px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-blue-dark),\n      var(--ll-blue),\n      var(--ll-red)\n    );\n    color: #ffffff;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ll-pomni-table td {\n    padding: 13px 12px;\n    border-bottom: 1px solid #ebe5e5;\n    white-space: nowrap;\n  }\n\n  .ll-pomni-table tbody tr:nth-child(even) {\n    background: #f7f9ff;\n  }\n\n  .ll-pomni-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ll-pomni-table tbody tr:hover {\n    background: #fff6e5;\n  }\n\n  .ll-pomni-fit-tip {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #fff2f2,\n      #fffbe5,\n      #eef5ff\n    );\n    border-left: 4px solid var(--ll-red);\n    border-right: 4px solid var(--ll-blue);\n    border-radius: 12px;\n  }\n\n  @media screen and (max-width:749px) {\n    .ll-pomni-title {\n      font-size: 23px;\n      padding: 17px 14px;\n    }\n\n    .ll-pomni-section {\n      padding: 17px;\n    }\n\n    .ll-pomni-size-title {\n      font-size: 23px;\n    }\n\n    .ll-pomni-table th,\n    .ll-pomni-table td {\n      padding: 11px 9px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-pomni-product\"\u003e\n\n  \u003ch2 class=\"ll-pomni-title\"\u003e\n    🎪 Pomni’s Amazing Circus Tutu Dress Set\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-pomni-intro\"\u003e\n    Colorful, playful, and ready for an amazing circus adventure! The\n    \u003cstrong\u003ePomni’s Amazing Circus Tutu Dress Set\u003c\/strong\u003e is made for little\n    performers who love bold colors, dramatic twirls, and character-inspired\n    dress-up fun.\n  \u003c\/p\u003e\n\n  \u003cp class=\"ll-pomni-intro\"\u003e\n    Featuring a vibrant red-and-blue jester-inspired tutu dress with yellow\n    accents, oversized tulle shoulder details, coordinating gloves, and a\n    matching jester headband, this whimsical costume creates a complete\n    circus-inspired look for Halloween, birthdays, photoshoots, and imaginative\n    play.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-pomni-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pomni-section red\"\u003e\n    \u003ch3\u003e🎪 What’s Included\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePomni-inspired red and blue tutu dress\u003c\/li\u003e\n      \u003cli\u003eMatching jester headband\u003c\/li\u003e\n      \u003cli\u003eRed glove\u003c\/li\u003e\n      \u003cli\u003eBlue glove\u003c\/li\u003e\n      \u003cli\u003eComplete circus-inspired costume look\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pomni-section blue\"\u003e\n    \u003ch3\u003e✨ Dress Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eBold red and blue split-color bodice\u003c\/li\u003e\n      \u003cli\u003eStretchy crochet-style bodice construction\u003c\/li\u003e\n      \u003cli\u003eLayered red and blue tulle tutu skirt\u003c\/li\u003e\n      \u003cli\u003eDramatic tulle shoulder accents\u003c\/li\u003e\n      \u003cli\u003eBright yellow collar detail\u003c\/li\u003e\n      \u003cli\u003eYellow pom-pom inspired front accents\u003c\/li\u003e\n      \u003cli\u003eShiny gold-look waistband\u003c\/li\u003e\n      \u003cli\u003eColorful circus and jester-inspired styling\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pomni-section yellow\"\u003e\n    \u003ch3\u003e🎭 Perfect For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eHalloween costumes\u003c\/li\u003e\n      \u003cli\u003eAmazing Digital Circus-inspired birthdays\u003c\/li\u003e\n      \u003cli\u003eCircus and carnival parties\u003c\/li\u003e\n      \u003cli\u003eSchool character days\u003c\/li\u003e\n      \u003cli\u003eCostume contests\u003c\/li\u003e\n      \u003cli\u003eBirthday photoshoots\u003c\/li\u003e\n      \u003cli\u003eHalloween photoshoots\u003c\/li\u003e\n      \u003cli\u003eDress-up and pretend play\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pomni-section dark\"\u003e\n    \u003ch3\u003e❤️ Important Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eDress, jester headband, and gloves are included\u003c\/li\u003e\n      \u003cli\u003eShoes and photography props are not included\u003c\/li\u003e\n      \u003cli\u003ePlease review the size chart before ordering\u003c\/li\u003e\n      \u003cli\u003eRecommended height is the best guide when choosing a size\u003c\/li\u003e\n      \u003cli\u003eThe chest features a wide stretch range for a flexible fit\u003c\/li\u003e\n      \u003cli\u003eColors may vary slightly due to lighting and screen settings\u003c\/li\u003e\n      \u003cli\u003eManual measurements may vary slightly\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pomni-highlight\"\u003e\n    ❤️💙 A colorful circus sweetheart costume made for amazing adventures,\n    dramatic twirls, big imaginations, and unforgettable character moments. 🎪✨\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pomni-divider\"\u003e✦\u003c\/div\u003e\n\n  \u003ch2 class=\"ll-pomni-size-title\"\u003e\n    🎪 Pomni’s Amazing Circus Tutu Dress Size Chart\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-pomni-size-note\"\u003e\n    Measurements are approximate. For the best fit, use your child’s\n    \u003cstrong\u003eheight and dress length\u003c\/strong\u003e as the primary sizing guide.\n    The stretchy bodice accommodates a chest range of approximately\n    \u003cstrong\u003e15.7\"–34.6\" (40–88 cm)\u003c\/strong\u003e.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-pomni-table-wrap\"\u003e\n    \u003ctable class=\"ll-pomni-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\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-pomni-fit-tip\"\u003e\n    🎪 \u003cstrong\u003eFit Tip:\u003c\/strong\u003e Because the crochet-style bodice has a generous\n    stretch range, we recommend choosing primarily by your child’s\n    \u003cstrong\u003eheight and desired dress length\u003c\/strong\u003e. If your child falls between\n    two sizes or you prefer additional length, choose the larger size.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lolli \u0026 Lace","offers":[{"title":"Pomni Set \/ 12M","offer_id":52334400635170,"sku":"d46577a0-24dd-484f-b6b4-6b2850997246","price":43.7,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 2T","offer_id":52334400733474,"sku":"b03ce955-bec4-4c85-ada7-f9bdbe764970","price":45.07,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 3T","offer_id":52334400962850,"sku":"528a1b4e-7b1f-4fc4-999d-5f7ca3a2b7fb","price":45.07,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 4T","offer_id":52334400995618,"sku":"123ad6ec-dd3c-4111-b4c0-baaeff3e3b1e","price":46.01,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 5","offer_id":52334400897314,"sku":"b96531ab-b8cf-498a-9282-5a33029f0c37","price":46.01,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 6","offer_id":52334400930082,"sku":"7ab31669-e70f-4106-8758-b7510b9beb79","price":46.48,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 7","offer_id":52334400831778,"sku":"2d655edc-b1f6-42d5-ac29-4510b49e3d25","price":46.48,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 8","offer_id":52334400864546,"sku":"2d5de61f-38b6-4b77-ac1b-5caf77536cc6","price":47.86,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 9","offer_id":52334400766242,"sku":"e74af6bd-7154-4ac1-bc64-d4802048dc9b","price":47.86,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 10","offer_id":52334400799010,"sku":"be7d8475-5183-4f88-9ddc-0a0af9147fd9","price":48.33,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 11","offer_id":52334400667938,"sku":"ac4672cd-4c1c-42c3-8aa4-2774680a933d","price":48.33,"currency_code":"USD","in_stock":true},{"title":"Pomni Set \/ 12","offer_id":52334400700706,"sku":"7df48174-395c-4926-83a0-d78219fd52d2","price":48.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/0253\/7506\/files\/pomni-amazing-circus-tutu-dress-costume-set.png?v=1787014060","url":"https:\/\/lolliandlace.com\/products\/pomni-amazing-circus-tutu-dress-costume-set","provider":"Lolli \u0026 Lace","version":"1.0","type":"link"}