{"product_id":"pebbles-prehistoric-sweetheart-dress-bow-set","title":"Pebbles’ Prehistoric Sweetheart Dress \u0026 Bow Set","description":"\u003cstyle\u003e\n  .ll-pebbles-product {\n    --ll-lime: #d5e735;\n    --ll-lime-dark: #9eaf16;\n    --ll-orange: #f47443;\n    --ll-orange-dark: #cc5630;\n    --ll-blue: #8fd1e6;\n    --ll-black: #29272a;\n    --ll-cream: #fffaf3;\n    --ll-soft: #fbfce9;\n    --ll-text: #433f3d;\n    --ll-border: #e4e1c8;\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-pebbles-product h2,\n  .ll-pebbles-product h3 {\n    letter-spacing: 0.02em;\n  }\n\n  .ll-pebbles-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-orange-dark) 0%,\n      var(--ll-orange) 32%,\n      var(--ll-lime-dark) 66%,\n      var(--ll-lime) 100%\n    );\n    border-radius: 18px;\n    box-shadow: 0 6px 18px rgba(125,112,30,0.15);\n  }\n\n  .ll-pebbles-product p {\n    margin: 0 0 16px;\n    font-size: 16px;\n  }\n\n  .ll-pebbles-intro {\n    text-align: center;\n  }\n\n  .ll-pebbles-bar {\n    height: 7px;\n    margin: 24px 0;\n    border-radius: 99px;\n    background: linear-gradient(\n      90deg,\n      var(--ll-orange) 0%,\n      var(--ll-lime) 33%,\n      var(--ll-blue) 66%,\n      var(--ll-black) 100%\n    );\n  }\n\n  .ll-pebbles-section {\n    margin: 20px 0;\n    padding: 20px;\n    border-radius: 18px;\n    box-shadow: 0 5px 16px rgba(67,63,61,0.05);\n  }\n\n  .ll-pebbles-section.lime {\n    background: linear-gradient(135deg,#f9fce5,#fffff8);\n    border: 1px solid #e2e7bd;\n    border-left: 5px solid var(--ll-lime-dark);\n  }\n\n  .ll-pebbles-section.orange {\n    background: linear-gradient(135deg,#fff2eb,#fffaf6);\n    border: 1px solid #efd6c9;\n    border-left: 5px solid var(--ll-orange);\n  }\n\n  .ll-pebbles-section.blue {\n    background: linear-gradient(135deg,#f0faff,#fbfeff);\n    border: 1px solid #cfe8f1;\n    border-left: 5px solid var(--ll-blue);\n  }\n\n  .ll-pebbles-section.dark {\n    background: linear-gradient(135deg,#29272a,#474247);\n    color: #ffffff;\n    border: 1px solid #302d30;\n  }\n\n  .ll-pebbles-section h3 {\n    margin: 0 0 12px;\n    color: var(--ll-lime-dark);\n    font-size: 19px;\n  }\n\n  .ll-pebbles-section.orange h3 {\n    color: var(--ll-orange-dark);\n  }\n\n  .ll-pebbles-section.blue h3 {\n    color: #5194ad;\n  }\n\n  .ll-pebbles-section.dark h3 {\n    color: #e9ee8d;\n  }\n\n  .ll-pebbles-section ul {\n    margin: 0;\n    padding-left: 21px;\n  }\n\n  .ll-pebbles-section li {\n    margin-bottom: 7px;\n  }\n\n  .ll-pebbles-highlight {\n    margin: 24px 0;\n    padding: 18px 20px;\n    text-align: center;\n    font-weight: 600;\n    background: linear-gradient(\n      135deg,\n      #fff1e9,\n      #fafce7,\n      #eef9fd\n    );\n    border: 1px dashed var(--ll-orange);\n    border-radius: 16px;\n  }\n\n  .ll-pebbles-divider {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 30px 0 24px;\n    color: var(--ll-orange);\n  }\n\n  .ll-pebbles-divider::before,\n  .ll-pebbles-divider::after {\n    content: \"\";\n    flex: 1;\n    height: 1px;\n    background: var(--ll-border);\n  }\n\n  .ll-pebbles-size-title {\n    margin: 0 0 8px;\n    text-align: center;\n    color: var(--ll-orange-dark) !important;\n    font-size: 28px;\n  }\n\n  .ll-pebbles-size-note {\n    text-align: center;\n    font-size: 14px !important;\n    color: #726b65;\n  }\n\n  .ll-pebbles-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(67,63,61,0.06);\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .ll-pebbles-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-pebbles-table th {\n    padding: 14px 12px;\n    background: linear-gradient(\n      135deg,\n      var(--ll-orange-dark),\n      var(--ll-orange),\n      var(--ll-lime-dark)\n    );\n    color: #ffffff;\n    font-weight: 700;\n    white-space: nowrap;\n  }\n\n  .ll-pebbles-table td {\n    padding: 13px 12px;\n    border-bottom: 1px solid #ece8dc;\n    white-space: nowrap;\n  }\n\n  .ll-pebbles-table tbody tr:nth-child(even) {\n    background: #fbfceb;\n  }\n\n  .ll-pebbles-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .ll-pebbles-table tbody tr:hover {\n    background: #fff3eb;\n  }\n\n  .ll-pebbles-fit-tip {\n    margin-top: 18px;\n    padding: 16px 18px;\n    background: linear-gradient(\n      135deg,\n      #fff2e9,\n      #f8fbe6,\n      #eff9fd\n    );\n    border-left: 4px solid var(--ll-orange);\n    border-right: 4px solid var(--ll-blue);\n    border-radius: 12px;\n  }\n\n  @media screen and (max-width:749px) {\n    .ll-pebbles-title {\n      font-size: 23px;\n      padding: 17px 14px;\n    }\n\n    .ll-pebbles-section {\n      padding: 17px;\n    }\n\n    .ll-pebbles-size-title {\n      font-size: 23px;\n    }\n\n    .ll-pebbles-table th,\n    .ll-pebbles-table td {\n      padding: 11px 9px;\n      font-size: 12.5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ll-pebbles-product\"\u003e\n\n  \u003ch2 class=\"ll-pebbles-title\"\u003e\n    🦴 Pebbles’ Prehistoric Sweetheart Dress \u0026amp; Bow Set\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-pebbles-intro\"\u003e\n    Sweet, playful, and ready for a prehistoric adventure! The\n    \u003cstrong\u003ePebbles’ Prehistoric Sweetheart Dress \u0026amp; Bow Set\u003c\/strong\u003e\n    is made for babies and girls who love colorful character-inspired\n    costumes, adorable bows, and twirl-worthy dress-up fun.\n  \u003c\/p\u003e\n\n  \u003cp class=\"ll-pebbles-intro\"\u003e\n    Featuring a one-shoulder prehistoric-inspired dress with playful black\n    triangle details, a contrasting blue sash, white bone accents, and a\n    coordinating bow headband, this darling set is available in both bright\n    lime green and vibrant orange for the cutest stone-age inspired look.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-pebbles-bar\"\u003e\u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pebbles-section lime\"\u003e\n    \u003ch3\u003e🦴 What’s Included\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePebbles-inspired prehistoric dress\u003c\/li\u003e\n      \u003cli\u003eMatching coordinating bow headband\u003c\/li\u003e\n      \u003cli\u003eWhite bone accent details\u003c\/li\u003e\n      \u003cli\u003eContrasting blue waist sash\u003c\/li\u003e\n      \u003cli\u003eComplete character-inspired dress-up look\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pebbles-section orange\"\u003e\n    \u003ch3\u003e✨ Dress Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003ePlayful one-shoulder silhouette\u003c\/li\u003e\n      \u003cli\u003eBlack triangle prehistoric print\u003c\/li\u003e\n      \u003cli\u003eWhite bone shoulder detail\u003c\/li\u003e\n      \u003cli\u003eFull gathered skirt for extra twirl\u003c\/li\u003e\n      \u003cli\u003eJagged prehistoric-style hemline\u003c\/li\u003e\n      \u003cli\u003eBlue waist sash with bone accent\u003c\/li\u003e\n      \u003cli\u003eMatching bow headband\u003c\/li\u003e\n      \u003cli\u003eAvailable in lime green or orange\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pebbles-section blue\"\u003e\n    \u003ch3\u003e💙 Perfect For\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eHalloween costumes\u003c\/li\u003e\n      \u003cli\u003eBaby’s first Halloween\u003c\/li\u003e\n      \u003cli\u003ePrehistoric-themed birthday parties\u003c\/li\u003e\n      \u003cli\u003eFlintstones-inspired family costumes\u003c\/li\u003e\n      \u003cli\u003eSchool character days\u003c\/li\u003e\n      \u003cli\u003eBirthday 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-pebbles-section dark\"\u003e\n    \u003ch3\u003e🧡 Important Details\u003c\/h3\u003e\n    \u003cul\u003e\n      \u003cli\u003eDress and matching bow headband 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\u003eUse garment measurements rather than age alone when selecting a size\u003c\/li\u003e\n      \u003cli\u003eColors may vary slightly due to lighting and screen settings\u003c\/li\u003e\n      \u003cli\u003eManual measurements may vary by approximately 2–3 cm\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pebbles-highlight\"\u003e\n    🦴🧡 A prehistoric sweetheart look made for big bows,\n    colorful adventures, adorable twirls, and picture-perfect costume memories. 💙✨\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"ll-pebbles-divider\"\u003e🦴\u003c\/div\u003e\n\n  \u003ch2 class=\"ll-pebbles-size-title\"\u003e\n    Pebbles’ Prehistoric Sweetheart Dress Size Chart\n  \u003c\/h2\u003e\n\n  \u003cp class=\"ll-pebbles-size-note\"\u003e\n    Measurements are approximate. For the best fit, use the\n    \u003cstrong\u003edress length, bust, and waist measurements\u003c\/strong\u003e\n    below rather than choosing by age alone.\n  \u003c\/p\u003e\n\n  \u003cdiv class=\"ll-pebbles-table-wrap\"\u003e\n    \u003ctable class=\"ll-pebbles-table\"\u003e\n\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eUS Size\u003c\/th\u003e\n          \u003cth\u003eDress Length\u003c\/th\u003e\n          \u003cth\u003eBust\u003c\/th\u003e\n          \u003cth\u003eWaist\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n\n      \u003ctbody\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e0–6M\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e16.93\" (43 cm)\u003c\/td\u003e\n          \u003ctd\u003e18.90\" (48 cm)\u003c\/td\u003e\n          \u003ctd\u003e18.90\" (48 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e6–12M\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e17.72\" (45 cm)\u003c\/td\u003e\n          \u003ctd\u003e19.69\" (50 cm)\u003c\/td\u003e\n          \u003ctd\u003e19.69\" (50 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e12–18M\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e18.50\" (47 cm)\u003c\/td\u003e\n          \u003ctd\u003e20.47\" (52 cm)\u003c\/td\u003e\n          \u003ctd\u003e20.47\" (52 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e18–24M\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e19.69\" (50 cm)\u003c\/td\u003e\n          \u003ctd\u003e21.26\" (54 cm)\u003c\/td\u003e\n          \u003ctd\u003e21.26\" (54 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e2T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e20.87\" (53 cm)\u003c\/td\u003e\n          \u003ctd\u003e22.05\" (56 cm)\u003c\/td\u003e\n          \u003ctd\u003e22.05\" (56 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e3T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e22.05\" (56 cm)\u003c\/td\u003e\n          \u003ctd\u003e22.83\" (58 cm)\u003c\/td\u003e\n          \u003ctd\u003e22.83\" (58 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e4T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e23.62\" (60 cm)\u003c\/td\u003e\n          \u003ctd\u003e23.23\" (59 cm)\u003c\/td\u003e\n          \u003ctd\u003e23.23\" (59 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e5–6T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e25.20\" (64 cm)\u003c\/td\u003e\n          \u003ctd\u003e23.62\" (60 cm)\u003c\/td\u003e\n          \u003ctd\u003e23.62\" (60 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\u003e26.77\" (68 cm)\u003c\/td\u003e\n          \u003ctd\u003e24.41\" (62 cm)\u003c\/td\u003e\n          \u003ctd\u003e24.41\" (62 cm)\u003c\/td\u003e\n        \u003c\/tr\u003e\n\n        \u003ctr\u003e\n          \u003ctd\u003e\u003cstrong\u003e7–8T\u003c\/strong\u003e\u003c\/td\u003e\n          \u003ctd\u003e27.95\" (71 cm)\u003c\/td\u003e\n          \u003ctd\u003e25.20\" (64 cm)\u003c\/td\u003e\n          \u003ctd\u003e25.20\" (64 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-pebbles-fit-tip\"\u003e\n    🦴 \u003cstrong\u003eFit Tip:\u003c\/strong\u003e Children grow at different rates, so compare\n    the bust, waist, and dress length measurements with a well-fitting dress\n    your child already owns. If your child falls between sizes or you prefer\n    additional room for growth, we recommend choosing the larger size.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Lolli \u0026 Lace","offers":[{"title":"Pebbles Orange Set \/ 0-6M","offer_id":52333820870946,"sku":"b169154d-e642-4353-bf83-4e1ba56c3499","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 6-12M","offer_id":52333821264162,"sku":"94d6270c-791d-4c36-8e60-af2fce522074","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 12-18M","offer_id":52333821231394,"sku":"9698e4d3-8fe3-42df-95a6-1f51897fe61e","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 18-24M","offer_id":52333821395234,"sku":"2874446f-005c-4d51-a5a7-6af9e2b84d67","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 2T","offer_id":52333821362466,"sku":"29facbf5-5d3e-4672-bcf4-78bc41360784","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 3T","offer_id":52333821329698,"sku":"d127ec6f-c2bd-445c-a25d-b91ad8daa407","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 4T","offer_id":52333821296930,"sku":"4a105c66-c8e8-46d4-8063-9d18122037cd","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 5-6T","offer_id":52333821493538,"sku":"bbe79015-7f2c-4e5d-98f5-76b079698d9b","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 6-7T","offer_id":52333821460770,"sku":"5e04d8b8-f31c-45b5-beca-36faf0c69791","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Orange Set \/ 7-8T","offer_id":52333821428002,"sku":"224046e7-80d2-4693-8b4c-61ba509ad269","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 0-6M","offer_id":52333820936482,"sku":"8d070ed7-ed4a-4cf6-8ffe-42e4313c63fb","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 6-12M","offer_id":52333820969250,"sku":"14f361d3-c1f2-4ea1-a59b-36ff687c1ca1","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 12-18M","offer_id":52333820903714,"sku":"37996a0e-41de-4095-9809-79c8afb89c19","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 18-24M","offer_id":52333821100322,"sku":"ebc5df60-e0c6-458b-9bf5-5247bbcff09d","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 2T","offer_id":52333821067554,"sku":"5ff9e0ff-262e-4b84-8ccd-4c3a28abdba0","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 3T","offer_id":52333821034786,"sku":"de374ee4-c777-4051-9221-7a0eb5673383","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 4T","offer_id":52333821002018,"sku":"ff2c739e-d912-48e4-bcb3-afaa83952906","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 5-6T","offer_id":52333821198626,"sku":"d86f8f7a-5021-464b-8171-da4e506a5d69","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 6-7T","offer_id":52333821165858,"sku":"d8ca40eb-7975-4fdf-a547-67e50184d491","price":42.0,"currency_code":"USD","in_stock":true},{"title":"Pebbles Lime Green Set \/ 7-8T","offer_id":52333821133090,"sku":"25fcd82b-3293-4b07-97c8-28a81267405d","price":42.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1001\/0253\/7506\/files\/pebbles-prehistoric-sweetheart-dress-bow-set.png?v=1787000436","url":"https:\/\/lolliandlace.com\/fr\/products\/pebbles-prehistoric-sweetheart-dress-bow-set","provider":"Lolli \u0026 Lace","version":"1.0","type":"link"}