{"title":"Scalp Reset","description":"","products":[{"product_id":"strong-tea-tree-essential-oil-10ml-therapeutic-grade","title":"Strong Tea Tree Essential Oil – 10ml – Therapeutic Grade","description":"\u003cstyle\u003e\n\/* ── TOKENS ── *\/\n:root {\n  --tt-green:    #006040;\n  --tt-mid-green:#00845A;\n  --tt-light-green:#A5D6A7;\n  --tt-bg:       #F4F8F5;\n  --tt-white:    #FFFFFF;\n  --tt-cream:    #FAF7F2;\n  --tt-charcoal: #1C1C1C;\n  --tt-mid:      #5A5A5A;\n  --tt-light:    #9A9A9A;\n  --tt-border:   #D4E8DA;\n  --tt-red:      #C0392B;\n  --tt-gold:     #C8973A;\n  --tt-serif:    'Playfair Display', Georgia, serif;\n  --tt-sans:     'DM Sans', system-ui, sans-serif;\n  --tt-r-sm:     8px;\n  --tt-r-md:     16px;\n  --tt-r-lg:     24px;\n  --tt-shadow-sm: 0 2px 12px rgba(0,0,0,.06);\n  --tt-shadow-md: 0 8px 32px rgba(0,0,0,.10);\n  --tt-shadow-lg: 0 20px 60px rgba(0,0,0,.13);\n}\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\/* ── RESET ── *\/\n.tt-wrap *, .tt-wrap *::before, .tt-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.tt-wrap { font-family: var(--tt-sans); color: var(--tt-charcoal); line-height: 1.6; overflow-x: hidden; }\n.tt-wrap img { max-width: 100%; display: block; }\n.tt-wrap a { color: inherit; text-decoration: none; }\n\n\/* ── LAYOUT ── *\/\n.tt-sec   { padding: 64px 0; }\n.tt-inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }\n.tt-2col  { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n.tt-3col  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n\n\/* ── TYPOGRAPHY ── *\/\n.tt-label {\n  display: block; font-size: 11px; font-weight: 700;\n  letter-spacing: .14em; text-transform: uppercase;\n  color: var(--tt-green); margin-bottom: 10px;\n  font-family: var(--tt-sans);\n}\n.tt-h2 {\n  font-family: var(--tt-serif);\n  font-size: clamp(26px, 3.2vw, 38px); line-height: 1.2;\n  color: var(--tt-charcoal); margin-bottom: 14px;\n}\n.tt-h2 em { font-style: italic; color: var(--tt-green); }\n.tt-body { font-size: 15px; color: var(--tt-mid); line-height: 1.7; font-family: var(--tt-sans); }\n\n\/* ── REVEAL ANIMATION ── *\/\n.tt-reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }\n.tt-reveal.visible { opacity: 1; transform: translateY(0); }\n\n\/* ═══════════════════════════════════════════════\n   1. TRUST BAR\n═══════════════════════════════════════════════ *\/\n.tt-trust-bar {\n  background: var(--tt-green); padding: 13px 0;\n  overflow: hidden; position: relative;\n}\n.tt-trust-bar::before,\n.tt-trust-bar::after {\n  content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2;\n  pointer-events: none;\n}\n.tt-trust-bar::before { left: 0; background: linear-gradient(to right, var(--tt-green), transparent); }\n.tt-trust-bar::after  { right: 0; background: linear-gradient(to left, var(--tt-green), transparent); }\n.tt-trust-bar__track {\n  display: flex; align-items: center;\n  width: max-content;\n  animation: tt-marquee 28s linear infinite;\n}\n.tt-trust-bar__track:hover { animation-play-state: paused; }\n@keyframes tt-marquee {\n  0%   { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n.tt-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(--tt-sans);\n  padding: 0 28px;\n}\n.tt-trust-item + .tt-trust-item { border-left: 1px solid rgba(255,255,255,.18); }\n.tt-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. USE CASES (tabbed)\n═══════════════════════════════════════════════ *\/\n.tt-use-cases { background: var(--tt-white); padding: 64px 0; }\n.tt-use-header { text-align: center; margin-bottom: 44px; }\n\n.tt-tabs {\n  display: flex; justify-content: center;\n  background: var(--tt-bg); border-radius: 100px;\n  padding: 5px; max-width: 480px; margin: 0 auto 44px;\n  border: 1px solid var(--tt-border);\n}\n.tt-tab {\n  flex: 1; padding: 10px 14px; border: none; background: transparent;\n  cursor: pointer; border-radius: 100px;\n  font-size: 13px; font-weight: 600; color: #666;\n  font-family: var(--tt-sans); transition: background .2s, color .2s;\n  display: flex; align-items: center; justify-content: center; gap: 5px;\n}\n.tt-tab.tt-active { background: var(--tt-green); color: #fff; box-shadow: 0 2px 10px rgba(0,96,64,.25); }\n\n.tt-panel { display: none; }\n.tt-panel.tt-active { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }\n\n.tt-panel__tag {\n  display: inline-block;\n  background: #E8F5EE; color: var(--tt-green);\n  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;\n  padding: 4px 14px; border-radius: 100px; margin-bottom: 14px;\n  font-family: var(--tt-sans);\n}\n.tt-panel__title { font-family: var(--tt-serif); font-size: clamp(22px, 2.8vw, 32px); line-height: 1.2; margin-bottom: 12px; color: var(--tt-charcoal); }\n.tt-panel__title em { color: var(--tt-green); font-style: italic; }\n.tt-panel__body { font-size: 14px; color: var(--tt-mid); line-height: 1.7; margin-bottom: 22px; font-family: var(--tt-sans); }\n\n.tt-how-box {\n  background: var(--tt-bg); border-radius: var(--tt-r-md);\n  padding: 18px 20px; border: 1px solid var(--tt-border);\n}\n.tt-how-box h4 { font-size: 11px; font-weight: 700; color: var(--tt-green); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 12px; font-family: var(--tt-sans); }\n.tt-how-steps { display: flex; flex-direction: column; gap: 9px; }\n.tt-how-step { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--tt-charcoal); font-family: var(--tt-sans); }\n.tt-how-num {\n  width: 20px; height: 20px; border-radius: 50%;\n  background: var(--tt-green); color: #fff;\n  font-size: 10px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px;\n}\n\n.tt-panel__img {\n  border-radius: var(--tt-r-lg); overflow: hidden;\n  box-shadow: var(--tt-shadow-lg); aspect-ratio: 4\/5; position: relative;\n  background: linear-gradient(135deg, #C8E6C9, #388E3C);\n}\n.tt-panel__img img { width: 100%; height: 100%; object-fit: cover; display: block; }\n.tt-panel__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(--tt-sans); font-size: 12px; font-weight: 600; color: var(--tt-green);\n  white-space: nowrap; box-shadow: var(--tt-shadow-sm);\n}\n.tt-panel__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(--tt-sans);\n  text-align: center; padding: 20px;\n}\n\n\/* ═══════════════════════════════════════════════\n   3. SCIENCE\n═══════════════════════════════════════════════ *\/\n.tt-science { background: var(--tt-bg); }\n.tt-sci-header { text-align: center; margin-bottom: 48px; }\n\n.tt-sci-card {\n  background: var(--tt-white); border-radius: var(--tt-r-lg);\n  padding: 28px 24px; border: 1px solid var(--tt-border);\n  box-shadow: var(--tt-shadow-sm);\n  transition: transform .2s, box-shadow .2s;\n}\n.tt-sci-card:hover { transform: translateY(-4px); box-shadow: var(--tt-shadow-md); }\n.tt-sci-icon {\n  width: 48px; height: 48px; border-radius: 12px;\n  background: linear-gradient(135deg, var(--tt-green), var(--tt-mid-green));\n  display: flex; align-items: center; justify-content: center;\n  font-size: 22px; margin-bottom: 16px;\n}\n.tt-sci-card h3 { font-size: 16px; font-weight: 700; color: var(--tt-charcoal); margin-bottom: 8px; font-family: var(--tt-sans); }\n.tt-sci-card p  { font-size: 13px; color: var(--tt-mid); line-height: 1.65; font-family: var(--tt-sans); }\n\n.tt-stat-banner {\n  background: linear-gradient(135deg, #003D28, var(--tt-green));\n  border-radius: var(--tt-r-lg); padding: 40px 44px;\n  display: flex; align-items: center; gap: 44px;\n  color: #fff; margin-top: 32px;\n}\n.tt-stat-big { font-family: var(--tt-serif); font-size: 60px; font-weight: 700; color: var(--tt-light-green); line-height: 1; }\n.tt-stat-lbl { font-size: 12px; color: rgba(255,255,255,.5); margin-top: 4px; font-family: var(--tt-sans); }\n.tt-stat-div { width: 1px; background: rgba(255,255,255,.15); align-self: stretch; flex-shrink: 0; }\n.tt-stat-copy h3 { font-family: var(--tt-serif); color:#FFFFFF; font-size: 20px; margin-bottom: 10px; }\n.tt-stat-copy p  { font-size: 13px; color: rgba(255,255,255,.7); line-height: 1.65; font-family: var(--tt-sans); }\n.tt-stat-cite { font-size: 11px; color: rgba(255,255,255,.35); margin-top: 10px; font-style: italic; font-family: var(--tt-sans); }\n\n\/* ═══════════════════════════════════════════════\n   4. COMPARISON\n═══════════════════════════════════════════════ *\/\n.tt-comparison { background: var(--tt-white); }\n\n.tt-diff-list { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }\n.tt-diff-item { display: flex; gap: 14px; align-items: flex-start; font-family: var(--tt-sans); }\n.tt-diff-num {\n  width: 36px; height: 36px; border-radius: 50%;\n  background: var(--tt-green); color: #fff;\n  font-size: 13px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n}\n.tt-diff-item h4 { font-size: 14px; font-weight: 700; color: var(--tt-charcoal); margin-bottom: 3px; }\n.tt-diff-item p  { font-size: 13px; color: var(--tt-mid); line-height: 1.6; }\n\n.tt-table-card {\n  background: linear-gradient(160deg, #EDF7EE, #D4EDDA);\n  border-radius: var(--tt-r-lg); padding: 32px 28px; box-shadow: var(--tt-shadow-md);\n  font-family: var(--tt-sans);\n}\n.tt-table-title { font-family: var(--tt-serif); font-size: 18px; font-weight: 700; color: var(--tt-green); margin-bottom: 20px; }\n.tt-table-head {\n  display: flex; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;\n  color: var(--tt-mid); padding-bottom: 10px; border-bottom: 2px solid rgba(0,96,64,.15); margin-bottom: 4px;\n}\n.tt-table-head .f { flex: 1.4; }\n.tt-table-head .c { flex: 1; text-align: center; }\n.tt-table-row {\n  display: flex; align-items: center; padding: 11px 0;\n  border-bottom: 1px solid rgba(0,96,64,.1); font-size: 12px;\n}\n.tt-table-row:last-child { border-bottom: none; }\n.tt-table-row .f  { flex: 1.4; font-weight: 500; color: var(--tt-charcoal); }\n.tt-table-row .us   { flex: 1; text-align: center; color: var(--tt-green); font-weight: 700; }\n.tt-table-row .them { flex: 1; text-align: center; color: var(--tt-red); }\n\n\/* ═══════════════════════════════════════════════\n   5. PRICING\n═══════════════════════════════════════════════ *\/\n.tt-pricing { background: var(--tt-bg); }\n.tt-pricing-header { text-align: center; margin-bottom: 44px; }\n.tt-pricing-grid {\n  display: grid; grid-template-columns: 1fr 1fr;\n  gap: 20px; max-width: 640px; margin: 0 auto;\n}\n\n.tt-price-card {\n  background: var(--tt-white); border-radius: var(--tt-r-lg);\n  padding: 28px 22px; border: 2px solid var(--tt-border);\n  text-align: center; position: relative;\n  font-family: var(--tt-sans);\n  display: flex; flex-direction: column;\n  transition: transform .2s, box-shadow .2s;\n}\n.tt-price-card:hover { transform: translateY(-4px); box-shadow: var(--tt-shadow-md); }\n.tt-price-card--feat {\n  border-color: var(--tt-green);\n  box-shadow: 0 8px 32px rgba(0,96,64,.15);\n  transform: translateY(-5px);\n}\n.tt-price-card--feat:hover { transform: translateY(-9px); }\n\n.tt-price-badge {\n  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);\n  background: var(--tt-green); 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(0,96,64,.3);\n}\n.tt-price-label { font-size: 11px; font-weight: 700; color: var(--tt-mid); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }\n.tt-price-emoji { font-size: 32px; margin: 6px 0 8px; }\n.tt-price-now   { font-family: var(--tt-serif); font-size: 42px; font-weight: 700; color: var(--tt-charcoal); line-height: 1; }\n.tt-price-per   { font-size: 11px; color: var(--tt-light); margin-top: 3px; }\n.tt-price-row   { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 8px 0 5px; }\n.tt-price-was   { font-size: 13px; color: var(--tt-light); text-decoration: line-through; }\n.tt-price-save  {\n  font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 100px;\n  background: #E8F5EE; color: var(--tt-green);\n}\n.tt-price-save--dark { background: var(--tt-green); color: #fff; }\n.tt-price-unit  {\n  background: rgba(0,96,64,.07); border-radius: 6px;\n  padding: 4px 10px; font-size: 11px; font-weight: 600; color: var(--tt-green);\n  display: inline-block; margin-bottom: 14px;\n}\n.tt-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.tt-price-features li { font-size: 12px; color: var(--tt-mid); display: flex; align-items: flex-start; gap: 7px; }\n.tt-price-features li::before { content: '✓'; color: var(--tt-green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n\n.tt-price-btn {\n  width: 100%; padding: 13px; border-radius: 100px;\n  font-size: 13px; font-weight: 700; font-family: var(--tt-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.tt-price-btn--out { background: transparent; border: 2px solid var(--tt-green); color: var(--tt-green); }\n.tt-price-btn--out:hover { background: var(--tt-green); color: #fff; }\n.tt-price-btn--fill { background: var(--tt-green); color: #fff; box-shadow: 0 4px 14px rgba(0,96,64,.28); }\n.tt-price-btn--fill:hover { background: var(--tt-mid-green); transform: translateY(-1px); color: #fff; }\n\n.tt-price-cod { font-size: 11px; color: var(--tt-mid); display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 6px; }\n.tt-price-cod::before { content: '✓'; color: var(--tt-green); font-weight: 700; }\n\n.tt-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(--tt-white);\n  border-radius: var(--tt-r-md); border: 1px solid var(--tt-border);\n  max-width: 640px; margin-left: auto; margin-right: auto;\n}\n.tt-cod-item { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--tt-charcoal); font-family: var(--tt-sans); }\n\n\/* ═══════════════════════════════════════════════\n   6. REVIEWS\n═══════════════════════════════════════════════ *\/\n.tt-reviews { background: var(--tt-white); }\n.tt-reviews-header {\n  display: flex; align-items: flex-end; justify-content: space-between;\n  margin-bottom: 40px; gap: 24px; flex-wrap: wrap;\n}\n.tt-reviews-big { font-family: var(--tt-serif); font-size: 68px; font-weight: 700; color: var(--tt-charcoal); line-height: 1; }\n.tt-reviews-summary { display: flex; align-items: center; gap: 18px; }\n.tt-reviews-total { font-size: 12px; color: var(--tt-mid); margin-bottom: 8px; font-family: var(--tt-sans); }\n.tt-bar-row { display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--tt-mid); font-family: var(--tt-sans); }\n.tt-bar-track { width: 80px; height: 5px; background: var(--tt-border); border-radius: 100px; overflow: hidden; }\n.tt-bar-fill  { height: 100%; background: var(--tt-green); border-radius: 100px; }\n\n.tt-rev-card {\n  background: var(--tt-bg); border-radius: var(--tt-r-lg);\n  padding: 24px 20px; border: 1px solid var(--tt-border);\n  transition: box-shadow .2s; font-family: var(--tt-sans);\n}\n.tt-rev-card:hover { box-shadow: var(--tt-shadow-md); }\n.tt-rev-tag {\n  display: inline-block; margin-bottom: 8px;\n  background: var(--tt-green); color: #fff;\n  font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;\n  padding: 3px 10px; border-radius: 100px;\n}\n.tt-rev-stars { color: var(--tt-green); letter-spacing: 2px; font-size: 14px; margin-bottom: 8px; }\n.tt-rev-text  { font-size: 13px; color: var(--tt-charcoal); line-height: 1.65; margin-bottom: 14px; font-style: italic; }\n.tt-rev-author { display: flex; align-items: center; gap: 10px; }\n.tt-rev-avatar {\n  width: 36px; height: 36px; border-radius: 50%;\n  background: linear-gradient(135deg, #A5D6A7, var(--tt-green));\n  display: flex; align-items: center; justify-content: center;\n  color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0;\n}\n.tt-rev-name     { font-size: 13px; font-weight: 700; }\n.tt-rev-meta     { font-size: 11px; color: var(--tt-light); }\n.tt-rev-verified { font-size: 10px; color: var(--tt-green); font-weight: 600; margin-top: 1px; }\n\n\/* ═══════════════════════════════════════════════\n   7. FAQ\n═══════════════════════════════════════════════ *\/\n.tt-faq { background: var(--tt-bg); }\n.tt-faq-header { text-align: center; margin-bottom: 44px; }\n.tt-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 860px; margin: 0 auto; }\n\n.tt-faq-item {\n  background: var(--tt-white); border-radius: var(--tt-r-md);\n  border: 1.5px solid var(--tt-border); font-family: var(--tt-sans);\n  transition: border-color .2s;\n}\n.tt-faq-item[open] { border-color: var(--tt-green); }\n.tt-faq-summary {\n  display: flex; align-items: center; justify-content: space-between; gap: 10px;\n  font-size: 13px; font-weight: 600; color: var(--tt-charcoal);\n  list-style: none; cursor: pointer; padding: 18px 20px;\n}\n.tt-faq-summary::-webkit-details-marker { display: none; }\n.tt-faq-toggle {\n  width: 24px; height: 24px; border-radius: 50%;\n  background: var(--tt-green); color: #fff;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 16px; flex-shrink: 0; transition: transform .25s;\n}\n.tt-faq-item[open] .tt-faq-toggle { transform: rotate(45deg); }\n.tt-faq-answer {\n  font-size: 13px; color: var(--tt-mid); line-height: 1.65;\n  padding: 0 20px 18px;\n}\n\n\/* ═══════════════════════════════════════════════\n   8. FINAL CTA\n═══════════════════════════════════════════════ *\/\n.tt-cta {\n  background: linear-gradient(135deg, #003D28, var(--tt-green));\n  padding: 64px 0; text-align: center; position: relative; overflow: hidden;\n}\n.tt-cta::before {\n  content: '';\n  position: absolute; inset: 0;\n  background: radial-gradient(ellipse at 30% 50%, rgba(165,214,167,.15) 0%, transparent 60%),\n              radial-gradient(ellipse at 70% 50%, rgba(165,214,167,.10) 0%, transparent 60%);\n}\n.tt-cta \u003e .tt-inner { position: relative; z-index: 1; }\n.tt-cta h2 { font-family: var(--tt-serif); font-size: clamp(24px, 3.2vw, 38px); color: #fff; margin-bottom: 12px; }\n.tt-cta h2 em { color: var(--tt-light-green); font-style: italic; }\n.tt-cta p  { font-size: 15px; color: rgba(255,255,255,.7); margin-bottom: 28px; font-family: var(--tt-sans); }\n.tt-cta-btn {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: #fff; color: var(--tt-green);\n  font-size: 14px; font-weight: 700; font-family: var(--tt-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.tt-cta-btn:hover { background: #E8F5EE; transform: translateY(-2px); color: var(--tt-green); }\n.tt-cta-guarantee { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,.4); font-family: var(--tt-sans); }\n\n\/* ═══════════════════════════════════════════════\n   RESPONSIVE\n═══════════════════════════════════════════════ *\/\n@media (max-width: 800px) {\n  .tt-2col, .tt-panel.tt-active { grid-template-columns: 1fr; }\n  .tt-3col  { grid-template-columns: 1fr; }\n  .tt-panel__img { aspect-ratio: 4\/5; }\n  .tt-stat-banner { flex-direction: column; gap: 20px; padding: 28px 22px; }\n  .tt-stat-div { display: none; }\n  .tt-pricing-grid { grid-template-columns: 1fr; max-width: 300px; }\n  .tt-price-card--feat { transform: translateY(0); }\n  .tt-faq-grid { grid-template-columns: 1fr; }\n  .tt-reviews-header { flex-direction: column; align-items: flex-start; }\n  .tt-trust-bar__track { animation-duration: 20s; }\n  .tt-tabs { max-width: 100%; }\n  .tt-tab { font-size: 12px; padding: 9px 8px; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"tt-wrap\"\u003e\n\n\u003c!-- ═══════════════════════════════════════════\n     TRUST BAR\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-trust-bar\"\u003e\n  \u003cdiv class=\"tt-trust-bar__track\"\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🧪\u003c\/div\u003e 40%+ Terpinen-4-ol Certified\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🌿\u003c\/div\u003e 100% Pure, Undiluted\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e💧\u003c\/div\u003e Steam Distilled\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🔬\u003c\/div\u003e ISO 4730 Standard Exceeded\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🦠\u003c\/div\u003e Kills Acne Bacteria\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🍄\u003c\/div\u003e Antifungal — Dandruff \u0026amp; Nail Fungus\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e↩️\u003c\/div\u003e 30-Day Returns\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e💵\u003c\/div\u003e Partial COD Available\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🚚\u003c\/div\u003e Free Shipping on Prepaid\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e📦\u003c\/div\u003e Ships in 24 Hours\u003c\/div\u003e\n    \u003c!-- duplicate for seamless loop --\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🧪\u003c\/div\u003e 40%+ Terpinen-4-ol Certified\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🌿\u003c\/div\u003e 100% Pure, Undiluted\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e💧\u003c\/div\u003e Steam Distilled\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🔬\u003c\/div\u003e ISO 4730 Standard Exceeded\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🦠\u003c\/div\u003e Kills Acne Bacteria\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🍄\u003c\/div\u003e Antifungal — Dandruff \u0026amp; Nail Fungus\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e↩️\u003c\/div\u003e 30-Day Returns\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e💵\u003c\/div\u003e Partial COD Available\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e🚚\u003c\/div\u003e Free Shipping on Prepaid\u003c\/div\u003e\n    \u003cdiv class=\"tt-trust-item\"\u003e\n\u003cdiv class=\"tt-trust-icon\"\u003e📦\u003c\/div\u003e Ships in 24 Hours\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════════════════\n     USE CASES (TABBED)\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-use-cases\"\u003e\n  \u003cdiv class=\"tt-inner\"\u003e\n    \u003cdiv class=\"tt-use-header\"\u003e\n      \u003cspan class=\"tt-label\"\u003eWhat It Treats\u003c\/span\u003e\n      \u003ch2 class=\"tt-h2\"\u003eTell us your problem.\u003cbr\u003e\u003cem\u003eWe have the answer.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"tt-body\" style=\"max-width:480px;margin:0 auto;\"\u003eTea tree oil's 40%+ terpinen-4-ol works differently on each condition. Select yours below.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Tab buttons --\u003e\n    \u003cdiv class=\"tt-tabs\"\u003e\n      \u003cbutton class=\"tt-tab tt-active\" onclick=\"ttTab(0,this)\"\u003e❄️ Dandruff\u003c\/button\u003e\n      \u003cbutton class=\"tt-tab\" onclick=\"ttTab(1,this)\"\u003e🧴 Acne \u0026amp; Pimples\u003c\/button\u003e\n      \u003cbutton class=\"tt-tab\" onclick=\"ttTab(2,this)\"\u003e💅 Nail Fungus\u003c\/button\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Panel 1: Dandruff (default open) --\u003e\n    \u003cdiv class=\"tt-panel tt-active\" id=\"tt-p0\" style=\"display:grid;\"\u003e\n      \u003cdiv class=\"tt-panel__img tt-reveal\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Dandruff_Before_and_After_using_Pure_Organix_Tea_Tree_Oil_Instagram_430x.webp\" alt=\"Dandruff before and after tea tree oil\"\u003e\n        \u003cdiv class=\"tt-panel__img-badge\"\u003eDandruff visibly reduced in 4 weeks\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tt-panel__tag\"\u003eDandruff \u0026amp; Scalp\u003c\/div\u003e\n        \u003ch3 class=\"tt-panel__title\"\u003eKill dandruff at the \u003cem\u003eroot cause.\u003c\/em\u003e\n\u003c\/h3\u003e\n        \u003cp class=\"tt-panel__body\"\u003eDandruff is a fungal infection, not a hygiene problem. Tea tree oil's terpinen-4-ol is a proven antifungal that kills Malassezia — the yeast that causes dandruff and scalp itch — far more effectively than most medicated shampoos that only mask the symptoms.\u003c\/p\u003e\n        \u003cdiv class=\"tt-how-box\"\u003e\n          \u003ch4\u003eHow to use for Dandruff\u003c\/h4\u003e\n          \u003cdiv class=\"tt-how-steps\"\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e1\u003c\/div\u003e\n\u003cspan\u003eAdd 10 drops to your regular shampoo bottle and shake well\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e2\u003c\/div\u003e\n\u003cspan\u003eMassage into scalp for 3 minutes — focus on itchy areas\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e3\u003c\/div\u003e\n\u003cspan\u003eLeave on for 5 minutes before rinsing thoroughly\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e4\u003c\/div\u003e\n\u003cspan\u003eUse every wash for 4 weeks to fully clear\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!-- Panel 2: Acne \u0026 Pimples --\u003e\n    \u003cdiv class=\"tt-panel\" id=\"tt-p1\"\u003e\n      \u003cdiv class=\"tt-panel__img tt-reveal\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Acne_Before_and_After_using_Pure_Organix_Tea_Tree_Oil_instagram_430x.webp\" alt=\"Acne before and after tea tree oil\"\u003e\n        \u003cdiv class=\"tt-panel__img-badge\"\u003eUp to 43% fewer pimples in 45 days\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tt-panel__tag\"\u003eAcne \u0026amp; Pimples\u003c\/div\u003e\n        \u003ch3 class=\"tt-panel__title\"\u003eClear acne without \u003cem\u003edrying your skin.\u003c\/em\u003e\n\u003c\/h3\u003e\n        \u003cp class=\"tt-panel__body\"\u003eTea tree oil's terpinen-4-ol kills \u003cem\u003ePropionibacterium acnes\u003c\/em\u003e — the bacteria responsible for breakouts — without the skin-stripping side effects of benzoyl peroxide or salicylic acid. Studies show it reduces acne lesions by up to 43% within 45 days.\u003c\/p\u003e\n        \u003cdiv class=\"tt-how-box\"\u003e\n          \u003ch4\u003eHow to use for Acne\u003c\/h4\u003e\n          \u003cdiv class=\"tt-how-steps\"\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e1\u003c\/div\u003e\n\u003cspan\u003eCleanse face and pat completely dry\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e2\u003c\/div\u003e\n\u003cspan\u003eMix 1 drop tea tree oil + 9 drops jojoba oil\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e3\u003c\/div\u003e\n\u003cspan\u003eApply directly to pimple with a cotton bud\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e4\u003c\/div\u003e\n\u003cspan\u003eLeave overnight — do not rinse\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!-- Panel 3: Nail Fungus --\u003e\n    \u003cdiv class=\"tt-panel\" id=\"tt-p2\"\u003e\n      \u003cdiv class=\"tt-panel__img tt-reveal\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Toe_Nail_Fungal_Infection_Before_and_After_using_Pure_Organix_Tea_Tree_Oil_Instagram_430x.webp\" alt=\"Nail fungus before and after tea tree oil\"\u003e\n        \u003cdiv class=\"tt-panel__img-badge\"\u003eVisible improvement in 4–6 weeks\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"tt-panel__tag\"\u003eNail Fungus\u003c\/div\u003e\n        \u003ch3 class=\"tt-panel__title\"\u003eTreat nail fungus \u003cem\u003ewithout harsh chemicals.\u003c\/em\u003e\n\u003c\/h3\u003e\n        \u003cp class=\"tt-panel__body\"\u003eNail fungus lives under the nail plate — most topical treatments can't reach it. Tea tree oil's small molecular size lets it penetrate the nail bed and attack the fungus directly. Clinical research shows consistent application over 3 months can fully clear mild-to-moderate nail infections.\u003c\/p\u003e\n        \u003cdiv class=\"tt-how-box\"\u003e\n          \u003ch4\u003eHow to use for Nail Fungus\u003c\/h4\u003e\n          \u003cdiv class=\"tt-how-steps\"\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e1\u003c\/div\u003e\n\u003cspan\u003eFile the infected nail surface lightly to improve absorption\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e2\u003c\/div\u003e\n\u003cspan\u003eApply tea tree oil undiluted directly to the nail\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e3\u003c\/div\u003e\n\u003cspan\u003eCover with a bandage if possible to maximise contact\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"tt-how-step\"\u003e\n\u003cdiv class=\"tt-how-num\"\u003e4\u003c\/div\u003e\n\u003cspan\u003eRepeat morning and night, every day for 3 months\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\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════════════════\n     SCIENCE\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-science tt-sec\"\u003e\n  \u003cdiv class=\"tt-inner\"\u003e\n    \u003cdiv class=\"tt-sci-header\"\u003e\n      \u003cspan class=\"tt-label\"\u003eThe Science\u003c\/span\u003e\n      \u003ch2 class=\"tt-h2\"\u003eWhy \u003cem\u003e40%+ terpinen-4-ol\u003c\/em\u003e is the number that matters\u003c\/h2\u003e\n      \u003cp class=\"tt-body\" style=\"max-width:520px;margin:0 auto;\"\u003eTerpinen-4-ol is the active compound that gives tea tree oil its antibacterial, antifungal, and anti-inflammatory power. Most cheap oils don't reach the therapeutic threshold.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-3col\" style=\"margin-bottom:28px;\"\u003e\n      \u003cdiv class=\"tt-sci-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-sci-icon\"\u003e🦠\u003c\/div\u003e\n        \u003ch3\u003eKills Acne Bacteria\u003c\/h3\u003e\n        \u003cp\u003eTerpinen-4-ol disrupts bacterial cell membranes, killing Propionibacterium acnes on contact — including antibiotic-resistant strains that OTC creams can no longer treat effectively.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-sci-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-sci-icon\"\u003e🍄\u003c\/div\u003e\n        \u003ch3\u003eEliminates Fungus\u003c\/h3\u003e\n        \u003cp\u003ePowerful antifungal action against Malassezia (dandruff) and dermatophytes (nail fungus). The oil's small molecules penetrate the nail plate and scalp to attack the infection at its source.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-sci-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-sci-icon\"\u003e🔥\u003c\/div\u003e\n        \u003ch3\u003eReduces Inflammation\u003c\/h3\u003e\n        \u003cp\u003eAnti-inflammatory compounds calm redness, swelling, and irritation — so skin heals faster after acne, and scalp itch disappears within the first few days of use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-stat-banner tt-reveal\"\u003e\n      \u003cdiv style=\"flex-shrink:0;text-align:center;\"\u003e\n        \u003cdiv class=\"tt-stat-big\"\u003e40%+\u003c\/div\u003e\n        \u003cdiv class=\"tt-stat-lbl\"\u003eTerpinen-4-ol — ISO 4730 standard\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-stat-div\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"tt-stat-copy\"\u003e\n        \u003ch3\u003eThe international standard is 30%. Ours is 40%+.\u003c\/h3\u003e\n        \u003cp\u003eISO 4730 — the global quality benchmark for tea tree oil — requires a minimum of 30% terpinen-4-ol for therapeutic grade certification. Most Amazon oils barely meet this. Pure Organix exceeds it at 40%+, giving you a measurably stronger, faster-acting formula that actually works.\u003c\/p\u003e\n        \u003cp class=\"tt-stat-cite\"\u003eISO 4730:2017 — Oil of Melaleuca, terpinen-4-ol type (Tea Tree Oil). International Organization for Standardization.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════════════════\n     COMPARISON\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-comparison tt-sec\"\u003e\n  \u003cdiv class=\"tt-inner\"\u003e\n    \u003cdiv class=\"tt-2col\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"tt-label\"\u003eWhy Choose Natural\u003c\/span\u003e\n        \u003ch2 class=\"tt-h2\"\u003eChemical treatments \u003cem\u003evs. the real thing.\u003c\/em\u003e\n\u003c\/h2\u003e\n        \u003cp class=\"tt-body\" style=\"margin-bottom:24px;\"\u003eBenzoyl peroxide dries your skin. Medicated shampoos cause irritation. Oral antifungals can harm your liver. Tea tree oil at therapeutic grade does the job — without the damage.\u003c\/p\u003e\n        \u003cdiv class=\"tt-diff-list\"\u003e\n          \u003cdiv class=\"tt-diff-item tt-reveal\"\u003e\n            \u003cdiv class=\"tt-diff-num\"\u003e1\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eNo skin dryness or peeling\u003c\/h4\u003e\n              \u003cp\u003eBenzoyl peroxide strips your skin's natural oils. Tea tree oil treats the infection without damaging your skin barrier.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tt-diff-item tt-reveal\"\u003e\n            \u003cdiv class=\"tt-diff-num\"\u003e2\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eNo scalp dependency — dandruff stays gone\u003c\/h4\u003e\n              \u003cp\u003eZinc pyrithione shampoos work only while you use them. Stop using them and dandruff comes back worse. Tea tree oil addresses the root cause.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tt-diff-item tt-reveal\"\u003e\n            \u003cdiv class=\"tt-diff-num\"\u003e3\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eNo liver risk unlike oral antifungal tablets\u003c\/h4\u003e\n              \u003cp\u003ePrescription antifungal tablets require liver function monitoring due to toxicity risk. Tea tree oil applied topically carries zero systemic risk.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tt-diff-item tt-reveal\"\u003e\n            \u003cdiv class=\"tt-diff-num\"\u003e4\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eWorks on antibiotic-resistant acne bacteria\u003c\/h4\u003e\n              \u003cp\u003eP. acnes is increasingly resistant to common antibiotics. Tea tree oil works through a different mechanism — resistance cannot develop against it.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tt-table-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-table-title\"\u003ePure Organix vs. Chemical Treatments\u003c\/div\u003e\n        \u003cdiv class=\"tt-table-head\"\u003e\n\u003cspan class=\"f\"\u003eFeature\u003c\/span\u003e\u003cspan class=\"c\"\u003ePure Organix\u003c\/span\u003e\u003cspan class=\"c\"\u003eChemicals\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tt-table-row\"\u003e\n\u003cspan class=\"f\"\u003eKills acne bacteria\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Natural\u003c\/span\u003e\u003cspan class=\"them\"\u003e✓ Harsh\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tt-table-row\"\u003e\n\u003cspan class=\"f\"\u003eSkin dryness \/ peeling\u003c\/span\u003e\u003cspan class=\"us\"\u003e✗ None\u003c\/span\u003e\u003cspan class=\"them\"\u003e⚠ Very common\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tt-table-row\"\u003e\n\u003cspan class=\"f\"\u003eSafe for daily use\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Yes\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Not recommended\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tt-table-row\"\u003e\n\u003cspan class=\"f\"\u003eWorks on fungal infections\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Antifungal\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Antibiotics don't\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tt-table-row\"\u003e\n\u003cspan class=\"f\"\u003eSystemic side effects\u003c\/span\u003e\u003cspan class=\"us\"\u003e✗ None\u003c\/span\u003e\u003cspan class=\"them\"\u003e⚠ Possible\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"tt-table-row\"\u003e\n\u003cspan class=\"f\"\u003eAntibiotic resistance risk\u003c\/span\u003e\u003cspan class=\"us\"\u003e✗ None\u003c\/span\u003e\u003cspan class=\"them\"\u003e⚠ Growing problem\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     PRICING\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-pricing tt-sec\" id=\"tt-pricing\"\u003e\n  \u003cdiv class=\"tt-inner\"\u003e\n    \u003cdiv class=\"tt-pricing-header\"\u003e\n      \u003cspan class=\"tt-label\"\u003eChoose Your Pack\u003c\/span\u003e\n      \u003ch2 class=\"tt-h2\"\u003eSimple choice. \u003cem\u003eClear savings.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"tt-body\" style=\"max-width:420px;margin:0 auto;\"\u003eMost skin and scalp concerns take 4–8 weeks to clear. The Smart Buy gives you enough to see real results — and saves you ₹499.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"tt-pricing-grid\"\u003e\n\n      \u003c!-- Try It --\u003e\n      \u003cdiv class=\"tt-price-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-price-label\"\u003eTry It\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-emoji\"\u003e🧴\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-now\"\u003e₹349\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-per\"\u003e1 bottle · 10ml\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-row\"\u003e\n          \u003cspan class=\"tt-price-was\"\u003e₹549\u003c\/span\u003e\n          \u003cspan class=\"tt-price-save\"\u003eSave ₹200\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"tt-price-features\"\u003e\n          \u003cli\u003e1 × Tea Tree Essential Oil 10ml\u003c\/li\u003e\n          \u003cli\u003eLab Certificate Included\u003c\/li\u003e\n          \u003cli\u003eTreats acne, dandruff or nail fungus\u003c\/li\u003e\n          \u003cli\u003eGood for 4–6 weeks of daily use\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- Replace # with your actual product variant URL --\u003e\n        \u003ca href=\"#\" class=\"tt-price-btn tt-price-btn--out\"\u003eAdd to Cart — COD Available\u003c\/a\u003e\n        \u003cdiv class=\"tt-price-cod\"\u003eCOD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Smart Buy --\u003e\n      \u003cdiv class=\"tt-price-card tt-price-card--feat tt-reveal\"\u003e\n        \u003cdiv class=\"tt-price-badge\"\u003e⭐ Smart Buy\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-label\"\u003eBest Value\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-emoji\"\u003e🧴🧴\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-now\"\u003e₹599\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-per\"\u003e2 bottles · 20ml total\u003c\/div\u003e\n        \u003cdiv class=\"tt-price-row\"\u003e\n          \u003cspan class=\"tt-price-was\"\u003e₹1098\u003c\/span\u003e\n          \u003cspan class=\"tt-price-save tt-price-save--dark\"\u003eSave ₹499\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tt-price-unit\"\u003eJust ₹299.5 per bottle\u003c\/div\u003e\n        \u003cul class=\"tt-price-features\"\u003e\n          \u003cli\u003e2 × Tea Tree Essential Oil 10ml\u003c\/li\u003e\n          \u003cli\u003eLab Certificate Included\u003c\/li\u003e\n          \u003cli\u003eEnough for full 3-month treatment\u003c\/li\u003e\n          \u003cli\u003eFree shipping always\u003c\/li\u003e\n          \u003cli\u003ePriority dispatch\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- Replace # with your actual product variant URL --\u003e\n        \u003ca href=\"#\" class=\"tt-price-btn tt-price-btn--fill\" style=\"color: white;\"\u003eAdd to Cart — COD Available\u003c\/a\u003e\n        \u003cdiv class=\"tt-price-cod\"\u003eCOD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- COD Strip --\u003e\n    \u003cdiv class=\"tt-cod-strip\"\u003e\n      \u003cdiv class=\"tt-cod-item\"\u003e💵 Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"tt-cod-item\"\u003e🚚 Free Shipping over ₹549\u003c\/div\u003e\n      \u003cdiv class=\"tt-cod-item\"\u003e↩️ 30-Day Returns\u003c\/div\u003e\n      \u003cdiv class=\"tt-cod-item\"\u003e📦 Ships in 24 Hours\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════════════════\n     REVIEWS\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-reviews tt-sec\"\u003e\n  \u003cdiv class=\"tt-inner\"\u003e\n    \u003cdiv class=\"tt-reviews-header\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"tt-label\"\u003eReal Results\u003c\/span\u003e\n        \u003ch2 class=\"tt-h2\"\u003eReal people. \u003cem\u003eReal problems solved.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-reviews-summary\"\u003e\n        \u003cdiv class=\"tt-reviews-big\"\u003e4.8\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv style=\"color:var(--tt-green);font-size:18px;letter-spacing:2px;margin-bottom:4px;\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"tt-reviews-total\"\u003eBased on 634 reviews\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;flex-direction:column;gap:4px;\"\u003e\n            \u003cdiv class=\"tt-bar-row\"\u003e5★ \u003cdiv class=\"tt-bar-track\"\u003e\u003cdiv class=\"tt-bar-fill\" style=\"width:87%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 87%\u003c\/div\u003e\n            \u003cdiv class=\"tt-bar-row\"\u003e4★ \u003cdiv class=\"tt-bar-track\"\u003e\u003cdiv class=\"tt-bar-fill\" style=\"width:8%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 8%\u003c\/div\u003e\n            \u003cdiv class=\"tt-bar-row\"\u003e3★ \u003cdiv class=\"tt-bar-track\"\u003e\u003cdiv class=\"tt-bar-fill\" style=\"width:4%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 4%\u003c\/div\u003e\n            \u003cdiv class=\"tt-bar-row\"\u003e2★ \u003cdiv class=\"tt-bar-track\"\u003e\u003cdiv class=\"tt-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=\"tt-3col\"\u003e\n      \u003cdiv class=\"tt-rev-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-rev-tag\"\u003eAcne \u0026amp; Pimples\u003c\/div\u003e\n        \u003cdiv class=\"tt-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"tt-rev-text\"\u003e\"Used it as a spot treatment every night for 3 weeks. My stubborn chin acne cleared up completely. Nothing else had worked in 2 years. This is genuinely the best thing I've tried.\"\u003c\/p\u003e\n        \u003cdiv class=\"tt-rev-author\"\u003e\n          \u003cdiv class=\"tt-rev-avatar\"\u003eS\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"tt-rev-name\"\u003eSneha R., Surat\u003c\/div\u003e\n            \u003cdiv class=\"tt-rev-meta\"\u003ePurchased · Smart Buy Pack\u003c\/div\u003e\n            \u003cdiv class=\"tt-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-rev-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-rev-tag\"\u003eDandruff \u0026amp; Scalp\u003c\/div\u003e\n        \u003cdiv class=\"tt-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"tt-rev-text\"\u003e\"Added 10 drops to my shampoo and within 2 weeks my dandruff was completely gone. My scalp stopped itching from day 4. I've been using medicated shampoos for 3 years — wish I'd found this sooner.\"\u003c\/p\u003e\n        \u003cdiv class=\"tt-rev-author\"\u003e\n          \u003cdiv class=\"tt-rev-avatar\"\u003eV\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"tt-rev-name\"\u003eVikram P., Nagpur\u003c\/div\u003e\n            \u003cdiv class=\"tt-rev-meta\"\u003ePurchased · Try It Pack\u003c\/div\u003e\n            \u003cdiv class=\"tt-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tt-rev-card tt-reveal\"\u003e\n        \u003cdiv class=\"tt-rev-tag\"\u003eNail Fungus\u003c\/div\u003e\n        \u003cdiv class=\"tt-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"tt-rev-text\"\u003e\"Applied it twice daily on my big toenail for 10 weeks. The yellow discolouration is almost completely gone and the new nail growing in looks totally healthy. Very happy with this.\"\u003c\/p\u003e\n        \u003cdiv class=\"tt-rev-author\"\u003e\n          \u003cdiv class=\"tt-rev-avatar\"\u003eK\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"tt-rev-name\"\u003eKavitha M., Coimbatore\u003c\/div\u003e\n            \u003cdiv class=\"tt-rev-meta\"\u003ePurchased · Smart Buy Pack\u003c\/div\u003e\n            \u003cdiv class=\"tt-rev-verified\"\u003e✓ Verified Purchase\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\u003c!-- ═══════════════════════════════════════════\n     FAQ\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-faq tt-sec\"\u003e\n  \u003cdiv class=\"tt-inner\"\u003e\n    \u003cdiv class=\"tt-faq-header\"\u003e\n      \u003cspan class=\"tt-label\"\u003eFAQ\u003c\/span\u003e\n      \u003ch2 class=\"tt-h2\"\u003eYou asked, \u003cem\u003ewe answered.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"tt-faq-grid\"\u003e\n      \u003cdetails class=\"tt-faq-item\"\u003e\n        \u003csummary class=\"tt-faq-summary\"\u003eDo I need to dilute tea tree oil before using?\u003cspan class=\"tt-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"tt-faq-answer\"\u003eFor face and body use, always dilute — mix 1 drop of tea tree oil with 9 drops of a carrier oil like jojoba or coconut oil. For nail fungus, you can apply undiluted directly to the nail. For shampoo use, add 10 drops per 100ml of shampoo.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"tt-faq-item\"\u003e\n        \u003csummary class=\"tt-faq-summary\"\u003eHow quickly will I see results for acne?\u003cspan class=\"tt-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"tt-faq-answer\"\u003eMost people notice a visible difference within 7–10 days of consistent nightly use. Significant clearing typically happens within 3–6 weeks. Consistency matters more than quantity — one drop applied correctly every night beats irregular heavy application.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"tt-faq-item\"\u003e\n        \u003csummary class=\"tt-faq-summary\"\u003eWhy is 40%+ terpinen-4-ol important?\u003cspan class=\"tt-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"tt-faq-answer\"\u003eTerpinen-4-ol is the active compound that does the antibacterial and antifungal work. The ISO 4730 international standard requires at least 30% for therapeutic grade classification. At 40%+, Pure Organix exceeds this — giving you a measurably stronger formula than most products on the market.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"tt-faq-item\"\u003e\n        \u003csummary class=\"tt-faq-summary\"\u003eCan I use it on my face every day?\u003cspan class=\"tt-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"tt-faq-answer\"\u003eYes, but always diluted. The standard dilution for face use is 1% — 1 drop of tea tree oil per 9 drops of carrier oil. If you have sensitive skin, start with every other day and increase as your skin adjusts. Always do a patch test first.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"tt-faq-item\"\u003e\n        \u003csummary class=\"tt-faq-summary\"\u003eHow long does one 10ml bottle last?\u003cspan class=\"tt-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"tt-faq-answer\"\u003eAt 1:9 dilution for face use, one 10ml bottle lasts 6–8 weeks of daily spot treatment. For shampoo use (10 drops per wash), it lasts 20–25 washes. For nail fungus applied twice daily, one bottle lasts 4–5 weeks — which is why the Smart Buy pack makes sense for nail treatment.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"tt-faq-item\"\u003e\n        \u003csummary class=\"tt-faq-summary\"\u003eWhat if it doesn't work for me?\u003cspan class=\"tt-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"tt-faq-answer\"\u003eWe offer a 30-day return policy, no questions asked. If you're not seeing results or aren't satisfied for any reason, contact us and we'll sort it out immediately. We're confident in the product — but your satisfaction always comes first.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ═══════════════════════════════════════════\n     FINAL CTA\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"tt-cta\"\u003e\n  \u003cdiv class=\"tt-inner\"\u003e\n    \u003ch2\u003eReady to clear it \u003cem\u003efor good?\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eJoin 634+ customers who solved their skin and scalp problems — the natural way.\u003c\/p\u003e\n    \u003ca href=\"#tt-pricing\" class=\"tt-cta-btn\"\u003eShop Now — Starting at ₹349 →\u003c\/a\u003e\n    \u003cdiv class=\"tt-cta-guarantee\"\u003e🔒 30-Day Returns · COD Available · Secure Checkout\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\u003c!-- end .tt-wrap --\u003e\n\n\u003cscript\u003e\n  \/\/ Tab switching\n  function ttTab(index, btn) {\n    document.querySelectorAll('.tt-tab').forEach(function(b) { b.classList.remove('tt-active'); });\n    document.querySelectorAll('.tt-panel').forEach(function(p) {\n      p.classList.remove('tt-active');\n      p.style.display = 'none';\n    });\n    btn.classList.add('tt-active');\n    var panel = document.getElementById('tt-p' + index);\n    panel.classList.add('tt-active');\n    panel.style.display = 'grid';\n    panel.style.gridTemplateColumns = '';\n  }\n\n  \/\/ Scroll reveal\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('.tt-reveal').forEach(function(el) { obs.observe(el); });\n  })();\n\u003c\/script\u003e","brand":"Sucharu Enterprise","offers":[{"title":"Default Title","offer_id":43133815717993,"sku":null,"price":349.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Tea-Tree-Essential-Oil-10ML-Pure-Organix-800x800.webp?v=1772355780"},{"product_id":"scalp-reset-spray-tea-tree-red-rice-100ml","title":"Scalp Reset Spray — Tea Tree \u0026 Red Rice - 100ml","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  --hs-green:       #006040;\n  --hs-mid-green:   #00845A;\n  --hs-light-green: #A5D6A7;\n  --hs-rice:        #C8973A;\n  --hs-rice-light:  #FDF3E3;\n  --hs-bg:          #F4F8F5;\n  --hs-white:       #FFFFFF;\n  --hs-charcoal:    #1C1C1C;\n  --hs-mid:         #5A5A5A;\n  --hs-light:       #9A9A9A;\n  --hs-border:      #D4E8DA;\n  --hs-red:         #C0392B;\n  --hs-serif:       'Playfair Display', Georgia, serif;\n  --hs-sans:        'DM Sans', system-ui, sans-serif;\n  --hs-r-md:        16px;\n  --hs-r-lg:        24px;\n  --hs-shadow-sm:   0 2px 12px rgba(0,0,0,.06);\n  --hs-shadow-md:   0 8px 32px rgba(0,0,0,.10);\n  --hs-shadow-lg:   0 20px 60px rgba(0,0,0,.13);\n}\n\n.hs-wrap *, .hs-wrap *::before, .hs-wrap *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.hs-wrap { font-family: var(--hs-sans); color: var(--hs-charcoal); line-height: 1.6; overflow-x: hidden; }\n.hs-wrap img { max-width: 100%; display: block; }\n.hs-wrap a { color: inherit; text-decoration: none; }\n\n.hs-sec   { padding: 64px 0; }\n.hs-inner { max-width: 1080px; margin: 0 auto; padding: 0 20px; }\n.hs-2col  { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }\n.hs-3col  { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }\n.hs-4col  { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }\n\n.hs-label {\n  display: block; font-size: 11px; font-weight: 700;\n  letter-spacing: .14em; text-transform: uppercase;\n  color: var(--hs-green); margin-bottom: 10px; font-family: var(--hs-sans);\n}\n.hs-h2 {\n  font-family: var(--hs-serif);\n  font-size: clamp(26px, 3.2vw, 38px); line-height: 1.2;\n  color: var(--hs-charcoal); margin-bottom: 14px;\n}\n.hs-h2 em { font-style: italic; color: var(--hs-green); }\n.hs-body { font-size: 15px; color: var(--hs-mid); line-height: 1.7; font-family: var(--hs-sans); }\n\n.hs-reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }\n.hs-reveal.visible { opacity: 1; transform: translateY(0); }\n\n.hs-trust-bar {\n  background: var(--hs-green); padding: 13px 0;\n  overflow: hidden; position: relative;\n}\n.hs-trust-bar::before,\n.hs-trust-bar::after {\n  content: ''; position: absolute; top: 0; bottom: 0; width: 60px; z-index: 2;\n  pointer-events: none;\n}\n.hs-trust-bar::before { left: 0; background: linear-gradient(to right, var(--hs-green), transparent); }\n.hs-trust-bar::after  { right: 0; background: linear-gradient(to left, var(--hs-green), transparent); }\n.hs-trust-bar__track {\n  display: flex; align-items: center;\n  width: max-content;\n  animation: hs-marquee 28s linear infinite;\n}\n.hs-trust-bar__track:hover { animation-play-state: paused; }\n@keyframes hs-marquee {\n  0%   { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n.hs-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(--hs-sans);\n  padding: 0 28px;\n}\n.hs-trust-item + .hs-trust-item { border-left: 1px solid rgba(255,255,255,.18); }\n.hs-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.hs-hero { background: var(--hs-white); padding: 64px 0 0; }\n.hs-hero__img {\n  border-radius: var(--hs-r-lg); overflow: hidden;\n  box-shadow: var(--hs-shadow-lg); aspect-ratio: 4\/5; position: relative;\n  background: linear-gradient(135deg, #C8E6C9, #2E7D32);\n}\n.hs-hero__img img { width: 100%; height: 100%; object-fit: cover; display: block; }\n.hs-hero__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(--hs-sans); font-size: 12px; font-weight: 600; color: var(--hs-green);\n  white-space: nowrap; box-shadow: var(--hs-shadow-sm);\n}\n.hs-hero__tag {\n  display: inline-flex; align-items: center; gap: 8px;\n  background: rgba(0,96,64,.09); border: 1px solid rgba(0,96,64,.18);\n  border-radius: 100px; padding: 6px 16px;\n  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;\n  color: var(--hs-green); font-family: var(--hs-sans); margin-bottom: 20px;\n}\n.hs-hero__title {\n  font-family: var(--hs-serif);\n  font-size: clamp(28px, 3.8vw, 46px); line-height: 1.15;\n  margin-bottom: 18px; color: var(--hs-charcoal);\n}\n.hs-hero__title em { color: var(--hs-green); font-style: italic; }\n.hs-hero__sub { font-size: 15px; color: var(--hs-mid); line-height: 1.7; margin-bottom: 24px; font-family: var(--hs-sans); }\n\n.hs-result-pills { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }\n.hs-result-pill {\n  display: flex; align-items: center; gap: 12px;\n  background: var(--hs-bg); border: 1px solid var(--hs-border);\n  border-radius: 12px; padding: 12px 16px; font-family: var(--hs-sans);\n}\n.hs-result-pill__icon {\n  width: 36px; height: 36px; border-radius: 10px;\n  background: var(--hs-green); color: #fff;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 16px; flex-shrink: 0;\n}\n.hs-result-pill__title { font-size: 13px; font-weight: 700; color: var(--hs-charcoal); }\n.hs-result-pill__sub   { font-size: 11px; color: var(--hs-mid); margin-top: 1px; }\n\n.hs-hero__price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }\n.hs-hero__price-now { font-size: 36px; font-weight: 700; color: var(--hs-charcoal); font-family: var(--hs-sans); }\n.hs-hero__price-was { font-size: 18px; color: var(--hs-light); text-decoration: line-through; font-family: var(--hs-sans); }\n.hs-hero__price-save {\n  font-size: 12px; font-weight: 700;\n  background: #FDECEA; color: var(--hs-red);\n  padding: 3px 10px; border-radius: 100px; font-family: var(--hs-sans);\n}\n.hs-hero__btn {\n  display: inline-flex; align-items: center; justify-content: center;\n  background: var(--hs-green); color: #fff;\n  font-size: 15px; font-weight: 700; font-family: var(--hs-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(0,96,64,.3); width: 100%; max-width: 360px; text-align: center;\n}\n.hs-hero__btn:hover { background: var(--hs-mid-green); transform: translateY(-2px); color: #fff; }\n.hs-hero__trust { display: flex; gap: 18px; margin-top: 14px; flex-wrap: wrap; }\n.hs-hero__trust-item { display: flex; align-items: center; gap: 5px; font-size: 12px; color: var(--hs-mid); font-family: var(--hs-sans); }\n.hs-hero__trust-item::before { content: '✓'; color: var(--hs-green); font-weight: 700; }\n\n.hs-ingredients { background: var(--hs-bg); }\n.hs-ing-header { text-align: center; margin-bottom: 48px; }\n.hs-ing-card {\n  background: var(--hs-white); border-radius: var(--hs-r-lg);\n  overflow: hidden; border: 1px solid var(--hs-border); box-shadow: var(--hs-shadow-sm);\n  transition: transform .2s, box-shadow .2s;\n}\n.hs-ing-card:hover { transform: translateY(-4px); box-shadow: var(--hs-shadow-md); }\n.hs-ing-card__bar { height: 6px; }\n.hs-ing-card__bar--tea   { background: linear-gradient(90deg, #006040, #00A060); }\n.hs-ing-card__bar--rice  { background: linear-gradient(90deg, #C8973A, #E8B84B); }\n.hs-ing-card__bar--oil   { background: linear-gradient(90deg, #2E7D32, #388E3C); }\n.hs-ing-card__body { padding: 26px 22px; font-family: var(--hs-sans); }\n.hs-ing-pct { font-family: var(--hs-serif); font-size: 48px; font-weight: 700; line-height: 1; margin-bottom: 4px; }\n.hs-ing-pct--tea  { color: var(--hs-green); }\n.hs-ing-pct--rice { color: var(--hs-rice); }\n.hs-ing-pct--oil  { color: #2E7D32; }\n.hs-ing-name { font-size: 14px; font-weight: 700; color: var(--hs-charcoal); margin-bottom: 10px; }\n.hs-ing-desc { font-size: 13px; color: var(--hs-mid); line-height: 1.65; margin-bottom: 14px; }\n.hs-ing-bullets { display: flex; flex-direction: column; gap: 6px; }\n.hs-ing-bullet { display: flex; align-items: flex-start; gap: 7px; font-size: 12px; color: var(--hs-charcoal); }\n.hs-ing-bullet::before { content: '✓'; color: var(--hs-green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n.hs-clean-strip {\n  display: flex; justify-content: center; align-items: center;\n  gap: 24px; flex-wrap: wrap; margin-top: 32px; padding: 20px 24px;\n  background: var(--hs-white); border-radius: var(--hs-r-lg); border: 1px solid var(--hs-border);\n}\n.hs-clean-item { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600; color: var(--hs-mid); font-family: var(--hs-sans); }\n.hs-clean-item::before { content: '🚫'; font-size: 14px; }\n\n.hs-results { background: var(--hs-white); }\n.hs-results-header { text-align: center; margin-bottom: 52px; }\n.hs-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; margin-bottom: 48px; }\n.hs-timeline::before {\n  content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%;\n  height: 2px; background: linear-gradient(90deg, var(--hs-green), var(--hs-light-green)); z-index: 0;\n}\n.hs-tl-item { text-align: center; position: relative; z-index: 1; font-family: var(--hs-sans); padding: 0 8px; }\n.hs-tl-dot {\n  width: 56px; height: 56px; border-radius: 50%;\n  background: linear-gradient(135deg, var(--hs-green), var(--hs-mid-green));\n  color: #fff; font-family: var(--hs-serif); font-size: 16px; font-weight: 700;\n  display: flex; align-items: center; justify-content: center;\n  margin: 0 auto 14px; box-shadow: 0 4px 16px rgba(0,96,64,.25);\n}\n.hs-tl-week  { font-size: 11px; font-weight: 700; color: var(--hs-green); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }\n.hs-tl-title { font-size: 14px; font-weight: 700; color: var(--hs-charcoal); margin-bottom: 4px; }\n.hs-tl-desc  { font-size: 12px; color: var(--hs-mid); line-height: 1.55; }\n\n.hs-result-split { margin-top: 16px; }\n.hs-result-img {\n  border-radius: var(--hs-r-lg); overflow: hidden; aspect-ratio: 4\/5; position: relative;\n  background: linear-gradient(135deg, #A5D6A7, #2E7D32); box-shadow: var(--hs-shadow-lg);\n}\n.hs-result-img img { width: 100%; height: 100%; object-fit: cover; display: block; }\n.hs-result-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(--hs-sans); font-size: 12px; font-weight: 600; color: var(--hs-green);\n  white-space: nowrap; box-shadow: var(--hs-shadow-sm);\n}\n.hs-outcome-list { display: flex; flex-direction: column; gap: 16px; margin-top: 20px; }\n.hs-outcome-item { display: flex; gap: 14px; align-items: flex-start; font-family: var(--hs-sans); }\n.hs-outcome-num {\n  width: 36px; height: 36px; border-radius: 50%; background: var(--hs-green); color: #fff;\n  font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n}\n.hs-outcome-item h4 { font-size: 14px; font-weight: 700; color: var(--hs-charcoal); margin-bottom: 3px; }\n.hs-outcome-item p  { font-size: 13px; color: var(--hs-mid); line-height: 1.6; }\n\n.hs-howto { background: var(--hs-bg); }\n.hs-howto-header { text-align: center; margin-bottom: 48px; }\n.hs-steps-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }\n.hs-step-card {\n  background: var(--hs-white); border-radius: var(--hs-r-lg); padding: 24px 18px; text-align: center;\n  border: 1px solid var(--hs-border); box-shadow: var(--hs-shadow-sm); font-family: var(--hs-sans);\n  transition: transform .2s, box-shadow .2s;\n}\n.hs-step-card:hover { transform: translateY(-4px); box-shadow: var(--hs-shadow-md); }\n.hs-step-num {\n  width: 40px; height: 40px; border-radius: 50%;\n  background: linear-gradient(135deg, var(--hs-green), var(--hs-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.hs-step-icon  { font-size: 28px; margin-bottom: 10px; }\n.hs-step-title { font-size: 13px; font-weight: 700; color: var(--hs-charcoal); margin-bottom: 6px; }\n.hs-step-desc  { font-size: 12px; color: var(--hs-mid); line-height: 1.55; }\n.hs-howto-tip {\n  margin-top: 28px; padding: 18px 24px;\n  background: linear-gradient(135deg, #E8F5EE, #D4EDDA);\n  border-radius: var(--hs-r-md); border: 1px solid var(--hs-border);\n  display: flex; align-items: flex-start; gap: 12px;\n  font-family: var(--hs-sans); font-size: 13px; color: var(--hs-charcoal);\n}\n.hs-howto-tip__icon { font-size: 20px; flex-shrink: 0; margin-top: 1px; }\n\n.hs-comparison { background: var(--hs-white); }\n.hs-table-card {\n  background: linear-gradient(160deg, #EDF7EE, #D4EDDA);\n  border-radius: var(--hs-r-lg); padding: 32px 28px; box-shadow: var(--hs-shadow-md); font-family: var(--hs-sans);\n}\n.hs-table-title { font-family: var(--hs-serif); font-size: 18px; font-weight: 700; color: var(--hs-green); margin-bottom: 20px; }\n.hs-table-head {\n  display: flex; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;\n  color: var(--hs-mid); padding-bottom: 10px; border-bottom: 2px solid rgba(0,96,64,.15); margin-bottom: 4px;\n}\n.hs-table-head .f { flex: 1.6; }\n.hs-table-head .c { flex: 1; text-align: center; }\n.hs-table-row { display: flex; align-items: center; padding: 11px 0; border-bottom: 1px solid rgba(0,96,64,.1); font-size: 12px; }\n.hs-table-row:last-child { border-bottom: none; }\n.hs-table-row .f  { flex: 1.6; font-weight: 500; color: var(--hs-charcoal); }\n.hs-table-row .us   { flex: 1; text-align: center; color: var(--hs-green); font-weight: 700; }\n.hs-table-row .them { flex: 1; text-align: center; color: var(--hs-red); }\n\n.hs-pricing { background: var(--hs-bg); }\n.hs-pricing-header { text-align: center; margin-bottom: 44px; }\n.hs-pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 640px; margin: 0 auto; }\n.hs-price-card {\n  background: var(--hs-white); border-radius: var(--hs-r-lg); padding: 28px 22px; border: 2px solid var(--hs-border);\n  text-align: center; position: relative; font-family: var(--hs-sans); display: flex; flex-direction: column;\n  transition: transform .2s, box-shadow .2s;\n}\n.hs-price-card:hover { transform: translateY(-4px); box-shadow: var(--hs-shadow-md); }\n.hs-price-card--feat { border-color: var(--hs-green); box-shadow: 0 8px 32px rgba(0,96,64,.15); transform: translateY(-5px); }\n.hs-price-card--feat:hover { transform: translateY(-9px); }\n.hs-price-badge {\n  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);\n  background: var(--hs-green); 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; box-shadow: 0 2px 10px rgba(0,96,64,.3);\n}\n.hs-price-label { font-size: 11px; font-weight: 700; color: var(--hs-mid); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }\n.hs-price-emoji { font-size: 32px; margin: 6px 0 8px; }\n.hs-price-now   { font-family: var(--hs-serif); font-size: 42px; font-weight: 700; color: var(--hs-charcoal); line-height: 1; }\n.hs-price-per   { font-size: 11px; color: var(--hs-light); margin-top: 3px; }\n.hs-price-row   { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 8px 0 5px; }\n.hs-price-was   { font-size: 13px; color: var(--hs-light); text-decoration: line-through; }\n.hs-price-save  { font-size: 11px; font-weight: 700; padding: 2px 9px; border-radius: 100px; background: #E8F5EE; color: var(--hs-green); }\n.hs-price-save--dark { background: var(--hs-green); color: #fff; }\n.hs-price-unit  { background: rgba(0,96,64,.07); border-radius: 6px; padding: 4px 10px; font-size: 11px; font-weight: 600; color: var(--hs-green); display: inline-block; margin-bottom: 14px; }\n.hs-price-features { list-style: none; text-align: left; margin: 10px 0 18px; display: flex; flex-direction: column; gap: 7px; flex: 1; }\n.hs-price-features li { font-size: 12px; color: var(--hs-mid); display: flex; align-items: flex-start; gap: 7px; }\n.hs-price-features li::before { content: '✓'; color: var(--hs-green); font-weight: 700; flex-shrink: 0; margin-top: 1px; }\n.hs-price-btn {\n  width: 100%; padding: 13px; border-radius: 100px; font-size: 13px; font-weight: 700; font-family: var(--hs-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.hs-price-btn--out  { background: transparent; border: 2px solid var(--hs-green); color: var(--hs-green); }\n.hs-price-btn--out:hover  { background: var(--hs-green); color: #fff; }\n.hs-price-btn--fill { background: var(--hs-green); color: #fff; box-shadow: 0 4px 14px rgba(0,96,64,.28); }\n.hs-price-btn--fill:hover { background: var(--hs-mid-green); transform: translateY(-1px); color: #fff; }\n.hs-price-cod { font-size: 11px; color: var(--hs-mid); display: flex; align-items: center; justify-content: center; gap: 4px; margin-top: 6px; }\n.hs-price-cod::before { content: '✓'; color: var(--hs-green); font-weight: 700; }\n.hs-cod-strip {\n  display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap;\n  margin-top: 24px; padding: 16px 20px; background: var(--hs-white);\n  border-radius: var(--hs-r-md); border: 1px solid var(--hs-border);\n  max-width: 640px; margin-left: auto; margin-right: auto;\n}\n.hs-cod-item { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--hs-charcoal); font-family: var(--hs-sans); }\n\n.hs-reviews { background: var(--hs-white); }\n.hs-reviews-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; gap: 24px; flex-wrap: wrap; }\n.hs-reviews-big { font-family: var(--hs-serif); font-size: 68px; font-weight: 700; color: var(--hs-charcoal); line-height: 1; }\n.hs-reviews-summary { display: flex; align-items: center; gap: 18px; }\n.hs-reviews-total { font-size: 12px; color: var(--hs-mid); margin-bottom: 8px; font-family: var(--hs-sans); }\n.hs-bar-row { display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--hs-mid); font-family: var(--hs-sans); }\n.hs-bar-track { width: 80px; height: 5px; background: var(--hs-border); border-radius: 100px; overflow: hidden; }\n.hs-bar-fill  { height: 100%; background: var(--hs-green); border-radius: 100px; }\n.hs-rev-card { background: var(--hs-bg); border-radius: var(--hs-r-lg); padding: 24px 20px; border: 1px solid var(--hs-border); transition: box-shadow .2s; font-family: var(--hs-sans); }\n.hs-rev-card:hover { box-shadow: var(--hs-shadow-md); }\n.hs-rev-stars { color: var(--hs-green); letter-spacing: 2px; font-size: 14px; margin-bottom: 8px; }\n.hs-rev-text  { font-size: 13px; color: var(--hs-charcoal); line-height: 1.65; margin-bottom: 14px; font-style: italic; }\n.hs-rev-author { display: flex; align-items: center; gap: 10px; }\n.hs-rev-avatar { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, #A5D6A7, var(--hs-green)); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 14px; flex-shrink: 0; }\n.hs-rev-name     { font-size: 13px; font-weight: 700; }\n.hs-rev-meta     { font-size: 11px; color: var(--hs-light); }\n.hs-rev-verified { font-size: 10px; color: var(--hs-green); font-weight: 600; margin-top: 1px; }\n\n.hs-faq { background: var(--hs-bg); }\n.hs-faq-header { text-align: center; margin-bottom: 44px; }\n.hs-faq-grid { display: flex; flex-direction: column; gap: 10px; max-width: 860px; margin: 0 auto; }\n.hs-faq-item { background: var(--hs-white); border-radius: var(--hs-r-md); border: 1.5px solid var(--hs-border); font-family: var(--hs-sans); transition: border-color .2s; }\n.hs-faq-item[open] { border-color: var(--hs-green); }\n.hs-faq-summary { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 600; color: var(--hs-charcoal); list-style: none; cursor: pointer; padding: 18px 20px; }\n.hs-faq-summary::-webkit-details-marker { display: none; }\n.hs-faq-toggle { width: 24px; height: 24px; border-radius: 50%; background: var(--hs-green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; transition: transform .25s; }\n.hs-faq-item[open] .hs-faq-toggle { transform: rotate(45deg); }\n.hs-faq-answer { font-size: 13px; color: var(--hs-mid); line-height: 1.65; padding: 0 20px 18px; }\n\n.hs-cta { background: linear-gradient(135deg, #003D28, var(--hs-green)); padding: 64px 0; text-align: center; position: relative; overflow: hidden; }\n.hs-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 30% 50%, rgba(165,214,167,.15) 0%, transparent 60%), radial-gradient(ellipse at 70% 50%, rgba(165,214,167,.10) 0%, transparent 60%); }\n.hs-cta \u003e .hs-inner { position: relative; z-index: 1; }\n.hs-cta h2 { font-family: var(--hs-serif); font-size: clamp(24px, 3.2vw, 38px); color: #fff; margin-bottom: 12px; }\n.hs-cta h2 em { color: var(--hs-light-green); font-style: italic; }\n.hs-cta p  { font-size: 15px; color: rgba(255,255,255,.7); margin-bottom: 28px; font-family: var(--hs-sans); }\n.hs-cta-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--hs-green); font-size: 14px; font-weight: 700; font-family: var(--hs-sans); padding: 15px 38px; border-radius: 100px; text-decoration: none; transition: background .2s, transform .15s; box-shadow: 0 4px 18px rgba(0,0,0,.15); }\n.hs-cta-btn:hover { background: #E8F5EE; transform: translateY(-2px); color: var(--hs-green); }\n.hs-cta-guarantee { margin-top: 14px; font-size: 12px; color: rgba(255,255,255,.4); font-family: var(--hs-sans); }\n\n@media (max-width: 800px) {\n  .hs-2col   { grid-template-columns: 1fr; }\n  .hs-3col   { grid-template-columns: 1fr; }\n  .hs-4col   { grid-template-columns: 1fr 1fr; }\n  .hs-steps-grid { grid-template-columns: 1fr 1fr; }\n  .hs-timeline { grid-template-columns: 1fr 1fr; gap: 24px; }\n  .hs-timeline::before { display: none; }\n  .hs-pricing-grid { grid-template-columns: 1fr; max-width: 300px; }\n  .hs-price-card--feat { transform: translateY(0); }\n  .hs-faq-grid { grid-template-columns: 1fr; }\n  .hs-reviews-header { flex-direction: column; align-items: flex-start; }\n  .hs-trust-bar__track { animation-duration: 20s; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"hs-wrap\"\u003e\n\n\u003c!-- 1. TRUST BAR --\u003e\n\u003cdiv class=\"hs-trust-bar\"\u003e\n  \u003cdiv class=\"hs-trust-bar__track\"\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🌿\u003c\/div\u003e 3 Active Botanicals Only\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🚫\u003c\/div\u003e Zero Preservatives\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🍶\u003c\/div\u003e No Alcohol\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e💧\u003c\/div\u003e Leave-In Overnight Formula\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🍄\u003c\/div\u003e Kills Dandruff Fungus\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🌾\u003c\/div\u003e Red Rice Strengthens Hair\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e⚖️\u003c\/div\u003e Balances Oily Scalp\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e💵\u003c\/div\u003e Partial COD Available\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🚚\u003c\/div\u003e Free Shipping on Prepaid\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e↩️\u003c\/div\u003e 30-Days Return\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e📦\u003c\/div\u003e Ships in 24 Hours\u003c\/div\u003e\n    \u003c!-- duplicate for seamless loop --\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🌿\u003c\/div\u003e 3 Active Botanicals Only\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🚫\u003c\/div\u003e Zero Preservatives\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🍶\u003c\/div\u003e No Alcohol\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e💧\u003c\/div\u003e Leave-In Overnight Formula\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🍄\u003c\/div\u003e Kills Dandruff Fungus\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🌾\u003c\/div\u003e Red Rice Strengthens Hair\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e⚖️\u003c\/div\u003e Balances Oily Scalp\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e💵\u003c\/div\u003e Partial COD Available\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e🚚\u003c\/div\u003e Free Shipping on Prepaid\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e↩️\u003c\/div\u003e 30-Days Return\u003c\/div\u003e\n    \u003cdiv class=\"hs-trust-item\"\u003e\n\u003cdiv class=\"hs-trust-icon\"\u003e📦\u003c\/div\u003e Ships in 24 Hours\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 2. HERO --\u003e\n\u003cdiv class=\"hs-hero\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv class=\"hs-2col\"\u003e\n\n      \u003cdiv class=\"hs-hero__img hs-reveal\"\u003e\n        \u003c!-- ↓↓↓ REPLACE URL BELOW WITH YOUR PRODUCT IMAGE ↓↓↓ --\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Scalp_balance_spray_1_430x.webp\" alt=\"Pure Organix Scalp Balance Hair Spray 100ml\"\u003e\n        \n        \u003cdiv class=\"hs-hero__img-badge\"\u003eDandruff-free in 4 weeks\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hs-hero__text\"\u003e\n        \u003cdiv class=\"hs-hero__tag\"\u003e🌿 Scalp Reset Spray · 100ml\u003c\/div\u003e\n        \u003ch1 class=\"hs-hero__title\"\u003eReset your scalp.\u003cbr\u003e\u003cem\u003eEnd dandruff for good.\u003c\/em\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"hs-hero__sub\"\u003eA leave-in night spray made with just three botanical hydrosols — no fillers, no preservatives, no alcohol. Pure actives that work while you sleep.\u003c\/p\u003e\n        \u003cdiv class=\"hs-result-pills\"\u003e\n          \u003cdiv class=\"hs-result-pill\"\u003e\n            \u003cdiv class=\"hs-result-pill__icon\"\u003e❄️\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"hs-result-pill__title\"\u003eFights Severe Dandruff\u003c\/div\u003e\n              \u003cdiv class=\"hs-result-pill__sub\"\u003e78% Tea Tree Hydrosol kills dandruff-causing fungus at the source\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hs-result-pill\"\u003e\n            \u003cdiv class=\"hs-result-pill__icon\"\u003e💪\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"hs-result-pill__title\"\u003eReduces Breakage \u0026amp; Itch\u003c\/div\u003e\n              \u003cdiv class=\"hs-result-pill__sub\"\u003eRed Rice amino acids strengthen strands while tea tree calms irritation\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hs-result-pill\"\u003e\n            \u003cdiv class=\"hs-result-pill__icon\"\u003e⚖️\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"hs-result-pill__title\"\u003eBalances Oily Scalp\u003c\/div\u003e\n              \u003cdiv class=\"hs-result-pill__sub\"\u003eResets sebum production without stripping moisture\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hs-hero__price-row\"\u003e\n          \u003cspan class=\"hs-hero__price-now\"\u003e₹449\u003c\/span\u003e\n          \u003cspan class=\"hs-hero__price-was\"\u003e₹798\u003c\/span\u003e\n          \u003cspan class=\"hs-hero__price-save\"\u003eSave ₹349\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"#hs-pricing\" class=\"hs-hero__btn\"\u003eAdd to Cart — COD Available\u003c\/a\u003e\n        \u003cdiv class=\"hs-hero__trust\"\u003e\n          \u003cspan class=\"hs-hero__trust-item\"\u003eFree shipping on prepaid\u003c\/span\u003e\n          \u003cspan class=\"hs-hero__trust-item\"\u003eShips in 24 hours\u003c\/span\u003e\n          \u003cspan class=\"hs-hero__trust-item\"\u003e7-day returns\u003c\/span\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!-- 3. INGREDIENTS --\u003e\n\u003cdiv class=\"hs-ingredients hs-sec\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv class=\"hs-ing-header\"\u003e\n      \u003cspan class=\"hs-label\"\u003eWhat's Inside\u003c\/span\u003e\n      \u003ch2 class=\"hs-h2\"\u003eJust \u003cem\u003e3 ingredients.\u003c\/em\u003e Nothing else.\u003c\/h2\u003e\n      \u003cp class=\"hs-body\" style=\"max-width:520px;margin:0 auto;\"\u003eNo fillers. No carrier oils. No preservatives. Every drop is active botanical water — which is why it absorbs instantly and works from the first use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-3col\"\u003e\n      \u003cdiv class=\"hs-ing-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-ing-card__bar hs-ing-card__bar--tea\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"hs-ing-card__body\"\u003e\n          \u003cdiv class=\"hs-ing-pct hs-ing-pct--tea\"\u003e75%\u003c\/div\u003e\n          \u003cdiv class=\"hs-ing-name\"\u003eOrganic Tea Tree Leaves Hydrosol\u003c\/div\u003e\n          \u003cp class=\"hs-ing-desc\"\u003eSteam-distilled from fresh tea tree leaves, this water-based hydrosol carries the same active compounds as the essential oil — but in a gentle, scalp-safe concentration perfect for daily use.\u003c\/p\u003e\n          \u003cdiv class=\"hs-ing-bullets\"\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eKills dandruff-causing Malassezia fungus\u003c\/div\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eControls excess oil without stripping\u003c\/div\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eCalms redness and scalp inflammation\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-ing-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-ing-card__bar hs-ing-card__bar--rice\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"hs-ing-card__body\"\u003e\n          \u003cdiv class=\"hs-ing-pct hs-ing-pct--rice\"\u003e20%\u003c\/div\u003e\n          \u003cdiv class=\"hs-ing-name\"\u003eRed Rice Hydrosol\u003c\/div\u003e\n          \u003cp class=\"hs-ing-desc\"\u003eRich in inositol, amino acids, and antioxidants — the same actives used in rice water hair treatments for centuries, now in concentrated hydrosol form for maximum scalp absorption.\u003c\/p\u003e\n          \u003cdiv class=\"hs-ing-bullets\"\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eStrengthens hair shaft to reduce breakage\u003c\/div\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eAdds thickness and improves texture\u003c\/div\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eAntioxidants protect from damage\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-ing-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-ing-card__bar hs-ing-card__bar--oil\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"hs-ing-card__body\"\u003e\n          \u003cdiv class=\"hs-ing-pct hs-ing-pct--oil\"\u003e5%\u003c\/div\u003e\n          \u003cdiv class=\"hs-ing-name\"\u003ePure Tea Tree Essential Oil\u003c\/div\u003e\n          \u003cp class=\"hs-ing-desc\"\u003eTherapeutic-grade, 40%+ terpinen-4-ol — the clinically validated concentration for antifungal and antibacterial action. This is the heavy lifter that targets severe dandruff where it starts.\u003c\/p\u003e\n          \u003cdiv class=\"hs-ing-bullets\"\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eClinically proven antifungal at 40%+ terpinen-4-ol\u003c\/div\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eRelieves persistent itchiness fast\u003c\/div\u003e\n            \u003cdiv class=\"hs-ing-bullet\"\u003eTargets severe dandruff at the root\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-clean-strip\"\u003e\n      \u003cdiv class=\"hs-clean-item\"\u003eAlcohol\u003c\/div\u003e\n      \u003cdiv class=\"hs-clean-item\"\u003ePreservatives\u003c\/div\u003e\n      \u003cdiv class=\"hs-clean-item\"\u003eParabens\u003c\/div\u003e\n      \u003cdiv class=\"hs-clean-item\"\u003eSilicones\u003c\/div\u003e\n      \u003cdiv class=\"hs-clean-item\"\u003eArtificial Fragrance\u003c\/div\u003e\n      \u003cdiv class=\"hs-clean-item\"\u003eFillers\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 4. RESULTS TIMELINE + BEFORE\/AFTER --\u003e\n\u003cdiv class=\"hs-results hs-sec\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv class=\"hs-results-header\"\u003e\n      \u003cspan class=\"hs-label\"\u003eWhat To Expect\u003c\/span\u003e\n      \u003ch2 class=\"hs-h2\"\u003eYour scalp reset, \u003cem\u003eweek by week.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"hs-body\" style=\"max-width:520px;margin:0 auto;\"\u003eThis isn't a one-wash fix — it's a scalp reset. Here's what real customers experience when they use it consistently.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-timeline\"\u003e\n      \u003cdiv class=\"hs-tl-item hs-reveal\"\u003e\n        \u003cdiv class=\"hs-tl-dot\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-week\"\u003eDay 1–3\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-title\"\u003eItch Relief\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-desc\"\u003eScalp itch reduces noticeably within the first few applications\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-tl-item hs-reveal\"\u003e\n        \u003cdiv class=\"hs-tl-dot\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-week\"\u003eWeek 1–2\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-title\"\u003eFlakes Reduce\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-desc\"\u003eVisible dandruff flakes begin to clear as the fungal load drops\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-tl-item hs-reveal\"\u003e\n        \u003cdiv class=\"hs-tl-dot\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-week\"\u003eWeek 3–4\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-title\"\u003eScalp Balances\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-desc\"\u003eOil production normalises — hair stays fresh longer between washes\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-tl-item hs-reveal\"\u003e\n        \u003cdiv class=\"hs-tl-dot\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-week\"\u003eMonth 2–3\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-title\"\u003eDandruff-Free\u003c\/div\u003e\n        \u003cdiv class=\"hs-tl-desc\"\u003eScalp fully reset — thicker, stronger hair with zero dandruff\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-result-split hs-2col\"\u003e\n      \u003cdiv class=\"hs-result-img hs-reveal\"\u003e\n        \n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Dandruff_Before_and_After_using_Pure_Organix_Tea_Tree_Oil_Instagram_430x.webp\" alt=\"Before and after scalp results - 4 weeks of use\"\u003e\n        \n        \u003cdiv class=\"hs-result-img-badge\"\u003eReal customer · 4 weeks of use\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-result-text\"\u003e\n        \u003cspan class=\"hs-label\"\u003eThe Results\u003c\/span\u003e\n        \u003ch3 class=\"hs-h2\" style=\"font-size:clamp(22px,2.8vw,32px);\"\u003eFrom daily dandruff to a \u003cem\u003eclean, healthy scalp.\u003c\/em\u003e\n\u003c\/h3\u003e\n        \u003cp class=\"hs-body\" style=\"margin-bottom:20px;\"\u003eCustomers who use the spray consistently 4–5 nights per week report these results:\u003c\/p\u003e\n        \u003cdiv class=\"hs-outcome-list\"\u003e\n          \u003cdiv class=\"hs-outcome-item hs-reveal\"\u003e\n            \u003cdiv class=\"hs-outcome-num\"\u003e1\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eDandruff gone — not just managed\u003c\/h4\u003e\n              \u003cp\u003eUnlike medicated shampoos that suppress symptoms while you use them, this formula kills the fungal cause — so dandruff doesn't come back when you stop.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hs-outcome-item hs-reveal\"\u003e\n            \u003cdiv class=\"hs-outcome-num\"\u003e2\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eLess hair fall and breakage\u003c\/h4\u003e\n              \u003cp\u003eRed Rice hydrosol's amino acids visibly reduce breakage within 2–3 weeks — customers report noticeably less hair in the comb.\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"hs-outcome-item hs-reveal\"\u003e\n            \u003cdiv class=\"hs-outcome-num\"\u003e3\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003ch4\u003eScalp stops getting greasy so fast\u003c\/h4\u003e\n              \u003cp\u003eThe tea tree hydrosol rebalances sebum production — most customers find they can go an extra day between washes by week 3.\u003c\/p\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\u003c\/div\u003e\n\n\u003c!-- 5. HOW TO USE --\u003e\n\u003cdiv class=\"hs-howto hs-sec\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv class=\"hs-howto-header\"\u003e\n      \u003cspan class=\"hs-label\"\u003eHow To Use\u003c\/span\u003e\n      \u003ch2 class=\"hs-h2\"\u003e5-step night routine. \u003cem\u003eTakes 2 minutes.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"hs-body\" style=\"max-width:480px;margin:0 auto;\"\u003eLeave-in treatment — apply at night, let it work while you sleep. No rinsing needed.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-steps-grid\"\u003e\n      \u003cdiv class=\"hs-step-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-step-num\"\u003e1\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-icon\"\u003e🤝\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-title\"\u003eShake Well\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-desc\"\u003eNatural separation may occur — shake before every use\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-step-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-step-num\"\u003e2\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-icon\"\u003e💧\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-title\"\u003eSpray Scalp\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-desc\"\u003eSpray directly onto a clean, dry scalp — part hair into sections\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-step-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-step-num\"\u003e3\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-icon\"\u003e👐\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-title\"\u003eMassage In\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-desc\"\u003eGently massage for 1–2 minutes to improve absorption\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-step-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-step-num\"\u003e4\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-icon\"\u003e🌙\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-title\"\u003eLeave Overnight\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-desc\"\u003eDo not rinse — the formula works while you sleep\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-step-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-step-num\"\u003e5\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-icon\"\u003e📅\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-title\"\u003eUse Daily\u003c\/div\u003e\n        \u003cdiv class=\"hs-step-desc\"\u003e4–5 nights per week minimum for best results\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-howto-tip\"\u003e\n      \u003cdiv class=\"hs-howto-tip__icon\"\u003e💡\u003c\/div\u003e\n      \u003cdiv\u003e\n\u003cstrong\u003ePro tip:\u003c\/strong\u003e If layering with a scalp serum or oil, apply this spray first and allow it to absorb for 2–3 minutes before applying anything else. The hydrosol absorbs faster than oil and works best closest to the scalp.\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 6. COMPARISON --\u003e\n\u003cdiv class=\"hs-comparison hs-sec\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv style=\"text-align:center;margin-bottom:48px;\"\u003e\n      \u003cspan class=\"hs-label\"\u003eWhy Not Just Use Shampoo?\u003c\/span\u003e\n      \u003ch2 class=\"hs-h2\"\u003eMedicated shampoos \u003cem\u003evs. fixing the root cause.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"hs-body\" style=\"max-width:520px;margin:0 auto;\"\u003eAnti-dandruff shampoos rinse off in 60 seconds. This spray stays on your scalp all night — 8 hours of active treatment vs. 1 minute of contact time.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-table-card hs-reveal\" style=\"max-width:760px;margin:0 auto;\"\u003e\n      \u003cdiv class=\"hs-table-title\"\u003ePure Organix Scalp Spray vs. Anti-Dandruff Shampoo\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-head\"\u003e\n\u003cspan class=\"f\"\u003eFeature\u003c\/span\u003e\u003cspan class=\"c\"\u003eScalp Spray\u003c\/span\u003e\u003cspan class=\"c\"\u003eMedicated Shampoo\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-row\"\u003e\n\u003cspan class=\"f\"\u003eContact time with scalp\u003c\/span\u003e\u003cspan class=\"us\"\u003e8+ hours (overnight)\u003c\/span\u003e\u003cspan class=\"them\"\u003e~60 seconds\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-row\"\u003e\n\u003cspan class=\"f\"\u003eTreats root cause\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Kills fungus\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Masks symptoms\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-row\"\u003e\n\u003cspan class=\"f\"\u003eDandruff returns if stopped\u003c\/span\u003e\u003cspan class=\"us\"\u003e✗ Stays gone\u003c\/span\u003e\u003cspan class=\"them\"\u003e⚠ Yes, often worse\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-row\"\u003e\n\u003cspan class=\"f\"\u003eStrengthens hair\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Red Rice actives\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ No\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-row\"\u003e\n\u003cspan class=\"f\"\u003eSafe for daily use\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Yes\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Not recommended\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-row\"\u003e\n\u003cspan class=\"f\"\u003ePreservative-free\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ 100%\u003c\/span\u003e\u003cspan class=\"them\"\u003e✗ Contains preservatives\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003cdiv class=\"hs-table-row\"\u003e\n\u003cspan class=\"f\"\u003eAlcohol-free\u003c\/span\u003e\u003cspan class=\"us\"\u003e✓ Yes\u003c\/span\u003e\u003cspan class=\"them\"\u003e⚠ Often contains alcohol\u003c\/span\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 7. PRICING --\u003e\n\u003cdiv class=\"hs-pricing hs-sec\" id=\"hs-pricing\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv class=\"hs-pricing-header\"\u003e\n      \u003cspan class=\"hs-label\"\u003eChoose Your Pack\u003c\/span\u003e\n      \u003ch2 class=\"hs-h2\"\u003eSimple choice. \u003cem\u003eClear savings.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003cp class=\"hs-body\" style=\"max-width:420px;margin:0 auto;\"\u003eOne bottle lasts 4–6 weeks of daily use. For a full scalp reset you need 2–3 months — the Smart Buy covers you completely.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-pricing-grid\"\u003e\n      \u003cdiv class=\"hs-price-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-price-label\"\u003eTry It\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-emoji\"\u003e💆\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-now\"\u003e₹449\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-per\"\u003e1 bottle · 100ml\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-row\"\u003e\n          \u003cspan class=\"hs-price-was\"\u003e₹798\u003c\/span\u003e\n          \u003cspan class=\"hs-price-save\"\u003eSave ₹349\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cul class=\"hs-price-features\"\u003e\n          \u003cli\u003e1 × Scalp Balance Hair Spray 100ml\u003c\/li\u003e\n          \u003cli\u003e3 Active Botanicals · 0 Fillers\u003c\/li\u003e\n          \u003cli\u003eGood for 4–6 weeks of daily use\u003c\/li\u003e\n          \u003cli\u003eFree shipping on prepaid\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003ca href=\"#\" class=\"hs-price-btn hs-price-btn--out\"\u003eAdd to Cart — COD Available\u003c\/a\u003e\n        \u003cdiv class=\"hs-price-cod\"\u003eCOD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-price-card hs-price-card--feat hs-reveal\"\u003e\n        \u003cdiv class=\"hs-price-badge\"\u003e⭐ Smart Buy\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-label\"\u003eBest Value\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-emoji\"\u003e💆💆\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-now\"\u003e₹799\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-per\"\u003e2 bottles · 200ml total\u003c\/div\u003e\n        \u003cdiv class=\"hs-price-row\"\u003e\n          \u003cspan class=\"hs-price-was\"\u003e₹898\u003c\/span\u003e\n          \u003cspan class=\"hs-price-save hs-price-save--dark\"\u003eSave ₹99\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hs-price-unit\"\u003eJust ₹399 per bottle\u003c\/div\u003e\n        \u003cul class=\"hs-price-features\"\u003e\n          \u003cli\u003e2 × Scalp Balance Hair Spray 100ml\u003c\/li\u003e\n          \u003cli\u003e3 Active Botanicals · 0 Fillers\u003c\/li\u003e\n          \u003cli\u003eFull 3-month scalp reset covered\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=\"hs-price-btn hs-price-btn--fill\"\u003eAdd to Cart — COD Available\u003c\/a\u003e\n        \u003cdiv class=\"hs-price-cod\"\u003eCOD Available\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-cod-strip\"\u003e\n      \u003cdiv class=\"hs-cod-item\"\u003e💵 Cash on Delivery\u003c\/div\u003e\n      \u003cdiv class=\"hs-cod-item\"\u003e🚚 Free Shipping on Prepaid\u003c\/div\u003e\n      \u003cdiv class=\"hs-cod-item\"\u003e↩️ 7-Day Returns\u003c\/div\u003e\n      \u003cdiv class=\"hs-cod-item\"\u003e📦 Ships in 24 Hours\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 8. REVIEWS --\u003e\n\u003cdiv class=\"hs-reviews hs-sec\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv class=\"hs-reviews-header\"\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"hs-label\"\u003eReal Results\u003c\/span\u003e\n        \u003ch2 class=\"hs-h2\"\u003eReal people. \u003cem\u003eReal scalps reset.\u003c\/em\u003e\n\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-reviews-summary\"\u003e\n        \u003cdiv class=\"hs-reviews-big\"\u003e4.9\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv style=\"color:var(--hs-green);font-size:18px;letter-spacing:2px;margin-bottom:4px;\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"hs-reviews-total\"\u003eBased on 214 reviews\u003c\/div\u003e\n          \u003cdiv style=\"display:flex;flex-direction:column;gap:4px;\"\u003e\n            \u003cdiv class=\"hs-bar-row\"\u003e5★ \u003cdiv class=\"hs-bar-track\"\u003e\u003cdiv class=\"hs-bar-fill\" style=\"width:91%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 91%\u003c\/div\u003e\n            \u003cdiv class=\"hs-bar-row\"\u003e4★ \u003cdiv class=\"hs-bar-track\"\u003e\u003cdiv class=\"hs-bar-fill\" style=\"width:6%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 6%\u003c\/div\u003e\n            \u003cdiv class=\"hs-bar-row\"\u003e3★ \u003cdiv class=\"hs-bar-track\"\u003e\u003cdiv class=\"hs-bar-fill\" style=\"width:2%\"\u003e\u003c\/div\u003e\u003c\/div\u003e 2%\u003c\/div\u003e\n            \u003cdiv class=\"hs-bar-row\"\u003e2★ \u003cdiv class=\"hs-bar-track\"\u003e\u003cdiv class=\"hs-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    \u003cdiv class=\"hs-3col\"\u003e\n      \u003cdiv class=\"hs-rev-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"hs-rev-text\"\u003e\"I had severe dandruff for 4 years and tried everything — Head \u0026amp; Shoulders, Ketomac, the works. Nothing lasted. Used this spray every night for 3 weeks and my dandruff is completely gone. I genuinely cannot believe it.\"\u003c\/p\u003e\n        \u003cdiv class=\"hs-rev-author\"\u003e\n          \u003cdiv class=\"hs-rev-avatar\"\u003eR\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"hs-rev-name\"\u003eRohan S., Pune\u003c\/div\u003e\n            \u003cdiv class=\"hs-rev-meta\"\u003ePurchased · Smart Buy Pack\u003c\/div\u003e\n            \u003cdiv class=\"hs-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-rev-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"hs-rev-text\"\u003e\"My scalp was so itchy and oily I was washing my hair every day. After 2 weeks of this spray I'm down to every 3 days — the oil balance is incredible. Hair also feels thicker and stronger.\"\u003c\/p\u003e\n        \u003cdiv class=\"hs-rev-author\"\u003e\n          \u003cdiv class=\"hs-rev-avatar\"\u003eP\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"hs-rev-name\"\u003ePriya M., Bengaluru\u003c\/div\u003e\n            \u003cdiv class=\"hs-rev-meta\"\u003ePurchased · Try It Pack\u003c\/div\u003e\n            \u003cdiv class=\"hs-rev-verified\"\u003e✓ Verified Purchase\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hs-rev-card hs-reveal\"\u003e\n        \u003cdiv class=\"hs-rev-stars\"\u003e★★★★★\u003c\/div\u003e\n        \u003cp class=\"hs-rev-text\"\u003e\"The fact that this has zero preservatives and still works better than medicated shampoos blew my mind. Scalp feels clean every morning. The itching stopped from day 2. Ordering my second bottle already.\"\u003c\/p\u003e\n        \u003cdiv class=\"hs-rev-author\"\u003e\n          \u003cdiv class=\"hs-rev-avatar\"\u003eA\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"hs-rev-name\"\u003eAnkita T., Ahmedabad\u003c\/div\u003e\n            \u003cdiv class=\"hs-rev-meta\"\u003ePurchased · Smart Buy Pack\u003c\/div\u003e\n            \u003cdiv class=\"hs-rev-verified\"\u003e✓ Verified Purchase\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\u003c!-- 9. FAQ --\u003e\n\u003cdiv class=\"hs-faq hs-sec\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003cdiv class=\"hs-faq-header\"\u003e\n      \u003cspan class=\"hs-label\"\u003eFAQ\u003c\/span\u003e\n      \u003ch2 class=\"hs-h2\"\u003eYou asked, \u003cem\u003ewe answered.\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hs-faq-grid\"\u003e\n      \u003cdetails class=\"hs-faq-item\"\u003e\n        \u003csummary class=\"hs-faq-summary\"\u003eHow is this different from an anti-dandruff shampoo?\u003cspan class=\"hs-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hs-faq-answer\"\u003eMedicated shampoos spend about 60 seconds on your scalp before rinsing off. This spray stays on your scalp overnight — 8+ hours of active treatment. That's why it addresses the root fungal cause rather than just masking flakes temporarily.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"hs-faq-item\"\u003e\n        \u003csummary class=\"hs-faq-summary\"\u003eHow long does one 100ml bottle last?\u003cspan class=\"hs-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hs-faq-answer\"\u003eUsed daily (4–5 sprays per session), one bottle lasts approximately 4–6 weeks. For a full scalp reset, we recommend at least 2 months of consistent use — which is why the Smart Buy 2-bottle pack is the better choice for most customers.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"hs-faq-item\"\u003e\n        \u003csummary class=\"hs-faq-summary\"\u003eCan I use it on colour-treated or chemically processed hair?\u003cspan class=\"hs-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hs-faq-answer\"\u003eYes. The formula contains no alcohol, sulphates, or harsh chemicals that would affect colour or chemical treatments. It's applied directly to the scalp, not the hair lengths, so it won't interfere with colour.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"hs-faq-item\"\u003e\n        \u003csummary class=\"hs-faq-summary\"\u003eWhy does the bottle say to shake before use?\u003cspan class=\"hs-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hs-faq-answer\"\u003eBecause we use zero emulsifiers or stabilisers — the 3 botanical components can separate naturally when stored. This is actually a sign of a clean formula. A quick shake before each use mixes them back perfectly.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"hs-faq-item\"\u003e\n        \u003csummary class=\"hs-faq-summary\"\u003eCan I use it with other hair products?\u003cspan class=\"hs-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hs-faq-answer\"\u003eYes. If layering with a scalp serum or oil, apply this spray first and let it absorb for 2–3 minutes. The hydrosol is water-based and absorbs quickly. Applying oils first would block the scalp and reduce how well the spray penetrates.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"hs-faq-item\"\u003e\n        \u003csummary class=\"hs-faq-summary\"\u003eHow quickly will I see results?\u003cspan class=\"hs-faq-toggle\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n        \u003cdiv class=\"hs-faq-answer\"\u003eMost customers notice reduced itching within the first 2–3 days. Visible dandruff reduction typically starts by week 1–2. Full scalp balance and dandruff-free results usually happen by week 4–6 with consistent nightly use.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- 10. FINAL CTA --\u003e\n\u003cdiv class=\"hs-cta\"\u003e\n  \u003cdiv class=\"hs-inner\"\u003e\n    \u003ch2\u003eReady to reset your scalp \u003cem\u003efor good?\u003c\/em\u003e\n\u003c\/h2\u003e\n    \u003cp\u003eJoin 214+ customers who ended dandruff the natural way — no harsh chemicals, no dependency.\u003c\/p\u003e\n    \u003ca href=\"#hs-pricing\" class=\"hs-cta-btn\"\u003eShop Now — Starting at ₹449 →\u003c\/a\u003e\n    \u003cdiv class=\"hs-cta-guarantee\"\u003e🔒 7-Day Returns · COD Available · Ships in 24 Hours\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\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('.hs-reveal').forEach(function(el) { obs.observe(el); });\n  })();\n\u003c\/script\u003e","brand":"Pure Organix","offers":[{"title":"Default Title","offer_id":42958767620201,"sku":null,"price":449.0,"currency_code":"INR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0674\/5361\/6233\/files\/Tea-Tree-Rice-Water-Hair-Spray-for-Dandruff-and-Itching-control.webp?v=1772377253"}],"url":"https:\/\/pureorganix.in\/collections\/scalp-reset.oembed","provider":"Pure Organix","version":"1.0","type":"link"}