{"product_id":"temporary-hair-chalk-set","title":"🎨12-Color Temporary Hair Chalk Set for Kids \u0026 Teens","description":"\u003cstyle\u003e     .product-cro-page{       --ink:#17222b;       --muted:#66717c;       --line:#ebe6df;       --soft:#faf8f4;       --soft-purple:#f6f3ff;       --accent:#7657d9;       --accent-dark:#5b3fbb;       --white:#ffffff;       --shadow:0 8px 28px rgba(25,34,43,.055);        width:100%;       max-width:1040px;       margin:0 auto;       color:var(--ink);       font-family:inherit;       font-size:16px;       line-height:1.65;       box-sizing:border-box;       container-type:inline-size;     }      .product-cro-page *,     .product-cro-page *::before,     .product-cro-page *::after{       box-sizing:border-box;     }      .product-cro-page img{       display:block;       width:100%;       max-width:100%;       height:auto;       margin:0;     }      .product-cro-page a{       color:inherit;       text-decoration:none;     }      .product-cro-page .cro-section{       margin:18px 0;     }      .product-cro-page .section-heading{       margin:0 0 8px;       color:var(--ink);       font-size:27px;       line-height:1.18;       font-weight:800;       letter-spacing:-.02em;     }      .product-cro-page .section-intro{       margin:0 0 18px;       color:var(--muted);     }      \/* HERO *\/     .product-cro-page .hero{       padding:28px 22px;       background:var(--soft);       border:1px solid var(--line);       border-radius:18px;       box-shadow:var(--shadow);     }      .product-cro-page .hero-kicker{       display:inline-flex;       align-items:center;       gap:7px;       margin:0 0 12px;       color:var(--accent-dark);       font-size:14px;       line-height:1.3;       font-weight:800;       letter-spacing:.07em;       text-transform:uppercase;     }      .product-cro-page .hero h2{       margin:0 0 12px;       color:var(--ink);       font-size:32px;       line-height:1.08;       font-weight:850;       letter-spacing:-.035em;     }      .product-cro-page .hero-copy{       max-width:760px;       margin:0;       color:#4e5963;     }      .product-cro-page .hero-benefits{       display:grid;       grid-template-columns:1fr;       gap:9px;       margin:18px 0 0;       padding:0;       list-style:none;     }      .product-cro-page .hero-benefits li{       display:flex;       align-items:flex-start;       gap:9px;       margin:0;       font-weight:700;       color:#26323b;     }      .product-cro-page .check{       flex:0 0 22px;       width:22px;       height:22px;       display:inline-flex;       align-items:center;       justify-content:center;       border-radius:50%;       background:#ece7ff;       color:var(--accent-dark);       font-size:13px;       font-weight:900;       margin-top:2px;     }      \/* NAV *\/     .product-cro-page .feature-nav{       display:grid;       grid-template-columns:repeat(2,minmax(0,1fr));       gap:10px;     }      .product-cro-page .nav-card{       min-width:0;       padding:16px 14px;       background:var(--white);       border:1px solid var(--line);       border-radius:15px;       box-shadow:0 4px 18px rgba(25,34,43,.035);       transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;     }      .product-cro-page .nav-card:hover{       transform:translateY(-2px);       border-color:#d8cff5;       box-shadow:0 8px 22px rgba(25,34,43,.06);     }      .product-cro-page .nav-card:active{       transform:scale(.985);     }      .product-cro-page .nav-icon{       display:block;       margin-bottom:7px;       font-size:23px;       line-height:1;     }      .product-cro-page .nav-title{       display:block;       margin-bottom:4px;       color:var(--ink);       font-weight:800;       line-height:1.3;     }      .product-cro-page .nav-copy{       display:block;       color:var(--muted);       font-size:14px;       line-height:1.45;     }      .product-cro-page .nav-card-wide{       grid-column:1 \/ -1;       display:flex;       align-items:center;       gap:12px;       padding:14px 16px;     }      .product-cro-page .nav-card-wide .nav-icon{       margin:0;       flex:0 0 auto;     }      \/* FEATURE CARDS *\/     .product-cro-page .feature-card{       overflow:hidden;       margin:14px 0;       background:var(--white);       border:1px solid var(--line);       border-radius:18px;       box-shadow:var(--shadow);       scroll-margin-top:18px;     }      .product-cro-page .feature-copy{       padding:22px 19px 20px;     }      .product-cro-page .feature-title{       margin:0 0 9px;       color:var(--ink);       font-size:24px;       line-height:1.2;       font-weight:820;       letter-spacing:-.015em;     }      .product-cro-page .feature-lead{       margin:0 0 13px;       color:#4f5a64;     }      .product-cro-page .feature-list{       margin:0;       padding:0;       list-style:none;     }      .product-cro-page .feature-list li{       position:relative;       margin:8px 0;       padding-left:24px;       color:#34414a;     }      .product-cro-page .feature-list li::before{       content:'✓';       position:absolute;       left:0;       top:0;       color:var(--accent-dark);       font-weight:900;     }      .product-cro-page .feature-image{       padding:0 12px 12px;     }      .product-cro-page .feature-image img{       border-radius:14px;       border:1px solid #f0ece6;     }      \/* SPECIFICATIONS *\/     .product-cro-page .info-card{       padding:20px 16px;       background:var(--white);       border:1px solid var(--line);       border-radius:18px;       box-shadow:var(--shadow);     }      .product-cro-page .spec-table{       width:100%;       border-collapse:separate;       border-spacing:0;       border:1px solid #ebe6df;       border-radius:14px;       overflow:hidden;       font-size:16px;       line-height:1.6;       table-layout:fixed;     }      .product-cro-page .spec-table th,     .product-cro-page .spec-table td{       text-align:left;       padding:13px 12px;       border-bottom:1px solid #ebe6df;       vertical-align:top;       overflow-wrap:anywhere;     }      .product-cro-page .spec-table th{       width:40%;       background:#faf8f4;       color:#5a6470;       font-weight:700;     }      .product-cro-page .spec-table td{       width:60%;       color:#17222b;       font-weight:600;       background:#fff;     }      .product-cro-page .spec-table tr:last-child th,     .product-cro-page .spec-table tr:last-child td{       border-bottom:0;     }      \/* FAQ *\/     .product-cro-page .faq-wrap{       border:1px solid var(--line);       border-radius:18px;       overflow:hidden;       background:#fff;       box-shadow:var(--shadow);     }      .product-cro-page details{       margin:0;       border-bottom:1px solid var(--line);     }      .product-cro-page details:last-child{       border-bottom:0;     }      .product-cro-page summary{       position:relative;       cursor:pointer;       list-style:none;       padding:17px 48px 17px 16px;       color:var(--ink);       font-weight:750;       line-height:1.45;     }      .product-cro-page summary::-webkit-details-marker{       display:none;     }      .product-cro-page summary::after{       content:'›';       position:absolute;       right:19px;       top:50%;       transform:translateY(-50%);       color:#66717c;       font-size:27px;       line-height:1;       transition:transform .2s ease;     }      .product-cro-page details[open] summary::after{       transform:translateY(-50%) rotate(90deg);     }      .product-cro-page .faq-answer{       padding:0 16px 17px;       color:var(--muted);     }      .product-cro-page .faq-answer p{       margin:0;     }      \/* SERVICE *\/     .product-cro-page .service-stack{       display:grid;       gap:10px;     }      .product-cro-page .service-row{       display:flex;       align-items:flex-start;       gap:13px;       padding:16px;       background:#fff;       border:1px solid var(--line);       border-radius:15px;       box-shadow:0 4px 16px rgba(25,34,43,.03);     }      .product-cro-page .service-icon{       flex:0 0 34px;       font-size:24px;       line-height:1.3;     }      .product-cro-page .service-row h3{       margin:0 0 3px;       color:var(--ink);       font-size:18px;       line-height:1.3;       font-weight:800;     }      .product-cro-page .service-row p{       margin:0;       color:var(--muted);     }      \/* CTA *\/     .product-cro-page .cta{       padding:27px 20px;       text-align:center;       background:#f7f4ff;       border:1px solid #e5def8;       border-radius:18px;     }      .product-cro-page .cta h2{       margin:0 0 8px;       color:var(--ink);       font-size:27px;       line-height:1.2;       font-weight:850;       letter-spacing:-.02em;     }      .product-cro-page .cta p{       max-width:620px;       margin:0 auto 17px;       color:#56616b;     }      .product-cro-page .cta-button{       display:inline-flex;       min-height:50px;       align-items:center;       justify-content:center;       padding:12px 28px;       background:#17222b;       color:#fff !important;       border-radius:12px;       font-weight:800;       line-height:1.2;       box-shadow:0 7px 18px rgba(23,34,43,.15);       transition:transform .18s ease,box-shadow .18s ease;     }      .product-cro-page .cta-button:hover{       transform:translateY(-2px);       box-shadow:0 10px 23px rgba(23,34,43,.2);     }      .product-cro-page .cta-button:active{       transform:scale(.97);     }      @container (min-width:700px){       .product-cro-page{         font-size:18px;       }        .product-cro-page .cro-section{         margin:24px 0;       }        .product-cro-page .hero{         padding:38px 34px;       }        .product-cro-page .hero h2{         font-size:44px;       }        .product-cro-page .hero-benefits{         grid-template-columns:repeat(3,minmax(0,1fr));       }        .product-cro-page .section-heading{         font-size:32px;       }        .product-cro-page .nav-card{         padding:19px 18px;       }        .product-cro-page .nav-copy{         font-size:16px;       }        .product-cro-page .feature-copy{         padding:27px 26px 22px;       }        .product-cro-page .feature-title{         font-size:28px;       }        .product-cro-page .feature-image{         padding:0 18px 18px;       }        .product-cro-page .info-card{         padding:25px 22px;       }        .product-cro-page .spec-table{         font-size:18px;       }        .product-cro-page .spec-table th,       .product-cro-page .spec-table td{         padding:14px 16px;       }        .product-cro-page summary{         padding:19px 52px 19px 20px;       }        .product-cro-page .faq-answer{         padding:0 20px 19px;       }        .product-cro-page .service-row{         padding:19px 20px;       }        .product-cro-page .cta{         padding:35px 28px;       }        .product-cro-page .cta h2{         font-size:34px;       }     }   \u003c\/style\u003e \u003cdiv class=\"product-cro-page\" id=\"product-top\"\u003e \u003c!-- HERO --\u003e \u003csection class=\"cro-section hero\"\u003e \u003cdiv class=\"hero-kicker\"\u003e🎨 Temporary Hair Color\u003c\/div\u003e \u003ch2 id=\"hair-chalk-main-title\"\u003eColor Your Hair for the Moment\u003c\/h2\u003e \u003c\/section\u003e \u003c!-- 2x2 FEATURE NAVIGATION --\u003e \u003csection class=\"cro-section\"\u003e \u003ch2 class=\"section-heading\" id=\"quick-look-title\"\u003eWhy You'll Love It\u003c\/h2\u003e \u003cp class=\"section-intro\"\u003eTap a feature to see the details.\u003c\/p\u003e \u003cdiv class=\"feature-nav\"\u003e \u003ca class=\"nav-card\" href=\"#feature-1\"\u003e \u003cspan class=\"nav-icon\"\u003e🎨\u003c\/span\u003e \u003cspan class=\"nav-title\"\u003e12 Vivid Colors\u003c\/span\u003e \u003cspan class=\"nav-copy\"\u003eMix and match temporary looks for every occasion.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"nav-card\" href=\"#feature-2\"\u003e \u003cspan class=\"nav-icon\"\u003e🧒\u003c\/span\u003e \u003cspan class=\"nav-title\"\u003eKids \u0026amp; Teens\u003c\/span\u003e \u003cspan class=\"nav-copy\"\u003eDesigned for ages 6–16 with no permanent commitment.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"nav-card\" href=\"#feature-3\"\u003e \u003cspan class=\"nav-icon\"\u003e🌿\u003c\/span\u003e \u003cspan class=\"nav-title\"\u003eGentle Formula\u003c\/span\u003e \u003cspan class=\"nav-copy\"\u003eWater-soluble, non-toxic, eco-friendly and hypoallergenic.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"nav-card\" href=\"#feature-4\"\u003e \u003cspan class=\"nav-icon\"\u003e💧\u003c\/span\u003e \u003cspan class=\"nav-title\"\u003eWet or Dry\u003c\/span\u003e \u003cspan class=\"nav-copy\"\u003eAdd temporary color quickly with either application method.\u003c\/span\u003e \u003c\/a\u003e \u003ca class=\"nav-card nav-card-wide\" href=\"#feature-5\"\u003e \u003cspan class=\"nav-icon\"\u003e🚿\u003c\/span\u003e \u003cspan\u003e \u003cspan class=\"nav-title\"\u003eShampoo-Washable\u003c\/span\u003e \u003cspan class=\"nav-copy\"\u003eRegular shampoo and water removes the temporary color.\u003c\/span\u003e \u003c\/span\u003e \u003c\/a\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 1 --\u003e \u003csection class=\"feature-card\" id=\"feature-1\"\u003e \u003cdiv class=\"feature-copy\"\u003e \u003ch2 class=\"feature-title\"\u003e🎨 12 Vivid Colors in One Set\u003c\/h2\u003e \u003cp class=\"feature-lead\"\u003eOne shade can feel limiting. With 12 temporary colors, you can switch up your look without committing to permanent dye.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_21_14_38_45_1.png?v=1787294346\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 2 --\u003e \u003csection class=\"feature-card\" id=\"feature-2\"\u003e \u003cdiv class=\"feature-copy\"\u003e \u003ch2 class=\"feature-title\"\u003e🧒 Made for Kids \u0026amp; Teens\u003c\/h2\u003e \u003cp class=\"feature-lead\"\u003ePermanent color is a big commitment. This temporary format gives ages 6–16 an easy way to experiment with a new look.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_21_14_38_46_2.png?v=1787294346\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 3 --\u003e \u003csection class=\"feature-card\" id=\"feature-3\"\u003e \u003cdiv class=\"feature-copy\"\u003e \u003ch2 class=\"feature-title\"\u003e🌿 Non-Toxic, Eco-Friendly \u0026amp; Hypoallergenic\u003c\/h2\u003e \u003cp class=\"feature-lead\"\u003eTemporary color should stay simple. The water-soluble chalk formula is designed without harsh chemicals.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_21_14_38_46_3.png?v=1787294346\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 4 --\u003e \u003csection class=\"feature-card\" id=\"feature-4\"\u003e \u003cdiv class=\"feature-copy\"\u003e \u003ch2 class=\"feature-title\"\u003e💧 Wet or Dry — Color in Seconds\u003c\/h2\u003e \u003cp class=\"feature-lead\"\u003eSkip the temporary spray-dye mess. Glide through dry hair or mist hair first for damp application.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_21_14_38_47_4.png?v=1787294346\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- FEATURE 5 --\u003e \u003csection class=\"feature-card\" id=\"feature-5\"\u003e \u003cdiv class=\"feature-copy\"\u003e \u003ch2 class=\"feature-title\"\u003e🚿 Shampoo-Washable Removal\u003c\/h2\u003e \u003cp class=\"feature-lead\"\u003eWhen you're ready for your natural look again, wash the temporary color out with regular shampoo and water.\u003c\/p\u003e \u003c\/div\u003e \u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0989\/0588\/2987\/files\/ChatGPTImage2026_8_21_14_38_47_5.png?v=1787294346\" alt=\"\"\u003e\u003c\/div\u003e \u003c\/section\u003e \u003c!-- DETAILS \u0026 SPECIFICATIONS --\u003e \u003csection class=\"cro-section info-card\"\u003e \u003ch2 class=\"section-heading\" id=\"details-title\"\u003eProduct Details\u003c\/h2\u003e \u003cp class=\"section-intro\"\u003eThe essentials at a glance.\u003c\/p\u003e \u003ctable class=\"spec-table\"\u003e \u003ctbody\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e \u003ctd\u003eTemporary hair chalk set\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eColors Per Set\u003c\/th\u003e \u003ctd\u003e12 colors\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eRecommended Age\u003c\/th\u003e \u003ctd\u003eAges 6–16\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eFormula\u003c\/th\u003e \u003ctd\u003eWater-soluble chalk\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e \u003ctd\u003eWet or dry hair\u003c\/td\u003e \u003c\/tr\u003e \u003ctr\u003e \u003cth scope=\"row\"\u003eRemoval\u003c\/th\u003e \u003ctd\u003eRegular shampoo and water\u003c\/td\u003e \u003c\/tr\u003e \u003c\/tbody\u003e \u003c\/table\u003e \u003c\/section\u003e \u003c!-- FAQ --\u003e \u003csection class=\"cro-section\"\u003e \u003ch2 class=\"section-heading\" id=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e \u003cdiv class=\"faq-wrap\"\u003e \u003cdetails\u003e \u003csummary\u003eHow many colors come in one set?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003e \u003cp\u003eEach set includes 12 temporary hair colors.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eCan I use it on wet or dry hair?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003e \u003cp\u003eYes. Glide it through dry hair or lightly mist the hair first for wet application.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhat age range is it designed for?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003e \u003cp\u003eIt is designed for kids and teens ages 6–16.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eHow do I remove the color?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003e \u003cp\u003eWash the color out with regular shampoo and water. No special remover is required.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003cdetails\u003e \u003csummary\u003eWhen can I use temporary hair chalk?\u003c\/summary\u003e \u003cdiv class=\"faq-answer\"\u003e \u003cp\u003eUse it for birthdays, Halloween, Christmas, cosplay, or simply a temporary weekend look.\u003c\/p\u003e \u003c\/div\u003e \u003c\/details\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- SERVICE GUARANTEES --\u003e \u003csection class=\"cro-section\"\u003e \u003ch2 class=\"section-heading\" id=\"service-title\"\u003eShopping With Confidence\u003c\/h2\u003e \u003cdiv class=\"service-stack\"\u003e \u003cdiv class=\"service-row\"\u003e \u003cdiv class=\"service-icon\"\u003e📦\u003c\/div\u003e \u003cdiv\u003e \u003ch3\u003eSecurely Packed\u003c\/h3\u003e \u003cp\u003eCareful packaging helps keep your order protected during handling.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"service-row\"\u003e \u003cdiv class=\"service-icon\"\u003e✓\u003c\/div\u003e \u003cdiv\u003e \u003ch3\u003eQuality Checked\u003c\/h3\u003e \u003cp\u003eProduct details and order contents are checked for accuracy.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003cdiv class=\"service-row\"\u003e \u003cdiv class=\"service-icon\"\u003e💬\u003c\/div\u003e \u003cdiv\u003e \u003ch3\u003eCustomer Support\u003c\/h3\u003e \u003cp\u003eHave a question about your order? Our support team is here to help.\u003c\/p\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/div\u003e \u003c\/section\u003e \u003c!-- BOTTOM CTA --\u003e \u003csection class=\"cro-section cta\"\u003e \u003ch2\u003ePick a Color. Change the Look.\u003c\/h2\u003e \u003cp\u003eExplore 12 temporary shades for parties, cosplay, holidays and everyday creative fun.\u003c\/p\u003e \u003ca class=\"cta-button\" href=\"#\"\u003e Shop Now \u003c\/a\u003e\u003c\/section\u003e \u003c\/div\u003e","brand":"HWC618","offers":[{"title":"Matte","offer_id":49496404263171,"sku":"HWC2608226662-12色-亚光款","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Fluorescent","offer_id":49496404295939,"sku":"HWC2608226662-12色-变色荧光款","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Pearl","offer_id":49496404328707,"sku":"HWC2608226662-12色-亮闪闪珠光款","price":29.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0818\/6013\/3123\/files\/ChatGPTImage2026_8_21_14_38_45_1.png?v=1787390573","url":"https:\/\/cyrarise.com\/zh\/products\/temporary-hair-chalk-set","provider":"cyrarise","version":"1.0","type":"link"}