{"product_id":"multi-color-erasable-click-crayons-rjc","title":"Multi-Color Erasable Click Crayons","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #FF7A00;\n      --primary-hover: #E06B00;\n      --text-main: #2D3748;\n      --text-sub: #718096;\n      --bg-body: #FFFFFF;\n      --bg-card: #FFFFFF;\n      --bg-soft: #F7FAFC;\n      --bg-highlight: #FFF9F2;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.05);\n      --border-color: #E2E8F0;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 800;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-desc,\n    .product-detail-container .feature-tag,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .section-desc {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholders *\/\n    .img-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n      text-align: center;\n      font-weight: 600;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-sizing: border-box;\n      width: 100%;\n      height: auto;\n      margin-bottom: 20px;\n    }\n\n    \/* Non-clickable Badges \u0026 Tags *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 20px;\n    }\n\n    .badge {\n      background-color: var(--bg-highlight);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      border: 1px solid rgba(255, 122, 0, 0.2);\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      text-align: center;\n      padding: 30px 0;\n    }\n\n    .hero-block .badge-container {\n      justify-content: center;\n    }\n\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Features Layout *\/\n    .feature-grid {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 3rem);\n    }\n\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      padding: 24px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    \/* Scenario \u0026 Compare Blocks *\/\n    .info-card-section {\n      background-color: var(--bg-highlight);\n      border-radius: var(--radius-lg);\n      padding: 30px 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Responsive Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 30px 24px;\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px;\n      vertical-align: top;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      display: flex;\n      flex-direction: column;\n      gap: 16px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      border-left: 4px solid var(--primary);\n    }\n\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Desktop View Adaptations *\/\n    @media (min-width: 768px) {\n      .hero-block {\n        padding: 50px 0;\n      }\n\n      .feature-item {\n        flex-direction: row;\n        min-height: 380px;\n      }\n\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media {\n        width: 50%;\n        display: flex;\n        align-items: stretch;\n      }\n\n      .feature-media .img-placeholder {\n        margin-bottom: 0;\n        border-radius: 0;\n        height: 100%;\n      }\n\n      .feature-copy {\n        width: 50%;\n        padding: 40px;\n      }\n\n      .info-card-section {\n        padding: 40px;\n      }\n\n      .specifications-section {\n        padding: 40px;\n      }\n\n      .spec-table td {\n        padding: 20px;\n      }\n    }\n\n    \/* Mobile Specifications Table Safe Layout *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 10px;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table tr:last-child td {\n        border-bottom: none;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 700;\n        line-height: 1.5;\n        color: var(--text-main);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        color: var(--text-sub);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .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]\n  Product Type: Multi-Color Erasable Click Crayon for Kids\n  Target Audience: Kids, Parents, Art beginners, Journal enthusiasts\n  Visual Style: Warm, modern, kid-friendly, clean and highly structured\n  Color Strategy: Soft warm pastels with energetic accents (--primary: #FF7A00, --text-main: #2D3748, --bg-soft: #F7FAFC)\n  Module Order: Intro\/Hero -\u003e Features (1 to 4) -\u003e Compare Section (Washability) -\u003e Scenarios (Creativity) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_1, Feature1=detail_9, Feature2=detail_8, Feature3=detail_5, Feature4=detail_6, Compare=detail_2, Scenario=detail_4\n  Specification Data Source: Product analysis report, detail_3, detail_10 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Included (Uses detail_2 to display \"Before Wash vs After Wash\" clothes cleaning evidence)\n  Information Boundary: Only information explicitly provided in the product analysis report and detail images has been used. No unverified product facts have been added.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"product-detail-section hero-block\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\n\u003cspan class=\"badge\"\u003e1 Pen = 8 Colors\u003c\/span\u003e \u003cspan class=\"badge\"\u003eErasable \u0026amp; Washable\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1\u003e Erasable Multi-Color Click Crayons\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eUnleash your child's creativity with a single clever pen. This innovative crayon houses 8 brilliant, switchable colors inside a comfortable, thick protective barrel, pairing safety with mess-free artistic freedom.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img80\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260911135009\/a355833aa5bbee65c0ad366231d7cd4c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-grid\"\u003e\n\u003c!-- Feature 1: 8 Colors in 1 Crayon --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260911135011\/8c7154cd02aba87ac6f1fba588de1ef5.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 class=\"feature-title\"\u003eSimple Click \u0026amp; Switch: 8 Colors in One Pen\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eNo more carrying heavy, bulky boxes or searching for lost crayons. Children can seamlessly slide and click the side buttons to switch among 8 essential drawing colors. Keeps workspaces clean and dynamic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Clean Erasable Formula --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260911135011\/2e89869d2e17c1c4e7c9cea695773c72.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 class=\"feature-title\"\u003eErase Any Mistake Instantly\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eUpgraded erasable crayon formula lets children refine their drawings easily. The included all-purpose white eraser effortlessly clears pigment lines from paper, ensuring clean and smudge-free adjustments.\u003cspan class=\"feature-tag\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Natural Beeswax Safety --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260911135009\/8228135f97d85115fac3d3d20d2707e3.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 class=\"feature-title\"\u003eSafe Beeswax Formula \u0026amp; Sticky-Free Hands\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eCrafted with skin-safe natural beeswax, these crayons do not stick to little fingers or leave dusty powder. Gentle on sensitive skin, keeping drawing sessions highly hygienic and mess-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4: Strong Protective Outer Shell --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260911135009\/62e0579423c623da46f572413fe5bac0.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 class=\"feature-title\"\u003eBreak-Resistant 4.6mm Crayon Cores\u003c\/h2\u003e\n\n\u003cp class=\"feature-desc\"\u003eEquipped with ultra-thick 4.6mm leads nested inside a robust protective shell. It stands up to heavy drops and high-pressure grips, stopping breakage from aggressive toddler use.\u003cspan class=\"feature-tag\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL MODULE: Compare Section (Washable Proof) --\u003e\n\n\u003csection class=\"product-detail-section info-card-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWashable \u0026amp; Hassle-Free Clean Up\u003c\/h2\u003e\n\n\u003cp class=\"section-desc\" style=\"margin-bottom: 24px;\"\u003eScribbled on clothes or skin? No problem. Our water-soluble beeswax pigment washes off easily from fabrics and skin with simple washing, making messy parenting worries a thing of the past.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260911135011\/3f62535cb64a274cd96bd01b89c9de9e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL MODULE: Use Scenarios (Creativity) --\u003e\n\n\u003csection class=\"product-detail-section info-card-section\" style=\"background-color: var(--bg-soft);\"\u003e\n\u003ch2 class=\"section-title\"\u003eOne Pen, Endless Creative Uses\u003c\/h2\u003e\n\n\u003cp class=\"section-desc\" style=\"margin-bottom: 24px;\"\u003eWhether they are drawing fine artwork on paper, styling scrapbook journals, or organizing study notes with bright, clear colors, this pen is highly adaptable to every creative step.\u003c\/p\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img79\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260911135009\/b34c28091c28a3b416a38f76ab800a2d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Colors Per Pen\"\u003e\u003cspan class=\"spec-value\"\u003e8 Colors (Fixed layout)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Crayon Core Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e4.6 mm (0.18 in) core lead\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Base Ingredient\"\u003e\u003cspan class=\"spec-value\"\u003eNatural Beeswax formula\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Shell Material\"\u003e\u003cspan class=\"spec-value\"\u003eHigh-grade protective polymer with clear transparent window\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Designs \u0026amp; Styles\"\u003e\u003cspan class=\"spec-value\"\u003eBlue Cat, Green Frog, Pink Bear\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Included Accessories\"\u003e\u003cspan class=\"spec-value\"\u003e1 x All-purpose white eraser per pen package\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=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do children switch between different crayon colors?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Children can switch colors easily by sliding down the side button of their chosen color until it locks. To change colors, simply slide another color down to swap.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Will the crayon stains really wash out of children's clothes?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. The water-soluble beeswax formula easily lifts off of clothing during standard water washing, and cleans off skin instantly without harsh scrubbing or soapy sticky residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Are the crayon leads fragile when dropped?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: No. The crayon is housed inside a hard protective outer shell and has extra-thick 4.6mm core leads, making it highly robust and break-resistant during daily drops or firm handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Green","offer_id":48651890753748,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":48651890786516,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":48651890819284,"sku":null,"price":14.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/5b9e91ef42e5526ea582862854f48222.jpg?v=1789107975","url":"https:\/\/omurio.com\/products\/multi-color-erasable-click-crayons-rjc","provider":"Omurio","version":"1.0","type":"link"}