{"product_id":"magnetic-kids-chore-chart","title":"Magnetic Kids Chore Chart","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    max-width: 1200px;\n    width: 100%;\n    margin: 0 auto;\n    padding: 0 5%;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n\n    --primary: #5D4E8C;\n    --primary-hover: #4A3D73;\n    --text-main: #333333;\n    --text-sub: #666666;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9F9FB;\n    --bg-soft: #F0F0F5;\n    --radius-md: 12px;\n    --radius-lg: 24px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n    --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n    --border-color: #E5E5E5;\n}\n\n.product-detail-container *,\n.product-detail-container *::before,\n.product-detail-container *::after {\n    box-sizing: border-box;\n}\n\n\/* Images *\/\n.product-detail-container img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n}\n\n\/* Typography *\/\n.product-detail-container h1,\n.product-detail-container h2,\n.product-detail-container h3 {\n    color: var(--primary);\n    margin-top: 0;\n    font-weight: 700;\n}\n\n.product-detail-container h1 {\n    font-size: 22px;\n    line-height: 1.3;\n    text-align: center;\n    margin-bottom: 1rem;\n}\n\n.product-detail-container h2 {\n    font-size: 20px;\n    line-height: 1.4;\n    margin-bottom: 1.5rem;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n}\n\n.product-detail-container h3 {\n    font-size: 20px;\n    line-height: 1.4;\n}\n\n.product-detail-container p,\n.product-detail-container li,\n.product-detail-container td,\n.product-detail-container th {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-main);\n}\n\n.product-detail-container .subtitle {\n    font-size: 18px;\n    color: var(--text-sub);\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto 2rem auto;\n}\n\n\/* Spacing *\/\n.product-detail-container section {\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n}\n\n\/* Components *\/\n.product-detail-container .badge {\n    display: inline-block;\n    background-color: var(--primary);\n    color: #ffffff;\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 18px;\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n    text-align: center;\n}\n\n.product-detail-container .hero-section {\n    text-align: center;\n    padding: 2rem 0;\n}\n\n.product-detail-container .image-placeholder {\n    width: 100%;\n    height: auto;\n    background-color: var(--bg-soft);\n    border: 2px dashed var(--border-color);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: var(--text-sub);\n    font-size: 18px;\n    padding: 20px;\n    box-sizing: border-box;\n    min-height: 200px;\n    border-radius: var(--radius-md);\n    overflow: hidden;\n}\n\n.product-detail-container .image-placeholder \u003e div {\n    width: 100%;\n}\n\n\/* Feature Layout *\/\n.product-detail-container .feature-item {\n    display: flex;\n    flex-direction: row;\n    align-items: center;\n    gap: 2rem;\n    margin-bottom: 3rem;\n}\n\n.product-detail-container .feature-media {\n    flex: 1;\n    min-width: 0;\n}\n\n.product-detail-container .feature-copy {\n    flex: 1;\n    min-width: 0;\n}\n\n.product-detail-container .tags {\n    list-style: none;\n    padding: 0;\n    margin: 1rem 0 0 0;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.product-detail-container .tag {\n    background-color: var(--bg-soft);\n    color: var(--primary);\n    padding: 6px 12px;\n    border-radius: 6px;\n    font-size: 18px;\n    font-weight: 600;\n}\n\n\/* Specifications Table *\/\n.product-detail-container .spec-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n}\n\n.product-detail-container .spec-table tr {\n    border-bottom: 1px solid var(--border-color);\n}\n\n.product-detail-container .spec-table tr:last-child {\n    border-bottom: none;\n}\n\n.product-detail-container .spec-table td {\n    padding: 16px;\n    vertical-align: top;\n}\n\n.product-detail-container .spec-label {\n    font-weight: 700;\n    color: var(--primary);\n    width: 30%;\n}\n\n.product-detail-container .spec-value {\n    color: var(--text-main);\n}\n\n\/* FAQ *\/\n.product-detail-container .faq-item {\n    margin-bottom: 1.5rem;\n    padding-bottom: 1.5rem;\n    border-bottom: 1px solid var(--border-color);\n}\n\n.product-detail-container .faq-item:last-child {\n    border-bottom: none;\n}\n\n.product-detail-container .faq-question {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--primary);\n    margin-bottom: 0.5rem;\n}\n\n.product-detail-container .faq-answer {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-sub);\n}\n\n\/* Desktop *\/\n@media (min-width: 768px) {\n    .product-detail-container .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n    }\n}\n\n\/* Mobile *\/\n@media (max-width: 767px) {\n    .product-detail-container {\n        padding-left: 18px;\n        padding-right: 18px;\n    }\n\n    .product-detail-container .feature-item {\n        flex-direction: column;\n    }\n\n    .product-detail-container .feature-media {\n        width: 100%;\n        order: -1;\n    }\n\n    .product-detail-container .feature-copy {\n        width: 100%;\n        text-align: left;\n    }\n\n    .product-detail-container .spec-table,\n    .product-detail-container .spec-table tbody,\n    .product-detail-container .spec-table tr,\n    .product-detail-container .spec-table td {\n        display: block;\n        width: 100%;\n    }\n\n    .product-detail-container .spec-table tr {\n        margin-bottom: 10px;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        padding: 10px;\n        background: #ffffff;\n    }\n\n    .product-detail-container .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        padding: 10px 0;\n        border-bottom: none;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n    }\n\n    .product-detail-container .spec-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        font-size: 18px;\n    }\n\n    .product-detail-container .spec-label {\n        display: none;\n    }\n\n    .product-detail-container .spec-value {\n        font-size: 18px;\n        line-height: 1.5;\n        min-width: 0;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n    }\n}\n\n@media (max-width: 420px) {\n    .product-detail-container .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n    }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Children's Visual Chore \u0026 Routine Board (Magnetic\/Wall-Mounted)\nTarget Audience: Parents of young children looking to build habits\nVisual Style: Clean, playful, functional, and organized. White background with purple accents matching the brand.\nColor Strategy: Primary Purple (#5D4E8C), Text Dark Grey (#333), Background Soft Grey\/White.\nModule Order: Hero -\u003e Features (Habit Building, Customization, Flexibility) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_2, Feature2=detail_3, Feature3=detail_4\nSpecification Data Source: None (No spec images provided; data extracted from text inputs)\nCompare Section: Included (Based on detail_5 showing Before\/After states)\nInformation Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added.\n--\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\n\u003cdiv class=\"badge\"\u003eDevelop Positive Habits\u003c\/div\u003e\n\n\u003ch1\u003eTurn Chores Into Fun Routine Board\u003c\/h1\u003e\n\n\u003cp class=\"subtitle\"\u003eA visual magnetic chore chart designed to help children track daily tasks, build responsibility, and celebrate success with satisfying sliding markers.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img55\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920115413\/4fc6f61df442b4c45c585da760fbb9d1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920115413\/ffe3adebbc3b06426aec5258978b5522.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eMake Progress Visible \u0026amp; Satisfying\u003c\/h2\u003e\n\n\u003cp\u003eChildren love seeing their hard work pay off. This board features smooth-sliding buttons that instantly change from a neutral state to a bright green checkmark when a task is completed. It transforms mundane duties into a rewarding game, encouraging kids to take ownership of their routine without nagging.\u003c\/p\u003e\n\n\u003cul class=\"tags\"\u003e\n\t\u003cli class=\"tag\"\u003eSliding Mechanism\u003c\/li\u003e\n\t\u003cli class=\"tag\"\u003eGreen Checkmarks\u003c\/li\u003e\n\t\u003cli class=\"tag\"\u003eKid-Friendly\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Customization --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920115413\/6f6a3bf84f274f1b25c49393507053cb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEndless Customization Options\u003c\/h2\u003e\n\n\u003cp\u003eEvery family’s routine is unique. The system includes 108 interchangeable chore slides covering morning routines, pet care, homework, and more. You can also add your own custom tasks using blank cards. Personalize the experience further with 66 colorful avatar stickers and name labels to make it truly theirs.\u003c\/p\u003e\n\n\u003cul class=\"tags\"\u003e\n\t\u003cli class=\"tag\"\u003e108 Chore Slides\u003c\/li\u003e\n\t\u003cli class=\"tag\"\u003e66 Avatar Stickers\u003c\/li\u003e\n\t\u003cli class=\"tag\"\u003eCustomizable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Installation \/ Material --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260920130746\/743f2f971205cb7aeb0551a643809c0d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eFlexible Mounting \u0026amp; Durable Build\u003c\/h2\u003e\n\n\u003cp\u003eMade from high-quality ABS plastic, this board is built to withstand daily use by active children. It offers two convenient ways to display: stick it securely to the fridge using hidden magnets, or hang it on the wall via the built-in screw hole. The textured back cover ensures a better grip during handling.\u003c\/p\u003e\n\n\u003cul class=\"tags\"\u003e\n\t\u003cli class=\"tag\"\u003eHidden Magnets\u003c\/li\u003e\n\t\u003cli class=\"tag\"\u003eWall Mountable\u003c\/li\u003e\n\t\u003cli class=\"tag\"\u003eABS Plastic\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eHigh-Quality ABS Plastic\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Included Cards\"\u003eIncluded Chore Cards\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e108 Unique Slides (Pre-printed \u0026amp; Blank)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Stickers\"\u003eSticker Pack\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e66 Avatar Stickers + 5 Name Stickers\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Mounting\"\u003eMounting Options\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eRefrigerator Magnet or Wall Hanging\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\" data-label=\"Mechanism\"\u003eTracking Mechanism\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003ePhysical Sliding Buttons (Check\/Cross)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eCan I write my own chores on the cards?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes! While the set comes with 108 pre-printed chore slides covering common tasks like brushing teeth and feeding pets, it also includes blank cards. You can use these to create custom activities specific to your child's needs or age group.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow does the board attach to surfaces?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe board is designed for flexible placement. It features hidden magnets on the back that allow it to stick securely to refrigerators or other metal surfaces. Alternatively, there is a built-in screw hole at the top for hanging it directly on a wall.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the board electronic?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNo, the Routine Board is a purely mechanical tool. It uses physical sliding buttons that move along tracks to reveal a green checkmark or red cross. It requires no batteries or charging and is safe for children to operate independently.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Set (Complete Kit)","offer_id":47513206554815,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"2 Sets (Family Pack - 10%)","offer_id":47513206587583,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"3 Sets (Gift \u0026 Share - 15%)","offer_id":47513206620351,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/4fc6f61df442b4c45c585da760fbb9d1.jpg?v=1789971336","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/magnetic-kids-chore-chart","provider":"Bak","version":"1.0","type":"link"}