{"product_id":"batana-liquid-oil","title":"BATANA LIQUID OIL","description":"\u003c!-- BATANA LIQUID OIL PRODUCT DESCRIPTION - 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  \/* All styles scoped to .batana-liquid-card to avoid affecting anything else on your site *\/\n\n  .batana-liquid-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: liquidFadeUp 0.7s ease both;\n  }\n\n  @keyframes liquidFadeUp {\n    from { opacity: 0; transform: translateY(28px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Hero band *\/\n  .batana-liquid-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  .batana-liquid-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  .batana-liquid-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  .batana-liquid-card .badge-row {\n    display: flex;\n    gap: 8px;\n    margin-bottom: 14px;\n    flex-wrap: wrap;\n  }\n\n  .batana-liquid-card .bl-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  .batana-liquid-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  .batana-liquid-card .product-title em {\n    font-style: italic;\n    font-weight: 300;\n    color: #3d5c3d;\n  }\n\n  .batana-liquid-card .bl-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  \/* Body *\/\n  .batana-liquid-card .bl-body {\n    padding: 32px 40px;\n  }\n\n  .batana-liquid-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: liquidFadeUp 0.7s 0.15s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .batana-liquid-card .nutrients {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 32px;\n    animation: liquidFadeUp 0.7s 0.25s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .batana-liquid-card .nutrient-pill {\n    background: #f4faf4;\n    border: 1px solid #c8dfc8;\n    color: #3a5c3a;\n    font-size: 11px;\n    font-weight: 500;\n    padding: 6px 14px;\n    border-radius: 20px;\n    transition: all 0.2s ease;\n    cursor: default;\n    font-family: 'DM Sans', sans-serif;\n  }\n\n  .batana-liquid-card .nutrient-pill:hover {\n    background: #c8dfc8;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(160,196,160,0.4);\n  }\n\n  \/* Tabs *\/\n  .batana-liquid-card .bl-tabs {\n    display: flex;\n    border-bottom: 1px solid #efefef;\n    margin-bottom: 24px;\n    animation: liquidFadeUp 0.7s 0.3s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .batana-liquid-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  .batana-liquid-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  .batana-liquid-card .tab-btn.active { color: #2a4a2a; }\n  .batana-liquid-card .tab-btn.active::after { transform: scaleX(1); }\n\n  .batana-liquid-card .tab-panel { display: none; }\n  .batana-liquid-card .tab-panel.active { display: block; animation: liquidFadeUp 0.35s ease both; }\n\n  \/* Benefits *\/\n  .batana-liquid-card .benefits-list {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    padding: 0;\n    margin: 0;\n  }\n\n  .batana-liquid-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  .batana-liquid-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  .batana-liquid-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  .batana-liquid-card .benefit-icon svg { width: 11px; height: 11px; }\n\n  \/* Steps *\/\n  .batana-liquid-card .steps { display: flex; flex-direction: column; gap: 14px; }\n  .batana-liquid-card .step { display: flex; gap: 16px; align-items: flex-start; }\n\n  .batana-liquid-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  .batana-liquid-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  .batana-liquid-card .step-text span {\n    font-size: 12.5px;\n    color: #7a7a7a;\n    line-height: 1.5;\n  }\n\n  \/* The Blend tab *\/\n  .batana-liquid-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  .batana-liquid-card .story-text strong { font-weight: 600; color: #3a5c3a; }\n\n  \/* Storage note *\/\n  .batana-liquid-card .storage-note {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-top: 28px;\n    padding: 12px 16px;\n    background: #f4faf4;\n    border-radius: 10px;\n    border: 1px solid #c8dfc8;\n    font-size: 12px;\n    color: #4a6b4a;\n    animation: liquidFadeUp 0.7s 0.45s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .batana-liquid-card .storage-note svg { min-width: 16px; }\n\n  \/* CTA strip *\/\n  .batana-liquid-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: liquidFadeUp 0.7s 0.5s ease both;\n    opacity: 0;\n    animation-fill-mode: forwards;\n  }\n\n  .batana-liquid-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    .batana-liquid-card .hero-band,\n    .batana-liquid-card .bl-body { padding-left: 24px; padding-right: 24px; }\n    .batana-liquid-card .product-title { font-size: 26px; }\n    .batana-liquid-card .cta-strip { padding: 18px 24px; }\n    .batana-liquid-card .tab-btn { padding: 10px 14px; font-size: 12px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"batana-liquid-card\"\u003e\n\n  \u003cdiv class=\"hero-band\"\u003e\n    \u003cdiv class=\"badge-row\"\u003e\n      \u003cspan class=\"bl-badge\"\u003ePremium Blend\u003c\/span\u003e\n      \u003cspan class=\"bl-badge\"\u003eAll Hair Types\u003c\/span\u003e\n      \u003cspan class=\"bl-badge\"\u003eHonduran Origin\u003c\/span\u003e\n      \u003cspan class=\"bl-badge\"\u003e30ml \/ 1.0 fl oz\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ch2 class=\"product-title\"\u003eBatana Liquid Oil\u003cbr\u003e\u003cem\u003e100% Raw Nourishment\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp class=\"bl-subtitle\"\u003eInspired by traditional Honduran hair-care secrets · Lightweight \u0026amp; Rich\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"bl-body\"\u003e\n\n    \u003cp class=\"intro-text\"\u003e\n      A carefully crafted blend of deeply nourishing botanical oils designed to revive dull, dry, and damaged hair — restoring moisture, shine, and resilience from root to tip.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"nutrients\"\u003e\n      \u003cspan class=\"nutrient-pill\"\u003e✦ Batana Oil\u003c\/span\u003e\n      \u003cspan class=\"nutrient-pill\"\u003e✦ Castor Oil Phosphate\u003c\/span\u003e\n      \u003cspan class=\"nutrient-pill\"\u003e✦ Argan Oil\u003c\/span\u003e\n      \u003cspan class=\"nutrient-pill\"\u003e✦ Sweet Almond Oil\u003c\/span\u003e\n      \u003cspan class=\"nutrient-pill\"\u003e✦ Jojoba Wax Esters\u003c\/span\u003e\n      \u003cspan class=\"nutrient-pill\"\u003e✦ Birrea Seed Oil\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"bl-tabs\"\u003e\n      \u003cbutton class=\"tab-btn active\" onclick=\"document.querySelectorAll('.batana-liquid-card .tab-panel').forEach(p=\u0026gt;p.classList.remove('active')); document.querySelectorAll('.batana-liquid-card .tab-btn').forEach(b=\u0026gt;b.classList.remove('active')); document.getElementById('liquid-tab-benefits').classList.add('active'); this.classList.add('active');\"\u003eBenefits\u003c\/button\u003e\n      \u003cbutton class=\"tab-btn\" onclick=\"document.querySelectorAll('.batana-liquid-card .tab-panel').forEach(p=\u0026gt;p.classList.remove('active')); document.querySelectorAll('.batana-liquid-card .tab-btn').forEach(b=\u0026gt;b.classList.remove('active')); document.getElementById('liquid-tab-usage').classList.add('active'); this.classList.add('active');\"\u003eHow to Use\u003c\/button\u003e\n      \u003cbutton class=\"tab-btn\" onclick=\"document.querySelectorAll('.batana-liquid-card .tab-panel').forEach(p=\u0026gt;p.classList.remove('active')); document.querySelectorAll('.batana-liquid-card .tab-btn').forEach(b=\u0026gt;b.classList.remove('active')); document.getElementById('liquid-tab-blend').classList.add('active'); this.classList.add('active');\"\u003eThe Blend\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"liquid-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 hydrates dry or 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\u003eHelps improve softness, manageability, and shine\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\u003eSupports stronger-feeling strands and reduced 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\u003eSuitable for all hair types and textures\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\u003eLightweight formula — perfect for daily use, no greasy residue\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"liquid-tab-usage\" 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\u003eApply to damp or dry hair\u003c\/strong\u003e\u003cspan\u003eDispense a few drops into your palm — a little goes a long way with this lightweight formula.\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\u003eFocus on the ends\u003c\/strong\u003e\u003cspan\u003eWork the oil through mid-lengths to ends, where hair is most prone to dryness and breakage.\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 into the scalp\u003c\/strong\u003e\u003cspan\u003eGently massage any remaining oil into the scalp to encourage nourishment and circulation.\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\u003eUse as a finishing oil\u003c\/strong\u003e\u003cspan\u003eApply to styled hair for brilliant shine, frizz control, and a polished, smooth finish.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv id=\"liquid-tab-blend\" class=\"tab-panel\"\u003e\n      \u003cp class=\"story-text\"\u003e\n        Every drop of this formula is a tribute to \u003cstrong\u003ebotanical wisdom\u003c\/strong\u003e. At its heart, raw Batana Oil — harvested from Honduras — delivers the ancestral nourishment that started it all.\u003cbr\u003e\u003cbr\u003e\n        We've paired it with \u003cstrong\u003eArgan Oil\u003c\/strong\u003e for antioxidant shine, \u003cstrong\u003eSweet Almond Oil\u003c\/strong\u003e for softening fatty acids, \u003cstrong\u003eJojoba Wax Esters\u003c\/strong\u003e that mimic the scalp's natural sebum, and \u003cstrong\u003eBirrea Seed Oil\u003c\/strong\u003e for deep conditioning strength. Together, they form a seamless, lightweight elixir that works with every hair type — effortlessly.\u003cbr\u003e\u003cbr\u003e\n        \u003cstrong\u003ePure · Natural · Sourced from Honduras\u003c\/strong\u003e\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"storage-note\"\u003e\n      \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4a6b4a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\u003e\u003c\/line\u003e\n      \u003c\/svg\u003e\n      30 ml \/ 1.0 fl oz  ·  Store in a cool, dry place away from direct sunlight for best results.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cta-strip\"\u003e\n    \u003cspan class=\"cta-tagline\"\u003eGive your hair the care it deserves — nature's answer to beautiful, healthy hair.\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Aphrodeity","offers":[{"title":"Default Title","offer_id":51160047517984,"sku":null,"price":449.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0979\/6485\/1488\/files\/WhatsAppImage2026-02-26at16.36.12_1.jpg?v=1772202601","url":"https:\/\/aphrodeitysa.co.za\/products\/batana-liquid-oil","provider":"Aphrodeity","version":"1.0","type":"link"}