{"product_id":"mms-besties-tutu-dress-costume-sets","title":"M\u0026M’s Besties Tutu Dress Costume Sets","description":"\u003cstyle\u003e\n  .ll-mm-product {\n    --ll-red: #e53636;\n    --ll-blue: #2f6fd3;\n    --ll-green: #35b95a;\n    --ll-yellow: #f4c542;\n    --ll-white: #ffffff;\n    --ll-text: #454145;\n    --ll-border: #e4dddd;\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-mm-product h2,\n  .ll-mm-product h3 {\n    letter-spacing: 0.02em;\n  }\n\n  .ll-mm-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-red) 0%,\n      var(--ll-blue) 48%,\n      var(--ll-green) 100%\n    );\n    border-radius: 18px;\n    box-shadow: 0 6px 18px rgba(68, 63, 68, 0.14);\n  }\n\n  .ll-mm-product p {\n    margin: 0 0 16px;\n    font-size: 16px;\n  }\n\n  .ll-mm-intro {\n    text-align: center;\n  }\n\n  .ll-mm-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-yellow),\n      var(--ll-green),\n      var(--ll-blue)\n    );\n  }\n\n  .ll-mm-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-mm-section.red {\n    background: linear-gradient(135deg, #fff2f2, #fffafa);\n    border: 1px solid #efcece;\n    border-left: 5px solid var(--ll-red);\n  }\n\n  .ll-mm-section.blue {\n    background: linear-gradient(135deg, #f1f6ff, #fbfdff);\n    border: 1px solid #d0dcf2;\n    border-left: 5px solid var(--ll-blue);\n  }\n\n  .ll-mm-section.green {\n    background: linear-gradient(135deg, #effbf2, #fbfffc);\n    border: 1px solid #cfe8d6;\n    border-left: 5px solid var(--ll-green);\n  }\n\n  .ll-mm-section.dark {\n    background: linear-gradient(135deg, #302d31, #4a454b);\n    color: #ffffff;\n    border: 1px solid #39353a;\n  }\n\n  .ll-mm-section h3 {\n    margin: 0 0 12px;\n    font-size: 19px;\n  }\n\n  .ll-mm-section.red h3 {\n    color: #c92e2e;\n  }\n\n  .ll-mm-section.blue h3 {\n    color: #2b5eaf;\n  }\n\n  .ll-mm-section.green h3 {\n    color: #258f43;\n  }\n\n  .ll-mm-section.dark h3 {\n    color: #ffd96d;\n  }\n\n  .ll-mm-section ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ll-mm-section li {\n    margin-bottom: 7px;\n  }\n\n  .ll-mm-style-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    margin: 22px 0;\n  }\n\n  .ll-mm-style-card {\n    padding: 18px;\n    border-radius: 16px;\n  }\n\n  .ll-mm-style-card.red {\n    background: #fff2f2;\n    border: 1px solid #edcccc;\n  }\n\n  .ll-mm-style-card.blue {\n    background: #f1f6ff;\n    border: 1px solid #cfddf2;\n  }\n\n  .ll-mm-style-card.green {\n    background: #effbf2;\n    border: 1px solid #cfe8d6;\n  }\n\n  .ll-mm-style-card h3 {\n    margin: 0 0 10px;\n  }\n\n  .ll-mm-style-card.red h3 {\n    color: #c92e2e;\n  }\n\n  .ll-mm-style-card.blue h3 {\n    color: #2b5eaf;\n  }\n\n  .ll-mm-style-card.green h3 {\n    color: #258f43;\n  }\n\n  .ll-mm-style-card ul {\n    margin: 0;\n    padding-left: 20px;\n  }\n\n  .ll-mm-highlight {\n    margin: 24px 0;\n    padding: 18px 20px;\n    text-align: center;\n    font-weight: 600;\n    background: linear-gradient(\n      135deg,\n      #fff2f2,\n      #f1f6ff,\n      #effbf2\n    );\n    border: 1px dashed #777;\n    border-radius: 16px;\n  }\n\n  .ll-mm-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-mm-divider::before,\n  .ll-mm-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--ll-border);\n  }\n\n  .ll-mm-size-title {\n    margin: 0 0 8px;\n    text-align: center;\n    color: #4f4a4f !important;\n    font-size: 28px;\n  }\n\n  .ll-mm-size-note {\n    text-align: center;\n    font-size: 14px !important;\n    color: #746e74;\n  }\n\n  .ll-mm-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-mm-table {\n    width: 100%;\n    min-width: 650px;\n    border-collapse: collapse;\n    text-align: center;\n    background: #ffffff;\n    font-size: 14px;\n  }\n\n  .ll-mm-table th {\n    padding: 14px 12px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-red),\n      var(--ll-blue),\n      var(--ll-green)\n    );\n    color: #ffffff;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ll-mm-table td {\n    padding: 13px 12px;\n    border-bottom: 1px solid #e9e3e4;\n    white-space: nowrap;\n  }\n\n  .ll-mm-table tbody tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .ll-mm-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ll-mm-fit-tip {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #fff2f2,\n      #f1f6ff,\n      #effbf2\n    );\n    border-left: 4px solid var(--ll-red);\n    border-right: 4px solid var(--ll-green);\n    border-radius: 12px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .ll-mm-title {\n      font-size: 23px;\n      padding: 17px 14px;\n    }\n\n    .ll-mm-section {\n      padding: 17px;\n    }\n\n    .ll-mm-style-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .ll-mm-size-title {\n      font-size: 23px;\n    }\n\n    .ll-mm-table th,\n    .ll-mm-table td {\n      padding: 11px 9px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-mm-product\"\u003e\n\n  \u003ch2 class=\"ll-mm-title\"\u003e\n    🍬 M\u0026amp;M’s Besties Tutu Dress Costume Sets – Red, Blue \u0026amp; Green\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-mm-intro\"\u003e\n    Sweet, colorful, and made for bestie adventures! The\n    \u003cstrong\u003eM\u0026amp;M’s Besties Tutu Dress Costume Sets\u003c\/strong\u003e\n    are perfect for little ones who love bright colors, playful group costumes,\n    matching Halloween looks, and extra-twirly dress-up fun.\n  \u003c\/p\u003e\n\n  \u003cp class=\"ll-mm-intro\"\u003e\n    Choose from \u003cstrong\u003eRed, Blue, or Green\u003c\/strong\u003e. Each M\u0026amp;M-inspired\n    costume features a fluffy tulle tutu dress with the iconic white “m”\n    detail plus matching accessories for a fun head-to-toe candy-inspired look.\n    These sets are especially cute for best friends, sisters, cousins, or group\n    Halloween costumes.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-mm-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ll-mm-style-grid\"\u003e\n\n    \u003cdiv class=\"ll-mm-style-card red\"\u003e\n      \u003ch3\u003e❤️ Red Style\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eBright red tutu dress\u003c\/li\u003e\n        \u003cli\u003eWhite “m” front detail\u003c\/li\u003e\n        \u003cli\u003eMatching red socks\u003c\/li\u003e\n        \u003cli\u003eRed hair bows\u003c\/li\u003e\n        \u003cli\u003eCoordinating fingerless gloves\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-mm-style-card blue\"\u003e\n      \u003ch3\u003e💙 Blue Style\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eBright blue tutu dress\u003c\/li\u003e\n        \u003cli\u003eWhite “m” front detail\u003c\/li\u003e\n        \u003cli\u003eMatching blue socks\u003c\/li\u003e\n        \u003cli\u003eBlue polka-dot hair bows\u003c\/li\u003e\n        \u003cli\u003eCoordinating fingerless gloves\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ll-mm-style-card green\"\u003e\n      \u003ch3\u003e💚 Green Style\u003c\/h3\u003e\n      \u003cul\u003e\n        \u003cli\u003eBright green tutu dress\u003c\/li\u003e\n        \u003cli\u003eWhite “m” front detail\u003c\/li\u003e\n        \u003cli\u003eMatching green socks\u003c\/li\u003e\n        \u003cli\u003eGreen hair bows\u003c\/li\u003e\n        \u003cli\u003eCoordinating fingerless gloves\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-mm-section red\"\u003e\n    \u003ch3\u003e🍬 What’s Included\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eM\u0026amp;M-inspired tutu dress in your selected color\u003c\/li\u003e\n      \u003cli\u003eMatching pair of socks\u003c\/li\u003e\n      \u003cli\u003eTwo coordinating hair bows\u003c\/li\u003e\n      \u003cli\u003eMatching fingerless fishnet-style gloves\u003c\/li\u003e\n      \u003cli\u003eComplete candy-inspired costume look\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-mm-section blue\"\u003e\n    \u003ch3\u003e✨ Costume Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eStretchy crochet-style bodice\u003c\/li\u003e\n      \u003cli\u003eSoft sheer shoulder straps\u003c\/li\u003e\n      \u003cli\u003eFull layered tulle tutu skirt\u003c\/li\u003e\n      \u003cli\u003eLarge white “m” detail on the front\u003c\/li\u003e\n      \u003cli\u003eBright color-coordinated accessories\u003c\/li\u003e\n      \u003cli\u003eLightweight and twirl-friendly dress-up design\u003c\/li\u003e\n      \u003cli\u003eAvailable in Red, Blue, and Green\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-mm-section green\"\u003e\n    \u003ch3\u003e🎃 Perfect For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eHalloween costumes\u003c\/li\u003e\n      \u003cli\u003eBest friend Halloween costumes\u003c\/li\u003e\n      \u003cli\u003eSister matching costumes\u003c\/li\u003e\n      \u003cli\u003eCousin matching costumes\u003c\/li\u003e\n      \u003cli\u003eGroup Halloween costumes\u003c\/li\u003e\n      \u003cli\u003eCandy-themed birthday parties\u003c\/li\u003e\n      \u003cli\u003eSchool costume days\u003c\/li\u003e\n      \u003cli\u003eHalloween photoshoots\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-mm-section dark\"\u003e\n    \u003ch3\u003e🍭 Important Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eEach color is sold as its own costume set\u003c\/li\u003e\n      \u003cli\u003ePlease select Red, Blue, or Green before adding to cart\u003c\/li\u003e\n      \u003cli\u003ePlease review the size chart before ordering\u003c\/li\u003e\n      \u003cli\u003eUse your child’s measurements rather than age alone when selecting a size\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    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-mm-highlight\"\u003e\n    ❤️💙💚 Mix, match, and make Halloween extra sweet with colorful\n    bestie tutu sets made for candy-loving friends, sisters, and little costume squads. 🍬✨\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-mm-divider\"\u003e🍬\u003c\/div\u003e\n\n  \u003ch2 class=\"ll-mm-size-title\"\u003e\n    M\u0026amp;M’s Besties Tutu Dress Costume Size Chart\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-mm-size-note\"\u003e\n    The bodice has a flexible stretch range. For the best fit, compare your\n    child’s \u003cstrong\u003ebust measurement and desired dress length\u003c\/strong\u003e with\n    the chart rather than choosing by age alone.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-mm-table-wrap\"\u003e\n    \u003ctable class=\"ll-mm-table\"\u003e\n\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eSize\u003c\/th\u003e\n          \u003cth\u003eRecommended Age\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\u003e2–3Y\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\u003e15.7\"–21.7\" (40–55 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e4–5Y\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\u003e17.7\"–23.6\" (45–60 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e6–7Y\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\u003e18.9\"–26.0\" (48–66 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e8–9Y\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\u003e19.7\"–27.6\" (50–70 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e10–12Y\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\u003e20.5\"–29.5\" (52–75 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-mm-fit-tip\"\u003e\n    🍬 \u003cstrong\u003eFit Tip:\u003c\/strong\u003e The crochet-style bodice is stretchy, so use\n    the \u003cstrong\u003ebust stretch range\u003c\/strong\u003e as your primary sizing guide and\n    compare the dress length for your preferred fit. If your child falls between\n    two sizes or you would like extra length and room to grow, choose the larger size.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lolli \u0026 Lace","offers":[{"title":"Red M\u0026M Set \/ 2-3T","offer_id":52343400333602,"sku":"9ed4153a-1277-4664-ae9a-852a9252c293","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Red M\u0026M Set \/ 4-5T","offer_id":52343400235298,"sku":"d12e3032-b47c-4ed7-bea9-b06b64977820","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Red M\u0026M Set \/ 6-7Y","offer_id":52343400268066,"sku":"c22bd1e6-f19a-4ac3-bfa2-ed52e2537631","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Red M\u0026M Set \/ 8-9Y","offer_id":52343400202530,"sku":"e0d0ed11-6d9e-479f-9406-d280db930012","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Red M\u0026M Set \/ 10-12Y","offer_id":52343400300834,"sku":"2331b2ed-28d8-4982-a983-c21dc17b6ee6","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Green M\u0026M Set \/ 2-3T","offer_id":52343400104226,"sku":"e3b5a047-254a-4a79-9bf5-a7d32a976c54","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Green M\u0026M Set \/ 4-5T","offer_id":52343400136994,"sku":"04a10424-bd94-47e8-8f97-f5a08a197b7a","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Green M\u0026M Set \/ 6-7Y","offer_id":52343400038690,"sku":"91d7ddd6-eabf-4099-b208-0be00f10235b","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Green M\u0026M Set \/ 8-9Y","offer_id":52343400071458,"sku":"ad45ad8a-abc7-4416-9b16-3d3fa46e8734","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Green M\u0026M Set \/ 10-12Y","offer_id":52343400169762,"sku":"010c3e0a-258f-41dc-8725-1bf6fe50b322","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Blue M\u0026M Set \/ 2-3T","offer_id":52343400431906,"sku":"18c7299c-94f1-4db9-847a-f9493d30694d","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Blue M\u0026M Set \/ 4-5T","offer_id":52343400464674,"sku":"1feab8ca-b7f5-4adb-ae04-7f9ef878f9e0","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Blue M\u0026M Set \/ 6-7Y","offer_id":52343400366370,"sku":"f462f7f3-5414-4852-8220-c9a6b70601bc","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Blue M\u0026M Set \/ 8-9Y","offer_id":52343400399138,"sku":"51e687a5-fb11-4438-aee7-7d982fd78845","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Blue M\u0026M Set \/ 10-12Y","offer_id":52343400497442,"sku":"09a74333-d2a0-4018-8b99-4212f777cb67","price":42.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/0253\/7506\/files\/mms-besties-tutu-dress-costume-sets.png?v=1787163517","url":"https:\/\/lolliandlace.com\/fr\/products\/mms-besties-tutu-dress-costume-sets","provider":"Lolli \u0026 Lace","version":"1.0","type":"link"}