{"product_id":"rosemary-essential-oil","title":"Rosemary Essential Oil – Steam Distilled, Cineole Chemotype - 15ml","description":"\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,400;1,600\u0026family=DM+Sans:wght@400;500;600;700\u0026display=swap');\n\n\/* ── TOKENS ── *\/\n:root {\n  --ro-forest:      #2D4A3E;\n  --ro-green:       #3A6B4F;\n  --ro-mid-green:   #4E8C68;\n  --ro-light-green: #A8D5B5;\n  --ro-gold:        #C8973A;\n  --ro-gold-light:  #FDF3E3;\n  --ro-bg:          #F2F5F1;\n  --ro-white:       #FFFFFF;\n  --ro-cream:       #FAF7F2;\n  --ro-charcoal:    #1C1C1C;\n  --ro-mid:         #5A5A5A;\n  --ro-light:       #9A9A9A;\n  --ro-border:      #D0DDD4;\n  --ro-red:         #C0392B;\n  --ro-serif:       'Playfair Display', Georgia, serif;\n  --ro-sans:        'DM Sans', system-ui, sans-serif;\n  --ro-r-md:        16px;\n  --ro-r-lg:        24px;\n  --ro-shadow-sm:   0 2px 12px rgba(0,0,0,.06);\n  --ro-shadow-md:   0 8px 32px rgba(0,0,0,.10);\n  --ro-shadow-lg:   0 20px 60px rgba(0,0,0,.13);\n}\n\n\/* ── RESET ── *\/\n.ro-wrap *, .ro-wrap *::before, .ro-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.ro-wrap { font-family: var(--ro-sans); color: var(--ro-charcoal); line-height: 1.6; overflow-x: hidden; }\n.ro-wrap img { max-width: 100%; display: block; }\n.ro-wrap a { color: inherit; text-decoration: none; }\n\n\/* ── LAYOUT ── *\/\n.ro-sec   { padding: 64px 0; }\n.ro-inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }\n.ro-2col  { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n.ro-3col  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n.ro-4col  { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }\n\n\/* ── TYPOGRAPHY ── *\/\n.ro-label {\n  display: block; font-size: 11px; font-weight: 700;\n  letter-spacing: .14em; text-transform: uppercase;\n  color: var(--ro-green); margin-bottom: 10px; font-family: var(--ro-sans);\n}\n.ro-h2 {\n  font-family: var(--ro-serif);\n  font-size: clamp(26px, 3.2vw, 38px); line-height: 1.2;\n  color: var(--ro-charcoal); margin-bottom: 14px;\n}\n.ro-h2 em { font-style: italic; color: var(--ro-green); }\n.ro-body { font-size: 15px; color: var(--ro-mid); line-height: 1.7; font-family: var(--ro-sans); }\n\n\/* ── REVEAL ── *\/\n.ro-reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }\n.ro-reveal.visible { opacity: 1; transform: translateY(0); }\n\n\/* ═══════════════════════════════\n   1. TRUST BAR\n═══════════════════════════════ *\/\n.ro-trust-bar {\n  background: var(--ro-forest); padding: 13px 0;\n  overflow: hidden; position: relative;\n}\n.ro-trust-bar::before,\n.ro-trust-bar::after {\n  content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2;\n  pointer-events: none;\n}\n.ro-trust-bar::before { left: 0; background: linear-gradient(to right, var(--ro-forest), transparent); }\n.ro-trust-bar::after  { right: 0; background: linear-gradient(to left, var(--ro-forest), transparent); }\n.ro-trust-bar__track {\n  display: flex; align-items: center;\n  width: max-content;\n  animation: ro-marquee 28s linear infinite;\n}\n.ro-trust-bar__track:hover { animation-play-state: paused; }\n@keyframes ro-marquee {\n  0%   { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n.ro-trust-item {\n  display: flex; align-items: center; gap: 9px;\n  color: rgba(255,255,255,.9); font-size: 13px; font-weight: 500;\n  white-space: nowrap; font-family: var(--ro-sans);\n  padding: 0 28px;\n}\n.ro-trust-item + .ro-trust-item { border-left: 1px solid rgba(255,255,255,.18); }\n.ro-trust-icon {\n  width: 26px; height: 26px; border-radius: 50%;\n  background: rgba(255,255,255,.15);\n  display: flex; align-items: center; justify-content: center; font-size: 13px;\n  flex-shrink: 0;\n}\n\n\/* ═══════════════════════════════\n   2. HERO\n═══════════════════════════════ *\/\n.ro-hero {\n  background: linear-gradient(135deg, #EDF3EF 0%, #FAF7F2 60%, #F5EDD8 100%);\n  padding: 64px 0; overflow: hidden; position: relative;\n}\n.ro-hero::before {\n  content: ''; position: absolute; inset: 0;\n  background: radial-gradient(ellipse at 70% 50%, rgba(200,151,58,.08) 0%, transparent 65%);\n  pointer-events: none;\n}\n\n.ro-hero__badge {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: rgba(45,74,62,.08); border: 1px solid rgba(45,74,62,.15);\n  border-radius: 100px; padding: 6px 16px;\n  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;\n  color: var(--ro-forest); font-family: var(--ro-sans); margin-bottom: 22px;\n}\n.ro-hero__badge::before { content: '●'; color: var(--ro-mid-green); font-size: 8px; }\n\n.ro-hero__title {\n  font-family: var(--ro-serif);\n  font-size: clamp(34px, 5vw, 56px); line-height: 1.1;\n  color: var(--ro-charcoal); margin-bottom: 20px;\n}\n.ro-hero__title em { font-style: italic; color: var(--ro-forest); }\n\n.ro-hero__sub {\n  font-size: 17px; color: var(--ro-mid); line-height: 1.65;\n  margin-bottom: 28px; max-width: 460px; font-family: var(--ro-sans);\n}\n\n.ro-hero__stat {\n  display: inline-flex; align-items: center; gap: 10px;\n  background: rgba(45,74,62,.07); border: 1px solid rgba(45,74,62,.15);\n  border-radius: 12px; padding: 10px 18px; margin-bottom: 28px;\n  font-family: var(--ro-sans);\n}\n.ro-hero__stat-num { font-size: 22px; font-weight: 700; color: var(--ro-forest); }\n.ro-hero__stat-txt { font-size: 12px; color: var(--ro-mid); line-height: 1.4; }\n\n.ro-hero__price-row {\n  display: flex; align-items: baseline; gap: 12px;\n  margin-bottom: 24px; flex-wrap: wrap;\n}\n.ro-hero__price-now { font-size: 36px; font-weight: 700; color: var(--ro-charcoal); font-family: var(--ro-sans); }\n.ro-hero__price-was { font-size: 18px; color: var(--ro-light); text-decoration: line-through; font-family: var(--ro-sans); }\n.ro-hero__price-save {\n  font-size: 12px; font-weight: 700;\n  background: #FDECEA; color: var(--ro-red);\n  padding: 3px 10px; border-radius: 100px; font-family: var(--ro-sans);\n}\n\n.ro-hero__btn {\n  display: inline-flex; align-items: center; justify-content: center;\n  background: var(--ro-forest); color: var(--ro-gold);\n  font-size: 15px; font-weight: 700; font-family: var(--ro-sans);\n  padding: 16px 36px; border-radius: 100px; border: none; cursor: pointer;\n  text-decoration: none; transition: background .2s, transform .15s;\n  box-shadow: 0 4px 20px rgba(45,74,62,.3); width: 100%; max-width: 360px;\n  text-align: center;\n}\n.ro-hero__btn:hover { background: var(--ro-green); transform: translateY(-2px); color: #fff; }\n\n.ro-hero__trust {\n  display: flex; gap: 18px; margin-top: 14px; flex-wrap: wrap;\n}\n.ro-hero__trust-item {\n  display: flex; align-items: center; gap: 5px;\n  font-size: 12px; color: var(--ro-mid); font-family: var(--ro-sans);\n}\n.ro-hero__trust-item::before { content: '✓'; color: var(--ro-green); font-weight: 700; }\n\n\/* Hero image *\/\n.ro-hero__img-wrap {\n  position: relative; align-self: center;\n}\n.ro-hero__img {\n  border-radius: var(--ro-r-lg);\n  overflow: hidden; aspect-ratio: 4\/5;\n  background: linear-gradient(160deg, #C8DEC8, #3A6B4F);\n  box-shadow: var(--ro-shadow-lg);\n}\n.ro-hero__img img { width: 100%; height: 100%; object-fit: cover; display: block; }\n.ro-hero__img-placeholder {\n  width: 100%; height: 100%;\n  display: flex; align-items: center; justify-content: center;\n  color: rgba(255,255,255,.55); font-size: 13px; font-family: var(--ro-sans);\n  text-align: center; padding: 20px;\n}\n.ro-hero__float-badge {\n  position: absolute; top: 20px; right: -12px;\n  background: var(--ro-gold); color: #fff;\n  border-radius: 12px; padding: 10px 16px; text-align: center;\n  font-family: var(--ro-sans); box-shadow: var(--ro-shadow-md); min-width: 110px;\n}\n.ro-hero__float-big  { font-size: 22px; font-weight: 700; line-height: 1; }\n.ro-hero__float-lbl  { font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-top: 2px; opacity: .85; }\n\n\/* ═══════════════════════════════\n   3. IS THIS FOR YOU\n═══════════════════════════════ *\/\n.ro-foryou { background: var(--ro-cream); }\n.ro-foryou-header { text-align: center; margin-bottom: 48px; }\n\n.ro-symptom-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 760px; margin: 0 auto 44px; }\n.ro-symptom-card {\n  display: flex; gap: 14px; align-items: flex-start;\n  background: var(--ro-white); border-radius: var(--ro-r-md);\n  padding: 20px 18px; border: 1.5px solid var(--ro-border);\n  font-family: var(--ro-sans); transition: border-color .2s, box-shadow .2s;\n}\n.ro-symptom-card:hover { border-color: var(--ro-green); box-shadow: var(--ro-shadow-sm); }\n.ro-symptom-icon { font-size: 28px; flex-shrink: 0; }\n.ro-symptom-card h4 { font-size: 14px; font-weight: 700; color: var(--ro-charcoal); margin-bottom: 4px; }\n.ro-symptom-card p  { font-size: 12px; color: var(--ro-mid); line-height: 1.55; }\n\n.ro-foryou-cta {\n  text-align: center; background: linear-gradient(135deg, var(--ro-forest), var(--ro-green));\n  border-radius: var(--ro-r-lg); padding: 36px 32px; color: #fff;\n  max-width: 640px; margin: 0 auto; font-family: var(--ro-sans);\n}\n.ro-foryou-cta h3 { font-family: var(--ro-serif); font-size: 22px; margin-bottom: 10px; }\n.ro-foryou-cta p  { font-size: 14px; color: rgba(255,255,255,.75); margin-bottom: 20px; }\n.ro-foryou-cta a {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: #fff; color: var(--ro-forest);\n  font-size: 13px; font-weight: 700; font-family: var(--ro-sans);\n  padding: 12px 28px; border-radius: 100px; text-decoration: none;\n  transition: background .2s, transform .15s;\n}\n.ro-foryou-cta a:hover { background: #E8F5EE; transform: translateY(-1px); color: var(--ro-forest); }\n\n\/* ═══════════════════════════════\n   4. SCIENCE\n═══════════════════════════════ *\/\n.ro-science { background: var(--ro-bg); }\n.ro-sci-header { text-align: center; margin-bottom: 48px; }\n\n.ro-mech-card {\n  background: var(--ro-white); border-radius: var(--ro-r-lg);\n  padding: 28px 24px; border: 1px solid var(--ro-border);\n  box-shadow: var(--ro-shadow-sm); font-family: var(--ro-sans);\n  transition: transform .2s, box-shadow .2s;\n}\n.ro-mech-card:hover { transform: translateY(-4px); box-shadow: var(--ro-shadow-md); }\n.ro-mech-icon {\n  width: 52px; height: 52px; border-radius: 14px;\n  background: linear-gradient(135deg, var(--ro-forest), var(--ro-mid-green));\n  display: flex; align-items: center; justify-content: center;\n  font-size: 24px; margin-bottom: 18px;\n}\n.ro-mech-card h3 { font-size: 16px; font-weight: 700; color: var(--ro-charcoal); margin-bottom: 8px; }\n.ro-mech-card p  { font-size: 13px; color: var(--ro-mid); line-height: 1.65; }\n\n\/* Clinical stat banner *\/\n.ro-stat-banner {\n  background: linear-gradient(135deg, #1A3328, var(--ro-forest));\n  border-radius: var(--ro-r-lg); padding: 40px 44px;\n  display: flex; align-items: center; gap: 44px;\n  color: #fff; margin-top: 32px;\n}\n.ro-stat-left { flex-shrink: 0; text-align: center; }\n.ro-stat-big  { font-family: var(--ro-serif); font-size: 56px; font-weight: 700; color: var(--ro-light-green); line-height: 1; }\n.ro-stat-lbl  { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 4px; font-family: var(--ro-sans); }\n.ro-stat-eq   { font-size: 26px; font-weight: 700; color: var(--ro-gold); font-family: var(--ro-serif); margin-top: 6px; }\n.ro-stat-eq-lbl { font-size: 12px; color: rgba(255,255,255,.55); font-family: var(--ro-sans); }\n.ro-stat-div  { width: 1px; background: rgba(255,255,255,.15); align-self: stretch; flex-shrink: 0; }\n.ro-stat-copy h3 { font-family: var(--ro-serif); font-size: 20px; margin-bottom: 10px; }\n.ro-stat-copy p  { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.65; font-family: var(--ro-sans); }\n.ro-stat-cite { font-size: 11px; color: rgba(255,255,255,.35); margin-top: 10px; font-style: italic; font-family: var(--ro-sans); }\n\n\/* ═══════════════════════════════\n   5. TIMELINE\n═══════════════════════════════ *\/\n.ro-timeline-sec { background: var(--ro-white); }\n.ro-tl-header { text-align: center; margin-bottom: 52px; }\n\n.ro-timeline {\n  display: grid; grid-template-columns: repeat(4, 1fr);\n  gap: 0; position: relative; margin-bottom: 52px;\n}\n.ro-timeline::before {\n  content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%;\n  height: 2px; background: linear-gradient(90deg, var(--ro-forest), var(--ro-light-green));\n  z-index: 0;\n}\n.ro-tl-item { text-align: center; position: relative; z-index: 1; font-family: var(--ro-sans); padding: 0 8px; }\n.ro-tl-dot {\n  width: 56px; height: 56px; border-radius: 50%;\n  background: linear-gradient(135deg, var(--ro-forest), var(--ro-mid-green));\n  color: #fff; font-family: var(--ro-sans); font-size: 13px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center;\n  margin: 0 auto 14px; box-shadow: 0 4px 16px rgba(45,74,62,.3);\n}\n.ro-tl-period { font-size: 11px; font-weight: 700; color: var(--ro-green); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }\n.ro-tl-title  { font-size: 14px; font-weight: 700; color: var(--ro-charcoal); margin-bottom: 4px; }\n.ro-tl-desc   { font-size: 12px; color: var(--ro-mid); line-height: 1.55; }\n\n\/* Before\/After split *\/\n.ro-ba-split { }\n.ro-ba-img {\n  border-radius: var(--ro-r-lg); overflow: hidden;\n  aspect-ratio: 4\/5; position: relative;\n  background: linear-gradient(135deg, #C8DEC8, var(--ro-forest));\n  box-shadow: var(--ro-shadow-lg);\n}\n.ro-ba-img img { width: 100%; height: 100%; object-fit: cover; display: block; }\n.ro-ba-img-badge {\n  position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%);\n  background: rgba(255,255,255,.95); padding: 7px 18px; border-radius: 100px;\n  font-family: var(--ro-sans); font-size: 12px; font-weight: 600; color: var(--ro-forest);\n  white-space: nowrap; box-shadow: var(--ro-shadow-sm);\n}\n.ro-ba-img-placeholder {\n  width: 100%; height: 100%;\n  display: flex; align-items: center; justify-content: center;\n  color: rgba(255,255,255,.5); font-size: 13px; font-family: var(--ro-sans);\n  text-align: center; padding: 20px;\n}\n\n.ro-outcome-list { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }\n.ro-outcome-item { display: flex; gap: 14px; align-items: flex-start; font-family: var(--ro-sans); }\n.ro-outcome-num {\n  width: 36px; height: 36px; border-radius: 50%;\n  background: var(--ro-forest); color: #fff;\n  font-size: 13px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n}\n.ro-outcome-item h4 { font-size: 14px; font-weight: 700; color: var(--ro-charcoal); margin-bottom: 3px; }\n.ro-outcome-item p  { font-size: 13px; color: var(--ro-mid); line-height: 1.6; }\n\n\/* ═══════════════════════════════\n   6. HOW TO USE\n═══════════════════════════════ *\/\n.ro-howto { background: var(--ro-bg); }\n.ro-howto-header { text-align: center; margin-bottom: 48px; }\n\n.ro-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }\n.ro-step-card {\n  background: var(--ro-white); border-radius: var(--ro-r-lg);\n  padding: 28px 20px; text-align: center;\n  border: 1px solid var(--ro-border); box-shadow: var(--ro-shadow-sm);\n  font-family: var(--ro-sans); transition: transform .2s, box-shadow .2s;\n}\n.ro-step-card:hover { transform: translateY(-4px); box-shadow: var(--ro-shadow-md); }\n.ro-step-num {\n  width: 40px; height: 40px; border-radius: 50%;\n  background: linear-gradient(135deg, var(--ro-forest), var(--ro-mid-green));\n  color: #fff; font-size: 16px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;\n}\n.ro-step-title { font-size: 14px; font-weight: 700; color: var(--ro-charcoal); margin-bottom: 8px; }\n.ro-step-desc  { font-size: 13px; color: var(--ro-mid); line-height: 1.6; }\n\n.ro-howto-tip {\n  margin-top: 28px; padding: 18px 24px;\n  background: var(--ro-gold-light); border-radius: var(--ro-r-md);\n  border: 1px solid rgba(200,151,58,.25);\n  display: flex; align-items: flex-start; gap: 12px;\n  font-family: var(--ro-sans); font-size: 13px; color: var(--ro-charcoal);\n}\n.ro-howto-tip__icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }\n\n\/* ═══════════════════════════════\n   7. COMPARISON\n═══════════════════════════════ *\/\n.ro-comparison { background: var(--ro-white); }\n\n.ro-diff-list { display: flex; flex-direction: column; gap: 18px; margin-top: 24px; }\n.ro-diff-item { display: flex; gap: 14px; align-items: flex-start; font-family: var(--ro-sans); }\n.ro-diff-num {\n  width: 36px; height: 36px; border-radius: 50%;\n  background: var(--ro-forest); color: #fff;\n  font-size: 13px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n}\n.ro-diff-item h4 { font-size: 14px; font-weight: 700; color: var(--ro-charcoal); margin-bottom: 3px; }\n.ro-diff-item p  { font-size: 13px; color: var(--ro-mid); line-height: 1.6; }\n\n.ro-table-card {\n  background: linear-gradient(160deg, #EBF2EC, #D4E4D8);\n  border-radius: var(--ro-r-lg); padding: 32px 28px; box-shadow: var(--ro-shadow-md);\n  font-family: var(--ro-sans);\n}\n.ro-table-title { font-family: var(--ro-serif); font-size: 18px; font-weight: 700; color: var(--ro-forest); margin-bottom: 20px; }\n.ro-table-head {\n  display: flex; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;\n  color: var(--ro-mid); padding-bottom: 10px; border-bottom: 2px solid rgba(45,74,62,.15); margin-bottom: 4px;\n}\n.ro-table-head .f { flex: 1.4; }\n.ro-table-head .c { flex: 1; text-align: center; }\n.ro-table-row {\n  display: flex; align-items: center; padding: 11px 0;\n  border-bottom: 1px solid rgba(45,74,62,.1); font-size: 12px;\n}\n.ro-table-row:last-child { border-bottom: none; }\n.ro-table-row .f   { flex: 1.4; font-weight: 500; color: var(--ro-charcoal); }\n.ro-table-row .us  { flex: 1; text-align: center; color: var(--ro-green); font-weight: 700; }\n.ro-table-row .them { flex: 1; text-align: center; color: var(--ro-red); }\n\n\/* ═══════════════════════════════\n   8. PRICING\n═══════════════════════════════ *\/\n.ro-pricing { background: var(--ro-bg); }\n.ro-pricing-header { text-align: center; margin-bottom: 44px; }\n.ro-pricing-grid {\n  display: grid; grid-template-columns: repeat(3, 1fr);\n  gap: 20px; max-width: 900px; margin: 0 auto;\n}\n\n.ro-price-card {\n  background: var(--ro-white); border-radius: var(--ro-r-lg);\n  padding: 28px 22px; border: 2px solid var(--ro-border);\n  text-align: center; position: relative;\n  font-family: var(--ro-sans); display: flex; flex-direction: column;\n  transition: transform .2s, box-shadow .2s;\n}\n.ro-price-card:hover { transform: translateY(-4px); box-shadow: var(--ro-shadow-md); }\n.ro-price-card--feat {\n  border-color: var(--ro-forest);\n  box-shadow: 0 8px 32px rgba(45,74,62,.18);\n  transform: translateY(-5px);\n}\n.ro-price-card--feat:hover { transform: translateY(-9px); }\n\n.ro-price-badge {\n  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);\n  background: var(--ro-forest); color: #fff;\n  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;\n  padding: 4px 16px; border-radius: 100px; white-space: nowrap;\n  box-shadow: 0 2px 10px rgba(45,74,62,.3);\n}\n.ro-price-label { font-size: 11px; font-weight: 700; color: var(--ro-mid); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }\n.ro-price-emoji { font-size: 28px; margin: 6px 0 8px; }\n.ro-price-now   { font-family: var(--ro-serif); font-size: 40px; font-weight: 700; color: var(--ro-charcoal); line-height: 1; }\n.ro-price-per   { font-size: 11px; color: var(--ro-light); margin-top: 3px; }\n.ro-price-row   { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 8px 0 5px; }\n.ro-price-was   { font-size: 13px; color: var(--ro-light); text-decoration: line-through; }\n.ro-price-save  { font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 100px; background: #E8F0EC; color: var(--ro-forest); }\n.ro-price-save--dark { background: var(--ro-forest); color: #fff; }\n.ro-price-unit  {\n  background: rgba(45,74,62,.07); border-radius: 6px;\n  padding: 4px 10px; font-size: 11px; font-weight: 600; color: var(--ro-forest);\n  display: inline-block; margin-bottom: 14px;\n}\n.ro-price-features {\n  list-style: none; text-align: left; margin: 10px 0 18px;\n  display: flex; flex-direction: column; gap: 7px; flex: 1;\n}\n.ro-price-features li { font-size: 12px; color: var(--ro-mid); display: flex; align-items: flex-start; gap: 7px; }\n.ro-price-features li::before { content: '✓'; color: var(--ro-green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n.ro-price-btn {\n  width: 100%; padding: 13px; border-radius: 100px;\n  font-size: 13px; font-weight: 700; font-family: var(--ro-sans);\n  cursor: pointer; display: flex; align-items: center; justify-content: center;\n  transition: background .2s, transform .15s; border: none; text-decoration: none; margin-top: auto;\n}\n.ro-price-btn--out  { background: transparent; border: 2px solid var(--ro-forest); color: var(--ro-forest); }\n.ro-price-btn--out:hover  { background: var(--ro-forest); color: #fff; }\n.ro-price-btn--fill { background: var(--ro-forest); color: var(--ro-gold); box-shadow: 0 4px 14px rgba(45,74,62,.3); }\n.ro-price-btn--fill:hover { background: var(--ro-green); transform: translateY(-1px); color: #fff; }\n\n.ro-price-cod { font-size: 11px; color: var(--ro-mid); display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 6px; }\n.ro-price-cod::before { content: '✓'; color: var(--ro-green); font-weight: 700; }\n\n.ro-cod-strip {\n  display: flex; align-items: center; justify-content: center;\n  gap: 28px; flex-wrap: wrap; margin-top: 24px;\n  padding: 16px 20px; background: var(--ro-white);\n  border-radius: var(--ro-r-md); border: 1px solid var(--ro-border);\n  max-width: 900px; margin-left: auto; margin-right: auto;\n}\n.ro-cod-item { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--ro-charcoal); font-family: var(--ro-sans); }\n\n\/* ═══════════════════════════════\n   9. REVIEWS\n═══════════════════════════════ *\/\n.ro-reviews { background: var(--ro-white); }\n.ro-reviews-header {\n  display: flex; align-items: flex-end; justify-content: space-between;\n  margin-bottom: 40px; gap: 24px; flex-wrap: wrap;\n}\n.ro-reviews-big { font-family: var(--ro-serif); font-size: 68px; font-weight: 700; color: var(--ro-charcoal); line-height: 1; }\n.ro-reviews-summary { display: flex; align-items: center; gap: 18px; }\n.ro-reviews-total { font-size: 12px; color: var(--ro-mid); margin-bottom: 8px; font-family: var(--ro-sans); }\n.ro-bar-row { display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--ro-mid); font-family: var(--ro-sans); }\n.ro-bar-track { width: 80px; height: 5px; background: var(--ro-border); border-radius: 100px; overflow: hidden; }\n.ro-bar-fill  { height: 100%; background: var(--ro-forest); border-radius: 100px; }\n\n.ro-rev-card {\n  background: var(--ro-bg); border-radius: var(--ro-r-lg);\n  padding: 24px 20px; border: 1px solid var(--ro-border);\n  transition: box-shadow .2s; font-family: var(--ro-sans);\n}\n.ro-rev-card:hover { box-shadow: var(--ro-shadow-md); }\n.ro-rev-stars { color: var(--ro-gold); letter-spacing: 2px; font-size: 14px; margin-bottom: 8px; }\n.ro-rev-text  { font-size: 13px; color: var(--ro-charcoal); line-height: 1.65; margin-bottom: 14px; font-style: italic; }\n.ro-rev-author { display: flex; align-items: center; gap: 10px; }\n.ro-rev-avatar {\n  width: 36px; height: 36px; border-radius: 50%;\n  background: linear-gradient(135deg, var(--ro-light-green), var(--ro-forest));\n  display: flex; align-items: center; justify-content: center;\n  color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0;\n}\n.ro-rev-name     { font-size: 13px; font-weight: 700; }\n.ro-rev-meta     { font-size: 11px; color: var(--ro-light); }\n.ro-rev-verified { font-size: 10px; color: var(--ro-green); font-weight: 600; margin-top: 1px; }\n\n\/* ═══════════════════════════════\n   10. FAQ\n═══════════════════════════════ *\/\n.ro-faq { background: var(--ro-bg); }\n.ro-faq-header { text-align: center; margin-bottom: 44px; }\n.ro-faq-grid { display: flex; flex-direction: column; gap: 10px; max-width: 860px; margin: 0 auto; }\n\n.ro-faq-item {\n  background: var(--ro-white); border-radius: var(--ro-r-md);\n  border: 1.5px solid var(--ro-border); font-family: var(--ro-sans); transition: border-color .2s;\n}\n.ro-faq-item[open] { border-color: var(--ro-forest); }\n.ro-faq-summary {\n  display: flex; align-items: center; justify-content: space-between; gap: 10px;\n  font-size: 13px; font-weight: 600; color: var(--ro-charcoal);\n  list-style: none; cursor: pointer; padding: 18px 20px;\n}\n.ro-faq-summary::-webkit-details-marker { display: none; }\n.ro-faq-toggle {\n  width: 24px; height: 24px; border-radius: 50%;\n  background: var(--ro-forest); color: #fff;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 16px; flex-shrink: 0; transition: transform .25s;\n}\n.ro-faq-item[open] .ro-faq-toggle { transform: rotate(45deg); }\n.ro-faq-answer { font-size: 13px; color: var(--ro-mid); line-height: 1.65; padding: 0 20px 18px; }\n\n\/* ═══════════════════════════════\n   11. FINAL CTA\n═══════════════════════════════ *\/\n.ro-cta {\n  background: linear-gradient(135deg, #1A3328, var(--ro-forest));\n  padding: 64px 0; text-align: center; position: relative; overflow: hidden;\n}\n.ro-cta::before {\n  content: ''; position: absolute; inset: 0;\n  background: radial-gradient(ellipse at 30% 50%, rgba(168,213,181,.15) 0%, transparent 60%),\n              radial-gradient(ellipse at 70% 50%, rgba(200,151,58,.08) 0%, transparent 60%);\n}\n.ro-cta \u003e .ro-inner { position: relative; z-index: 1; }\n.ro-cta h2 { font-family: var(--ro-serif); font-size: clamp(24px, 3.2vw, 38px); color: #fff; margin-bottom: 12px; }\n.ro-cta h2 em { color: var(--ro-light-green); font-style: italic; }\n.ro-cta p  { font-size: 15px; color: rgba(255,255,255,.7); margin-bottom: 28px; font-family: var(--ro-sans); }\n.ro-cta-btn {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: #fff; color: var(--ro-forest);\n  font-size: 14px; font-weight: 700; font-family: var(--ro-sans);\n  padding: 15px 38px; border-radius: 100px; text-decoration: none;\n  transition: background .2s, transform .15s;\n  box-shadow: 0 4px 18px rgba(0,0,0,.15);\n}\n.ro-cta-btn:hover { background: #E8F5EE; transform: translateY(-2px); color: var(--ro-forest); }\n.ro-cta-guarantee { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,.4); font-family: var(--ro-sans); }\n\n\/* ═══════════════════════════════\n   RESPONSIVE\n═══════════════════════════════ *\/\n@media (max-width: 800px) {\n  .ro-2col         { grid-template-columns: 1fr; }\n  .ro-3col         { grid-template-columns: 1fr; }\n  .ro-4col         { grid-template-columns: 1fr 1fr; }\n  .ro-steps-grid   { grid-template-columns: 1fr 1fr; }\n  .ro-timeline     { grid-template-columns: 1fr 1fr; gap: 24px; }\n  .ro-timeline::before { display: none; }\n  .ro-symptom-grid { grid-template-columns: 1fr; }\n  .ro-pricing-grid { grid-template-columns: 1fr !important; max-width: 320px; }\n  .ro-price-card--feat { transform: translateY(0); }\n  .ro-faq-grid     { gap: 8px; }\n  .ro-reviews-header { flex-direction: column; align-items: flex-start; }\n  .ro-trust-bar__track { animation-duration: 20s; }\n  .ro-stat-banner  { flex-direction: column; gap: 20px; padding: 28px 22px; }\n  .ro-stat-div     { display: none; }\n  .ro-hero__float-badge { right: 8px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"ro-wrap\"\u003e\n\n\u003c!-- ═══════════════════════════════\n     1. TRUST BAR\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-trust-bar\"\u003e\n  \u003cdiv class=\"ro-trust-bar__track\"\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🔬\u003c\/div\u003e ~42% 1,8-Cineole · GCMS Verified\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🌿\u003c\/div\u003e 100% Pure, Undiluted\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e💧\u003c\/div\u003e Steam Distilled\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🧪\u003c\/div\u003e GCMS Report Available\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e↩️\u003c\/div\u003e 30-Day Returns\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e💵\u003c\/div\u003e Partial COD Available\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🚚\u003c\/div\u003e Free Shipping on Prepaid\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e📦\u003c\/div\u003e Ships in 24 Hours\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🎁\u003c\/div\u003e Scalp Massager Included\u003c\/div\u003e\n    \u003c!-- duplicate for seamless loop --\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🔬\u003c\/div\u003e ~42% 1,8-Cineole · GCMS Verified\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🌿\u003c\/div\u003e 100% Pure, Undiluted\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e💧\u003c\/div\u003e Steam Distilled\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🧪\u003c\/div\u003e GCMS Report Available\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e↩️\u003c\/div\u003e 30-Day Returns\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e💵\u003c\/div\u003e Partial COD Available\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🚚\u003c\/div\u003e Free Shipping on Prepaid\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e📦\u003c\/div\u003e Ships in 24 Hours\u003c\/div\u003e\n    \u003cdiv class=\"ro-trust-item\"\u003e\n\u003cdiv class=\"ro-trust-icon\"\u003e🎁\u003c\/div\u003e Scalp Massager Included\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     2. HERO\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-hero\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-2col\" style=\"align-items:center;\"\u003e\n\n      \u003c!-- Text LEFT --\u003e\n      \u003cdiv class=\"ro-hero__text\"\u003e\n        \u003cdiv class=\"ro-hero__badge\"\u003ePure Organix Rosemary Essential Oil · 15ml\u003c\/div\u003e\n        \u003ch1 class=\"ro-hero__title\"\u003eStop hair fall.\u003cbr\u003eRegrow what \u003cem\u003eyou've lost.\u003c\/em\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"ro-hero__sub\"\u003eThe only rosemary oil up to 42% 1,8-cineole — the active compound proven equal to 2% minoxidil for hair regrowth in a landmark clinical trial. GCMS verified, every batch.\u003c\/p\u003e\n\n        \u003cdiv class=\"ro-hero__stat\"\u003e\n          \u003cspan class=\"ro-hero__stat-num\"\u003eClinically Proven\u003c\/span\u003e\n          \u003cdiv class=\"ro-hero__stat-txt\"\u003eMeasurable hair regrowth\u003cbr\u003ein as little as 6 months\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"ro-hero__price-row\"\u003e\n          \u003cspan class=\"ro-hero__price-now\"\u003e₹379\u003c\/span\u003e\n          \u003cspan class=\"ro-hero__price-was\"\u003e₹599\u003c\/span\u003e\n          \u003cspan class=\"ro-hero__price-save\"\u003eSave ₹220\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003ca href=\"#ro-pricing\" class=\"ro-hero__btn\" style=\"color: #FFFFFF;\"\u003eAdd to Cart — Partial COD Available\u003c\/a\u003e\n\n        \u003cdiv class=\"ro-hero__trust\"\u003e\n          \u003cspan class=\"ro-hero__trust-item\"\u003eFree shipping on prepaid\u003c\/span\u003e\n          \u003cspan class=\"ro-hero__trust-item\"\u003eShips in 24 hours\u003c\/span\u003e\n          \u003cspan class=\"ro-hero__trust-item\"\u003e30-day returns\u003c\/span\u003e\n          \u003cspan class=\"ro-hero__trust-item\"\u003eScalp massager included\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Image RIGHT --\u003e\n      \u003cdiv class=\"ro-hero__img-wrap\"\u003e\n        \u003cdiv class=\"ro-hero__img ro-reveal\"\u003e\n          \u003c!-- Replace with your product image (800×1000px recommended) --\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Rosemary_Essential_Oil_for_Hair_Growth_Instagram_Website_430x.webp\" alt=\"Pure Organix Rosemary Essential Oil 15ml\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ro-hero__float-badge\"\u003e\n          \u003cdiv class=\"ro-hero__float-big\"\u003e~42%\u003c\/div\u003e\n          \u003cdiv class=\"ro-hero__float-lbl\"\u003e1,8-cineole · GCMS verified\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     3. IS THIS FOR YOU?\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-foryou ro-sec\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-foryou-header\"\u003e\n      \u003cspan class=\"ro-label\"\u003eIs This For You?\u003c\/span\u003e\n      \u003ch2 class=\"ro-h2\"\u003eSound \u003cem\u003efamiliar?\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"ro-body\" style=\"max-width:480px;margin:0 auto;\"\u003eIf you're nodding to any of these, Pure Organix Rosemary Oil was made for you.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-symptom-grid\"\u003e\n      \u003cdiv class=\"ro-symptom-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-symptom-icon\"\u003e😞\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eExcessive hair fall when you wash or brush\u003c\/h4\u003e\n          \u003cp\u003eSeeing too much hair on your pillow, in the shower drain, on your brush\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-symptom-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-symptom-icon\"\u003e🪮\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eThinning hair or a visible widening part\u003c\/h4\u003e\n          \u003cp\u003eHair that used to be thick is now looking sparse and flat\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-symptom-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-symptom-icon\"\u003e❄️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003ePersistent dandruff and itchy scalp\u003c\/h4\u003e\n          \u003cp\u003eFlaking that just won't go away no matter what shampoo you use\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-symptom-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-symptom-icon\"\u003e💸\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eWasted money on products that didn't work\u003c\/h4\u003e\n          \u003cp\u003eSpent thousands on serums, treatments, and clinics with little to show\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-foryou-cta\"\u003e\n      \u003ch3 style=\"color: #FFFFFF;\"\u003eYou don't need another product that overpromises.\u003c\/h3\u003e\n      \u003cp\u003eYou need one with a clinical study behind it. Same proven result as minoxidil — without the side effects.\u003c\/p\u003e\n      \u003ca href=\"\/pages\/the-science\"\u003eSee the Science →\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     4. SCIENCE\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-science ro-sec\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-sci-header\"\u003e\n      \u003cspan class=\"ro-label\"\u003eThe Science\u003c\/span\u003e\n      \u003ch2 class=\"ro-h2\"\u003eWhy it actually \u003cem\u003eworks\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"ro-body\" style=\"max-width:520px;margin:0 auto;\"\u003eThree proven mechanisms working simultaneously to stop shedding and trigger new growth.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-3col\" style=\"margin-bottom:32px;\"\u003e\n      \u003cdiv class=\"ro-mech-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-mech-icon\"\u003e🩸\u003c\/div\u003e\n        \u003ch3\u003eBoosts Scalp Circulation\u003c\/h3\u003e\n        \u003cp\u003eRosemary oil's active compounds increase blood flow to hair follicles, delivering more oxygen and nutrients — the fuel your follicles need to produce stronger, faster-growing hair.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-mech-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-mech-icon\"\u003e🔬\u003c\/div\u003e\n        \u003ch3\u003eBlocks DHT Hormone\u003c\/h3\u003e\n        \u003cp\u003eDHT is the #1 cause of male and female pattern hair loss. Our oil inhibits 5-alpha reductase, the enzyme that converts testosterone into DHT at the follicle — stopping loss at the source.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-mech-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-mech-icon\"\u003e🌱\u003c\/div\u003e\n        \u003ch3\u003eFights Dandruff at the Root\u003c\/h3\u003e\n        \u003cp\u003ePowerful antimicrobial and anti-inflammatory compounds kill the Malassezia fungus that causes dandruff, while balancing scalp oil production to prevent it returning.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-stat-banner ro-reveal\"\u003e\n      \u003cdiv class=\"ro-stat-left\"\u003e\n        \u003cdiv class=\"ro-stat-big\"\u003e~42%\u003c\/div\u003e\n        \u003cdiv class=\"ro-stat-lbl\"\u003e1,8-cineole · GCMS verified\u003c\/div\u003e\n        \u003cdiv class=\"ro-stat-eq\"\u003e6 Months\u003c\/div\u003e\n        \u003cdiv class=\"ro-stat-eq-lbl\"\u003eClinically proven regrowth · 2015 study\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-stat-div\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"ro-stat-copy\"\u003e\n        \u003ch3 style=\"color: #FFFFFF;\"\u003eClinically proven hair regrowth. In 6 months.\u003c\/h3\u003e\n        \u003cp\u003eA landmark 2015 peer-reviewed study followed 100 people with hair loss over 6 months. Those using rosemary oil showed measurable, significant hair regrowth — with far fewer side effects than the pharmaceutical group, including less scalp irritation and itching.\u003c\/p\u003e\n        \u003cp\u003ePure Organix contains up to 42% 1,8-cineole — the active compound behind this effect — verified by GCMS analysis on every single batch. Most oils on the market have far less, which is why they don't deliver results.\u003c\/p\u003e\n        \u003cp class=\"ro-stat-cite\"\u003ePanahi Y, et al. Rosemary oil vs. minoxidil 2% for the treatment of androgenetic alopecia. Skinmed. 2015 Jan-Feb;13(1):15-21.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     5. TIMELINE + BEFORE\/AFTER\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-timeline-sec ro-sec\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-tl-header\"\u003e\n      \u003cspan class=\"ro-label\"\u003eYour Journey\u003c\/span\u003e\n      \u003ch2 class=\"ro-h2\"\u003eWhat to expect — \u003cem\u003eweek by week\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"ro-body\" style=\"max-width:520px;margin:0 auto;\"\u003eHair growth is gradual. Here's your honest roadmap so you know exactly what's happening inside your scalp.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-timeline\"\u003e\n      \u003cdiv class=\"ro-tl-item ro-reveal\"\u003e\n        \u003cdiv class=\"ro-tl-dot\"\u003eWk 2\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-period\"\u003eWeek 2\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-title\"\u003eLess Shedding\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-desc\"\u003eHair fall starts to reduce noticeably. Scalp feels calmer and less itchy. Dandruff begins to clear.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-tl-item ro-reveal\"\u003e\n        \u003cdiv class=\"ro-tl-dot\"\u003eWk 6\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-period\"\u003eWeek 6\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-title\"\u003eNew Growth Begins\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-desc\"\u003eTiny new baby hairs appear along the hairline and crown. Follicles reactivating.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-tl-item ro-reveal\"\u003e\n        \u003cdiv class=\"ro-tl-dot\"\u003eMo 3\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-period\"\u003eMonth 3\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-title\"\u003eVisible Thickness\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-desc\"\u003eHair feels denser and looks visibly thicker. Friends and family start to notice the change.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-tl-item ro-reveal\"\u003e\n        \u003cdiv class=\"ro-tl-dot\"\u003eMo 6\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-period\"\u003eMonth 6\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-title\"\u003eFull Transformation\u003c\/div\u003e\n        \u003cdiv class=\"ro-tl-desc\"\u003eNew hair matures to full length. The results the clinical study documented — yours to keep.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Before \/ After --\u003e\n    \u003cdiv class=\"ro-2col ro-ba-split\"\u003e\n      \u003cdiv class=\"ro-ba-img ro-reveal\"\u003e\n        \u003c!-- Replace with your before\/after hair image (800×1000px recommended) --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Rosemary_Essential_before_and_after_instagram_430x.webp\" alt=\"Before and after hair growth results - 90 days\" style=\"width:100%;height:100%;object-fit:cover;display:block;\"\u003e\n        \u003cdiv class=\"ro-ba-img-badge\"\u003eReal customer · 90 days of use\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ro-label\"\u003eThe Results\u003c\/span\u003e\n        \u003ch3 class=\"ro-h2\" style=\"font-size:clamp(22px,2.8vw,32px);\"\u003eFrom daily shedding to \u003cem\u003evisibly thicker hair.\u003c\/em\u003e\n\u003c\/h3\u003e\n        \u003cp class=\"ro-body\" style=\"margin-bottom:20px;\"\u003eCustomers who use the oil consistently once or twice daily report these results — mirroring exactly what the clinical study documented.\u003c\/p\u003e\n        \u003cdiv class=\"ro-outcome-list\"\u003e\n          \u003cdiv class=\"ro-outcome-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-outcome-num\"\u003e1\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eDramatically less hair fall within 2 weeks\u003c\/h4\u003e\n              \u003cp\u003eThe shower drain, the brush, the pillow — customers consistently report significant reduction in shed hair within the first 2 weeks of use.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ro-outcome-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-outcome-num\"\u003e2\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eNew baby hairs at the hairline by week 6\u003c\/h4\u003e\n              \u003cp\u003eThe first sign of regrowth — tiny new hairs appearing along the hairline and at the crown where thinning was most visible.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ro-outcome-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-outcome-num\"\u003e3\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eVisibly thicker, denser hair by month 3\u003c\/h4\u003e\n              \u003cp\u003eThe same outcome the 2015 clinical study documented: hair count and thickness statistically equal to minoxidil — without a single prescription.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     6. HOW TO USE\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-howto ro-sec\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-howto-header\"\u003e\n      \u003cspan class=\"ro-label\"\u003eHow To Use\u003c\/span\u003e\n      \u003ch2 class=\"ro-h2\"\u003eSimple steps. \u003cem\u003ePowerful results.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"ro-body\" style=\"max-width:480px;margin:0 auto;\"\u003e4 steps, 5 minutes a day. Consistency is the only thing that matters.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ro-steps-grid\"\u003e\n      \u003cdiv class=\"ro-step-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-title\"\u003eMix your solution\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-desc\"\u003eAdd 5 drops of Pure Organix to 2 tablespoons of coconut or jojoba oil. This dilutes to the clinically proven 2% concentration.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-step-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-title\"\u003eMassage into scalp\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-desc\"\u003eUse the included scalp massager in circular motions for 3–5 minutes. This boosts blood circulation and maximises absorption.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-step-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-title\"\u003eLeave for 30+ minutes\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-desc\"\u003eLet the oil work. For best results, leave overnight or at least 30 minutes before washing out.\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-step-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-step-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-title\"\u003eRepeat consistently\u003c\/div\u003e\n        \u003cdiv class=\"ro-step-desc\"\u003eOnce or twice daily, every day. Consistency is the only secret. Results begin at week 2 and compound over 6 months.\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ro-howto-tip\"\u003e\n      \u003cdiv class=\"ro-howto-tip__icon\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003ePro tip:\u003c\/strong\u003e The scalp massager included with your order isn't just a bonus — studies show mechanical stimulation boosts follicle activation independently of the oil. Use it every time for maximum results. It's worth ₹299 separately; we include it free.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     7. COMPARISON\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-comparison ro-sec\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-2col\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ro-label\"\u003eWhy Pure Organix\u003c\/span\u003e\n        \u003ch2 class=\"ro-h2\"\u003eNot all rosemary oils are \u003cem\u003eequal.\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"ro-body\" style=\"margin-bottom:24px;\"\u003eMost oils on the market are diluted, adulterated, or contain so little active compound they simply cannot work. Here's what makes ours different.\u003c\/p\u003e\n        \u003cdiv class=\"ro-diff-list\"\u003e\n          \u003cdiv class=\"ro-diff-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-diff-num\"\u003e1\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003e~42% 1,8-cineole — GCMS verified, every batch\u003c\/h4\u003e\n              \u003cp\u003e1,8-cineole is the active compound responsible for rosemary oil's hair growth effects, proven in the 2015 clinical trial. At ~42%, Pure Organix far exceeds most commercial oils which are diluted, adulterated, or mislabelled.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ro-diff-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-diff-num\"\u003e2\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003e100% pure — zero carriers, zero additives\u003c\/h4\u003e\n              \u003cp\u003eNo coconut oil filler. No synthetic fragrance. No dilution. You get the full strength of the oil exactly as it comes from the plant.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ro-diff-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-diff-num\"\u003e3\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eSteam distilled from source — not chemically extracted\u003c\/h4\u003e\n              \u003cp\u003eSteam distillation preserves the full chemical profile of the plant. Chemical extraction destroys the very compounds responsible for hair growth.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ro-diff-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-diff-num\"\u003e4\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eLab tested, certified purity — every single batch\u003c\/h4\u003e\n              \u003cp\u003eRefractive index 1.464–1.473. Relative density 0.895–0.920. We test every batch and share the certificate with every order.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"ro-diff-item ro-reveal\"\u003e\n            \u003cdiv class=\"ro-diff-num\"\u003e5\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eScalp massager included — not sold separately\u003c\/h4\u003e\n              \u003cp\u003eMassage increases absorption and boosts circulation benefits independently. Most brands sell this for ₹299 extra. We include it free.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-table-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-table-title\"\u003ePure Organix vs. The Rest\u003c\/div\u003e\n        \u003cdiv class=\"ro-table-head\"\u003e\n\u003cspan class=\"f\"\u003eFeature\u003c\/span\u003e\u003cspan class=\"c\"\u003ePure Organix\u003c\/span\u003e\u003cspan class=\"c\"\u003eOthers\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ro-table-row\"\u003e\n\u003cspan class=\"f\"\u003e1,8-cineole concentration\u003c\/span\u003e\u003cspan class=\"us\"\u003e~42% (GCMS)\u003c\/span\u003e\u003cspan class=\"them\"\u003eUnknown \/ low\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ro-table-row\"\u003e\n\u003cspan class=\"f\"\u003ePurity\u003c\/span\u003e\u003cspan class=\"us\"\u003e100%\u003c\/span\u003e\u003cspan class=\"them\"\u003eDiluted\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ro-table-row\"\u003e\n\u003cspan class=\"f\"\u003eExtraction method\u003c\/span\u003e\u003cspan class=\"us\"\u003eSteam distilled\u003c\/span\u003e\u003cspan class=\"them\"\u003eChemical \/ mixed\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ro-table-row\"\u003e\n\u003cspan class=\"f\"\u003eLab certified\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Every batch\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Rarely\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ro-table-row\"\u003e\n\u003cspan class=\"f\"\u003eScalp massager\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Free\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Extra ₹299\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"ro-table-row\"\u003e\n\u003cspan class=\"f\"\u003eClinical efficacy\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Study-backed\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Marketing only\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     8. PRICING\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-pricing ro-sec\" id=\"ro-pricing\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-pricing-header\"\u003e\n      \u003cspan class=\"ro-label\"\u003eChoose Your Pack\u003c\/span\u003e\n      \u003ch2 class=\"ro-h2\"\u003eThe longer you use it, \u003cem\u003ethe better it works.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"ro-body\" style=\"max-width:480px;margin:0 auto;\"\u003eHair growth takes 3–6 months. Stock up and save — most customers see the best results with the 3-month pack.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-pricing-grid\" style=\"grid-template-columns:repeat(4,1fr);max-width:1080px;\"\u003e\n\n      \u003c!-- 1 Bottle --\u003e\n      \u003cdiv class=\"ro-price-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-price-label\"\u003eTry It\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-emoji\"\u003e🧴\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-now\"\u003e₹379\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-per\"\u003e1 bottle · 15ml\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-row\"\u003e\n          \u003cspan class=\"ro-price-was\"\u003e₹599\u003c\/span\u003e\n          \u003cspan class=\"ro-price-save\"\u003eSave ₹220\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"ro-price-features\"\u003e\n          \u003cli\u003e1 × Rosemary Essential Oil (15ml)\u003c\/li\u003e\n          \u003cli\u003e1 × Scalp Massager (free)\u003c\/li\u003e\n          \u003cli\u003eGCMS Report Available\u003c\/li\u003e\n          \u003cli\u003e~4 weeks supply\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca href=\"#\" class=\"ro-price-btn ro-price-btn--out\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003cdiv class=\"ro-price-cod\"\u003ePartial COD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 2 Bottles --\u003e\n      \u003cdiv class=\"ro-price-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-price-label\"\u003e2 Months\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-emoji\"\u003e🧴🧴\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-now\"\u003e₹599\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-per\"\u003e2 bottles · 30ml total\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-row\"\u003e\n          \u003cspan class=\"ro-price-was\"\u003e₹758\u003c\/span\u003e\n          \u003cspan class=\"ro-price-save\"\u003eSave ₹159\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ro-price-unit\"\u003e₹299 per bottle\u003c\/div\u003e\n        \u003cul class=\"ro-price-features\"\u003e\n          \u003cli\u003e2 × Rosemary Essential Oil (15ml)\u003c\/li\u003e\n          \u003cli\u003e1 × Scalp Massager (free)\u003c\/li\u003e\n          \u003cli\u003eGCMS Report Available\u003c\/li\u003e\n          \u003cli\u003eFree shipping always\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca href=\"#\" class=\"ro-price-btn ro-price-btn--out\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003cdiv class=\"ro-price-cod\"\u003ePartial COD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 3 Bottles — Most Popular --\u003e\n      \u003cdiv class=\"ro-price-card ro-price-card--feat ro-reveal\"\u003e\n        \u003cdiv class=\"ro-price-badge\"\u003e⭐ Most Popular\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-label\"\u003e3 Months\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-emoji\"\u003e🧴🧴🧴\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-now\"\u003e₹799\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-per\"\u003e3 bottles · 45ml total\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-row\"\u003e\n          \u003cspan class=\"ro-price-was\"\u003e₹1,137\u003c\/span\u003e\n          \u003cspan class=\"ro-price-save ro-price-save--dark\"\u003eSave ₹338\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ro-price-unit\"\u003e₹266 per bottle\u003c\/div\u003e\n        \u003cul class=\"ro-price-features\"\u003e\n          \u003cli\u003e3 × Rosemary Essential Oil (15ml)\u003c\/li\u003e\n          \u003cli\u003e1 × Scalp Massager (free)\u003c\/li\u003e\n          \u003cli\u003eGCMS Report Available\u003c\/li\u003e\n          \u003cli\u003eFree shipping always\u003c\/li\u003e\n          \u003cli\u003ePriority dispatch\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca href=\"#\" class=\"ro-price-btn ro-price-btn--fill\" style=\"color: #FFFFFF;\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003cdiv class=\"ro-price-cod\"\u003ePartial COD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 4 Bottles — Best Value --\u003e\n      \u003cdiv class=\"ro-price-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-price-label\"\u003eFull Results\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-emoji\"\u003e🧴🧴🧴🧴\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-now\"\u003e₹999\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-per\"\u003e4 bottles · 60ml total\u003c\/div\u003e\n        \u003cdiv class=\"ro-price-row\"\u003e\n          \u003cspan class=\"ro-price-was\"\u003e₹1,516\u003c\/span\u003e\n          \u003cspan class=\"ro-price-save\"\u003eSave ₹517\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"ro-price-unit\"\u003e₹249 per bottle — lowest\u003c\/div\u003e\n        \u003cul class=\"ro-price-features\"\u003e\n          \u003cli\u003e4 × Rosemary Essential Oil (15ml)\u003c\/li\u003e\n          \u003cli\u003e1 × Scalp Massager (free)\u003c\/li\u003e\n          \u003cli\u003eGCMS Report Available\u003c\/li\u003e\n          \u003cli\u003eFree shipping always\u003c\/li\u003e\n          \u003cli\u003ePriority dispatch\u003c\/li\u003e\n          \u003cli\u003eFull 6-month treatment covered\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca href=\"#\" class=\"ro-price-btn ro-price-btn--out\"\u003eAdd to Cart\u003c\/a\u003e\n        \u003cdiv class=\"ro-price-cod\"\u003ePartial COD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-cod-strip\"\u003e\n      \u003cdiv class=\"ro-cod-item\"\u003e💵 Partial COD Available\u003c\/div\u003e\n      \u003cdiv class=\"ro-cod-item\"\u003e🚚 Free Shipping over ₹549\u003c\/div\u003e\n      \u003cdiv class=\"ro-cod-item\"\u003e↩️ 30-Day Returns\u003c\/div\u003e\n      \u003cdiv class=\"ro-cod-item\"\u003e📦 Ships in 24 Hours\u003c\/div\u003e\n      \u003cdiv class=\"ro-cod-item\"\u003e🔬 GCMS Report Available\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     9. REVIEWS (slider)\n═══════════════════════════════ --\u003e\n\u003cstyle\u003e\n  \/* Review tag pill *\/\n  .ro-rev-tag {\n    display: inline-block; font-size: 10px; font-weight: 700;\n    letter-spacing: .1em; text-transform: uppercase;\n    background: var(--ro-forest); color: #fff;\n    padding: 4px 12px; border-radius: 100px; margin-bottom: 12px;\n    font-family: var(--ro-sans);\n  }\n  \/* Responsive reviews grid *\/\n  .ro-rev-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  @media (max-width: 800px) {\n    .ro-rev-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ro-reviews ro-sec\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-reviews-header\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"ro-label\"\u003eReal Results\u003c\/span\u003e\n        \u003ch2 class=\"ro-h2\"\u003eReal people. \u003cem\u003eReal problems solved.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ro-reviews-summary\"\u003e\n        \u003cdiv class=\"ro-reviews-big\"\u003e4.9\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv style=\"color:var(--ro-gold);font-size:18px;letter-spacing:2px;margin-bottom:4px;\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"ro-reviews-total\"\u003eBased on 847 reviews\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;flex-direction:column;gap:4px;\"\u003e\n            \u003cdiv class=\"ro-bar-row\"\u003e5★ \u003cdiv class=\"ro-bar-track\"\u003e\u003cdiv class=\"ro-bar-fill\" style=\"width:89%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 89%\u003c\/div\u003e\n            \u003cdiv class=\"ro-bar-row\"\u003e4★ \u003cdiv class=\"ro-bar-track\"\u003e\u003cdiv class=\"ro-bar-fill\" style=\"width:7%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 7%\u003c\/div\u003e\n            \u003cdiv class=\"ro-bar-row\"\u003e3★ \u003cdiv class=\"ro-bar-track\"\u003e\u003cdiv class=\"ro-bar-fill\" style=\"width:3%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 3%\u003c\/div\u003e\n            \u003cdiv class=\"ro-bar-row\"\u003e2★ \u003cdiv class=\"ro-bar-track\"\u003e\u003cdiv class=\"ro-bar-fill\" style=\"width:1%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 1%\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ro-rev-grid\"\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eHair Regrowth\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"After 3 months my hair is genuinely thicker. I'd been using minoxidil for a year with okay results, switched to this and couldn't be happier. No side effects, no irritation, just real results.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eA\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eArjun M., Mumbai\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 3-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eHair Regrowth\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"Within 6 weeks I noticed baby hairs along my hairline that I hadn't seen in years. The scalp massager is a game changer — I use it every single night. Genuinely shocked by how well this works.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eP\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003ePriya S., Bangalore\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 2-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eDandruff \u0026amp; Scalp\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"My dandruff cleared up in 2 weeks flat. I've spent years trying anti-dandruff shampoos — this oil did what none of them could. And the hair growth is just a bonus!\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eR\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eRohan K., Delhi\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · Try It Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eHair Thinning\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"I have PCOS-related hair thinning and have tried everything from supplements to PRP. Nothing helped until this. My part looks so much less wide after just 2 months. I'm on my 3rd bottle now.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eS\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eShruti V., Pune\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 4-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eHair Fall\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"The oil smells incredible and absorbs well with jojoba. More importantly — less hair in the drain after 3 weeks. I was losing so much hair I was genuinely worried. Now it's dramatically less.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eK\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eKaran T., Hyderabad\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 2-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eHair Regrowth\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"I was spending ₹2,000 a month on a hair clinic with zero visible results. One bottle of this and I've saved all that money and actually see improvement. The GCMS certificate gave me confidence to trust it.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eN\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eNeha R., Chennai\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 3-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eMale Pattern Baldness\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"My husband and I both use it. He's been dealing with male pattern baldness for 5 years — at 3 months he has visible new growth at the crown. I use it for thickness and my hair feels so much stronger.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eD\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eDeepa \u0026amp; Vikram N., Ahmedabad\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 4-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eDandruff \u0026amp; Scalp\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"The itchy scalp I've had for years is completely gone. I used to scratch my head constantly — embarrassing in meetings. By the end of week 2 it had stopped. The hair growth is a welcome extra benefit.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eM\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eManish P., Jaipur\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 2-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003eDermatologist Pick\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"I'm a dermatologist and I recommend rosemary oil to patients as a minoxidil alternative. This is the only brand I've found with a proper GCMS report and high enough cineole content to actually be effective.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eDr\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eDr. Anita M., Coimbatore\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 3-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ro-rev-card ro-reveal\"\u003e\n        \u003cdiv class=\"ro-rev-tag\"\u003ePostpartum Hair Loss\u003c\/div\u003e\n        \u003cdiv class=\"ro-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"ro-rev-text\"\u003e\"Post-pregnancy hair fall was devastating — I lost almost a third of my hair volume. Started this 3 months ago and the regrowth is incredible. My ponytail is noticeably thicker. Can't recommend enough.\"\u003c\/p\u003e\n        \u003cdiv class=\"ro-rev-author\"\u003e\n          \u003cdiv class=\"ro-rev-avatar\"\u003eA\u003c\/div\u003e\n          \u003cdiv\u003e\n\u003cdiv class=\"ro-rev-name\"\u003eAnanya G., Kolkata\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-meta\"\u003ePurchased · 4-Bottle Pack\u003c\/div\u003e\n\u003cdiv class=\"ro-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end reviews grid --\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     10. FAQ\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-faq ro-sec\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003cdiv class=\"ro-faq-header\"\u003e\n      \u003cspan class=\"ro-label\"\u003eFAQ\u003c\/span\u003e\n      \u003ch2 class=\"ro-h2\"\u003eEverything you need to know \u003cem\u003ebefore buying.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"ro-faq-grid\"\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eHow long before I see results?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eMost people notice reduced hair fall within 2–4 weeks. New growth appears at 6–8 weeks. Significant thickness takes 3–6 months — the same timeline as the clinical study that compared rosemary oil to minoxidil. Consistency is the only variable that matters.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eWhat is 1,8-cineole and why does it matter?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003e1,8-cineole is the primary active compound responsible for rosemary oil's hair growth, DHT-blocking, and scalp circulation effects. Pure Organix contains approximately 42% 1,8-cineole, verified by GCMS analysis on every batch. Most commercial oils are diluted or mislabelled with far lower concentrations, which is why they don't work.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eWhat is a GCMS report and how do I get mine?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eGCMS stands for Gas Chromatography-Mass Spectrometry — the gold standard test for verifying the chemical composition and purity of essential oils. It identifies every compound in the oil including exact 1,8-cineole percentage. Your GCMS report is available upon request — just contact us after your order and we'll send it directly.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eDo I need to dilute it before using?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eYes — always dilute before applying to your scalp. Our oil is 100% pure and highly concentrated. Mix 5 drops into 2 tablespoons of a carrier oil like coconut, jojoba, or castor oil. Never apply undiluted essential oil directly to your skin. The included scalp massager helps distribute the diluted mixture evenly.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eIs your oil really 100% pure — no carrier oil added?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eYes. Many brands add coconut oil, jojoba, or synthetic fragrance to bulk out their product without telling you. Pure Organix contains only steam-distilled rosemary oil — nothing added. The GCMS report confirms this: if there were any adulterants or carrier oils, they would show up in the test. They don't.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eCan both men and women use it?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eAbsolutely. Rosemary oil works for both male and female pattern hair loss by blocking DHT, boosting scalp circulation, and reducing inflammation. The 2015 clinical study included both men and women and showed equal results. It also works for postpartum hair loss and stress-related shedding.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eWhat clinical proof is behind this product?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eA 2015 peer-reviewed study published in Skinmed followed 100 patients with hair loss over 6 months. Those using rosemary oil showed measurable, significant hair regrowth — with far fewer side effects including scalp itching. This is a published clinical trial with real results, not marketing copy. The study citation is: Panahi Y, et al. Skinmed. 2015 Jan-Feb;13(1):15-21.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eHow do I use the scalp massager?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eApply your diluted rosemary oil mix to your scalp, then use the massager in small circular motions across your entire scalp for 3–5 minutes. Focus on thinning areas. The mechanical stimulation increases blood flow to follicles independently of the oil — studies show scalp massage alone can increase hair thickness. Together, the effect is significantly stronger.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eHow many drops does one 15ml bottle give me?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eOne 15ml bottle contains approximately 300 drops. At 5 drops per application, that's 60 applications — about 4–6 weeks of daily use or 2–3 months if using every other day. This is why the 3-bottle and 4-bottle packs make sense for most people: hair growth results require 3–6 months of consistent use.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eCan I use it with other hair products or treatments?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eYes. Rosemary oil is compatible with most hair treatments. Apply it to your scalp as a leave-in, ideally at night. You can wash it out in the morning and continue your normal routine. If you're using minoxidil, consult a dermatologist before switching — don't stop minoxidil abruptly without professional guidance.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eIs it safe for sensitive scalp or colour-treated hair?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eYes, when properly diluted. The 2% concentration (5 drops in 2 tbsp carrier oil) is gentle enough for sensitive scalps. Since it's applied to the scalp and not the hair lengths, it won't affect hair colour. If you have a highly sensitive scalp, do a patch test on your inner arm 24 hours before first use.\u003c\/div\u003e\n      \u003c\/details\u003e\n\n      \u003cdetails class=\"ro-faq-item\"\u003e\n        \u003csummary class=\"ro-faq-summary\"\u003eI am confused about its application, can I conact you?\u003cspan class=\"ro-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"ro-faq-answer\"\u003eWe do have live Customer Care to help you understnad its uses and answer your questions. You can reach us on our WhatsApp number 9898673684\u003c\/div\u003e\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════\n     11. FINAL CTA\n═══════════════════════════════ --\u003e\n\u003cdiv class=\"ro-cta\"\u003e\n  \u003cdiv class=\"ro-inner\"\u003e\n    \u003ch2\u003eReady to get your hair \u003cem\u003eback?\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eJoin 847+ customers who chose science over marketing hype.\u003c\/p\u003e\n    \u003ca href=\"#ro-pricing\" class=\"ro-cta-btn\"\u003eShop Now — Starting at ₹379 →\u003c\/a\u003e\n    \u003cdiv class=\"ro-cta-guarantee\"\u003e🔒 30-Day Returns · Partial COD Available · Scalp Massager Included\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .ro-wrap --\u003e\n\n\u003cscript\u003e\n  \/* Reveal on scroll *\/\n  (function() {\n    var obs = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        if (e.isIntersecting) { e.target.classList.add('visible'); obs.unobserve(e.target); }\n      });\n    }, { threshold: 0.1 });\n    document.querySelectorAll('.ro-reveal').forEach(function(el) { obs.observe(el); });\n  })();\n\u003c\/script\u003e","brand":"Pure Organix","offers":[{"title":"Buy 1 Bottle","offer_id":43133813751913,"sku":null,"price":379.0,"currency_code":"INR","in_stock":true},{"title":"Buy 2 Bottles","offer_id":43133813784681,"sku":null,"price":599.0,"currency_code":"INR","in_stock":true},{"title":"Buy 3 Bottles","offer_id":43133813817449,"sku":null,"price":799.0,"currency_code":"INR","in_stock":true},{"title":"Buy 4 Bottles","offer_id":43133813850217,"sku":null,"price":999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Rosemary-Essential-Oil-15-ml-with-Scalp-Massager-800x800.webp?v=1772018187","url":"https:\/\/pureorganix.in\/products\/rosemary-essential-oil","provider":"Pure Organix","version":"1.0","type":"link"}