{"product_id":"pure-batana-rosemary-hair-oil","title":"Pure Batana Rosemary Hair Oil","description":"\u003c!--\n  [AI Design Logic]\n  Product Type: Botanical Hair \u0026 Scalp Oil\n  Target Audience: Individuals seeking hair growth, deep scalp nourishment, and hair strengthening\n  Visual Style: Warm Organic Minimalist\n  Color Strategy: Deep Botanical Green (#2d5a27), Amber Accent (#b8860b), Warm Soft Cream (#f9f6f0)\n  Module Order: Hero -\u003e Core Features -\u003e 90-Day Journey -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_6, Feature1=detail_1, Feature2=detail_5, Feature3=detail_3, Journey=detail_4\n  Specification Data Source: Extracted from detail_1, detail_2, and product report (No spec image placeholders rendered)\n  Compare Section: Included as a 90-Day Journey block, mapping chronological progression of hair thickness based on detail_4\n  Information Boundary: Strictly relies on confirmed facts: 100% Pure Batana Oil + Rosemary oil blend, 30ml \/ 1.01 fl. oz size, amber dropper bottle, non-greasy absorption, 90-day timeline. No unverified certifications or materials are added.\n  --\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2d5a27;\n      --primary-hover: #1e3f1a;\n      --accent: #b8860b;\n      --text-main: #2b2b2b;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #f9f6f0;\n      --bg-soft: #f4efe6;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n      --border-color: #e6dfd5;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      color: var(--primary);\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      color: var(--primary);\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container .body-text,\n    .product-detail-container .spec-value,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* Layout Spacing *\/\n    .detail-section {\n      padding: clamp(2rem, 5vw, 4rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .detail-section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Natural Image Flow *\/\n    .image-wrapper {\n      width: 100%;\n      height: auto;\n      display: block;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      border: 1px dashed var(--border-color);\n      box-sizing: border-box;\n      margin-bottom: 24px;\n    }\n\n    .image-placeholder {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 60px 20px;\n      color: var(--text-sub);\n      font-weight: 500;\n      text-align: center;\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n    }\n\n    .hero-copy {\n      padding-right: 20px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-weight: 600;\n      padding: 6px 16px;\n      border-radius: 50px;\n      margin-bottom: 16px;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 40px;\n      align-items: center;\n      margin-bottom: 48px;\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-item.reverse {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .feature-copy {\n      padding: 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n\n    .tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* Journey Timeline Card *\/\n    .journey-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 32px;\n    }\n\n    .journey-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 24px;\n    }\n\n    .journey-card {\n      background: var(--bg-body);\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .journey-card-step {\n      display: inline-block;\n      color: var(--accent);\n      font-weight: bold;\n      margin-bottom: 8px;\n    }\n\n    \/* Specifications Table CSS rules *\/\n    .specifications-section {\n      background: var(--bg-body);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      padding: 16px 20px;\n      vertical-align: top;\n    }\n\n    .spec-label {\n      font-weight: 600;\n      color: var(--primary);\n      width: 30%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 24px;\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-lg);\n    }\n\n    .faq-question {\n      font-weight: 600;\n      color: var(--primary);\n      margin-bottom: 12px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* Mobile Responsive Overrides *\/\n    @media (max-width: 767px) {\n      .hero-block {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n\n      .hero-copy {\n        padding-right: 0;\n        order: 2;\n      }\n\n      .hero-block .image-wrapper {\n        order: 1;\n      }\n\n      .feature-item {\n        grid-template-columns: 1fr !important;\n        gap: 24px;\n      }\n\n      .feature-media {\n        order: 1 !important;\n      }\n\n      .feature-copy {\n        order: 2 !important;\n        padding: 16px;\n      }\n\n      .journey-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      \/* Specifications Safe Responsive Layout *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table tr:last-child td {\n        border-bottom: none;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        color: var(--primary);\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-label {\n        display: none; \/* Hidden on mobile to let data-label generate the dynamic row title *\/\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Content Section --\u003e\n\u003csection class=\"detail-section hero-block\"\u003e\n\u003cdiv class=\"hero-copy\"\u003e\n\u003cspan class=\"trust-badge\"\u003e100% Pure Batana Blend\u003c\/span\u003e\n\u003ch1\u003eTransform Thinning, Lifeless Hair into Thicker, Fuller Locks! ✨\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eUnlock the secret to visibly thicker, softer, and healthier hair. Our powerful dual-botanical blend combines 100% Pure Batana Oil (nature's miracle for hair strength) with Stimulating Rosemary Oil to target dry strands, soothe the scalp, and awaken dormant roots.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img68\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826155723\/36f8c4073af2e22682492dd11e2a8709.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003ch2\u003eAdvanced Hair and Scalp Care Features\u003c\/h2\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826155722\/ee11a38a494cd2291eb89c042533acdf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🌿 The Ultimate Growth \u0026amp; Repair Duo\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eBatana Oil:\u003c\/strong\u003e Packed with essential fatty acids and antioxidants to repair damaged cuticles and restore vibrant shine.\u003c\/p\u003e\n\n\u003cp class=\"body-text\"\u003e\u003cstrong\u003eRosemary Oil:\u003c\/strong\u003e Clinically proven to support scalp circulation, encouraging thicker, denser-looking hair over time.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eScalp Detox\u003c\/span\u003e \u003cspan class=\"tag\"\u003eRoot Strength\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\" style=\"direction: rtl;\"\u003e\n\u003c!-- CSS direction maintains desktop layout swap, reset standard ltr behavior for mobile and inner items --\u003e\n\u003cdiv class=\"feature-media\" style=\"direction: ltr;\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img70\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826155723\/89f993bfc75eca1d18cea78ad2da9ecd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\" style=\"direction: ltr;\"\u003e\n\u003ch3\u003e💧 Feather-Light \u0026amp; Non-Greasy\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eSay goodbye to heavy, sticky treatments. Our fast-absorbing formula penetrates deep into the scalp and hair shafts, delivering intense hydration without leaving any greasy residue. Perfect for all hair types!\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eNo Greasy Residue\u003c\/span\u003e \u003cspan class=\"tag\"\u003eEffortless Absorption\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img71\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826155722\/52d5cf9a808e6560d912b4c47b631bf7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eDeep Nourishment \u0026amp; Softness\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eProvides regular care designed to moisturize extremely dry, coarse, or damage-prone hair. The nutrient-dense fatty acids condition the cuticle to restore natural vibrant shine and elasticity.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eIntense Moisture\u003c\/span\u003e \u003cspan class=\"tag\"\u003eVibrant Shine\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Journey Block (Based on detail_4) --\u003e\n\n\u003csection class=\"detail-section journey-section\"\u003e\n\u003ch2\u003e📅 Your 90-Day Transformation Journey\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003e\u003cem\u003e(For best results, we highly recommend the 3-Bottle 90-Day Treatment)\u003c\/em\u003e\u003c\/p\u003e\n\n\u003cdiv class=\"journey-grid\"\u003e\n\u003cdiv class=\"journey-card\"\u003e\n\u003cspan class=\"journey-card-step\"\u003eMonth 1\u003c\/span\u003e\n\n\u003ch3\u003eDeep Hydration\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eScalp is detoxified and deeply nourished. Dryness and frizz are visibly reduced.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"journey-card\"\u003e\n\u003cspan class=\"journey-card-step\"\u003eMonth 2\u003c\/span\u003e\n\n\u003ch3\u003eRoot Strength\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eHair shedding decreases. Roots feel stronger, and hair maintains a fuller appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"journey-card\"\u003e\n\u003cspan class=\"journey-card-step\"\u003eMonth 3\u003c\/span\u003e\n\n\u003ch3\u003eOptimal Density\u003c\/h3\u003e\n\n\u003cp class=\"body-text\"\u003eExperience enhanced volume, restored shine, and visibly thicker, healthier-looking hair!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-wrapper\" style=\"margin-top: 24px; margin-bottom: 0;\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img72\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260826155722\/c11262b56bfbc85303cda4797d3a095d.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"detail-section specifications-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eProduct Type\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003e\u003cspan class=\"spec-value\"\u003eHair Growth Serum \u0026amp; Scalp Detox Oil\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eKey Active Ingredients\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Key Active Ingredients\"\u003e\u003cspan class=\"spec-value\"\u003e100% Pure Batana Oil, Rosemary Oil\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eVolume\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Volume\"\u003e\u003cspan class=\"spec-value\"\u003e1.01 fl. oz (30 ml)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eBottle Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Bottle Material\"\u003e\u003cspan class=\"spec-value\"\u003eAmber Protective Glass\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"spec-label\"\u003eDispenser System\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Dispenser System\"\u003e\u003cspan class=\"spec-value\"\u003eClassic Threaded Dropper Pipette\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do Batana oil and Rosemary oil work together?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eBatana oil delivers essential fatty acids and antioxidants to nourish and fortify the roots and scalp, while Rosemary oil helps increase circulation, encouraging thicker and healthier hair over time.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Will this oil weigh down my thin or fine hair?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. Our blend is lightweight and formulated to absorb effortlessly. It targets dry areas with fast-absorbing lipids, avoiding heavy or sticky residue so your hair remains soft and bouncy.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How long should I consistently use the oil to notice changes?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eConsistency is key. The hair cycle requires daily nourishment: Month 1 focuses on scalp hydration, Month 2 helps reduce daily hair shedding and supports fuller-looking hair, and Month 3 reveals enhanced overall density.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Bottle (30ml) - 30-Day Starter","offer_id":50176391774458,"sku":"0826-18053733","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2 Bottles (60ml) - 60-Day Routine Care","offer_id":50176391807226,"sku":"0826-18058906","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3 Bottles (90ml) - 90-Day Transformation (Best Value!)","offer_id":50176391839994,"sku":"0826-18050808","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/36f8c4073af2e22682492dd11e2a8709.jpg?v=1787738816","url":"https:\/\/varitino.com\/products\/pure-batana-rosemary-hair-oil","provider":"Varitino","version":"1.0","type":"link"}