{"product_id":"creative-flower-dyeing-kit-rjc","title":"Creative Flower Dyeing Kit","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #e65c87;\n      --primary-hover: #c9466f;\n      --secondary: #4ca6a4;\n      --text-main: #2b2b2b;\n      --text-sub: #555555;\n      --bg-body: #fffbfd;\n      --bg-card: #ffffff;\n      --bg-soft: #fbf5f7;\n      --radius-md: 12px;\n      --radius-lg: 20px;\n      --shadow-sm: 0 4px 10px rgba(230, 92, 135, 0.05);\n      --shadow-lg: 0 10px 30px rgba(230, 92, 135, 0.08);\n      --border-color: #f3e1e8;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px 5%;\n      background-color: var(--bg-body);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Fixed Typography System (Strict Size Rules) *\/\n    .product-detail-container h1 {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 12px 0;\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 !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      color: var(--text-main);\n      margin: 0 0 14px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container .tag,\n    .product-detail-container .faq-answer {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholders *\/\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      background-color: #f0f0f0;\n      border: 2px dashed #cccccc;\n      border-radius: var(--radius-md);\n      padding: 40px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      font-weight: 500;\n      margin: 15px 0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 200px;\n    }\n\n    \/* Hero Block *\/\n    .product-detail-container .hero-section {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(20px, 5vw, 40px);\n      box-shadow: var(--shadow-lg);\n      text-align: center;\n    }\n\n    .product-detail-container .hero-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--primary);\n      color: var(--primary);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 24px auto;\n    }\n\n    \/* Feature Sections *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      align-items: center;\n      gap: 40px;\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 30px;\n      box-shadow: var(--shadow-sm);\n      margin-bottom: 30px;\n    }\n\n    .product-detail-container .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .product-detail-container .feature-media {\n      flex: 1;\n      min-width: 280px;\n    }\n\n    .product-detail-container .feature-copy {\n      flex: 1.2;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 15px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: 6px;\n      font-weight: 500;\n    }\n\n    \/* Showcase Section *\/\n    .product-detail-container .showcase-section {\n      text-align: center;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 40px 20px;\n    }\n\n    \/* Specifications Section *\/\n    .product-detail-container .specifications-section {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(20px, 4vw, 40px);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\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 20px;\n      vertical-align: top;\n    }\n\n    .product-detail-container .spec-label {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    .product-detail-container .spec-value {\n      display: block;\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .product-detail-container .faq-section {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(20px, 4vw, 40px);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-item:first-child {\n      padding-top: 0;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n    }\n\n    \/* Safety Alert Block *\/\n    .product-detail-container .safety-alert {\n      background-color: #fff1f0;\n      border: 1px solid #ffccc7;\n      border-radius: var(--radius-md);\n      padding: 16px 20px;\n      margin-top: 24px;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .product-detail-container .safety-alert-text {\n      color: #ff4d4f;\n      font-weight: 600;\n    }\n\n    \/* Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 15px 3%;\n      }\n\n      .product-detail-container .feature-item {\n        flex-direction: column !important; \/* Force Image First, Text Second *\/\n        padding: 20px;\n        gap: 20px;\n      }\n\n      .product-detail-container .feature-media {\n        order: 1 !important;\n        width: 100%;\n      }\n\n      .product-detail-container .feature-copy {\n        order: 2 !important;\n        width: 100%;\n      }\n\n      \/* Responsive Specifications Table to Prevent Overlap and Horizontal Scroll *\/\n      .product-detail-container .spec-table,\n      .product-detail-container .spec-table tbody,\n      .product-detail-container .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .product-detail-container .spec-table tr {\n        padding: 12px 0;\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        width: 100%;\n        box-sizing: border-box;\n        padding: 8px 0;\n        align-items: start;\n        white-space: normal;\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        display: block;\n        min-width: 0;\n        font-size: 18px !important;\n        font-weight: 600;\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      .product-detail-container .spec-label {\n        display: none !important; \/* Hide original layout label cell on mobile *\/\n      }\n\n      .product-detail-container .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px !important;\n        line-height: 1.5;\n        white-space: normal;\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\u003c!--\n[AI Design Logic]\nProduct Type: DIY Scientific Paper Flower Dyeing Kit\nTarget Audience: Kids aged 6+ and families interested in creative STEM crafts\nVisual Style: Soft, artistic, scientific, and whimsical (floral-fairy themed)\nColor Strategy: Soft pinks, clean whites, and fresh plant greens, contrasting with vibrant dyed gradients\nModule Order: Hero Section -\u003e Feature 1 (Double Dyeing Methods) -\u003e Feature 2 (Botanical Varieties) -\u003e Feature 3 (Step-by-Step Display Box) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_4, Feature1=detail_3, Feature2=detail_9, Feature3=detail_1, Package=detail_8\nSpecification Data Source: Extracted strictly from visual contents of detail images. No specification image placeholder is rendered.\nCompare Section: Not included (no direct comparison data available).\nInformation Boundary: Fully grounded in visual proofs and textual guidelines. No unverified material specifications or false metrics included.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- CSS Styles --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-section\"\u003e\u003cspan class=\"hero-badge\"\u003e🔬 Fun STEM Learning \u0026amp; Art Kit\u003c\/span\u003e\n\u003ch1\u003eDye Your Dream Flowers with Capillary Action Magic\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA fascinating hands-on science and art set that transforms plain white petals into vibrant, custom gradient blooms. Learn physical principles while creating an enchanting 3D paper bouquet.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918154358\/ae519935cf900eb0c137d3b76876939c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. FEATURE SECTIONS --\u003e\n\n\u003csection class=\"features-section\"\u003e\u003c!-- Feature 1: Siphon \u0026 Dot Dyeing --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918154358\/f494bf06accae2821378b3e950c92733.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eExplore Two Fascinating Dyeing Methods\u003c\/h2\u003e\n\n\u003cp\u003eWitness the magic of physics in two creative ways. Use the color-absorption method to watch water-color travel up through hollow stems to automatically wet and color your paper petals. Alternatively, use the direct dot-dyeing method on woven filter cloth petals for custom blending.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eCapillary Action\u003c\/span\u003e \u003cspan class=\"tag\"\u003eFilter Dot-Dyeing\u003c\/span\u003e \u003cspan class=\"tag\"\u003eColor Theory\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Variety of Flower Shapes --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-2-74\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918154358\/c3b4f2b36b8242c5ae1da26c529d19ef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCreate 7 Beautiful Botanical Varieties\u003c\/h2\u003e\n\n\u003cp\u003eConstruct a rich and diverse flower garden! This complete kit provides structured petals to assemble and dye 7 different flower varieties: Dahlia, Lily, African Daisy, Hydrangea, Chinese Rose, Camellia, and Peony.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e7 Flower Types\u003c\/span\u003e \u003cspan class=\"tag\"\u003eArtistic Freedom\u003c\/span\u003e \u003cspan class=\"tag\"\u003eManual Dexterity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Butterfly Crease-Fold Display Gallery --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918154358\/7199b354ea8db3a4d33afc9aeff26f51.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eAssemble and Display in a Storybook Box\u003c\/h2\u003e\n\n\u003cp\u003eThe packaging transforms into a beautiful gallery box. Fold along the creases to set up a display stand featuring a platform hollowed out with beautiful butterfly insert slots. Trim your dyed flower stems to your preferred lengths and arrange your personal floral exhibition.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eFoldable Stand\u003c\/span\u003e \u003cspan class=\"tag\"\u003eButterfly Slots\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRoom Decor\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SHOWCASE SECTION (Steps and Contents) --\u003e\n\n\u003csection class=\"showcase-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eAll-In-One Crafting Tray \u0026amp; Contents\u003c\/h2\u003e\n\n\u003cp\u003eAn organized sorting and painting tray holds everything neatly in place, complete with built-in insert holes to dry your freshly dyed flowers upright.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-4-75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/2320511\/20260918154358\/3078257069fcb642ef8c80ed2ac2cd20.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. SPECIFICATIONS --\u003e\n\n\u003csection class=\"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 class=\"spec-label\" data-label=\"Recommended Age\"\u003e\u003cspan class=\"spec-value\"\u003e6+ Years\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=\"Flower Varieties\"\u003e\u003cspan class=\"spec-value\"\u003eDahlia, Lily, African Daisy, Hydrangea, Chinese Rose, Camellia, Peony\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=\"Science Principle\"\u003e\u003cspan class=\"spec-value\"\u003eSiphon effect, Capillary action \u0026amp; Diffusion\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=\"Stem Colors \u0026amp; Stems\"\u003e\u003cspan class=\"spec-value\"\u003eGreen hollow structural plastic tubes\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=\"Dyeing Materials\"\u003e\u003cspan class=\"spec-value\"\u003eWater-absorbent Paper \u0026amp; Filter Cloth petals\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Safety warning highlighted clearly at the bottom of specs --\u003e\n\n\u003cdiv class=\"safety-alert\"\u003e\u003cspan class=\"safety-alert-text\"\u003e⚠️ WARNING: CHOKING HAZARD - Small parts. Not for children under 3 years.\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- E. FAQ --\u003e\n\n\u003csection class=\"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 does the capillary action dyeing method work?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe kit includes green hollow flower stems that act like tiny structural straws. When placed in the color-water mixture in the tray, the colored water automatically climbs up the narrow inner channels of the stems and diffuses directly onto the water-absorbent paper petals, showing kids capillary science in real time.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: What are the two different dyeing methods included?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYou can use the Water-absorbent Paper for capillary color-absorption (liquid climbing up through the stem) or use the woven Filter Cloth for direct dot-dyeing (applying drops of dye directly onto the flat petals with dropper bottles to create custom, multi-colored spots).\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How is the butterfly display stand assembled?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe inner card folds along pre-set creases to face upward, exposing a platform with decorative butterfly-shaped hollow insert slots. Once your flowers are dyed, trimmed with scissors to the desired length, and dry, you can securely plug them into the butterfly slots for display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Newjoyloo","offers":[{"title":"Default Title","offer_id":48699668332756,"sku":null,"price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0813\/3682\/8116\/files\/991bd80d0833c3d4aeb53050323a51fe.jpg?v=1789727232","url":"https:\/\/omurio.com\/products\/creative-flower-dyeing-kit-rjc","provider":"Omurio","version":"1.0","type":"link"}