{"product_id":"pocahontas-woodland-spirit-tutu-dress","title":"Pocahontas’ Woodland Spirit Tutu Dress","description":"\u003cstyle\u003e\n  .ll-pocahontas-product {\n    --ll-brown: #6f4b32;\n    --ll-deep-brown: #4a3123;\n    --ll-tan: #c49a6c;\n    --ll-cream: #f8f1e8;\n    --ll-blue: #5db7d4;\n    --ll-gold: #c9a25f;\n    --ll-text: #4d4541;\n    --ll-border: #e6d8ca;\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-pocahontas-product h2,\n  .ll-pocahontas-product h3 {\n    letter-spacing: 0.02em;\n  }\n\n  .ll-pocahontas-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-brown) 0%,\n      var(--ll-brown) 42%,\n      var(--ll-tan) 72%,\n      var(--ll-blue) 100%\n    );\n    border-radius: 18px;\n    box-shadow: 0 6px 18px rgba(82, 58, 42, 0.17);\n  }\n\n  .ll-pocahontas-product p {\n    margin: 0 0 16px;\n    font-size: 16px;\n  }\n\n  .ll-pocahontas-intro {\n    text-align: center;\n  }\n\n  .ll-pocahontas-bar {\n    height: 7px;\n    margin: 24px 0;\n    border-radius: 99px;\n    background: linear-gradient(\n      90deg,\n      var(--ll-deep-brown),\n      var(--ll-brown),\n      var(--ll-tan),\n      var(--ll-blue)\n    );\n  }\n\n  .ll-pocahontas-section {\n    margin: 20px 0;\n    padding: 20px;\n    border-radius: 18px;\n    box-shadow: 0 5px 16px rgba(77, 69, 65, 0.05);\n  }\n\n  .ll-pocahontas-section.brown {\n    background: linear-gradient(135deg, #f7efe8, #fdfaf7);\n    border: 1px solid #e6d6c9;\n    border-left: 5px solid var(--ll-brown);\n  }\n\n  .ll-pocahontas-section.tan {\n    background: linear-gradient(135deg, #fbf4e9, #fffdf9);\n    border: 1px solid #eadbc8;\n    border-left: 5px solid var(--ll-tan);\n  }\n\n  .ll-pocahontas-section.blue {\n    background: linear-gradient(135deg, #f0f9fc, #ffffff);\n    border: 1px solid #d5eaf0;\n    border-left: 5px solid var(--ll-blue);\n  }\n\n  .ll-pocahontas-section.dark {\n    background: linear-gradient(135deg, #37291f, #584131);\n    color: #ffffff;\n    border: 1px solid #443227;\n  }\n\n  .ll-pocahontas-section h3 {\n    margin: 0 0 12px;\n    font-size: 19px;\n  }\n\n  .ll-pocahontas-section.brown h3 {\n    color: var(--ll-deep-brown);\n  }\n\n  .ll-pocahontas-section.tan h3 {\n    color: #907049;\n  }\n\n  .ll-pocahontas-section.blue h3 {\n    color: #3f8fa8;\n  }\n\n  .ll-pocahontas-section.dark h3 {\n    color: #f4e3d0;\n  }\n\n  .ll-pocahontas-section ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ll-pocahontas-section li {\n    margin-bottom: 7px;\n  }\n\n  .ll-pocahontas-highlight {\n    margin: 24px 0;\n    padding: 18px 20px;\n    text-align: center;\n    font-weight: 600;\n    background: linear-gradient(\n      135deg,\n      #f7efe8,\n      #fbf4e9,\n      #f0f9fc\n    );\n    border: 1px dashed var(--ll-brown);\n    border-radius: 16px;\n  }\n\n  .ll-pocahontas-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 30px 0 24px;\n    color: var(--ll-blue);\n  }\n\n  .ll-pocahontas-divider::before,\n  .ll-pocahontas-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--ll-border);\n  }\n\n  .ll-pocahontas-size-title {\n    margin: 0 0 8px;\n    text-align: center;\n    color: var(--ll-deep-brown) !important;\n    font-size: 28px;\n  }\n\n  .ll-pocahontas-size-note {\n    text-align: center;\n    font-size: 14px !important;\n    color: #756e69;\n  }\n\n  .ll-pocahontas-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, 69, 65, 0.06);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ll-pocahontas-table {\n    width: 100%;\n    min-width: 900px;\n    border-collapse: collapse;\n    text-align: center;\n    background: #ffffff;\n    font-size: 14px;\n  }\n\n  .ll-pocahontas-table th {\n    padding: 14px 12px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-deep-brown),\n      var(--ll-brown),\n      var(--ll-tan),\n      var(--ll-blue)\n    );\n    color: #ffffff;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ll-pocahontas-table td {\n    padding: 13px 12px;\n    border-bottom: 1px solid #eee5dc;\n    white-space: nowrap;\n  }\n\n  .ll-pocahontas-table tbody tr:nth-child(even) {\n    background: #fcf9f6;\n  }\n\n  .ll-pocahontas-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ll-pocahontas-fit-tip {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #f7efe8,\n      #f0f9fc\n    );\n    border-left: 4px solid var(--ll-brown);\n    border-right: 4px solid var(--ll-blue);\n    border-radius: 12px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .ll-pocahontas-title {\n      font-size: 23px;\n      padding: 17px 14px;\n    }\n\n    .ll-pocahontas-section {\n      padding: 17px;\n    }\n\n    .ll-pocahontas-size-title {\n      font-size: 23px;\n    }\n\n    .ll-pocahontas-table th,\n    .ll-pocahontas-table td {\n      padding: 11px 9px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-pocahontas-product\"\u003e\n\n  \u003ch2 class=\"ll-pocahontas-title\"\u003e\n    🍂 Pocahontas’ Woodland Spirit Tutu Dress\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-pocahontas-intro\"\u003e\n    Wild, free, and ready for a fairytale adventure! The\n    \u003cstrong\u003ePocahontas’ Woodland Spirit Tutu Dress\u003c\/strong\u003e\n    brings warm woodland colors together with a playful tutu silhouette for a\n    beautiful storybook-inspired costume little adventurers will love.\n  \u003c\/p\u003e\n\n  \u003cp class=\"ll-pocahontas-intro\"\u003e\n    Featuring a stretchy cream crochet-style bodice, soft brown fringe-inspired detailing,\n    a bright blue halter-style neckline, and layers of brown and tan tulle,\n    this charming dress is perfect for Halloween, princess parties,\n    performances, photoshoots, and imaginative dress-up.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-pocahontas-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pocahontas-section brown\"\u003e\n    \u003ch3\u003e🍂 What’s Included\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePocahontas-inspired woodland tutu dress\u003c\/li\u003e\n      \u003cli\u003eComplete brown, tan, cream, and blue storybook-inspired look\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pocahontas-section tan\"\u003e\n    \u003ch3\u003e🤎 Dress Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eWarm brown, tan, cream, and blue color palette\u003c\/li\u003e\n      \u003cli\u003eStretchy crochet-style bodice\u003c\/li\u003e\n      \u003cli\u003eBright blue halter-style neck straps\u003c\/li\u003e\n      \u003cli\u003eDecorative jeweled accent at the neckline\u003c\/li\u003e\n      \u003cli\u003eBrown fringe-inspired trim across the upper bodice\u003c\/li\u003e\n      \u003cli\u003eBrown satin-style ribbon bow at the waist\u003c\/li\u003e\n      \u003cli\u003eFull layered brown and tan tulle tutu skirt\u003c\/li\u003e\n      \u003cli\u003eLightweight and twirl-friendly costume silhouette\u003c\/li\u003e\n      \u003cli\u003eWhimsical woodland-inspired princess style\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pocahontas-section blue\"\u003e\n    \u003ch3\u003e🌿 Perfect For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePocahontas-inspired costumes\u003c\/li\u003e\n      \u003cli\u003eHalloween costumes\u003c\/li\u003e\n      \u003cli\u003ePrincess birthday parties\u003c\/li\u003e\n      \u003cli\u003eWoodland-themed celebrations\u003c\/li\u003e\n      \u003cli\u003eFairytale and storybook events\u003c\/li\u003e\n      \u003cli\u003eSchool costume days\u003c\/li\u003e\n      \u003cli\u003eStage and dance performances\u003c\/li\u003e\n      \u003cli\u003ePrincess 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-pocahontas-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, bust, and desired dress length when selecting a size\u003c\/li\u003e\n      \u003cli\u003eAge recommendations are approximate\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\u003eDesigned for costume, performance, and supervised dress-up use\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pocahontas-highlight\"\u003e\n    🍂🌿 Made for little dreamers who love woodland adventures,\n    colorful winds, twirling skirts, and stories filled with courage and wonder. ✨\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pocahontas-divider\"\u003e🍃\u003c\/div\u003e\n\n  \u003ch2 class=\"ll-pocahontas-size-title\"\u003e\n    Pocahontas’ Woodland Spirit Tutu Dress Size Chart\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-pocahontas-size-note\"\u003e\n    For the best fit, compare your child’s\n    \u003cstrong\u003eheight, bust measurement, and desired dress length\u003c\/strong\u003e\n    with the chart below rather than selecting by age alone.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-pocahontas-table-wrap\"\u003e\n    \u003ctable class=\"ll-pocahontas-table\"\u003e\n\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eTag Size\u003c\/th\u003e\n          \u003cth\u003eKid Size\u003c\/th\u003e\n          \u003cth\u003eApprox. Age\u003c\/th\u003e\n          \u003cth\u003eDress Length\u003c\/th\u003e\n          \u003cth\u003eBust\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\u003eS\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e12M \/ 18M \/ 2T\u003c\/td\u003e\n          \u003ctd\u003e1–2 Years\u003c\/td\u003e\n          \u003ctd\u003e17.7\" (45 cm)\u003c\/td\u003e\n          \u003ctd\u003e16.5\"–20.1\" (42–51 cm)\u003c\/td\u003e\n          \u003ctd\u003e27.6\"–31.5\" (70–80 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eM\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e3T \/ 4T\u003c\/td\u003e\n          \u003ctd\u003e3–4 Years\u003c\/td\u003e\n          \u003ctd\u003e19.7\" (50 cm)\u003c\/td\u003e\n          \u003ctd\u003e19.3\"–22.4\" (49–57 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\u003eL\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e5T \/ 6T\u003c\/td\u003e\n          \u003ctd\u003e5–6 Years\u003c\/td\u003e\n          \u003ctd\u003e21.7\" (55 cm)\u003c\/td\u003e\n          \u003ctd\u003e22.4\"–24.8\" (57–63 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\u003eXL\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e7T \/ 8T\u003c\/td\u003e\n          \u003ctd\u003e7–8 Years\u003c\/td\u003e\n          \u003ctd\u003e23.6\" (60 cm)\u003c\/td\u003e\n          \u003ctd\u003e24.0\"–26.4\" (61–67 cm)\u003c\/td\u003e\n          \u003ctd\u003e51.2\"–55.1\" (130–140 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eXXL\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e9T \/ 10T \/ 11T \/ 12T\u003c\/td\u003e\n          \u003ctd\u003e9–12 Years\u003c\/td\u003e\n          \u003ctd\u003e25.6\" (65 cm)\u003c\/td\u003e\n          \u003ctd\u003e26.8\"–28.7\" (68–73 cm)\u003c\/td\u003e\n          \u003ctd\u003e57.1\"–61.0\" (145–155 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003eXXXL\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e13T \/ 14T\u003c\/td\u003e\n          \u003ctd\u003e13–14 Years\u003c\/td\u003e\n          \u003ctd\u003e27.6\" (70 cm)\u003c\/td\u003e\n          \u003ctd\u003e28.7\"–33.9\" (73–86 cm)\u003c\/td\u003e\n          \u003ctd\u003e61.0\"–65.0\" (155–165 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-pocahontas-fit-tip\"\u003e\n    🍃 \u003cstrong\u003eFit Tip:\u003c\/strong\u003e\n    We recommend choosing the size primarily according to your child’s\n    \u003cstrong\u003eactual height and bust measurement\u003c\/strong\u003e, then checking the dress length.\n    If your child falls between two sizes, choose the larger size for extra growing room\n    and a slightly longer tutu.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lolli \u0026 Lace","offers":[{"title":"Pocahontas Tutu \/ 1-2T","offer_id":52372175585570,"sku":"9a5f58d9-8072-44de-b49f-cecd3ef1ceb3","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Pocahontas Tutu \/ 3-4T","offer_id":52372175618338,"sku":"e1c3b8f3-798f-42ec-bd17-c19cc176e67c","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Pocahontas Tutu \/ 5-6Y","offer_id":52372175651106,"sku":"cc636366-d4d2-4c9a-a3be-9aa07ce96ae4","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Pocahontas Tutu \/ 7-8Y","offer_id":52372175683874,"sku":"7f3983b2-5a8c-465e-a147-b9d646fbf013","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Pocahontas Tutu \/ 8-10Y","offer_id":52372175749410,"sku":"16b7c4da-a0cf-469d-8b7d-bff1b499bedf","price":44.99,"currency_code":"USD","in_stock":true},{"title":"Pocahontas Tutu \/ 10-12Y","offer_id":52372175716642,"sku":"b3a6ad93-0582-4cce-88c0-84f08afe1104","price":44.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/0253\/7506\/files\/pocahontas-woodland-spirit-tutu-dress.png?v=1787519014","url":"https:\/\/lolliandlace.com\/products\/pocahontas-woodland-spirit-tutu-dress","provider":"Lolli \u0026 Lace","version":"1.0","type":"link"}