{"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","url":"https:\/\/pureorganix.in\/products\/strong-tea-tree-essential-oil-10ml-therapeutic-grade","provider":"Pure Organix","version":"1.0","type":"link"}