{"product_id":"raw-and-liquid-oil","title":"Batana- Grow and Glow Kit","description":"\u003c!-- GLOW \u0026 GROW KIT - Site Safe Embed --\u003e\n\u003c!-- Paste this directly into your product description HTML\/code editor --\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n  .glow-grow-card {\n    max-width: 680px;\n    width: 100%;\n    background: white;\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 8px 60px rgba(0,0,0,0.07);\n    font-family: 'DM Sans', sans-serif;\n    color: #2d2d2d;\n    margin: 0 auto;\n    animation: glowFadeUp 0.7s ease both;\n  }\n\n  @keyframes glowFadeUp {\n    from { opacity: 0; transform: translateY(28px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .glow-grow-card .hero-band {\n    background: linear-gradient(135deg, #c8dfc8 0%, #a0c4a0 100%);\n    padding: 36px 40px 32px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .glow-grow-card .hero-band::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 200px; height: 200px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.18);\n  }\n\n  .glow-grow-card .hero-band::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: -30px;\n    width: 160px; height: 160px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.10);\n  }\n\n  .glow-grow-card .badge-row {\n    display: flex;\n    gap: 8px;\n    margin-bottom: 14px;\n    flex-wrap: wrap;\n  }\n\n  .glow-grow-card .gg-badge {\n    background: rgba(255,255,255,0.5);\n    backdrop-filter: blur(6px);\n    border: 1px solid rgba(255,255,255,0.7);\n    color: #3a5c3a;\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 5px 12px;\n    border-radius: 20px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .glow-grow-card .product-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 32px;\n    font-weight: 600;\n    color: #2a3d2a;\n    line-height: 1.15;\n    position: relative;\n    z-index: 1;\n    margin: 0;\n  }\n\n  .glow-grow-card .product-title em {\n    font-style: italic;\n    font-weight: 300;\n    color: #3d5c3d;\n  }\n\n  .glow-grow-card .gg-subtitle {\n    margin-top: 8px;\n    font-size: 13px;\n    color: #4a6b4a;\n    font-weight: 400;\n    letter-spacing: 0.3px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .glow-grow-card .gg-body {\n    padding: 32px 40px;\n  }\n\n  .glow-grow-card .intro-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.75;\n    margin-bottom: 28px;\n    font-style: italic;\n    border-left: 2px solid #a0c4a0;\n    padding-left: 16px;\n    animation: glowFadeUp 0.7s 0.15s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  \/* What's included cards *\/\n  .glow-grow-card .includes-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 32px;\n    animation: glowFadeUp 0.7s 0.25s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .glow-grow-card .include-card {\n    display: flex;\n    gap: 14px;\n    align-items: flex-start;\n    padding: 14px 16px;\n    background: #f4faf4;\n    border: 1px solid transparent;\n    border-radius: 12px;\n    transition: all 0.2s ease;\n    cursor: default;\n  }\n\n  .glow-grow-card .include-card:hover {\n    border-color: #c8dfc8;\n    background: white;\n    box-shadow: 0 3px 14px rgba(160,196,160,0.25);\n    transform: translateX(4px);\n  }\n\n  .glow-grow-card .include-icon {\n    width: 38px; height: 38px; min-width: 38px;\n    background: linear-gradient(135deg, #c8dfc8 0%, #a0c4a0 100%);\n    border-radius: 10px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n  }\n\n  .glow-grow-card .include-text strong {\n    display: block;\n    font-size: 13px;\n    font-weight: 600;\n    color: #2a4a2a;\n    margin-bottom: 3px;\n  }\n\n  .glow-grow-card .include-text span {\n    font-size: 12.5px;\n    color: #666;\n    line-height: 1.5;\n  }\n\n  \/* Tabs *\/\n  .glow-grow-card .gg-tabs {\n    display: flex;\n    border-bottom: 1px solid #efefef;\n    margin-bottom: 24px;\n    animation: glowFadeUp 0.7s 0.3s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .glow-grow-card .tab-btn {\n    background: none;\n    border: none;\n    padding: 10px 20px;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 12.5px;\n    font-weight: 500;\n    color: #7a7a7a;\n    cursor: pointer;\n    position: relative;\n    letter-spacing: 0.3px;\n    transition: color 0.2s ease;\n  }\n\n  .glow-grow-card .tab-btn::after {\n    content: '';\n    position: absolute;\n    bottom: -1px; left: 0; right: 0;\n    height: 2px;\n    background: #a0c4a0;\n    transform: scaleX(0);\n    transition: transform 0.25s ease;\n    border-radius: 2px;\n  }\n\n  .glow-grow-card .tab-btn.active { color: #2a4a2a; }\n  .glow-grow-card .tab-btn.active::after { transform: scaleX(1); }\n\n  .glow-grow-card .tab-panel { display: none; }\n  .glow-grow-card .tab-panel.active { display: block; animation: glowFadeUp 0.35s ease both; }\n\n  \/* Benefits list *\/\n  .glow-grow-card .benefits-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding: 0; margin: 0;\n  }\n\n  .glow-grow-card .benefits-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    font-size: 13.5px;\n    color: #444;\n    line-height: 1.5;\n    padding: 10px 14px;\n    border-radius: 10px;\n    background: #f4faf4;\n    border: 1px solid transparent;\n    transition: all 0.2s ease;\n    cursor: default;\n  }\n\n  .glow-grow-card .benefits-list li:hover {\n    border-color: #c8dfc8;\n    background: white;\n    transform: translateX(4px);\n    box-shadow: 0 3px 14px rgba(160,196,160,0.25);\n  }\n\n  .glow-grow-card .benefit-icon {\n    width: 22px; height: 22px; min-width: 22px;\n    background: #c8dfc8;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n\n  .glow-grow-card .benefit-icon svg { width: 11px; height: 11px; }\n\n  \/* Ritual steps *\/\n  .glow-grow-card .steps { display: flex; flex-direction: column; gap: 14px; }\n  .glow-grow-card .step { display: flex; gap: 16px; align-items: flex-start; }\n\n  .glow-grow-card .step-num {\n    width: 32px; height: 32px; min-width: 32px;\n    background: linear-gradient(135deg, #c8dfc8 0%, #a0c4a0 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 16px;\n    font-weight: 600;\n    color: #2a4a2a;\n  }\n\n  .glow-grow-card .step-text strong {\n    display: block;\n    font-size: 13px;\n    font-weight: 500;\n    color: #2d2d2d;\n    margin-bottom: 2px;\n  }\n\n  .glow-grow-card .step-text span {\n    font-size: 12.5px;\n    color: #7a7a7a;\n    line-height: 1.5;\n  }\n\n  \/* Story tab *\/\n  .glow-grow-card .story-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 17px;\n    font-weight: 300;\n    color: #555;\n    line-height: 1.8;\n    margin: 0;\n  }\n\n  .glow-grow-card .story-text strong { font-weight: 600; color: #3a5c3a; }\n\n  \/* Bonus gifts strip *\/\n  .glow-grow-card .bonus-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 28px;\n    margin-bottom: 10px;\n    animation: glowFadeUp 0.7s 0.45s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .glow-grow-card .bonus-header-line {\n    flex: 1;\n    height: 1px;\n    background: #c8dfc8;\n  }\n\n  .glow-grow-card .bonus-header-label {\n    font-family: 'DM Sans', sans-serif;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #3a5c3a;\n    white-space: nowrap;\n  }\n\n  .glow-grow-card .bonus-strip {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    animation: glowFadeUp 0.7s 0.45s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .glow-grow-card .bonus-item {\n    flex: 1;\n    min-width: 160px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    padding: 14px 16px;\n    background: linear-gradient(135deg, #f4faf4 0%, #e8f2e8 100%);\n    border: 1.5px solid #a0c4a0;\n    border-radius: 12px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.2s ease;\n    cursor: default;\n  }\n\n  .glow-grow-card .bonus-item:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 18px rgba(160,196,160,0.3);\n  }\n\n  .glow-grow-card .bonus-item .free-tag {\n    position: absolute;\n    top: 0; right: 0;\n    background: #2a4a2a;\n    color: white;\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-bottom-left-radius: 8px;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .glow-grow-card .bonus-item .bonus-emoji { font-size: 22px; }\n\n  .glow-grow-card .bonus-item .bonus-text strong {\n    display: block;\n    font-size: 12.5px;\n    font-weight: 600;\n    color: #2a4a2a;\n    margin-bottom: 2px;\n  }\n\n  .glow-grow-card .bonus-item .bonus-text span {\n    font-size: 11px;\n    color: #5a7a5a;\n    line-height: 1.4;\n  }\n\n  \/* CTA strip *\/\n  .glow-grow-card .cta-strip {\n    background: linear-gradient(135deg, #f4faf4 0%, #e6f0e6 100%);\n    border-top: 1px solid #c8dfc8;\n    padding: 20px 40px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    flex-wrap: wrap;\n    animation: glowFadeUp 0.7s 0.5s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .glow-grow-card .cta-tagline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 15px;\n    font-style: italic;\n    color: #4a6b4a;\n  }\n\n  @media (max-width: 520px) {\n    .glow-grow-card .hero-band,\n    .glow-grow-card .gg-body { padding-left: 24px; padding-right: 24px; }\n    .glow-grow-card .product-title { font-size: 26px; }\n    .glow-grow-card .cta-strip { padding: 18px 24px; }\n    .glow-grow-card .tab-btn { padding: 10px 14px; font-size: 12px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"glow-grow-card\"\u003e\n\n  \u003cdiv class=\"hero-band\"\u003e\n    \u003cdiv class=\"badge-row\"\u003e\n      \u003cspan class=\"gg-badge\"\u003eLimited Kit\u003c\/span\u003e\n      \u003cspan class=\"gg-badge\"\u003e2 Premium Oils\u003c\/span\u003e\n      \u003cspan class=\"gg-badge\"\u003e2 Free Gifts\u003c\/span\u003e\n      \u003cspan class=\"gg-badge\"\u003eHonduran Origin\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"product-title\"\u003eGlow \u0026amp; Grow Kit\u003cbr\u003e\u003cem\u003eEssential Hair Renewal Duo\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"gg-subtitle\"\u003eRepair · Strengthen · Revitalize — from root to tip\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"gg-body\"\u003e\n\n    \u003cp class=\"intro-text\"\u003e\n      A transformative ritual designed to awaken your hair's natural brilliance and promote healthy, visible growth — turning everyday hair care into a luxurious, intentional experience.\n    \u003c\/p\u003e\n\n    \u003c!-- What's in the kit --\u003e\n    \u003cdiv class=\"includes-grid\"\u003e\n      \u003cdiv class=\"include-card\"\u003e\n        \u003cdiv class=\"include-icon\"\u003e🫙\u003c\/div\u003e\n        \u003cdiv class=\"include-text\"\u003e\n          \u003cstrong\u003e100% Raw Batana Oil\u003c\/strong\u003e\n          \u003cspan\u003ePure, unrefined, and powerfully concentrated. Penetrates the scalp and strands to repair damage, fortify hair at the root, and unlock natural growth potential.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"include-card\"\u003e\n        \u003cdiv class=\"include-icon\"\u003e✨\u003c\/div\u003e\n        \u003cdiv class=\"include-text\"\u003e\n          \u003cstrong\u003eBatana Hair Oil\u003c\/strong\u003e\n          \u003cspan\u003eA premium cold-pressed formula for daily use. Smooths texture, enhances shine, strengthens fragile strands, and protects against environmental stressors.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tabs --\u003e\n    \u003cdiv class=\"gg-tabs\"\u003e\n      \u003cbutton class=\"tab-btn active\" onclick=\"document.querySelectorAll('.glow-grow-card .tab-panel').forEach(p=\u0026gt;p.classList.remove('active')); document.querySelectorAll('.glow-grow-card .tab-btn').forEach(b=\u0026gt;b.classList.remove('active')); document.getElementById('gg-tab-benefits').classList.add('active'); this.classList.add('active');\"\u003eBenefits\u003c\/button\u003e\n      \u003cbutton class=\"tab-btn\" onclick=\"document.querySelectorAll('.glow-grow-card .tab-panel').forEach(p=\u0026gt;p.classList.remove('active')); document.querySelectorAll('.glow-grow-card .tab-btn').forEach(b=\u0026gt;b.classList.remove('active')); document.getElementById('gg-tab-ritual').classList.add('active'); this.classList.add('active');\"\u003eHow to Use\u003c\/button\u003e\n      \u003cbutton class=\"tab-btn\" onclick=\"document.querySelectorAll('.glow-grow-card .tab-panel').forEach(p=\u0026gt;p.classList.remove('active')); document.querySelectorAll('.glow-grow-card .tab-btn').forEach(b=\u0026gt;b.classList.remove('active')); document.getElementById('gg-tab-story').classList.add('active'); this.classList.add('active');\"\u003eOur Story\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Benefits panel --\u003e\n    \u003cdiv id=\"gg-tab-benefits\" class=\"tab-panel active\"\u003e\n      \u003cul class=\"benefits-list\"\u003e\n        \u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6.5l3 3 5-5\" stroke=\"#2a4a2a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003eDeeply repairs damage and restores hair strength from root to tip\u003c\/li\u003e\n        \u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6.5l3 3 5-5\" stroke=\"#2a4a2a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003ePromotes the appearance of fuller, healthier-looking growth\u003c\/li\u003e\n        \u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6.5l3 3 5-5\" stroke=\"#2a4a2a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003eEnhances natural shine and smooths frizz and texture\u003c\/li\u003e\n        \u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6.5l3 3 5-5\" stroke=\"#2a4a2a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003eNourishes the scalp to support a healthy hair environment\u003c\/li\u003e\n        \u003cli\u003e\n\u003cdiv class=\"benefit-icon\"\u003e\u003csvg viewbox=\"0 0 12 12\" fill=\"none\"\u003e\u003cpath d=\"M2 6.5l3 3 5-5\" stroke=\"#2a4a2a\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003eProtects hair from environmental stressors daily\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- How to Use panel --\u003e\n    \u003cdiv id=\"gg-tab-ritual\" class=\"tab-panel\"\u003e\n      \u003cdiv class=\"steps\"\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eStart with Raw Batana Oil (weekly treatment)\u003c\/strong\u003e\u003cspan\u003eWarm a small amount between your palms, massage into scalp and hair, cover for 20–30 minutes, then rinse with warm water and follow with shampoo and conditioner.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eUse Batana Hair Oil daily\u003c\/strong\u003e\u003cspan\u003eApply a few drops to damp or dry hair, focusing on mid-lengths and ends. Use as a finishing oil for shine and frizz control.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eMassage with your scalp massager\u003c\/strong\u003e\u003cspan\u003eUse the complimentary therapeutic massager while applying either oil to stimulate circulation and support natural growth.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n          \u003cdiv class=\"step-text\"\u003e\n\u003cstrong\u003eSleep protected with your silk bonnet\u003c\/strong\u003e\u003cspan\u003eWear the complimentary silk bonnet nightly to lock in moisture, reduce friction, and protect your results while you rest.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Our Story panel --\u003e\n    \u003cdiv id=\"gg-tab-story\" class=\"tab-panel\"\u003e\n      \u003cp class=\"story-text\"\u003e\n        Deep in the forests of \u003cstrong\u003eHonduras\u003c\/strong\u003e, the Miskito people have long treasured Batana Oil as a sacred beauty ritual — the secret behind generations of thick, luminous hair.\u003cbr\u003e\u003cbr\u003e\n        We created the \u003cstrong\u003eGlow \u0026amp; Grow Kit\u003c\/strong\u003e to bring that ancestral wisdom into your daily routine, pairing the raw power of unrefined Batana Oil with a refined daily formula designed for modern life. Every product in this kit is purposefully chosen — nothing is filler, everything serves your hair's transformation.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003ePure · Intentional · Rooted in tradition\u003c\/strong\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Complimentary gifts --\u003e\n    \u003cdiv class=\"bonus-header\"\u003e\n      \u003cdiv class=\"bonus-header-line\"\u003e\u003c\/div\u003e\n      \u003cspan class=\"bonus-header-label\"\u003e🎁 Yours FREE with every kit\u003c\/span\u003e\n      \u003cdiv class=\"bonus-header-line\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"bonus-strip\"\u003e\n      \u003cdiv class=\"bonus-item\"\u003e\n        \u003cspan class=\"free-tag\"\u003eFREE\u003c\/span\u003e\n        \u003cspan class=\"bonus-emoji\"\u003e🧖\u003c\/span\u003e\n        \u003cdiv class=\"bonus-text\"\u003e\n          \u003cstrong\u003eScalp Massager\u003c\/strong\u003e\n          \u003cspan\u003eStimulates circulation \u0026amp; supports natural growth\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"bonus-item\"\u003e\n        \u003cspan class=\"free-tag\"\u003eFREE\u003c\/span\u003e\n        \u003cspan class=\"bonus-emoji\"\u003e🎀\u003c\/span\u003e\n        \u003cdiv class=\"bonus-text\"\u003e\n          \u003cstrong\u003eSilk Bonnet\u003c\/strong\u003e\n          \u003cspan\u003eProtects hair overnight · Colors vary\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cta-strip\"\u003e\n    \u003cspan class=\"cta-tagline\"\u003eYour hair doesn't just grow — it thrives, shines, and radiates health.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Aphrodeity","offers":[{"title":"Default Title","offer_id":51225182994720,"sku":null,"price":899.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/6485\/1488\/files\/WhatsAppImage2026-02-10at12.51.06.jpg?v=1770733955","url":"https:\/\/aphrodeitysa.co.za\/products\/raw-and-liquid-oil","provider":"Aphrodeity","version":"1.0","type":"link"}