{"product_id":"hair-1","title":"🎨 12-Color Washable Temporary Hair Chalk Set","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\n\u003cdiv class=\"product-cro-page\" id=\"product-top\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"cro-section hero\"\u003e\n\u003cdiv class=\"hero-kicker\"\u003e🎨 Temporary Hair Color\u003c\/div\u003e\n\u003ch1\u003e\u003cspan\u003e12-COLOUR TEMPORARY HAIR CHALK SET\u003c\/span\u003e\u003c\/h1\u003e\n\u003ch2\u003e\u003cspan\u003eTHEY WANT COLOUR.\u003c\/span\u003e\u003c\/h2\u003e\n\u003ch2\u003e\u003cspan\u003eYOU DON’T WANT THE COMMITMENT.\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eLet them try the bright pink, blue or purple strands they have been asking for—without choosing a permanent full-head colour.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eCreate colourful accents for parties, fancy dress, festivals or simply a fun afternoon at home.\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/6786\/3343\/files\/ezgif.com-optimize_62ed38b7-9daa-4b07-9f1c-58f96d3acd45.gif?v=1787729501\" alt=\"\"\u003e\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- 2x2 FEATURE NAVIGATION --\u003e\n\u003csection class=\"cro-section\"\u003e\n\u003ch2 class=\"section-heading\" id=\"quick-look-title\"\u003eWhy You'll Love It\u003c\/h2\u003e\n\u003cp class=\"section-intro\"\u003eTap a feature to see the details.\u003c\/p\u003e\n\u003cdiv class=\"feature-nav\"\u003e\n\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\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 1 --\u003e\n\u003csection class=\"feature-card\" id=\"feature-1\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e🎨 \u003cspan\u003eA FORMULA PARENTS CAN CHECK\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eThis chalk-based formula is made for temporary hair colouring rather than permanent dyeing.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eCheck the complete ingredient list and packaging directions before use. Adult supervision is recommended.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eVERIFIED-CLAIM VERSION\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/6786\/3343\/files\/03-colour-for-the-moment.png?v=1787728632\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 2 --\u003e\n\u003csection class=\"feature-card\" id=\"feature-2\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e🌿\u003cspan\u003eNON-TOXIC, WATER-SOLUBLE FORMULA\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eMade with a verified non-toxic, water-soluble chalk formula for temporary creative hair colouring.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eColour selected strands, enjoy the finished look and shampoo thoroughly when the occasion is over.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"feature-title\"\u003eMade for Kids \u0026amp; Teens\u003c\/h2\u003e\n\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\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 3 --\u003e\n\u003csection class=\"feature-card\" id=\"feature-3\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e🧒\u003cspan style=\"letter-spacing: -0.015em; font-family: inherit;\"\u003eNon-Toxic, Eco-Friendly \u0026amp; Hypoallergenic\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"feature-lead\"\u003eTemporary color should stay simple. The water-soluble chalk formula is designed without harsh chemicals.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/6786\/3343\/files\/8_0320794e-ac41-4b7b-93c5-183236071fdd.png?v=1787732867\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 4 --\u003e\n\u003csection class=\"feature-card\" id=\"feature-4\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e\u003cspan\u003e👻MADE FOR THE MOMENTS THEY WANT TO REMEMBER\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eOne set opens up a whole collection of colourful possibilities.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eUse different shades to complement a costume, party theme or creative outfit.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eFANCY DRESS\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eAdd pink, purple or blue strands to complete a princess, fairy or fantasy look.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eHALLOWEEN\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eCreate colourful accents for witches, skeletons and other spooky costumes.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eBIRTHDAY PARTIES\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eTurn getting ready into part of the celebration.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eFESTIVALS \u0026amp; SCHOOL-HOLIDAY FUN\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eMix several shades for a brighter, more expressive style.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cspan\u003eCREATIVE DAYS AT HOME\u003c\/span\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cspan\u003eThey do not need to wait for a special event to enjoy trying a new look.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/6786\/3343\/files\/05-colourful-moments.png?v=1787728633\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE 5 --\u003e\n\u003csection class=\"feature-card\" id=\"feature-5\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e🚿 \u003cspan\u003eCHOOSE. APPLY. SHAMPOO.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e\u003cspan\u003eNo complicated styling equipment is needed. Create colourful accents in three straightforward stages.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003e1. CHOOSE\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003ePick one of the 12 shades or combine several colours.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003e2. APPLY\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eSeparate a small section of hair and glide the applicator along the selected strand.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eBuild the colour gradually until you reach the look you want.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003e3. SHAMPOO\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003eWhen it is time to remove the colour, shampoo the treated hair thoroughly.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003eMore than one wash may be needed depending on the amount applied, hair type and hair colour.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0830\/6786\/3343\/files\/7_737320a5-3421-4fcf-b292-d2ad620596f8.png?v=1787730640\" alt=\"\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- DETAILS \u0026 SPECIFICATIONS --\u003e\n\u003csection class=\"cro-section info-card\"\u003e\n\u003ch2 class=\"section-heading\" id=\"details-title\"\u003eProduct Details\u003c\/h2\u003e\n\u003cp class=\"section-intro\"\u003eThe essentials at a glance.\u003c\/p\u003e\n\u003ctable class=\"spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eProduct Type\u003c\/th\u003e\n\u003ctd\u003eTemporary hair chalk set\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eColors Per Set\u003c\/th\u003e\n\u003ctd\u003e12 colors\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRecommended Age\u003c\/th\u003e\n\u003ctd\u003eAges 6–16\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eFormula\u003c\/th\u003e\n\u003ctd\u003eWater-soluble chalk\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eApplication\u003c\/th\u003e\n\u003ctd\u003eWet or dry hair\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003cth scope=\"row\"\u003eRemoval\u003c\/th\u003e\n\u003ctd\u003eRegular shampoo and water\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"cro-section\"\u003e\n\u003ch2 class=\"section-heading\" id=\"faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-wrap\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many colors come in one set?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eEach set includes 12 temporary hair colors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it on wet or dry hair?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eYes. Glide it through dry hair or lightly mist the hair first for wet application.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat age range is it designed for?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eIt is designed for kids and teens ages 6–16.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I remove the color?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eWash the color out with regular shampoo and water. No special remover is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen can I use temporary hair chalk?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003eUse it for birthdays, Halloween, Christmas, cosplay, or simply a temporary weekend look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SERVICE GUARANTEES --\u003e\n\u003csection class=\"cro-section\"\u003e\n\u003ch2 class=\"section-heading\" id=\"service-title\"\u003eShopping With Confidence\u003c\/h2\u003e\n\u003cdiv class=\"service-stack\"\u003e\n\u003cdiv class=\"service-row\"\u003e\n\u003cdiv class=\"service-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSecurely Packed\u003c\/h3\u003e\n\u003cp\u003eCareful packaging helps keep your order protected during handling.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-row\"\u003e\n\u003cdiv class=\"service-icon\"\u003e✓\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eQuality Checked\u003c\/h3\u003e\n\u003cp\u003eProduct details and order contents are checked for accuracy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-row\"\u003e\n\u003cdiv class=\"service-icon\"\u003e💬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCustomer Support\u003c\/h3\u003e\n\u003cp\u003eHave a question about your order? Our support team is here to help.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BOTTOM CTA --\u003e\n\u003csection class=\"cro-section cta\"\u003e\n\u003ch2\u003ePick a Color. Change the Look.\u003c\/h2\u003e\n\u003cp\u003eExplore 12 temporary shades for parties, cosplay, holidays and everyday creative fun.\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003e Shop Now \u003c\/a\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"adgafuzzl","offers":[{"title":"1 SET — JUST FOR ME","offer_id":56392590983547,"sku":"RM-ranfa-12se*1","price":19.99,"currency_code":"GBP","in_stock":true},{"title":"2 SETS — SHARE \u0026 SAVE","offer_id":56392591016315,"sku":"RM-ranfa-12se*2","price":29.99,"currency_code":"GBP","in_stock":true},{"title":"3 SETS — PARTY PACK","offer_id":56392591049083,"sku":"RM-ranfa-12se*3","price":39.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0830\/6786\/3343\/files\/01-product-hero-v2.webp?v=1787739332","url":"https:\/\/dleryma.com\/products\/hair-1","provider":"dleryma","version":"1.0","type":"link"}