{"product_id":"petit-match-atelier-interactive-dress-up-tee","title":"Petit Match Atelier Interactive Dress-Up Tee","description":"\u003cstyle\u003e\n  .kids-football-page {\n    --pink: #ff7fa8;\n    --yellow: #ffd66b;\n    --blue: #74c7f3;\n    --purple: #9b8df1;\n    --green: #72d2a5;\n    --navy: #324064;\n    --text: #4b4b59;\n    --soft-pink: #fff2f6;\n    --soft-yellow: #fff9e7;\n    --soft-blue: #eef9ff;\n    --soft-purple: #f5f2ff;\n    --border: #ece9f5;\n\n    max-width: 920px;\n    margin: 0 auto;\n    padding: 10px 14px 40px;\n    color: var(--text);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.6;\n  }\n\n  .kids-football-page * {\n    box-sizing: border-box;\n  }\n\n  .kids-football-page h2,\n  .kids-football-page h3,\n  .kids-football-page p {\n    margin-top: 0;\n  }\n\n  .kids-football-page h2 {\n    margin-bottom: 12px;\n    color: var(--navy);\n    font-size: 27px;\n    line-height: 1.25;\n    text-align: center;\n  }\n\n  .kids-football-page h3 {\n    margin-bottom: 6px;\n    color: var(--navy);\n    font-size: 17px;\n  }\n\n  .kids-football-page p {\n    margin-bottom: 14px;\n    font-size: 16px;\n  }\n\n  .kids-football-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 22px auto;\n    border-radius: 18px;\n  }\n\n  .kids-section {\n    margin-top: 34px;\n  }\n\n  \/* HERO *\/\n  .kids-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 34px 22px;\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at 12% 15%, #ffffff 0 5px, transparent 6px),\n      radial-gradient(circle at 88% 18%, #ffffff 0 7px, transparent 8px),\n      linear-gradient(135deg, #fff1f6 0%, #fff9e8 48%, #edf9ff 100%);\n    text-align: center;\n  }\n\n  .kids-hero::before {\n    content: \"★\";\n    position: absolute;\n    top: 14px;\n    left: 20px;\n    color: var(--yellow);\n    font-size: 25px;\n    transform: rotate(-14deg);\n  }\n\n  .kids-hero::after {\n    content: \"☁\";\n    position: absolute;\n    right: 18px;\n    bottom: 8px;\n    color: #ffffff;\n    font-size: 56px;\n    opacity: 0.85;\n  }\n\n  .kids-hero-icon {\n    display: inline-flex;\n    width: 64px;\n    height: 64px;\n    margin-bottom: 12px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: #ffffff;\n    box-shadow: 0 7px 18px rgba(50, 64, 100, 0.1);\n    font-size: 34px;\n  }\n\n  .kids-hero h2 {\n    margin-bottom: 10px;\n    font-size: 31px;\n  }\n\n  .kids-hero p {\n    max-width: 670px;\n    margin: 0 auto;\n    color: #5d6073;\n    font-size: 17px;\n  }\n\n  .kids-badges {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin-top: 20px;\n  }\n\n  .kids-badge {\n    padding: 8px 13px;\n    border: 1px solid rgba(50, 64, 100, 0.08);\n    border-radius: 30px;\n    background: #ffffff;\n    color: var(--navy);\n    font-size: 14px;\n    font-weight: 700;\n    box-shadow: 0 4px 12px rgba(50, 64, 100, 0.05);\n  }\n\n  \/* INTRO *\/\n  .kids-intro {\n    padding: 23px 20px;\n    border: 2px dashed #ffd5e2;\n    border-radius: 18px;\n    background: var(--soft-pink);\n    text-align: center;\n  }\n\n  .kids-intro p {\n    max-width: 730px;\n    margin-right: auto;\n    margin-left: auto;\n  }\n\n  .kids-highlight {\n    display: inline-block;\n    margin-top: 4px;\n    padding: 10px 17px;\n    border-radius: 30px;\n    background: #ffffff;\n    color: #d94f7c;\n    font-weight: 700;\n  }\n\n  \/* FEATURE CARDS *\/\n  .kids-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin-top: 18px;\n  }\n\n  .kids-card {\n    padding: 19px;\n    border: 1px solid var(--border);\n    border-radius: 17px;\n    background: #ffffff;\n    box-shadow: 0 6px 16px rgba(50, 64, 100, 0.06);\n  }\n\n  .kids-card:nth-child(1) {\n    background: var(--soft-pink);\n  }\n\n  .kids-card:nth-child(2) {\n    background: var(--soft-blue);\n  }\n\n  .kids-card:nth-child(3) {\n    background: var(--soft-yellow);\n  }\n\n  .kids-card:nth-child(4) {\n    background: var(--soft-purple);\n  }\n\n  .kids-card-icon {\n    display: flex;\n    width: 45px;\n    height: 45px;\n    margin-bottom: 10px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 14px;\n    background: #ffffff;\n    font-size: 25px;\n  }\n\n  .kids-card p {\n    margin-bottom: 0;\n    color: #606070;\n    font-size: 14px;\n  }\n\n  \/* HOW TO PLAY *\/\n  .play-steps {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 13px;\n    margin-top: 18px;\n  }\n\n  .play-step {\n    padding: 19px 14px;\n    border-radius: 17px;\n    background: var(--soft-blue);\n    text-align: center;\n  }\n\n  .play-step:nth-child(2) {\n    background: var(--soft-yellow);\n  }\n\n  .play-step:nth-child(3) {\n    background: var(--soft-pink);\n  }\n\n  .step-number {\n    display: flex;\n    width: 39px;\n    height: 39px;\n    margin: 0 auto 10px;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: var(--navy);\n    color: #ffffff;\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .play-step strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--navy);\n  }\n\n  .play-step p {\n    margin-bottom: 0;\n    font-size: 14px;\n  }\n\n  \/* LISTS *\/\n  .cute-list {\n    display: grid;\n    gap: 9px;\n    margin: 16px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .cute-list li {\n    position: relative;\n    padding: 12px 14px 12px 44px;\n    border-radius: 12px;\n    background: #f8f8fc;\n    font-size: 15px;\n  }\n\n  .included-list li::before {\n    content: \"⚽\";\n    position: absolute;\n    top: 10px;\n    left: 14px;\n  }\n\n  .care-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 10px;\n    left: 16px;\n    color: #36a273;\n    font-size: 18px;\n    font-weight: 700;\n  }\n\n  \/* SIZE CHART *\/\n  .size-intro {\n    text-align: center;\n  }\n\n  .size-table-wrap {\n    width: 100%;\n    margin-top: 17px;\n    overflow-x: auto;\n    border: 1px solid var(--border);\n    border-radius: 15px;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  .size-table {\n    width: 100%;\n    min-width: 700px;\n    border-collapse: collapse;\n    background: #ffffff;\n    text-align: center;\n  }\n\n  .size-table th {\n    padding: 13px 10px;\n    background: var(--purple);\n    color: #ffffff;\n    font-size: 14px;\n    white-space: nowrap;\n  }\n\n  .size-table td {\n    padding: 12px 10px;\n    border-bottom: 1px solid #eeeeF4;\n    font-size: 14px;\n  }\n\n  .size-table tbody tr:nth-child(even) {\n    background: #faf9ff;\n  }\n\n  .size-note {\n    margin-top: 11px;\n    color: #707080;\n    font-size: 13px !important;\n    text-align: center;\n  }\n\n  \/* GIFT BOX *\/\n  .gift-box {\n    position: relative;\n    overflow: hidden;\n    padding: 28px 20px;\n    border: 2px dashed #ffc95d;\n    border-radius: 20px;\n    background: var(--soft-yellow);\n    text-align: center;\n  }\n\n  .gift-box::before {\n    content: \"🎈\";\n    position: absolute;\n    top: 10px;\n    left: 16px;\n    font-size: 30px;\n  }\n\n  .gift-box::after {\n    content: \"⭐\";\n    position: absolute;\n    right: 18px;\n    bottom: 12px;\n    font-size: 25px;\n  }\n\n  .gift-box h2 {\n    margin-bottom: 9px;\n  }\n\n  .gift-box strong {\n    color: #d66e24;\n    font-size: 17px;\n  }\n\n  \/* SAFETY *\/\n  .safety-note {\n    margin-top: 20px;\n    padding: 14px 16px;\n    border-radius: 12px;\n    background: #fff1f1;\n    color: #704949;\n    font-size: 13px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .kids-football-page {\n      padding-right: 8px;\n      padding-left: 8px;\n    }\n\n    .kids-football-page h2 {\n      font-size: 23px;\n    }\n\n    .kids-hero {\n      padding: 29px 16px;\n    }\n\n    .kids-hero h2 {\n      font-size: 26px;\n    }\n\n    .kids-hero p {\n      font-size: 15px;\n    }\n\n    .kids-grid,\n    .play-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .kids-card,\n    .play-step {\n      padding: 17px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"kids-football-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"kids-hero\"\u003e\n\u003cdiv class=\"kids-hero-icon\"\u003e⚽\u003c\/div\u003e\n\u003ch2\u003eFootball Buddy Mix \u0026amp; Match T-Shirt\u003c\/h2\u003e\n\u003cp\u003eA playful T-shirt that lets kids dress, change and create their own little football star.\u003c\/p\u003e\n\u003cdiv class=\"kids-badges\"\u003e\n\u003cspan class=\"kids-badge\"\u003e🧩 Mix \u0026amp; Match\u003c\/span\u003e \u003cspan class=\"kids-badge\"\u003e🎨 Creative Play\u003c\/span\u003e \u003cspan class=\"kids-badge\"\u003e👕 Wearable Fun\u003c\/span\u003e \u003cspan class=\"kids-badge\"\u003e🎁 Cute Gift Idea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRODUCT INTRODUCTION --\u003e\n\u003csection class=\"kids-section kids-intro\"\u003e\n\u003ch2\u003eWear It. Change It. Play Again! ✨\u003c\/h2\u003e\n\u003cp\u003eThe adorable character on the front comes with removable hair, football tops and shorts. Kids can mix the pieces to create a new outfit whenever they like.\u003c\/p\u003e\n\u003cp\u003ePerfect for school, playdates, family outings, match days and imaginative play at home.\u003c\/p\u003e\n\u003cspan class=\"kids-highlight\"\u003e No batteries. No screen time. Just creative fun! \u003c\/span\u003e\u003c\/section\u003e\n\u003cimg loading=\"lazy\" alt=\"Interactive Football Buddy Mix and Match T-Shirt for kids\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/20260624172039_4510_3.png?v=1782295911\"\u003e \u003c!-- FEATURES --\u003e\n\u003csection class=\"kids-section\"\u003e\n\u003ch2\u003eWhy Kids Love It 💛\u003c\/h2\u003e\n\u003cdiv class=\"kids-grid\"\u003e\n\u003cdiv class=\"kids-card\"\u003e\n\u003cdiv class=\"kids-card-icon\"\u003e👗\u003c\/div\u003e\n\u003ch3\u003eInteractive Dress-Up Fun\u003c\/h3\u003e\n\u003cp\u003eChange the hair, football top and shorts again and again.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kids-card\"\u003e\n\u003cdiv class=\"kids-card-icon\"\u003e⚽\u003c\/div\u003e\n\u003ch3\u003eFootball-Inspired Looks\u003c\/h3\u003e\n\u003cp\u003eCreate colorful outfits inspired by the excitement of football.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kids-card\"\u003e\n\u003cdiv class=\"kids-card-icon\"\u003e👐\u003c\/div\u003e\n\u003ch3\u003eEasy for Little Hands\u003c\/h3\u003e\n\u003cp\u003eHook-and-loop pieces are simple to attach, remove and reuse.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"kids-card\"\u003e\n\u003cdiv class=\"kids-card-icon\"\u003e🌈\u003c\/div\u003e\n\u003ch3\u003eEncourages Creativity\u003c\/h3\u003e\n\u003cp\u003eInspires storytelling, color matching and imaginative play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cimg loading=\"lazy\" alt=\"Removable football clothing pieces for kids T-shirt\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/20260624181714_322_16.png?v=1782296446\"\u003e \u003c!-- HOW TO PLAY --\u003e\n\u003csection class=\"kids-section\"\u003e\n\u003ch2\u003eHow to Play 🎮\u003c\/h2\u003e\n\u003cdiv class=\"play-steps\"\u003e\n\u003cdiv class=\"play-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e1\u003c\/div\u003e\n\u003cstrong\u003ePick the Hair\u003c\/strong\u003e\n\u003cp\u003eChoose a hairstyle for today’s football buddy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"play-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e2\u003c\/div\u003e\n\u003cstrong\u003eBuild the Outfit\u003c\/strong\u003e\n\u003cp\u003eMatch a football top with a pair of shorts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"play-step\"\u003e\n\u003cdiv class=\"step-number\"\u003e3\u003c\/div\u003e\n\u003cstrong\u003eCreate Again\u003c\/strong\u003e\n\u003cp\u003eRemove the pieces and make a brand-new look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PACKAGE CONTENTS --\u003e\n\u003csection class=\"kids-section\"\u003e\n\u003ch2\u003eWhat’s Included 📦\u003c\/h2\u003e\n\u003cul class=\"cute-list included-list\"\u003e\n\u003cli\u003e1 kids’ T-shirt with an attached character design\u003c\/li\u003e\n\u003cli\u003eRemovable hair piece or hair pieces\u003c\/li\u003e\n\u003cli\u003eMix-and-match football tops\u003c\/li\u003e\n\u003cli\u003eMix-and-match shorts\u003c\/li\u003e\n\u003cli\u003eReusable hook-and-loop attachment areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"size-note\"\u003ePackage contents may vary by the option selected. Please check the product images and selected set before ordering.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cimg loading=\"lazy\" alt=\"Football Buddy T-shirt set with removable clothing pieces\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0819\/4850\/8395\/files\/20260624173618_4518_3.png?v=1782295925\"\u003e \u003c!-- SIZE GUIDE --\u003e\n\u003csection class=\"kids-section\"\u003e\n\u003ch2\u003eKids’ Size Guide 📏\u003c\/h2\u003e\n\u003cp class=\"size-intro\"\u003eChoose by your child’s height and body measurements rather than age alone.\u003c\/p\u003e\n\u003cdiv class=\"size-table-wrap\"\u003e\n\u003ctable class=\"size-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSize\u003c\/th\u003e\n\u003cth\u003eSuggested Age\u003c\/th\u003e\n\u003cth\u003eUS Size\u003c\/th\u003e\n\u003cth\u003eChest\u003c\/th\u003e\n\u003cth\u003eLength\u003c\/th\u003e\n\u003cth\u003eSuggested Height\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e90\u003c\/td\u003e\n\u003ctd\u003e1–2 Years\u003c\/td\u003e\n\u003ctd\u003e2T\u003c\/td\u003e\n\u003ctd\u003e23.6 in \/ 60 cm\u003c\/td\u003e\n\u003ctd\u003e15.0 in \/ 38 cm\u003c\/td\u003e\n\u003ctd\u003e31–35 in \/ 80–90 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e100\u003c\/td\u003e\n\u003ctd\u003e3–4 Years\u003c\/td\u003e\n\u003ctd\u003e3T–4T\u003c\/td\u003e\n\u003ctd\u003e25.2 in \/ 64 cm\u003c\/td\u003e\n\u003ctd\u003e16.5 in \/ 42 cm\u003c\/td\u003e\n\u003ctd\u003e35–41 in \/ 90–105 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e110\u003c\/td\u003e\n\u003ctd\u003e5–6 Years\u003c\/td\u003e\n\u003ctd\u003e5–6\u003c\/td\u003e\n\u003ctd\u003e26.8 in \/ 68 cm\u003c\/td\u003e\n\u003ctd\u003e18.1 in \/ 46 cm\u003c\/td\u003e\n\u003ctd\u003e41–46 in \/ 105–117 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e120\u003c\/td\u003e\n\u003ctd\u003e7–8 Years\u003c\/td\u003e\n\u003ctd\u003e7–8\u003c\/td\u003e\n\u003ctd\u003e28.3 in \/ 72 cm\u003c\/td\u003e\n\u003ctd\u003e19.7 in \/ 50 cm\u003c\/td\u003e\n\u003ctd\u003e46–50 in \/ 117–127 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e130\u003c\/td\u003e\n\u003ctd\u003e9–10 Years\u003c\/td\u003e\n\u003ctd\u003e9–10\u003c\/td\u003e\n\u003ctd\u003e29.9 in \/ 76 cm\u003c\/td\u003e\n\u003ctd\u003e21.3 in \/ 54 cm\u003c\/td\u003e\n\u003ctd\u003e50–55 in \/ 127–140 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e140\u003c\/td\u003e\n\u003ctd\u003e11–12 Years\u003c\/td\u003e\n\u003ctd\u003e11–12\u003c\/td\u003e\n\u003ctd\u003e31.5 in \/ 80 cm\u003c\/td\u003e\n\u003ctd\u003e22.8 in \/ 58 cm\u003c\/td\u003e\n\u003ctd\u003e55–59 in \/ 140–150 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp class=\"size-note\"\u003eManual measurements may vary by 0.4–0.8 in \/ 1–2 cm. Choose the larger size when between sizes.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CARE --\u003e\n\u003csection class=\"kids-section\"\u003e\n\u003ch2\u003eEasy Care 🫧\u003c\/h2\u003e\n\u003cul class=\"cute-list care-list\"\u003e\n\u003cli\u003eRemove all detachable pieces before washing\u003c\/li\u003e\n\u003cli\u003eGentle machine wash or hand wash\u003c\/li\u003e\n\u003cli\u003eWash with similar colors\u003c\/li\u003e\n\u003cli\u003eDo not bleach\u003c\/li\u003e\n\u003cli\u003eAir dry recommended\u003c\/li\u003e\n\u003cli\u003eDo not iron directly over the attachment areas\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- GIFT SECTION --\u003e\n\u003csection class=\"kids-section gift-box\"\u003e\n\u003ch2\u003eA Gift They Can Wear and Play With 🎁\u003c\/h2\u003e\n\u003cp\u003eA fun surprise for birthdays, holidays, football season and everyday adventures.\u003c\/p\u003e\n\u003cstrong\u003e Pick a size and let the mix-and-match fun begin! ⚽✨ \u003c\/strong\u003e\u003c\/section\u003e\n\u003c!-- SAFETY --\u003e\n\u003cdiv class=\"safety-note\"\u003e\n\u003cstrong\u003eSafety Notice:\u003c\/strong\u003e Contains removable pieces. Adult supervision is recommended for younger children. Keep detachable pieces away from the mouth and inspect them before use.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Zaloefy.com","offers":[{"title":"White \/ 1–2 Years \/ 3-Kit Starter Set","offer_id":47484213756053,"sku":"TZ-白色-S-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 1–2 Years \/ 6-Kit Deluxe Set","offer_id":47484213788821,"sku":"TZ-白色-S-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 3–4 Years \/ 3-Kit Starter Set","offer_id":47484213821589,"sku":"TZ-白色-M-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 3–4 Years \/ 6-Kit Deluxe Set","offer_id":47484213854357,"sku":"TZ-白色-M-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 5–6 Years \/ 3-Kit Starter Set","offer_id":47484213887125,"sku":"TZ-白色-L-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 5–6 Years \/ 6-Kit Deluxe Set","offer_id":47484213919893,"sku":"TZ-白色-L-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 7–8 Years \/ 3-Kit Starter Set","offer_id":47484213952661,"sku":"TZ-白色-XL-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 7–8 Years \/ 6-Kit Deluxe Set","offer_id":47484213985429,"sku":"TZ-白色-XL-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 9–10 Years \/ 3-Kit Starter Set","offer_id":47484214018197,"sku":"TZ-白色-2XL-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 9–10 Years \/ 6-Kit Deluxe Set","offer_id":47484214050965,"sku":"TZ-白色-2XL-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 11–12 Years \/ 3-Kit Starter Set","offer_id":47484214083733,"sku":"TZ-白色-3XL-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 11–12 Years \/ 6-Kit Deluxe Set","offer_id":47484214116501,"sku":"TZ-白色-3XL-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1–2 Years \/ 3-Kit Starter Set","offer_id":47484214149269,"sku":"TZ-黑色-S-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 1–2 Years \/ 6-Kit Deluxe Set","offer_id":47484214182037,"sku":"TZ-黑色-S-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3–4 Years \/ 3-Kit Starter Set","offer_id":47484214214805,"sku":"TZ-黑色-M-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3–4 Years \/ 6-Kit Deluxe Set","offer_id":47484214247573,"sku":"TZ-黑色-M-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5–6 Years \/ 3-Kit Starter Set","offer_id":47484214280341,"sku":"TZ-黑色-L-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5–6 Years \/ 6-Kit Deluxe Set","offer_id":47484214313109,"sku":"TZ-黑色-L-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7–8 Years \/ 3-Kit Starter Set","offer_id":47484214345877,"sku":"TZ-黑色-XL-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 7–8 Years \/ 6-Kit Deluxe Set","offer_id":47484214378645,"sku":"TZ-黑色-XL-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9–10 Years \/ 3-Kit Starter Set","offer_id":47484214411413,"sku":"TZ-黑色-2XL-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 9–10 Years \/ 6-Kit Deluxe Set","offer_id":47484214444181,"sku":"TZ-黑色-2XL-6PC","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 11–12 Years \/ 3-Kit Starter Set","offer_id":47484214476949,"sku":"TZ-黑色-3XL-3PC","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 11–12 Years \/ 6-Kit Deluxe Set","offer_id":47484214509717,"sku":"TZ-黑色-3XL-6PC","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0788\/9993\/7429\/files\/2026-06-24_190026_641_cfd0427c-41f8-4efb-a604-dfc51c9aa8fb.png?v=1782300902","url":"https:\/\/zaloefy.com\/products\/petit-match-atelier-interactive-dress-up-tee","provider":"Zaloefy.com","version":"1.0","type":"link"}