{"product_id":"elowen-hair-oil","title":"ReGrowth™ Pure Batana Hair Oil with Rosemary — 60ml","description":"\u003c!-- ============================================================\n     ✅ INSTRUÇÕES — LEIA ANTES DE USAR\n     \n     PASSO 1: Faça upload das suas imagens\/GIFs no Shopify\n              Content → Files → Upload files\n              Após o upload, clique na imagem e copie a URL\n     \n     PASSO 2: Cole as URLs nas variáveis IMG1 até IMG8 abaixo\n              Exemplo: var IMG1 = \"https:\/\/cdn.shopify.com\/sua-imagem.jpg\"\n     \n     PASSO 3: Cole todo este código no editor HTML da descrição do produto\n              No Shopify: clique em \"\u003c\/\u003e\" no editor de descrição\n     ============================================================ --\u003e\n\n\u003cscript\u003e\n  \/\/ ═══════════════════════════════════════════════════════\n  \/\/ 📸 COLE AQUI AS URLs DAS SUAS IMAGENS E GIFs\n  \/\/ ═══════════════════════════════════════════════════════\n\n  var IMG1 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/Design_sem_nome_15.png?v=1784245463\"  \/\/ Foto principal — produto no frasco com caixa\n  var IMG2 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/ChatGPT_Image_16_07_2026_20_04_56.png?v=1784244849\"  \/\/ GIF\/foto — antes\/depois do cabelo (mais denso)\n  var IMG3 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/ChatGPT_Image_16_07_2026_20_58_40.png?v=1784245947\"  \/\/ Foto — ingredientes naturais (frutos de batana + rosemary)\n  var IMG4 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/ChatGPT_Image_16_07_2026_21_05_50.png?v=1784246383\"  \/\/ Foto — aplicação no couro cabeludo com o pincel\n  var IMG5 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/ChatGPT_Image_16_07_2026_20_23_02.png?v=1784244850\"  \/\/ Foto — massagem no cabelo\/couro cabeludo\n  var IMG6 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/ChatGPT_Image_16_07_2026_20_23_02.png?v=1784244850\"  \/\/ Foto — homem usando na barba (público masculino)\n  var IMG7 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/Captura_de_tela_2026-07-16_211832.png?v=1784247228\"  \/\/ Foto — mulher passando o óleo com aplicador\n  var IMG8 = \"https:\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/Captura_de_tela_2026-07-16_211832.png?v=1784247228\"  \/\/ Foto — depoimento de cliente real usando\n\n  window.addEventListener('DOMContentLoaded', function() {\n    var imgs = [IMG1,IMG2,IMG3,IMG4,IMG5,IMG6,IMG7,IMG8];\n    for (var i = 0; i \u003c imgs.length; i++) {\n      var el = document.getElementById('rg-img' + (i+1));\n      if (!el) continue;\n      if (imgs[i] \u0026\u0026 imgs[i].trim() !== \"\") {\n        el.src = imgs[i];\n        el.style.display = \"block\";\n        var wrap = document.getElementById('rg-wrap' + (i+1));\n        if (wrap) wrap.style.display = \"block\";\n      }\n    }\n  });\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .rg { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; color: #2b1a10; max-width: 860px; line-height: 1.6; }\n  .rg * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* PALETA — inspirada em óleos naturais\/batana *\/\n  \/* Terracota escuro: #8a3a1e | Terracota médio: #c25c2e | Dourado: #d4a44e *\/\n  \/* Creme: #faf3ea | Creme escuro: #ede0cd | Verde folha: #4a6a2e *\/\n\n  .rg-hero { background: linear-gradient(135deg, #8a3a1e 0%, #c25c2e 100%); color: #fff; padding: 30px; border-radius: 10px; margin-bottom: 24px; }\n  .rg-hero-tag { font-size: 11px; letter-spacing: 0.15em; color: #f4d4a4; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; }\n  .rg-hero-title { font-size: 26px; font-weight: 700; line-height: 1.2; margin-bottom: 10px; font-family: Georgia, serif; }\n  .rg-hero-sub { font-size: 14px; color: #ffe6cd; line-height: 1.5; }\n\n  .rg-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }\n  .rg-badge { font-size: 11px; font-weight: 600; padding: 7px 14px; border-radius: 4px; letter-spacing: 0.05em; }\n  .rg-badge-brown { background: #8a3a1e; color: #fff; }\n  .rg-badge-green { background: #4a6a2e; color: #fff; }\n  .rg-badge-cream { background: #ede0cd; color: #8a3a1e; border: 1px solid #d4a44e; }\n  .rg-badge-gold { background: #d4a44e; color: #2b1a10; }\n\n  .rg-proof { background: #2b1a10; border-radius: 10px; padding: 22px 24px; margin-bottom: 24px; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 12px; }\n  .rg-proof-num { font-size: 24px; font-weight: 700; color: #d4a44e; text-align: center; font-family: Georgia, serif; }\n  .rg-proof-label { font-size: 10px; color: #d4a44e99; letter-spacing: 0.08em; text-align: center; margin-top: 2px; }\n\n  .rg-urgency { background: #faf3ea; border-left: 4px solid #c25c2e; padding: 14px 18px; margin-bottom: 24px; border-radius: 0 6px 6px 0; display: flex; align-items: center; gap: 10px; }\n  .rg-urgency-dot { width: 8px; height: 8px; background: #c25c2e; border-radius: 50%; flex-shrink: 0; animation: rgblink 1.4s infinite; }\n  @keyframes rgblink { 0%,100%{opacity:1} 50%{opacity:0.2} }\n  .rg-urgency-text { font-size: 13px; color: #8a3a1e; }\n\n  .rg-section { margin-bottom: 36px; }\n  .rg-section-title { font-size: 20px; font-weight: 700; color: #8a3a1e; margin-bottom: 8px; padding-bottom: 12px; border-bottom: 2px solid #c25c2e; font-family: Georgia, serif; }\n  .rg-section-sub { font-size: 13px; color: #6b4a3a; margin-bottom: 18px; font-style: italic; }\n\n  \/* LAYOUT IMAGEM + TEXTO *\/\n  .rg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }\n  .rg-row.reverse { direction: rtl; }\n  .rg-row.reverse \u003e * { direction: ltr; }\n  .rg-img-col { width: 100%; }\n  .rg-img-col img { width: 100%; height: auto; display: none; border-radius: 8px; }\n\n  .rg-check-list { display: flex; flex-direction: column; gap: 10px; margin-top: 12px; }\n  .rg-check-item { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: #4a3a2e; line-height: 1.55; }\n  .rg-check-icon { color: #4a6a2e; font-size: 18px; flex-shrink: 0; margin-top: 1px; font-weight: 700; }\n  .rg-col-title { font-size: 18px; font-weight: 700; color: #8a3a1e; margin-bottom: 12px; line-height: 1.3; font-family: Georgia, serif; }\n  .rg-col-desc { font-size: 13px; color: #4a3a2e; line-height: 1.65; margin-bottom: 12px; }\n\n  .rg-ingredients { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }\n  .rg-ingredient { background: #faf3ea; border: 1px solid #ede0cd; border-radius: 8px; padding: 14px; }\n  .rg-ingredient-icon { font-size: 24px; margin-bottom: 8px; }\n  .rg-ingredient-name { font-size: 13px; font-weight: 700; color: #8a3a1e; margin-bottom: 4px; }\n  .rg-ingredient-desc { font-size: 12px; color: #6b4a3a; line-height: 1.5; }\n\n  .rg-steps { display: flex; flex-direction: column; gap: 14px; }\n  .rg-step { display: flex; gap: 16px; align-items: flex-start; background: #faf3ea; border: 1px solid #ede0cd; border-radius: 8px; padding: 16px; }\n  .rg-step-num { background: #c25c2e; color: #fff; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; flex-shrink: 0; font-family: Georgia, serif; }\n  .rg-step-title { font-size: 14px; font-weight: 700; color: #8a3a1e; margin-bottom: 4px; }\n  .rg-step-desc { font-size: 12px; color: #4a3a2e; line-height: 1.6; }\n\n  .rg-compare { width: 100%; border-collapse: collapse; font-size: 13px; border: 1px solid #ede0cd; border-radius: 8px; overflow: hidden; }\n  .rg-compare thead { background: #8a3a1e; color: #fff; }\n  .rg-compare th { padding: 14px 16px; text-align: left; font-size: 12px; letter-spacing: 0.05em; font-weight: 600; }\n  .rg-compare th.ours { color: #d4a44e; }\n  .rg-compare td { padding: 12px 16px; border-bottom: 1px solid #ede0cd; color: #4a3a2e; }\n  .rg-compare td.ours { background: #faf3ea; color: #8a3a1e; font-weight: 600; }\n  .rg-compare tr:last-child td { border-bottom: none; }\n  .rg-tick { color: #4a6a2e; font-weight: 700; }\n  .rg-cross { color: #c0392b; }\n\n  .rg-specs { border: 1px solid #ede0cd; border-radius: 8px; overflow: hidden; }\n  .rg-spec-row { display: flex; border-bottom: 1px solid #ede0cd; }\n  .rg-spec-row:last-child { border-bottom: none; }\n  .rg-spec-label { background: #faf3ea; padding: 12px 16px; font-size: 11px; font-weight: 700; color: #8a3a1e; width: 150px; flex-shrink: 0; letter-spacing: 0.05em; text-transform: uppercase; display: flex; align-items: center; }\n  .rg-spec-value { padding: 12px 16px; font-size: 13px; color: #4a3a2e; display: flex; align-items: center; }\n\n  .rg-guarantee { background: #faf3ea; border: 2px solid #4a6a2e; border-radius: 10px; padding: 24px; display: flex; gap: 18px; align-items: flex-start; }\n  .rg-guarantee-icon { font-size: 40px; flex-shrink: 0; }\n  .rg-guarantee-title { font-size: 17px; font-weight: 700; color: #4a6a2e; margin-bottom: 8px; font-family: Georgia, serif; }\n  .rg-guarantee-text { font-size: 13px; color: #4a3a2e; line-height: 1.65; }\n\n  .rg-reviews-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }\n  .rg-review { border: 1px solid #ede0cd; border-radius: 8px; padding: 18px; background: #faf3ea; }\n  .rg-review-stars { color: #d4a44e; font-size: 15px; margin-bottom: 10px; }\n  .rg-review-text { font-size: 13px; color: #4a3a2e; line-height: 1.65; margin-bottom: 12px; font-style: italic; }\n  .rg-review-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; }\n  .rg-review-author { font-size: 11px; color: #6b4a3a; font-weight: 600; }\n  .rg-review-verified { background: #e0edd0; color: #4a6a2e; font-size: 10px; padding: 3px 7px; border-radius: 3px; font-weight: 600; }\n\n  .rg-faqs { border: 1px solid #ede0cd; border-radius: 8px; overflow: hidden; }\n  .rg-faq { padding: 16px 18px; border-bottom: 1px solid #ede0cd; background: #faf3ea; }\n  .rg-faq:last-child { border-bottom: none; }\n  .rg-faq-q { font-size: 13px; font-weight: 700; color: #8a3a1e; margin-bottom: 8px; }\n  .rg-faq-a { font-size: 13px; color: #4a3a2e; line-height: 1.65; }\n\n  .rg-cta { background: linear-gradient(135deg, #8a3a1e 0%, #c25c2e 100%); color: #fff; border-radius: 10px; padding: 30px; text-align: center; }\n  .rg-cta-title { font-size: 22px; font-weight: 700; margin-bottom: 8px; font-family: Georgia, serif; }\n  .rg-cta-sub { font-size: 14px; color: #f4d4a4; margin-bottom: 20px; }\n  .rg-cta-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }\n  .rg-cta-badge { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: 11px; padding: 7px 14px; border-radius: 4px; letter-spacing: 0.04em; }\n\n  @media (max-width: 600px) {\n    .rg-row { grid-template-columns: 1fr; }\n    .rg-row.reverse { direction: ltr; }\n    .rg-ingredients { grid-template-columns: 1fr; }\n    .rg-reviews-grid { grid-template-columns: 1fr; }\n    .rg-proof { flex-direction: column; align-items: center; }\n    .rg-hero-title { font-size: 22px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rg\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003cdiv class=\"rg-hero\"\u003e\n    \u003cdiv class=\"rg-hero-tag\"\u003e🇬🇧 Trusted by UK women \u0026amp; men\u003c\/div\u003e\n    \u003cdiv class=\"rg-hero-title\"\u003eNature's Answer to Thinning Hair, Breakage \u0026amp; Dry Scalp.\u003c\/div\u003e\n    \u003cdiv class=\"rg-hero-sub\"\u003e100% pure Batana oil infused with rosemary — the ancient beauty secret of the Miskito women, now available across the UK.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rg-badges\"\u003e\n    \u003cspan class=\"rg-badge rg-badge-brown\"\u003e🇬🇧 FREE UK DELIVERY\u003c\/span\u003e\n    \u003cspan class=\"rg-badge rg-badge-green\"\u003e✓ 60-DAY MONEY-BACK\u003c\/span\u003e\n    \u003cspan class=\"rg-badge rg-badge-cream\"\u003e100% NATURAL \u0026amp; CRUELTY-FREE\u003c\/span\u003e\n    \u003cspan class=\"rg-badge rg-badge-gold\"\u003e★★★★★ 4.9 — 2,347 REVIEWS\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rg-proof\"\u003e\n    \u003cdiv\u003e\n\u003cdiv class=\"rg-proof-num\"\u003e15,000+\u003c\/div\u003e\n\u003cdiv class=\"rg-proof-label\"\u003eUK CUSTOMERS\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cdiv class=\"rg-proof-num\"\u003e4.9★\u003c\/div\u003e\n\u003cdiv class=\"rg-proof-label\"\u003eAVERAGE RATING\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cdiv class=\"rg-proof-num\"\u003e60\u003c\/div\u003e\n\u003cdiv class=\"rg-proof-label\"\u003eDAY GUARANTEE\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003cdiv\u003e\n\u003cdiv class=\"rg-proof-num\"\u003e3–7\u003c\/div\u003e\n\u003cdiv class=\"rg-proof-label\"\u003eDAY UK DELIVERY\u003c\/div\u003e\n\u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"rg-urgency\"\u003e\n    \u003cdiv class=\"rg-urgency-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"rg-urgency-text\"\u003e\n\u003cstrong\u003eHigh demand:\u003c\/strong\u003e Over 42 people viewing this right now — stock is limited.\u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 1: PROBLEMA — QUEDA DE CABELO E RESULTADOS ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ Stop Watching Your Hair Fall Every Shower\u003c\/div\u003e\n    \u003cdiv class=\"rg-row\"\u003e\n      \u003cdiv class=\"rg-img-col\" id=\"rg-wrap1\"\u003e\n        \u003cimg id=\"rg-img1\" src=\"\" alt=\"ReGrowth Batana Hair Oil\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"rg-col-title\"\u003eThinning hair is not just about age — it's about what your scalp is starving for.\u003c\/div\u003e\n        \u003cdiv class=\"rg-col-desc\"\u003eEvery day, harsh shampoos, styling heat, stress and pollution strip your scalp of the essential nutrients that keep hair strong. That's why hair breaks, thins, and stops growing.\u003c\/div\u003e\n        \u003cdiv class=\"rg-check-list\"\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Reduces shedding within the first 2 weeks\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Stimulates dormant hair follicles naturally\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Restores thickness \u0026amp; volume\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Works for both women \u0026amp; men\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 2: RESULTADOS ANTES\/DEPOIS ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ Real Results — Real UK Customers\u003c\/div\u003e\n    \u003cdiv class=\"rg-row reverse\"\u003e\n      \u003cdiv class=\"rg-img-col\" id=\"rg-wrap2\"\u003e\n        \u003cimg id=\"rg-img2\" src=\"\" alt=\"Hair before and after using ReGrowth Batana Oil\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"rg-col-title\"\u003eFuller, thicker hair in as little as 30 days.\u003c\/div\u003e\n        \u003cdiv class=\"rg-col-desc\"\u003eOur customers report visible density and thickness within a month of daily use. The ancient Miskito women of Honduras have used batana oil for centuries — and now science confirms what tradition already knew.\u003c\/div\u003e\n        \u003cdiv class=\"rg-check-list\"\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Visible thickness within 30 days\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Softer, silkier texture from week 1\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Reduced breakage \u0026amp; split ends\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Deeper, richer natural colour\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 3: INGREDIENTES ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ What's Inside the Bottle\u003c\/div\u003e\n    \u003cdiv class=\"rg-section-sub\"\u003eOnly two ingredients. Zero chemicals. Zero fillers.\u003c\/div\u003e\n    \u003cdiv class=\"rg-row\"\u003e\n      \u003cdiv class=\"rg-img-col\" id=\"rg-wrap3\"\u003e\n        \u003cimg id=\"rg-img3\" src=\"\" alt=\"Batana fruits and rosemary\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"rg-ingredients\"\u003e\n          \u003cdiv class=\"rg-ingredient\"\u003e\n            \u003cdiv class=\"rg-ingredient-icon\"\u003e🌰\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-name\"\u003ePure Batana Oil\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-desc\"\u003eCold-pressed from Honduran batana nuts. Rich in oleic acid, vitamin E and antioxidants that nourish the scalp.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"rg-ingredient\"\u003e\n            \u003cdiv class=\"rg-ingredient-icon\"\u003e🌿\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-name\"\u003eFresh Rosemary Extract\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-desc\"\u003eClinically shown to stimulate hair follicles and improve blood circulation to the scalp — the natural alternative to minoxidil.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"rg-ingredient\"\u003e\n            \u003cdiv class=\"rg-ingredient-icon\"\u003e✨\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-name\"\u003eVitamin E \u0026amp; Omega-9\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-desc\"\u003eDeeply hydrates the hair shaft, seals split ends and adds long-lasting shine without greasy residue.\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"rg-ingredient\"\u003e\n            \u003cdiv class=\"rg-ingredient-icon\"\u003e🚫\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-name\"\u003eZero Nasties\u003c\/div\u003e\n            \u003cdiv class=\"rg-ingredient-desc\"\u003eNo parabens. No sulphates. No silicones. No mineral oil. Cruelty-free and safe for coloured or chemically-treated hair.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 4: COMO USAR ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ How to Use — 3 Simple Steps\u003c\/div\u003e\n    \u003cdiv class=\"rg-row reverse\"\u003e\n      \u003cdiv class=\"rg-img-col\" id=\"rg-wrap4\"\u003e\n        \u003cimg id=\"rg-img4\" src=\"\" alt=\"Applying ReGrowth on scalp\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"rg-steps\"\u003e\n          \u003cdiv class=\"rg-step\"\u003e\n            \u003cdiv class=\"rg-step-num\"\u003e1\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"rg-step-title\"\u003eApply directly to scalp\u003c\/div\u003e\n              \u003cdiv class=\"rg-step-desc\"\u003eUse the included dropper to apply 5-10 drops onto dry or slightly damp scalp, focusing on areas of thinning.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"rg-step\"\u003e\n            \u003cdiv class=\"rg-step-num\"\u003e2\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"rg-step-title\"\u003eMassage gently for 2 minutes\u003c\/div\u003e\n              \u003cdiv class=\"rg-step-desc\"\u003eUse fingertips (or the mini scalp brush included) to boost blood circulation and help the oil penetrate deep into follicles.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"rg-step\"\u003e\n            \u003cdiv class=\"rg-step-num\"\u003e3\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"rg-step-title\"\u003eLeave overnight or wash off\u003c\/div\u003e\n              \u003cdiv class=\"rg-step-desc\"\u003eFor best results, leave overnight 2-3 times per week. Or apply 1 hour before shampooing. See results in as little as 30 days.\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 5: PARA CABELO E BARBA ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ Works Beautifully on Hair \u0026amp; Beard\u003c\/div\u003e\n    \u003cdiv class=\"rg-row\"\u003e\n      \u003cdiv class=\"rg-img-col\" id=\"rg-wrap6\"\u003e\n        \u003cimg id=\"rg-img6\" src=\"\" alt=\"Man using ReGrowth on beard\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"rg-col-title\"\u003eOne bottle. Two uses. Every man \u0026amp; woman covered.\u003c\/div\u003e\n        \u003cdiv class=\"rg-col-desc\"\u003eWhether you're battling thinning hair, patchy beard growth, split ends, or dry scalp — ReGrowth™ works on every hair type and every gender.\u003c\/div\u003e\n        \u003cdiv class=\"rg-check-list\"\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eFor women:\u003c\/strong\u003e Restores thickness \u0026amp; shine\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eFor men:\u003c\/strong\u003e Fills in patchy beard \u0026amp; scalp\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Safe for coloured \u0026amp; chemically-treated hair\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Suitable for all hair types \u0026amp; textures\u003c\/div\u003e\n          \u003cdiv class=\"rg-check-item\"\u003e\n\u003cspan class=\"rg-check-icon\"\u003e✓\u003c\/span\u003e Non-greasy — absorbs quickly\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 6: COMPARAÇÃO ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ Why ReGrowth™ Wins\u003c\/div\u003e\n    \u003ctable class=\"rg-compare\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth class=\"ours\"\u003eReGrowth™\u003c\/th\u003e\n          \u003cth\u003eMinoxidil\u003c\/th\u003e\n          \u003cth\u003eRegular Hair Oils\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n\u003ctd\u003e100% natural ingredients\u003c\/td\u003e\n\u003ctd class=\"ours\"\u003e\u003cspan class=\"rg-tick\"\u003e✓ Yes\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-cross\"\u003e✗ Chemical\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eVaries\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eSafe long-term use\u003c\/td\u003e\n\u003ctd class=\"ours\"\u003e\u003cspan class=\"rg-tick\"\u003e✓ Yes\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-cross\"\u003e✗ Side effects\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-tick\"\u003e✓ Yes\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eWorks for women \u0026amp; men\u003c\/td\u003e\n\u003ctd class=\"ours\"\u003e\u003cspan class=\"rg-tick\"\u003e✓ Both\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eDifferent formulas\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-tick\"\u003e✓ Both\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNo prescription needed\u003c\/td\u003e\n\u003ctd class=\"ours\"\u003e\u003cspan class=\"rg-tick\"\u003e✓ Yes\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eSome strengths need Rx\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-tick\"\u003e✓ Yes\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003eNourishes \u0026amp; conditions\u003c\/td\u003e\n\u003ctd class=\"ours\"\u003e\u003cspan class=\"rg-tick\"\u003e✓ Yes\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-cross\"\u003e✗ Dries hair\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-tick\"\u003e✓ Yes\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003ePrice per month\u003c\/td\u003e\n\u003ctd class=\"ours\" style=\"color:#4a6a2e;font-weight:700\"\u003e£29.95\u003c\/td\u003e\n\u003ctd\u003e£30-60\u003c\/td\u003e\n\u003ctd\u003e£10-25\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003ctr\u003e\n\u003ctd\u003e60-day guarantee\u003c\/td\u003e\n\u003ctd class=\"ours\"\u003e\u003cspan class=\"rg-tick\"\u003e✓ Full refund\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"rg-cross\"\u003e✗ No\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eVaries\u003c\/td\u003e\n\u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 7: ESPECIFICAÇÕES ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ Product Details\u003c\/div\u003e\n    \u003cdiv class=\"rg-specs\"\u003e\n      \u003cdiv class=\"rg-spec-row\"\u003e\n\u003cdiv class=\"rg-spec-label\"\u003eVolume\u003c\/div\u003e\n\u003cdiv class=\"rg-spec-value\"\u003e60ml \/ 2 fl oz — Approximately 1 month supply\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rg-spec-row\"\u003e\n\u003cdiv class=\"rg-spec-label\"\u003eIngredients\u003c\/div\u003e\n\u003cdiv class=\"rg-spec-value\"\u003e100% Pure Batana Oil, Rosemary Extract, Vitamin E\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rg-spec-row\"\u003e\n\u003cdiv class=\"rg-spec-label\"\u003eFree From\u003c\/div\u003e\n\u003cdiv class=\"rg-spec-value\"\u003eParabens · Sulphates · Silicones · Mineral oil · Fragrances\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rg-spec-row\"\u003e\n\u003cdiv class=\"rg-spec-label\"\u003eSuitable For\u003c\/div\u003e\n\u003cdiv class=\"rg-spec-value\"\u003eAll hair types · Men \u0026amp; women · Coloured \u0026amp; treated hair\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rg-spec-row\"\u003e\n\u003cdiv class=\"rg-spec-label\"\u003eIncludes\u003c\/div\u003e\n\u003cdiv class=\"rg-spec-value\"\u003eGlass dropper bottle + mini scalp brush + application tip\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rg-spec-row\"\u003e\n\u003cdiv class=\"rg-spec-label\"\u003eCruelty-Free\u003c\/div\u003e\n\u003cdiv class=\"rg-spec-value\"\u003eNever tested on animals · Vegan-friendly\u003c\/div\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"rg-spec-row\"\u003e\n\u003cdiv class=\"rg-spec-label\"\u003eDelivery\u003c\/div\u003e\n\u003cdiv class=\"rg-spec-value\"\u003eFree UK delivery · 3–7 working days · Full tracking\u003c\/div\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 8: GARANTIA ═══ --\u003e\n  \u003cdiv class=\"rg-guarantee\" style=\"margin-bottom:36px\"\u003e\n    \u003cdiv class=\"rg-guarantee-icon\"\u003e🌿\u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"rg-guarantee-title\"\u003eOur 60-Day Regrowth Promise\u003c\/div\u003e\n      \u003cdiv class=\"rg-guarantee-text\"\u003eUse ReGrowth™ daily for 60 days. If you don't see visible thickness, less shedding and healthier hair — contact our UK support team for a full refund. No questions asked. We stand behind every bottle we sell because we know it works.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 9: DEPOIMENTO REAL + REVIEWS ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ What UK Customers Are Saying\u003c\/div\u003e\n    \u003cdiv class=\"rg-row\" style=\"margin-bottom:22px\"\u003e\n      \u003cdiv class=\"rg-img-col\" id=\"rg-wrap8\"\u003e\n        \u003cimg id=\"rg-img8\" src=\"\" alt=\"Happy customer with fuller hair\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv style=\"font-size:30px;font-weight:700;color:#d4a44e;margin-bottom:6px\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv style=\"font-size:24px;font-weight:700;color:#8a3a1e;margin-bottom:8px;font-family:Georgia,serif\"\u003e4.9 out of 5\u003c\/div\u003e\n        \u003cdiv style=\"font-size:13px;color:#6b4a3a;margin-bottom:16px;font-style:italic\"\u003eBased on 2,347 verified UK reviews\u003c\/div\u003e\n        \u003cdiv style=\"font-size:14px;color:#4a3a2e;line-height:1.65\"\u003e\"I honestly cannot believe the difference. After 6 weeks my baby hairs started coming through and my parting looks noticeably fuller. This has been life-changing for my confidence.\"\u003c\/div\u003e\n        \u003cdiv style=\"margin-top:12px;font-size:12px;color:#6b4a3a;font-weight:600\"\u003e— Emma L., London \u003cspan class=\"rg-review-verified\" style=\"margin-left:6px\"\u003e✓ Verified UK Purchase\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"rg-reviews-grid\"\u003e\n      \u003cdiv class=\"rg-review\"\u003e\n        \u003cdiv class=\"rg-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-text\"\u003e\"I was so sceptical but after 4 weeks I could genuinely see new hair growing where I had a widening parting. My hairdresser noticed immediately. Amazing.\"\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-footer\"\u003e\n          \u003cdiv class=\"rg-review-author\"\u003eSophie H., Manchester\u003c\/div\u003e\n          \u003cspan class=\"rg-review-verified\"\u003e✓ Verified UK Purchase\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-review\"\u003e\n        \u003cdiv class=\"rg-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-text\"\u003e\"Used this for my beard for 6 weeks. Filled in the patchy spots on my cheeks and the beard feels so much softer. Wife stole a bottle for her hair too.\"\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-footer\"\u003e\n          \u003cdiv class=\"rg-review-author\"\u003eTom W., Birmingham\u003c\/div\u003e\n          \u003cspan class=\"rg-review-verified\"\u003e✓ Verified UK Purchase\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-review\"\u003e\n        \u003cdiv class=\"rg-review-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-text\"\u003e\"After menopause my hair went really thin and dry. This oil has genuinely brought it back to life — I'm 54 and haven't had hair this good in a decade.\"\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-footer\"\u003e\n          \u003cdiv class=\"rg-review-author\"\u003eDiana M., Bristol\u003c\/div\u003e\n          \u003cspan class=\"rg-review-verified\"\u003e✓ Verified UK Purchase\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-review\"\u003e\n        \u003cdiv class=\"rg-review-stars\"\u003e★★★★☆\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-text\"\u003e\"Really impressed. Took about 5 weeks to see real change but my hair fall in the shower has reduced by half. Smells lovely too — not heavy.\"\u003c\/div\u003e\n        \u003cdiv class=\"rg-review-footer\"\u003e\n          \u003cdiv class=\"rg-review-author\"\u003eRachel S., Edinburgh\u003c\/div\u003e\n          \u003cspan class=\"rg-review-verified\"\u003e✓ Verified UK Purchase\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ SEÇÃO 10: FAQ ═══ --\u003e\n  \u003cdiv class=\"rg-section\"\u003e\n    \u003cdiv class=\"rg-section-title\"\u003e✦ Frequently Asked Questions\u003c\/div\u003e\n    \u003cdiv class=\"rg-faqs\"\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eHow long until I see results?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eMost customers notice reduced shedding within 2 weeks. Visible new growth and thickness typically appears between 4-8 weeks of daily use. For best results, use consistently for at least 60 days.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eWill it work if my hair loss is genetic?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eBatana oil and rosemary work by nourishing the scalp and stimulating dormant follicles. Results vary, but many customers with hereditary thinning report significant improvement. Our 60-day guarantee means you can try it risk-free.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eIs it safe for coloured or chemically-treated hair?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eYes. ReGrowth™ contains zero sulphates, silicones or harsh chemicals — it's perfectly safe for coloured, permed, relaxed or bleached hair. In fact, it helps repair chemical damage.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eWill it make my hair greasy?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eNo. Batana oil absorbs quickly into the scalp and hair shaft. Applied at night, it fully absorbs by morning. For daytime use, 3-5 drops on the ends leave hair silky, not greasy.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eCan men use this for beard growth?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eAbsolutely. ReGrowth™ works equally well on beard hair — filling in patchy areas, softening coarse texture and encouraging new growth. Apply 3-4 drops daily and massage into the beard and skin underneath.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eHow long does one bottle last?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eEach 60ml bottle typically lasts 4-6 weeks with daily use. For best results and to build a habit, we recommend the 2 or 3-bottle bundle at a 15-20% discount.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eHow long does UK delivery take?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eAll UK orders are dispatched within 24 hours and arrive within 3-7 working days with full tracking. Free delivery on every order — no minimum spend required.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"rg-faq\"\u003e\n        \u003cdiv class=\"rg-faq-q\"\u003eWhat if it doesn't work for me?\u003c\/div\u003e\n        \u003cdiv class=\"rg-faq-a\"\u003eYou're covered by our 60-day money-back guarantee. Simply contact our UK support team within 60 days and we'll arrange a complete refund — no questions asked, no return hassle.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\n  \u003c!-- ═══ CTA FINAL ═══ --\u003e\n  \u003cdiv class=\"rg-cta\"\u003e\n    \u003cdiv class=\"rg-cta-title\"\u003eReady to Fall in Love With Your Hair Again?\u003c\/div\u003e\n    \u003cdiv class=\"rg-cta-sub\"\u003eJoin 15,000+ UK customers who already discovered nature's answer to thinning hair.\u003c\/div\u003e\n    \u003cdiv class=\"rg-cta-badges\"\u003e\n      \u003cspan class=\"rg-cta-badge\"\u003e🇬🇧 FREE UK DELIVERY\u003c\/span\u003e\n      \u003cspan class=\"rg-cta-badge\"\u003e🌿 60-DAY GUARANTEE\u003c\/span\u003e\n      \u003cspan class=\"rg-cta-badge\"\u003e★★★★★ 4.9 RATED\u003c\/span\u003e\n      \u003cspan class=\"rg-cta-badge\"\u003e✓ 100% NATURAL\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Bestyuk","offers":[{"title":"Default Title","offer_id":49796414734578,"sku":"ELOWEN-HAIR-OIL-1","price":29.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0832\/8036\/3762\/files\/WhatsAppImage2026-07-15at23.07.04.jpg?v=1784241074","url":"https:\/\/bestyuk.com\/products\/elowen-hair-oil","provider":"Bestyuk","version":"1.0","type":"link"}