{"product_id":"full-growth-bundle","title":"The Kairo Bundle","description":"\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700\u0026display=swap');\n\n  #kg-bundle-system {\n    font-family: 'Inter', sans-serif;\n    color: #1a1a1a;\n    max-width: 800px;\n    margin: 20px auto;\n    background: #F7F5F2; \/* Achtergrondkleur aangepast naar de kleur uit image_0.png *\/\n    line-height: 1.6;\n    border-radius: 8px; \/* Optioneel: afgeronde hoeken voor het hele blok *\/\n    overflow: hidden; \/* Zorgt ervoor dat de afgeronde hoeken werken met de tabs-nav *\/\n  }\n\n  #kg-bundle-system * { box-sizing: border-box; }\n\n  \/* Tabs Navigation *\/\n  #kg-bundle-system .kg-tabs-input { display: none; }\n  #kg-bundle-system .kg-tabs-nav {\n    display: flex;\n    justify-content: center;\n    border-bottom: 1px solid rgba(0,0,0,0.1);\n    margin-bottom: 40px;\n    background: transparent; \/* Zodat de tabs-nav de achtergrondkleur van #kg-bundle-system laat zien *\/\n  }\n  #kg-bundle-system .kg-tab-label {\n    padding: 20px 30px;\n    cursor: pointer;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: #8A8A8A; \/* Iets donkerder grijs voor betere leesbaarheid op de nieuwe achtergrond *\/\n    transition: all 0.3s ease;\n    border-bottom: 2px solid transparent;\n  }\n  #kg-tab-1:checked ~ .kg-tabs-nav label[for=\"kg-tab-1\"],\n  #kg-tab-2:checked ~ .kg-tabs-nav label[for=\"kg-tab-2\"],\n  #kg-tab-3:checked ~ .kg-tabs-nav label[for=\"kg-tab-3\"] {\n    color: #111;\n    border-bottom-color: #B87333;\n  }\n\n  \/* Panels *\/\n  #kg-bundle-system .kg-panels {\n    padding: 0 20px 40px; \/* Padding aan de zijkanten en onderkant van de panelen *\/\n  }\n  #kg-bundle-system .kg-panel { display: none; animation: fadeIn 0.5s ease; }\n  @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n  #kg-tab-1:checked ~ .kg-panels .kg-panel-1,\n  #kg-tab-2:checked ~ .kg-panels .kg-panel-2,\n  #kg-tab-3:checked ~ .kg-panels .kg-panel-3 { display: block; }\n\n  \/* Hero Section *\/\n  #kg-bundle-system .kg-hero {\n    text-align: center;\n    padding: 40px 20px;\n    background: transparent; \/* Achtergrondkleur van hero transparant gemaakt *\/\n    border: none; \/* Rand van hero verwijderd *\/\n    margin-bottom: 40px;\n    border-radius: 4px;\n  }\n  #kg-bundle-system .kg-hero h2 {\n    font-weight: 300;\n    font-size: 28px;\n    letter-spacing: -0.02em;\n    margin-bottom: 5px;\n    color: #111111;\n  }\n  #kg-bundle-system .kg-hero p {\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.15em;\n    color: #B87333;\n    margin: 0;\n  }\n\n  \/* Product Cards *\/\n  #kg-bundle-system .kg-section-title {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #B87333;\n    margin-bottom: 25px;\n    display: block;\n    border-left: 2px solid #B87333;\n    padding-left: 15px;\n  }\n\n  #kg-bundle-system .kg-card {\n    background: transparent; \/* Achtergrondkleur van kaarten transparant gemaakt *\/\n    border: 1px solid rgba(0,0,0,0.06); \/* Rand van kaarten subtieler gemaakt *\/\n    padding: 30px;\n    margin-bottom: 20px;\n    border-radius: 8px;\n    transition: border 0.3s ease;\n  }\n  #kg-bundle-system .kg-card:hover { border-color: #B87333; }\n  \n  #kg-bundle-system .kg-card-header {\n    display: flex;\n    justify-content: space-between;\n    align-items: baseline;\n    margin-bottom: 15px;\n  }\n  #kg-bundle-system .kg-card-title {\n    font-size: 18px;\n    font-weight: 600;\n    margin: 0;\n    color: #111111;\n  }\n  #kg-bundle-system .kg-card-category {\n    font-size: 10px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    color: #8A8A8A; \/* Iets donkerder grijs voor betere leesbaarheid *\/\n  }\n  \n  #kg-bundle-system .kg-prod-desc {\n    color: #555555;\n    margin-bottom: 15px;\n  }\n\n  \/* Ingredients Styling *\/\n  #kg-bundle-system .kg-science-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px;\n    margin-top: 15px;\n  }\n  #kg-bundle-system .kg-science-item {\n    background: transparent; \/* Achtergrondkleur van ingrediënten transparant gemaakt *\/\n    border: 1px solid rgba(0,0,0,0.06); \/* Subtiele rand voor ingrediëntenkaarten *\/\n    padding: 12px 15px;\n    border-radius: 4px;\n    font-size: 13px;\n    color: #666666;\n  }\n  #kg-bundle-system .kg-science-item strong { color: #B87333; display: block; margin-bottom: 2px; }\n\n  \/* Why Bundle Section *\/\n  #kg-bundle-system .kg-synergy-box {\n    display: flex;\n    gap: 25px;\n    align-items: center;\n    padding: 25px;\n    background: #111; \/* Zwarte achtergrond voor de synergie-blokken behouden voor contrast *\/\n    color: #fff;\n    border-radius: 8px;\n    margin-bottom: 20px;\n    border: 1px solid transparent;\n  }\n  #kg-bundle-system .kg-synergy-icon {\n    font-size: 32px;\n    color: #B87333;\n    min-width: 40px;\n  }\n  #kg-bundle-system .kg-synergy-text h4 { margin: 0 0 5px; color: #B87333; text-transform: uppercase; font-size: 14px; }\n  #kg-bundle-system .kg-synergy-text p { margin: 0; font-size: 14px; opacity: 0.8; }\n\n  \/* How To Use Steps *\/\n  #kg-bundle-system .kg-how-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n  #kg-bundle-system .kg-how-card {\n    background: transparent; \/* Achtergrondkleur van 'how to use' kaarten transparant gemaakt *\/\n    border: 1px solid rgba(0,0,0,0.06); \/* Subtiele rand voor 'how to use' kaarten *\/\n    padding: 25px;\n    border-radius: 8px;\n  }\n  #kg-bundle-system .kg-how-num {\n    font-size: 11px;\n    font-weight: 700;\n    color: #B87333;\n    text-transform: uppercase;\n    letter-spacing: 0.1em;\n    margin-bottom: 5px;\n    display: block;\n  }\n  #kg-bundle-system .kg-how-card b { display: block; font-size: 16px; margin-bottom: 8px; font-weight: 600; color: #111111; }\n  #kg-bundle-system .kg-how-card p { margin: 0; font-size: 14px; color: #555555; }\n\n  #kg-bundle-system .kg-frequency-box {\n    grid-column: 1 \/ -1;\n    margin-top: 10px;\n    padding: 20px;\n    background: #111; \/* Zwarte achtergrond voor de frequentie-box behouden voor contrast *\/\n    color: #fff;\n    border-radius: 8px;\n    text-align: center;\n  }\n  #kg-bundle-system .kg-frequency-box h4 { color: #B87333; margin: 0 0 5px; font-size: 14px; text-transform: uppercase; }\n  #kg-bundle-system .kg-frequency-box p { margin: 0; font-size: 14px; opacity: 0.9; }\n\n  @media (max-width: 600px) {\n    #kg-bundle-system .kg-tab-label { padding: 15px 10px; font-size: 10px; }\n    #kg-bundle-system .kg-science-grid, #kg-bundle-system .kg-how-grid { grid-template-columns: 1fr; }\n    #kg-bundle-system .kg-synergy-box { flex-direction: column; text-align: center; }\n    #kg-bundle-system .kg-synergy-icon { min-width: auto; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv id=\"kg-bundle-system\"\u003e\n  \u003cinput class=\"kg-tabs-input\" type=\"radio\" name=\"kg-tabs\" id=\"kg-tab-1\" checked\u003e\n  \u003cinput class=\"kg-tabs-input\" type=\"radio\" name=\"kg-tabs\" id=\"kg-tab-2\"\u003e\n  \u003cinput class=\"kg-tabs-input\" type=\"radio\" name=\"kg-tabs\" id=\"kg-tab-3\"\u003e\n\n  \u003cdiv class=\"kg-tabs-nav\"\u003e\n    \u003clabel class=\"kg-tab-label\" for=\"kg-tab-1\"\u003eThe System\u003c\/label\u003e\n    \u003clabel class=\"kg-tab-label\" for=\"kg-tab-2\"\u003eThe Synergy\u003c\/label\u003e\n    \u003clabel class=\"kg-tab-label\" for=\"kg-tab-3\"\u003eHow To Use\u003c\/label\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"kg-panels\"\u003e\n    \u003cdiv class=\"kg-panel kg-panel-1\"\u003e\n      \u003cdiv class=\"kg-hero\"\u003e\n        \u003ch2\u003eEverything You Need\u003c\/h2\u003e\n        \u003cp\u003eFull Hair Growth Bundle\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"kg-section-title\"\u003eThe Formulas\u003c\/span\u003e\n      \n      \u003cdiv class=\"kg-card\"\u003e\n        \u003cdiv class=\"kg-card-header\"\u003e\n          \u003ch3 class=\"kg-card-title\"\u003eHair Growth Shampoo\u003c\/h3\u003e\n          \u003cspan class=\"kg-card-category\"\u003ePurification\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kg-prod-desc\"\u003eA deep-cleansing foundation that removes calcified oil and environmental buildup that can choke the hair follicle.\u003c\/p\u003e\n        \u003cdiv class=\"kg-science-grid\"\u003e\n          \u003cdiv class=\"kg-science-item\"\u003e\n\u003cstrong\u003eGinger Extract\u003c\/strong\u003eCreates a safe, natural warming sensation that significantly boosts blood flow to dormant follicles.\u003c\/div\u003e\n          \u003cdiv class=\"kg-science-item\"\u003e\n\u003cstrong\u003eCitric Acid\u003c\/strong\u003eGently breaks down tough buildup without stripping the scalp's natural defense layer.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kg-card\"\u003e\n        \u003cdiv class=\"kg-card-header\"\u003e\n          \u003ch3 class=\"kg-card-title\"\u003eMoisturizing Hair Growth Repair Liquid\u003c\/h3\u003e\n          \u003cspan class=\"kg-card-category\"\u003eRegeneration\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kg-prod-desc\"\u003eThe primary nutrient source. This formula shifts follicles from a resting phase back to a proactive growth phase.\u003c\/p\u003e\n        \u003cdiv class=\"kg-science-grid\"\u003e\n          \u003cdiv class=\"kg-science-item\"\u003e\n\u003cstrong\u003eRedensyl \u0026amp; Anagain\u003c\/strong\u003eAward-winning active ingredients that target follicle stem cells to boost hair density.\u003c\/div\u003e\n          \u003cdiv class=\"kg-science-item\"\u003e\n\u003cstrong\u003eRosemary Oil\u003c\/strong\u003eA botanical oil used for decades to support hair thickness by increasing scalp circulation.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cspan class=\"kg-section-title\"\u003eThe High-Performance Tools\u003c\/span\u003e\n\n      \u003cdiv class=\"kg-card\"\u003e\n        \u003cdiv class=\"kg-card-header\"\u003e\n          \u003ch3 class=\"kg-card-title\"\u003eMatte Black Titanium Micro-Needle Roller\u003c\/h3\u003e\n          \u003cspan class=\"kg-card-category\"\u003eInduction\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kg-prod-desc\"\u003eUtilizes medical-grade titanium needles to create hundreds of invisible micro-channels in the skin. This tricks the scalp into entering a \"repair mode,\" flooding the area with natural growth factors and increasing liquid absorption by up to 300%.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kg-card\"\u003e\n        \u003cdiv class=\"kg-card-header\"\u003e\n          \u003ch3 class=\"kg-card-title\"\u003eMini Applicator \u0026amp; Massage Comb\u003c\/h3\u003e\n          \u003cspan class=\"kg-card-category\"\u003ePrecision\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kg-prod-desc\"\u003eDesigned to deliver the Repair Liquid directly to the scalp. The ball-tip teeth dispense and massage the serum *under* the hair canopy, ensuring no product is wasted on the hair strands where it cannot work.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kg-card\"\u003e\n        \u003cdiv class=\"kg-card-header\"\u003e\n          \u003ch3 class=\"kg-card-title\"\u003eHead Cleansing Massage Bathing Comb\u003c\/h3\u003e\n          \u003cspan class=\"kg-card-category\"\u003eDetox\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kg-prod-desc\"\u003eUses soft silicone bristles to physically break up hardened oil \"plugs\" during the wash cycle. This detoxifies the pore opening, allowing fine or weak hairs a clear path to break through the surface.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kg-panel kg-panel-2\"\u003e\n      \u003cdiv class=\"kg-hero\"\u003e\n        \u003ch2\u003eWhy The Bundle Wins\u003c\/h2\u003e\n        \u003cp\u003eA Multi-Angled Approach to Restoration\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kg-synergy-box\"\u003e\n        \u003cdiv class=\"kg-synergy-icon\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"kg-synergy-text\"\u003e\n          \u003ch4\u003eMaximized Absorption\u003c\/h4\u003e\n          \u003cp\u003eThe Repair Liquid is 5x more effective when applied after the Micro-Needle Roller. The roller bypasses the dead skin layer, letting the nutrients sink deep.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kg-synergy-box\"\u003e\n        \u003cdiv class=\"kg-synergy-icon\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"kg-synergy-text\"\u003e\n          \u003ch4\u003eVascular Boosting\u003c\/h4\u003e\n          \u003cp\u003eThe formulas provide the chemical signals for blood flow, while the tools provide mechanical massage. This double-action \"pumps\" nutrients into the root.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"kg-synergy-box\"\u003e\n        \u003cdiv class=\"kg-synergy-icon\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"kg-synergy-text\"\u003e\n          \u003ch4\u003eEfficient Delivery\u003c\/h4\u003e\n          \u003cp\u003eThe Precision Applicator saves serum. Instead of wetting your hair with your hands, 100% of the liquid goes exactly where it is needed—on the scalp skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"kg-panel kg-panel-3\"\u003e\n      \u003cdiv class=\"kg-hero\"\u003e\n        \u003ch2\u003eThe Kairo Garden Ritual\u003c\/h2\u003e\n        \u003cp\u003eMaximum Results in Four Simple Steps\u003c\/p\u003e\n      \u003c\/div\u003e\n      \n      \u003cdiv class=\"kg-how-grid\"\u003e\n        \u003cdiv class=\"kg-how-card\"\u003e\n          \u003cspan class=\"kg-how-num\"\u003eStep One\u003c\/span\u003e\n          \u003cb\u003eDetoxify in the Shower\u003c\/b\u003e\n          \u003cp\u003eApply the Growth Shampoo to wet hair. Use the Bathing Comb in circular motions for 2 minutes to exfoliate and break up buildup. Rinse completely.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kg-how-card\"\u003e\n          \u003cspan class=\"kg-how-num\"\u003eStep Two (Optional)\u003c\/span\u003e\n          \u003cb\u003ePrep with the Roller\u003c\/b\u003e\n          \u003cp\u003eOn a dry scalp, gently use the Titanium Roller across thinning areas. Use vertical and horizontal motions, but do not apply excessive pressure.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kg-how-card\"\u003e\n          \u003cspan class=\"kg-how-num\"\u003eStep Three\u003c\/span\u003e\n          \u003cb\u003eDeliver the Serum\u003c\/b\u003e\n          \u003cp\u003eFill the Mini Applicator reservoir with Repair Liquid. Glide the comb directly on your scalp in a slow motion. The teeth will dispense and massage the serum for you.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kg-how-card\"\u003e\n          \u003cspan class=\"kg-how-num\"\u003eStep Four\u003c\/span\u003e\n          \u003cb\u003eLeave-In \u0026amp; Absorb\u003c\/b\u003e\n          \u003cp\u003eDo not rinse the serum. Style your hair as usual. Use the Liquid daily (even on non-wash days) and let the actives work overnight.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"kg-frequency-box\"\u003e\n          \u003ch4\u003eRecommended Frequency\u003c\/h4\u003e\n          \u003cp\u003e\u003cstrong\u003eShampoo\/Bathing Comb:\u003c\/strong\u003e As often as you normally wash.\u003cbr\u003e\n             \u003cstrong\u003eDerma Roller:\u003c\/strong\u003e 2-3 times per week.\u003cbr\u003e\n             \u003cstrong\u003eRepair Liquid\/Applicator:\u003c\/strong\u003e Daily for best results.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"The Kairo Garden","offers":[{"title":"Default Title","offer_id":47685674303746,"sku":null,"price":129.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0805\/7484\/1090\/files\/ChatGPTImage16mei2026_15_34_48.png?v=1778920369","url":"https:\/\/thekairogarden.com\/products\/full-growth-bundle","provider":"The Kairo Garden","version":"1.0","type":"link"}