{"product_id":"raw-and-cream","title":"Batana- Nourish \u0026 Nurture Kit","description":"\u003c!-- NOURISH \u0026 NURTURE 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  .nourish-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: nourishFadeUp 0.7s ease both;\n  }\n\n  @keyframes nourishFadeUp {\n    from { opacity: 0; transform: translateY(28px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  .nourish-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  .nourish-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  .nourish-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  .nourish-card .badge-row {\n    display: flex;\n    gap: 8px;\n    margin-bottom: 14px;\n    flex-wrap: wrap;\n  }\n\n  .nourish-card .nn-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  .nourish-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  .nourish-card .product-title em {\n    font-style: italic;\n    font-weight: 300;\n    color: #3d5c3d;\n  }\n\n  .nourish-card .nn-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  .nourish-card .nn-body {\n    padding: 32px 40px;\n  }\n\n  .nourish-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: nourishFadeUp 0.7s 0.15s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  \/* Product cards *\/\n  .nourish-card .includes-grid {\n    display: flex;\n    flex-direction: column;\n    gap: 12px;\n    margin-bottom: 32px;\n    animation: nourishFadeUp 0.7s 0.25s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .nourish-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  .nourish-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  .nourish-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  .nourish-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  .nourish-card .include-text span {\n    font-size: 12.5px;\n    color: #666;\n    line-height: 1.5;\n  }\n\n  \/* Tabs *\/\n  .nourish-card .nn-tabs {\n    display: flex;\n    border-bottom: 1px solid #efefef;\n    margin-bottom: 24px;\n    animation: nourishFadeUp 0.7s 0.3s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .nourish-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  .nourish-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  .nourish-card .tab-btn.active { color: #2a4a2a; }\n  .nourish-card .tab-btn.active::after { transform: scaleX(1); }\n\n  .nourish-card .tab-panel { display: none; }\n  .nourish-card .tab-panel.active { display: block; animation: nourishFadeUp 0.35s ease both; }\n\n  \/* Benefits list *\/\n  .nourish-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  .nourish-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  .nourish-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  .nourish-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  .nourish-card .benefit-icon svg { width: 11px; height: 11px; }\n\n  \/* Steps *\/\n  .nourish-card .steps { display: flex; flex-direction: column; gap: 14px; }\n  .nourish-card .step { display: flex; gap: 16px; align-items: flex-start; }\n\n  .nourish-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  .nourish-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  .nourish-card .step-text span {\n    font-size: 12.5px;\n    color: #7a7a7a;\n    line-height: 1.5;\n  }\n\n  \/* Story tab *\/\n  .nourish-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  .nourish-card .story-text strong { font-weight: 600; color: #3a5c3a; }\n\n  \/* Free gifts *\/\n  .nourish-card .bonus-header {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 28px;\n    margin-bottom: 10px;\n    animation: nourishFadeUp 0.7s 0.45s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .nourish-card .bonus-header-line {\n    flex: 1;\n    height: 1px;\n    background: #c8dfc8;\n  }\n\n  .nourish-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  .nourish-card .bonus-strip {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    animation: nourishFadeUp 0.7s 0.45s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .nourish-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  .nourish-card .bonus-item:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 18px rgba(160,196,160,0.3);\n  }\n\n  .nourish-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  .nourish-card .bonus-item .bonus-emoji { font-size: 22px; }\n\n  .nourish-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  .nourish-card .bonus-item .bonus-text span {\n    font-size: 11px;\n    color: #5a7a5a;\n    line-height: 1.4;\n  }\n\n  \/* CTA strip *\/\n  .nourish-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: nourishFadeUp 0.7s 0.5s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .nourish-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    .nourish-card .hero-band,\n    .nourish-card .nn-body { padding-left: 24px; padding-right: 24px; }\n    .nourish-card .product-title { font-size: 26px; }\n    .nourish-card .cta-strip { padding: 18px 24px; }\n    .nourish-card .tab-btn { padding: 10px 14px; font-size: 12px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"nourish-card\"\u003e\n\n  \u003cdiv class=\"hero-band\"\u003e\n    \u003cdiv class=\"badge-row\"\u003e\n      \u003cspan class=\"nn-badge\"\u003eMoisture + Repair\u003c\/span\u003e\n      \u003cspan class=\"nn-badge\"\u003e2 Premium Products\u003c\/span\u003e\n      \u003cspan class=\"nn-badge\"\u003e2 Free Gifts\u003c\/span\u003e\n      \u003cspan class=\"nn-badge\"\u003eHonduran Origin\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"product-title\"\u003eNourish \u0026amp; Nurture Kit\u003cbr\u003e\u003cem\u003eDeep Moisture \u0026amp; Hair Restoration\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"nn-subtitle\"\u003eReplenish · Soften · Rejuvenate — from root to tip\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nn-body\"\u003e\n\n    \u003cp class=\"intro-text\"\u003e\n      A luxurious ritual that transforms dryness and dullness into softness, shine, and resilience — combining the purest Batana oil with a rich, restorative cream for intense moisture and strength.\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 excellence in its most potent form. Penetrates deeply to nourish, repair at the root, strengthen strands, and revitalize scalp health.\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 Cream\u003c\/strong\u003e\n          \u003cspan\u003eA luxuriously rich treatment that locks in moisture, smooths texture, and enhances softness — leaving hair silky, manageable, and radiant.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tabs --\u003e\n    \u003cdiv class=\"nn-tabs\"\u003e\n      \u003cbutton class=\"tab-btn active\" onclick=\"nnTab('nn-tab-benefits',this)\"\u003eBenefits\u003c\/button\u003e\n      \u003cbutton class=\"tab-btn\" onclick=\"nnTab('nn-tab-ritual',this)\"\u003eHow to Use\u003c\/button\u003e\n      \u003cbutton class=\"tab-btn\" onclick=\"nnTab('nn-tab-story',this)\"\u003eOur Story\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Benefits panel --\u003e\n    \u003cdiv id=\"nn-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\u003eIntensely moisturizes and replenishes dry, brittle hair\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\u003eStrengthens fragile strands and reduces breakage\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\u003eRestores softness, shine, and natural vitality\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 and repairs the scalp for a healthy foundation\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\u003eSmooths texture and locks in lasting hydration\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- How to Use panel --\u003e\n    \u003cdiv id=\"nn-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\u003eWeekly deep treatment with Raw Batana Oil\u003c\/strong\u003e\u003cspan\u003eWarm a small amount between your palms, massage into scalp and hair, cover for 20–30 minutes, then rinse 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\u003eApply Batana Hair Cream as needed\u003c\/strong\u003e\u003cspan\u003eWork through damp or dry hair focusing on mid-lengths to ends. Locks in moisture and smooths texture without rinsing.\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 your complimentary massager while applying either product to stimulate circulation and improve absorption.\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\u003eProtect overnight with your silk bonnet\u003c\/strong\u003e\u003cspan\u003eWear your complimentary silk bonnet nightly to seal in moisture, reduce friction, and wake up to softer, healthier hair.\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=\"nn-tab-story\" class=\"tab-panel\"\u003e\n      \u003cp class=\"story-text\"\u003e\n        The \u003cstrong\u003eNourish \u0026amp; Nurture Kit\u003c\/strong\u003e was born from a simple belief — that your hair deserves the very best of what nature has to offer, delivered with intention and care.\u003cbr\u003e\u003cbr\u003e\n        At its heart is \u003cstrong\u003e100% Raw Batana Oil\u003c\/strong\u003e, harvested from Honduras and treasured for generations for its remarkable ability to restore and strengthen. Paired with our \u003cstrong\u003eBatana Hair Cream\u003c\/strong\u003e, this duo creates a complete moisture ritual that works from the inside out — repairing at the root, sealing at the surface, and protecting every strand in between.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003ePure · Intentional · Deeply restorative\u003c\/strong\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Free 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; improves absorption\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's healthiest, softest, and most vibrant state yet — starts here.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript type=\"text\/javascript\"\u003e\nfunction nnTab(id,btn){\n  var p=document.querySelectorAll('.nourish-card .tab-panel');\n  var b=document.querySelectorAll('.nourish-card .tab-btn');\n  for(var i=0;i\u003cp.length;i++)p[i].classList.remove('active');\n  for(var i=0;i\u003cb.length;i++)b[i].classList.remove('active');\n  document.getElementById(id).classList.add('active');\n  btn.classList.add('active');\n}\n\u003c\/script\u003e","brand":"Aphrodeity","offers":[{"title":"Default Title","offer_id":51225182437664,"sku":null,"price":799.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/6485\/1488\/files\/WhatsAppImage2026-02-10at12.51.07_1.jpg?v=1770733742","url":"https:\/\/aphrodeitysa.co.za\/products\/raw-and-cream","provider":"Aphrodeity","version":"1.0","type":"link"}