{"title":"Orchids","description":"","products":[{"product_id":"orchiata-orchid-bark","title":"Orchiata Orchid Bark","description":"\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026amp;family=DM+Sans:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n:root {\n  --bark: #1a1a1a;\n  --bark-light: #6b6560;\n  --root-green: #4A8C3F;\n  --root-glow: #6BBF59;\n  --cream: #f5f5f0;\n  --warm-white: #ffffff;\n  --gold: #b8952f;\n  --gold-light: #d4b44a;\n  --charcoal: #1a1a1a;\n  --text: #1a1a1a;\n  --text-light: #6b6560;\n  --danger: #b34044;\n  --danger-light: #faeaea;\n  --success: #4A8C3F;\n  --success-light: #eaf5e8;\n  --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n  --shadow-md: 0 8px 30px rgba(0,0,0,0.07);\n  --shadow-lg: 0 20px 60px rgba(0,0,0,0.09);\n  --radius: 8px;\n  --radius-lg: 12px;\n}\n\n.orchiata-sp *:not(svg, svg *) { all: revert; box-sizing: border-box; }\n\n.orchiata-sp {\n  all: initial;\n  display: block;\n  font-size: 16px;\n  font-family: 'DM Sans', sans-serif;\n  color: var(--text);\n  background: var(--warm-white);\n  line-height: 1.7;\n  overflow-x: hidden;\n  box-sizing: border-box;\n  width: 100vw;\n  margin-left: calc(-50vw + 50%);\n}\n\n.orchiata-sp h1, .orchiata-sp h2, .orchiata-sp h3, .orchiata-sp h4 { font-family: 'Playfair Display', serif; line-height: 1.25; }\n\n.orchiata-sp .container { max-width: 1100px; margin: 0 auto; padding: 0 48px; }\n.orchiata-sp .container-narrow { max-width: 780px; margin: 0 auto; padding: 0 48px; }\n\n\/* ─── HERO ─── *\/\n.orchiata-sp .hero {\n  position: relative;\n  min-height: 100vh;\n  display: flex;\n  align-items: center;\n  background: linear-gradient(165deg, #1a1a1a 0%, #222222 40%, #1a1a1a 100%);\n  overflow: hidden;\n}\n\n.orchiata-sp .hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse at 20% 80%, rgba(74,140,63,0.08) 0%, transparent 60%),\n    radial-gradient(ellipse at 80% 20%, rgba(184,149,47,0.06) 0%, transparent 50%);\n  pointer-events: none;\n}\n\n.orchiata-sp .hero-content {\n  position: relative;\n  z-index: 2;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n  padding-top: 25px;\n  padding-bottom: 80px;\n}\n\n.orchiata-sp .hero-text { color: var(--cream); }\n\n.orchiata-sp .hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,255,255,0.08);\n  border: 1px solid rgba(255,255,255,0.12);\n  border-radius: 100px;\n  padding: 10px 20px 10px 16px;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  color: var(--gold-light);\n  margin-bottom: 28px;\n  backdrop-filter: blur(10px);\n  \/* GPU-promote to avoid backdrop-filter flicker when child animates *\/\n  will-change: transform;\n  transform: translateZ(0);\n}\n\n.orchiata-sp .hero-badge .dot {\n  flex-shrink: 0;\n  width: 8px; height: 8px;\n  background: var(--root-green);\n  border-radius: 50%;\n  animation: pulse-dot 2.4s ease-in-out infinite;\n}\n\n@keyframes pulse-dot {\n  0%   { box-shadow: 0 0 0 0 rgba(74,140,63,0.7); }\n  60%  { box-shadow: 0 0 0 5px rgba(74,140,63,0); }\n  100% { box-shadow: 0 0 0 0 rgba(74,140,63,0); }\n}\n\n.orchiata-sp .hero h1 {\n  font-size: clamp(2.6em, 5vw, 3.8em);\n  font-weight: 700;\n  margin-bottom: 24px;\n  line-height: 1.15;\n}\n\n.orchiata-sp .hero h1 em {\n  font-style: italic;\n  color: var(--root-glow);\n}\n\n.orchiata-sp .hero-sub {\n  font-size: 1.15em;\n  color: rgba(253,246,238,0.75);\n  margin-bottom: 36px;\n  max-width: 500px;\n}\n\n.orchiata-sp .hero-cta-row {\n  display: flex;\n  gap: 16px;\n  align-items: center;\n  flex-wrap: wrap;\n}\n\n.orchiata-sp .btn-primary {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: #b8952f;\n  color: #fff;\n  font-family: 'DM Sans', sans-serif;\n  font-weight: 700;\n  font-size: 1em;\n  padding: 16px 36px;\n  border: none;\n  border-radius: 100px;\n  cursor: pointer;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 20px rgba(184,149,47,0.25);\n}\n\n.orchiata-sp .btn-primary:hover {\n  background: #a3842a;\n  transform: translateY(-2px);\n  box-shadow: 0 8px 30px rgba(184,149,47,0.35);\n}\n\n.orchiata-sp .btn-secondary {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: var(--cream);\n  font-weight: 600;\n  font-size: 0.95em;\n  text-decoration: none;\n  padding: 14px 24px;\n  border: 1.5px solid rgba(255,255,255,0.2);\n  border-radius: 100px;\n  transition: all 0.3s ease;\n}\n\n.orchiata-sp .btn-secondary:hover {\n  border-color: rgba(255,255,255,0.5);\n  background: rgba(255,255,255,0.05);\n}\n\n.orchiata-sp .hero-image {\n  position: relative;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  min-width: 0;\n  overflow: hidden;\n}\n\n.orchiata-sp .hero-image-placeholder {\n  width: 100%;\n  max-width: 480px;\n  aspect-ratio: 4\/5;\n  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: var(--radius-lg);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 12px;\n  color: rgba(255,255,255,0.3);\n  font-size: 0.85em;\n  backdrop-filter: blur(5px);\n}\n\n.orchiata-sp .hero-image-placeholder svg {\n  width: 48px; height: 48px;\n  opacity: 0.3;\n}\n\n.orchiata-sp .hero-trust {\n  display: flex;\n  gap: 32px;\n  margin-top: 40px;\n  flex-wrap: wrap;\n}\n\n.orchiata-sp .hero-trust-item {\n  display: flex;\n  flex-direction: column;\n  gap: 2px;\n}\n\n.orchiata-sp .hero-trust-item .num {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.5em;\n  font-weight: 700;\n  color: var(--gold-light);\n}\n\n.orchiata-sp .hero-trust-item .label {\n  font-size: 0.78em;\n  color: rgba(253,246,238,0.5);\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n}\n\n\n\/* ─── SOCIAL PROOF TICKER ─── *\/\n.orchiata-sp .ticker-bar {\n  background: var(--charcoal);\n  padding: 14px 0;\n  overflow: hidden;\n  position: relative;\n}\n\n.orchiata-sp .ticker-track {\n  display: flex;\n  gap: 60px;\n  animation: ticker 30s linear infinite;\n  white-space: nowrap;\n  width: max-content;\n}\n\n@keyframes ticker {\n  0% { transform: translateX(0); }\n  100% { transform: translateX(-50%); }\n}\n\n.orchiata-sp .ticker-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  color: rgba(255,255,255,0.6);\n  font-size: 0.85em;\n  font-weight: 500;\n}\n\n.orchiata-sp .ticker-item .stars { color: var(--gold); font-size: 0.75em; }\n\n\n\/* ─── SECTION STYLES ─── *\/\n.orchiata-sp section { padding: 100px 0; }\n\n.orchiata-sp .section-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 0.75em;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--bark-light);\n  margin-bottom: 16px;\n}\n\n.orchiata-sp .section-label::before {\n  content: '';\n  width: 24px; height: 2px;\n  background: var(--gold);\n}\n\n.orchiata-sp .section-title {\n  font-size: clamp(2em, 4vw, 2.8em);\n  font-weight: 700;\n  margin-bottom: 20px;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .section-subtitle {\n  font-size: 1.1em;\n  color: var(--text-light);\n  max-width: 600px;\n  margin-bottom: 50px;\n}\n\n\n\/* ─── EMPATHY \/ PAIN SECTION ─── *\/\n.orchiata-sp .empathy-section {\n  background: #f5f5f0;\n  position: relative;\n}\n\n.orchiata-sp .empathy-section::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, rgba(26,26,26,0.15), transparent);\n}\n\n.orchiata-sp .pain-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 24px;\n  margin-top: 40px;\n}\n\n.orchiata-sp .pain-card {\n  background: var(--warm-white);\n  border: 1px solid rgba(26,26,26,0.08);\n  border-radius: var(--radius);\n  padding: 32px;\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.orchiata-sp .pain-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 4px; height: 100%;\n  background: var(--danger);\n  opacity: 0.6;\n  border-radius: 4px 0 0 4px;\n}\n\n.orchiata-sp .pain-card:hover {\n  box-shadow: var(--shadow-md);\n  transform: translateY(-3px);\n}\n\n.orchiata-sp .pain-card .pain-label {\n  display: inline-block;\n  font-size: 0.7em;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: var(--danger);\n  background: var(--danger-light);\n  padding: 4px 10px;\n  border-radius: 4px;\n  margin-bottom: 12px;\n}\n\n.orchiata-sp .pain-card .quote {\n  font-family: 'DM Sans', sans-serif;\n  font-size: 1em;\n  font-weight: 400;\n  font-style: normal;\n  color: var(--bark);\n  margin-bottom: 16px;\n  line-height: 1.55;\n}\n.orchiata-sp .pain-card .quote::before,\n.orchiata-sp .pain-card .quote::after {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.4em;\n  font-style: italic;\n  color: var(--charcoal);\n  line-height: 0;\n  vertical-align: -0.2em;\n}\n.orchiata-sp .pain-card .quote::before { content: '\\201C'; margin-right: 2px; }\n.orchiata-sp .pain-card .quote::after  { content: '\\201D'; margin-left: 2px; }\n\n.orchiata-sp .pain-card .reality {\n  font-size: 0.9em;\n  color: var(--text-light);\n  padding-top: 14px;\n  border-top: 1px solid rgba(0,0,0,0.05);\n}\n\n.orchiata-sp .pain-card .reality strong {\n  color: var(--root-green);\n  font-weight: 600;\n}\n\n\n\/* ─── EPIPHANY SECTION ─── *\/\n.orchiata-sp .epiphany-section {\n  background: linear-gradient(175deg, #1a1a1a, #222222);\n  color: var(--cream);\n  position: relative;\n  overflow: hidden;\n}\n\n.orchiata-sp .epiphany-section::after {\n  content: '';\n  position: absolute;\n  bottom: -200px; right: -200px;\n  width: 500px; height: 500px;\n  background: radial-gradient(circle, rgba(184,149,47,0.05) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.orchiata-sp .epiphany-text {\n  text-align: center;\n  max-width: 700px;\n  margin: 0 auto;\n}\n\n.orchiata-sp .epiphany-text .section-title {\n  color: var(--cream);\n  font-size: clamp(2.2em, 4.5vw, 3.2em);\n}\n\n.orchiata-sp .epiphany-text .section-title em {\n  color: var(--root-glow);\n  font-style: italic;\n}\n\n.orchiata-sp .epiphany-text p {\n  color: rgba(253,246,238,0.7);\n  font-size: 1.1em;\n  margin-bottom: 50px;\n}\n\n\n\/* ─── BEFORE \/ AFTER ─── *\/\n.orchiata-sp .ba-container {\n  display: grid;\n  grid-template-columns: 1fr auto 1fr;\n  gap: 0;\n  align-items: stretch;\n  margin-top: 60px;\n  max-width: 900px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.orchiata-sp .ba-card {\n  border-radius: var(--radius-lg);\n  padding: 40px 36px;\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n}\n\n.orchiata-sp .ba-card.before {\n  background: rgba(192,57,43,0.08);\n  border: 1px solid rgba(192,57,43,0.15);\n}\n\n.orchiata-sp .ba-card.after {\n  background: rgba(184,149,47,0.05);\n  border: 1px solid rgba(74,140,63,0.15);\n}\n\n.orchiata-sp .ba-label {\n  font-size: 0.7em;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n}\n\n.orchiata-sp .ba-card.before .ba-label { color: var(--danger); }\n.orchiata-sp .ba-card.after .ba-label { color: var(--root-green); }\n\n.orchiata-sp .ba-image-placeholder {\n  width: 100%;\n  aspect-ratio: 1;\n  border-radius: var(--radius);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.8em;\n  color: rgba(255,255,255,0.35);\n  text-align: center;\n  padding: 20px;\n}\n\n.orchiata-sp .ba-card.before .ba-image-placeholder {\n  background: rgba(192,57,43,0.12);\n  border: 1px dashed rgba(192,57,43,0.2);\n}\n\n.orchiata-sp .ba-card.after .ba-image-placeholder {\n  background: rgba(74,140,63,0.08);\n  border: 1px dashed rgba(74,140,63,0.2);\n}\n\n.orchiata-sp .ba-list {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.orchiata-sp .ba-list li {\n  font-size: 0.92em;\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  color: rgba(253,246,238,0.8);\n}\n\n.orchiata-sp .ba-list li .icon { font-size: 1em; flex-shrink: 0; margin-top: 2px; }\n\n.orchiata-sp .ba-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 0 12px;\n}\n\n.orchiata-sp .ba-arrow {\n  width: 50px; height: 50px;\n  background: #b8952f;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.3em;\n  color: #fff;\n  font-weight: 700;\n  box-shadow: 0 4px 20px rgba(184,149,47,0.3);\n}\n\n\n\/* ─── HOW IT WORKS ─── *\/\n.orchiata-sp .steps-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 32px;\n  margin-top: 50px;\n}\n\n.orchiata-sp .step-card {\n  text-align: center;\n  padding: 40px 28px;\n  background: var(--cream);\n  border-radius: var(--radius-lg);\n  border: 1px solid rgba(26,26,26,0.06);\n  transition: all 0.3s ease;\n  position: relative;\n}\n\n.orchiata-sp .step-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }\n\n.orchiata-sp .step-num {\n  width: 48px; height: 48px;\n  background: var(--bark);\n  color: var(--cream);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Playfair Display', serif;\n  font-size: 1.2em;\n  font-weight: 700;\n  margin: 0 auto 20px;\n}\n\n.orchiata-sp .step-card h3 {\n  font-size: 1.2em;\n  margin-bottom: 12px;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .step-card p {\n  font-size: 0.92em;\n  color: var(--text-light);\n}\n\n.orchiata-sp .step-connector {\n  display: none;\n}\n\n\n\/* ─── SIZE SELECTOR ─── *\/\n.orchiata-sp .grade-section { background: var(--cream); }\n\n.orchiata-sp .grade-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 24px;\n  margin-top: 50px;\n}\n\n.orchiata-sp .grade-card {\n  background: var(--warm-white);\n  border: 2px solid transparent;\n  border-radius: var(--radius-lg);\n  padding: 32px 28px;\n  text-align: center;\n  cursor: pointer;\n  transition: all 0.3s ease;\n  position: relative;\n}\n\n.orchiata-sp .grade-card:hover {\n  border-color: var(--bark-light);\n  box-shadow: var(--shadow-md);\n}\n\n.orchiata-sp .grade-card.popular {\n  border-color: var(--root-green);\n}\n\n.orchiata-sp .grade-popular-badge {\n  position: absolute;\n  top: -12px;\n  left: 50%;\n  transform: translateX(-50%);\n  background: var(--root-green);\n  color: #fff;\n  font-size: 0.7em;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  padding: 5px 16px;\n  border-radius: 100px;\n  white-space: nowrap;\n}\n\n.orchiata-sp .grade-image-placeholder {\n  width: 100%;\n  aspect-ratio: 1;\n  background: rgba(26,26,26,0.06);\n  border-radius: var(--radius);\n  margin-bottom: 20px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.78em;\n  color: var(--text-light);\n}\n\n.orchiata-sp .grade-card h3 {\n  font-size: 1.3em;\n  margin-bottom: 6px;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .grade-card .grade-size {\n  font-size: 0.78em;\n  color: var(--text-light);\n  font-weight: 500;\n  letter-spacing: 0.3px;\n  margin-bottom: 0;\n}\n\n.orchiata-sp .grade-card .grade-best-for {\n  margin-top: 16px;\n  padding-top: 14px;\n  border-top: 1px solid rgba(26,26,26,0.08);\n  text-align: left;\n}\n\n.orchiata-sp .grade-card .grade-best-for .best-for-label {\n  font-size: 0.62em;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--bark-light);\n  margin-bottom: 10px;\n}\n\n.orchiata-sp .grade-card .grade-best-for ul {\n  list-style: none;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n}\n\n.orchiata-sp .grade-card .grade-best-for li {\n  font-size: 0.78em;\n  color: var(--charcoal);\n  font-weight: 500;\n  background: rgba(74,140,63,0.07);\n  border: 1px solid rgba(74,140,63,0.2);\n  border-radius: 100px;\n  padding: 3px 10px;\n  display: block;\n}\n\n.orchiata-sp .grade-card .grade-best-for li::before {\n  display: none;\n}\n\n\n\/* ─── BENEFITS ─── *\/\n.orchiata-sp .benefits-grid {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 24px;\n  margin-top: 50px;\n}\n\n.orchiata-sp .benefit-card {\n  display: flex;\n  gap: 20px;\n  padding: 28px;\n  background: var(--cream);\n  border-radius: var(--radius);\n  border: 1px solid rgba(26,26,26,0.06);\n  transition: all 0.3s ease;\n}\n\n.orchiata-sp .benefit-card:hover { box-shadow: var(--shadow-sm); }\n\n.orchiata-sp .benefit-icon {\n  width: 52px; height: 52px;\n  flex-shrink: 0;\n  background: rgba(74,140,63,0.06);\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.4em;\n}\n\n.orchiata-sp .benefit-card h4 {\n  font-size: 1.05em;\n  margin-bottom: 6px;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .benefit-card p {\n  font-size: 0.9em;\n  color: var(--text-light);\n}\n\n\n\/* ─── SOCIAL PROOF ─── *\/\n.orchiata-sp .proof-section {\n  background: linear-gradient(175deg, var(--cream), var(--warm-white));\n}\n\n.orchiata-sp .proof-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  margin-top: 50px;\n}\n\n.orchiata-sp .proof-card {\n  background: #fff;\n  border-radius: var(--radius-lg);\n  padding: 0;\n  box-shadow: var(--shadow-sm);\n  border: 1px solid rgba(0,0,0,0.06);\n  transition: all 0.35s ease;\n  overflow: hidden;\n  display: flex;\n  flex-direction: column;\n}\n\n.orchiata-sp .proof-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }\n\n.orchiata-sp .proof-photo-wrap {\n  position: relative;\n  overflow: hidden;\n  flex-shrink: 0;\n}\n\n.orchiata-sp .proof-photo-wrap img {\n  width: 100%;\n  aspect-ratio: 4\/3;\n  object-fit: cover;\n  display: block;\n  transition: transform 0.5s ease;\n}\n\n.orchiata-sp .proof-card:hover .proof-photo-wrap img {\n  transform: scale(1.04);\n}\n\n.orchiata-sp .proof-stars-badge {\n  position: absolute;\n  bottom: 12px;\n  left: 12px;\n  background: rgba(15,15,15,0.88);\n  backdrop-filter: blur(8px);\n  -webkit-backdrop-filter: blur(8px);\n  color: var(--gold);\n  font-size: 0.72em;\n  letter-spacing: 3px;\n  padding: 6px 12px;\n  border-radius: 100px;\n  border: 1px solid rgba(184,149,47,0.4);\n}\n\n.orchiata-sp .proof-body {\n  padding: 26px 28px 24px;\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  flex: 1;\n}\n\n.orchiata-sp .proof-quote-mark {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  font-size: 3.8em;\n  line-height: 0.7;\n  color: var(--gold);\n  opacity: 0.65;\n  display: block;\n  margin-bottom: 8px;\n  user-select: none;\n}\n\n.orchiata-sp .proof-card blockquote {\n  font-family: 'DM Sans', sans-serif;\n  font-style: normal;\n  font-weight: 400;\n  font-size: 0.93em;\n  color: var(--charcoal);\n  margin: 0 0 20px;\n  line-height: 1.65;\n  flex: 1;\n}\n\n.orchiata-sp .proof-author {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  padding-top: 16px;\n  border-top: 1px solid rgba(26,26,26,0.07);\n  margin-top: auto;\n}\n\n.orchiata-sp .proof-avatar {\n  width: 36px; height: 36px;\n  background: var(--bark);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--cream);\n  font-weight: 700;\n  font-size: 0.72em;\n  letter-spacing: 0.5px;\n  flex-shrink: 0;\n}\n\n.orchiata-sp .proof-author-name { font-weight: 600; font-size: 0.88em; color: var(--charcoal); }\n\n.orchiata-sp .proof-grade-chip {\n  display: inline-block;\n  font-size: 0.68em;\n  font-weight: 600;\n  color: var(--root-green);\n  background: var(--success-light);\n  padding: 2px 8px;\n  border-radius: 4px;\n  margin-top: 3px;\n  letter-spacing: 0.2px;\n}\n\n\n\/* ─── WHY HARWOOD'S GRID ─── *\/\n.orchiata-sp .why-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 24px;\n  margin-top: 50px;\n}\n\n\/* ─── COST COMPARISON ─── *\/\n.orchiata-sp .cost-section {\n  background: var(--warm-white);\n}\n\n.orchiata-sp .cost-table {\n  max-width: 800px;\n  margin: 50px auto 0;\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  box-shadow: var(--shadow-md);\n}\n\n.orchiata-sp .cost-row {\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 0 16px;\n}\n\n.orchiata-sp .cost-row.header {\n  background: transparent;\n}\n\n.orchiata-sp .cost-row.header .cost-cell {\n  font-weight: 700;\n  font-size: 0.85em;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .cost-cell {\n  padding: 18px 24px;\n  font-size: 0.95em;\n  border-bottom: 1px solid rgba(0,0,0,0.05);\n  display: flex;\n  align-items: center;\n}\n\n.orchiata-sp .cost-row:nth-child(even) { background: rgba(26,26,26,0.02); }\n.orchiata-sp .cost-row:nth-child(odd) { background: #fff; }\n\n.orchiata-sp .cost-cell.highlight {\n  font-weight: 700;\n  color: var(--root-green);\n}\n\n.orchiata-sp .cost-cell.dim { color: var(--text-light); }\n\n.orchiata-sp .cost-summary {\n  text-align: center;\n  margin-top: 36px;\n  padding: 28px;\n  background: var(--success-light);\n  border-radius: var(--radius);\n  max-width: 800px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.orchiata-sp .cost-summary p {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.3em;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .cost-summary p strong { color: var(--root-green); }\n\n\n\/* ─── FAQ ─── *\/\n.orchiata-sp .faq-list {\n  max-width: 700px;\n  margin: 50px auto 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.orchiata-sp .faq-item {\n  background: var(--cream);\n  border-radius: var(--radius);\n  border: 1px solid rgba(26,26,26,0.06);\n  overflow: hidden;\n  transition: all 0.3s ease;\n}\n\n.orchiata-sp .faq-question {\n  padding: 22px 28px;\n  font-weight: 600;\n  font-size: 1em;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  user-select: none;\n}\n\n.orchiata-sp .faq-question:hover { color: var(--bark); }\n\n.orchiata-sp .faq-toggle {\n  width: 28px; height: 28px;\n  flex-shrink: 0;\n  border-radius: 50%;\n  background: rgba(26,26,26,0.06);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.1em;\n  transition: transform 0.3s ease;\n}\n\n.orchiata-sp .faq-item.open .faq-toggle { transform: rotate(45deg); }\n\n.orchiata-sp .faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.35s ease;\n}\n\n.orchiata-sp .faq-answer-inner {\n  padding: 0 28px 22px;\n  font-size: 0.92em;\n  color: var(--text-light);\n  line-height: 1.7;\n}\n\n\n\/* ─── FINAL CTA ─── *\/\n.orchiata-sp .final-cta {\n  background: linear-gradient(170deg, #1a1a1a, #222222);\n  text-align: center;\n  color: var(--cream);\n  padding: 120px 24px;\n  position: relative;\n  overflow: hidden;\n}\n\n.orchiata-sp .final-cta::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse at 30% 50%, rgba(74,140,63,0.06) 0%, transparent 60%),\n    radial-gradient(ellipse at 70% 50%, rgba(184,149,47,0.04) 0%, transparent 60%);\n  pointer-events: none;\n}\n\n.orchiata-sp .final-cta \u003e * { position: relative; z-index: 2; }\n\n.orchiata-sp .final-cta h2 {\n  font-size: clamp(2.2em, 4.5vw, 3.2em);\n  margin-bottom: 20px;\n}\n\n.orchiata-sp .final-cta h2 em { color: var(--root-glow); font-style: italic; }\n\n.orchiata-sp .final-cta p {\n  font-size: 1.1em;\n  color: rgba(253,246,238,0.65);\n  max-width: 550px;\n  margin: 0 auto 40px;\n}\n\n.orchiata-sp .guarantee-row {\n  display: flex;\n  justify-content: center;\n  gap: 40px;\n  margin-top: 40px;\n  flex-wrap: wrap;\n}\n\n.orchiata-sp .guarantee-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  color: rgba(253,246,238,0.6);\n  font-size: 0.85em;\n}\n\n.orchiata-sp .guarantee-item .icon { font-size: 1.2em; color: var(--gold); }\n\n\n\/* ─── FOOTER ─── *\/\n.orchiata-sp footer {\n  background: var(--charcoal);\n  color: rgba(255,255,255,0.4);\n  text-align: center;\n  padding: 40px 24px;\n  font-size: 0.82em;\n}\n\n.orchiata-sp footer a { color: rgba(255,255,255,0.6); text-decoration: none; }\n\n\n\/* ─── SOAK TIP BANNER ─── *\/\n.orchiata-sp .soak-banner {\n  background: linear-gradient(90deg, rgba(184,149,47,0.05), rgba(74,140,63,0.04));\n  border: 1px solid rgba(74,140,63,0.08);\n  border-radius: var(--radius);\n  padding: 24px 32px;\n  margin-top: 50px;\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n}\n\n.orchiata-sp .soak-banner .icon {\n  font-size: 1.5em;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.orchiata-sp .soak-banner h4 {\n  font-size: 1em;\n  margin-bottom: 4px;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .soak-banner p {\n  font-size: 0.88em;\n  color: var(--text-light);\n}\n\n\n\/* ─── MEDIA COMPARISON BAR ─── *\/\n.orchiata-sp .media-compare-section {\n  background: var(--warm-white);\n}\n\n.orchiata-sp .compare-cards {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-top: 50px;\n}\n\n.orchiata-sp .compare-card {\n  background: var(--cream);\n  border-radius: var(--radius);\n  padding: 28px;\n  border: 1px solid rgba(0,0,0,0.04);\n  position: relative;\n}\n\n.orchiata-sp .compare-card.winner {\n  border: 2px solid var(--root-green);\n  box-shadow: 0 4px 20px rgba(74,140,63,0.08);\n}\n\n.orchiata-sp .compare-card.winner::after {\n  content: '✓ Recommended';\n  position: absolute;\n  top: -10px;\n  right: 16px;\n  background: var(--root-green);\n  color: #fff;\n  font-size: 0.68em;\n  font-weight: 700;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  padding: 4px 12px;\n  border-radius: 100px;\n}\n\n.orchiata-sp .compare-card h4 {\n  font-size: 1.05em;\n  margin-bottom: 14px;\n  color: var(--charcoal);\n}\n\n.orchiata-sp .compare-card ul {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.orchiata-sp .compare-card ul li {\n  font-size: 0.85em;\n  color: var(--text-light);\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n}\n\n.orchiata-sp .compare-card ul li .icon { flex-shrink: 0; font-size: 0.9em; color: var(--danger); }\n\n\n\/* ─── SECTION CTAs ─── *\/\n.orchiata-sp .section-cta {\n  text-align: center;\n  margin-top: 48px;\n}\n\n\n\/* ─── RESPONSIVE ─── *\/\n@media (max-width: 1024px) {\n  .orchiata-sp .hero-content { gap: 40px; }\n}\n\n@media (max-width: 768px) {\n  .orchiata-sp .container,\n  .orchiata-sp .container-narrow { padding: 0 24px; }\n\n  .orchiata-sp .hero-content {\n    grid-template-columns: 1fr;\n    padding-bottom: 60px;\n    text-align: center;\n  }\n\n  .orchiata-sp .hero-image img { width: 100% !important; max-width: 480px !important; margin: 0 auto; }\n\n  .orchiata-sp .hero-sub { margin-left: auto; margin-right: auto; }\n\n  .orchiata-sp .hero-cta-row { justify-content: center; }\n\n  .orchiata-sp .hero-trust { justify-content: center; }\n\n  .orchiata-sp .hero-image { order: -1; }\n\n  .orchiata-sp .hero-image-placeholder { max-width: 300px; aspect-ratio: 1; margin: 0 auto; }\n\n  .orchiata-sp .pain-grid { grid-template-columns: 1fr; }\n\n  .orchiata-sp .proof-grid { grid-template-columns: 1fr; }\n\n  .orchiata-sp .why-grid { grid-template-columns: 1fr; }\n\n  .orchiata-sp .ba-container {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n\n  .orchiata-sp .ba-divider { padding: 8px 0; }\n\n  .orchiata-sp .ba-arrow { transform: rotate(90deg); }\n\n  .orchiata-sp .steps-grid { grid-template-columns: 1fr; }\n\n  .orchiata-sp .benefits-grid { grid-template-columns: 1fr; }\n\n  .orchiata-sp .compare-cards { grid-template-columns: 1fr; }\n\n  .orchiata-sp .cost-table {\n    box-shadow: none;\n    border-radius: 0;\n    overflow: visible;\n    display: flex;\n    flex-direction: column;\n    gap: 8px;\n  }\n\n  .orchiata-sp .cost-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    border-radius: var(--radius);\n    overflow: hidden;\n    border: 1px solid rgba(0,0,0,0.07);\n    background: #fff !important;\n  }\n\n  .orchiata-sp .cost-row.header { display: none; }\n\n  .orchiata-sp .cost-row .cost-cell:first-child {\n    grid-column: 1 \/ -1;\n    background: rgba(26,26,26,0.04);\n    padding: 10px 16px;\n    font-size: 0.88em;\n    border-bottom: 1px solid rgba(0,0,0,0.06);\n  }\n\n  .orchiata-sp .cost-cell {\n    padding: 12px 14px;\n    font-size: 0.88em;\n    border-bottom: none;\n    display: block;\n  }\n\n  .orchiata-sp .cost-row .cost-cell:nth-child(2) {\n    border-right: 1px solid rgba(0,0,0,0.06);\n  }\n\n  .orchiata-sp .cost-cell[data-label]:not([data-label=\"\"])::before {\n    content: attr(data-label);\n    display: block;\n    font-size: 0.68em;\n    font-weight: 700;\n    letter-spacing: 0.6px;\n    text-transform: uppercase;\n    color: var(--bark-light);\n    margin-bottom: 4px;\n  }\n\n  .orchiata-sp .grade-grid { grid-template-columns: 1fr 1fr; }\n}\n\n@media (max-width: 480px) {\n  .orchiata-sp .grade-grid { grid-template-columns: 1fr; }\n  .orchiata-sp section { padding: 70px 0; }\n}\n\n\n\/* ─── ANIMATIONS ─── *\/\n.orchiata-sp .fade-up {\n  opacity: 0;\n  transform: translateY(30px);\n  transition: opacity 0.7s ease, transform 0.7s ease;\n}\n\n.orchiata-sp .fade-up.visible {\n  opacity: 1;\n  transform: translateY(0);\n}\n\n.orchiata-sp .stagger-1 { transition-delay: 0.1s; }\n.orchiata-sp .stagger-2 { transition-delay: 0.2s; }\n.orchiata-sp .stagger-3 { transition-delay: 0.3s; }\n.orchiata-sp .stagger-4 { transition-delay: 0.4s; }\n.orchiata-sp .stagger-5 { transition-delay: 0.5s; }\n.orchiata-sp .stagger-6 { transition-delay: 0.6s; }\n\u003c\/style\u003e\n\n\u003cdiv class=\"orchiata-sp\"\u003e\n\n\u003c!-- ═══════════ HERO ═══════════ --\u003e\n\u003csection class=\"hero\"\u003e\n  \u003cdiv class=\"container hero-content\"\u003e\n    \u003cdiv class=\"hero-text\"\u003e\n      \u003cdiv class=\"hero-badge\"\u003e\n        \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n        Australia's #1 Premium Bark for Orchids \u0026amp; Aroids\n      \u003c\/div\u003e\n      \u003ch1\u003eYour plant isn't dying.\u003cbr\u003e\u003cem\u003eIt's the soil.\u003c\/em\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"hero-sub\"\u003eOrchiata premium bark gives your orchids and aroids the roots they deserve. Chunky, long-lasting, and trusted by growers across Australia. Free tracked shipping on every order.\u003c\/p\u003e\n      \u003cdiv class=\"hero-cta-row\"\u003e\n        \u003ca href=\"#\" class=\"btn-primary\" onclick=\"spScrollToBuy();return false;\"\u003e\n          Buy Orchiata\n          \u003csvg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/a\u003e\n        \u003ca href=\"#epiphany\" class=\"btn-secondary\" onclick=\"spSmoothScroll(document.getElementById('epiphany').getBoundingClientRect().top+window.pageYOffset);return false;\"\u003e\n          See the difference ↓\n        \u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-trust\"\u003e\n        \u003cdiv class=\"hero-trust-item\"\u003e\n          \u003cspan class=\"num\"\u003e3–5\u003c\/span\u003e\n          \u003cspan class=\"label\"\u003eYear lifespan\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-trust-item\"\u003e\n          \u003cspan class=\"num\"\u003e4.9★\u003c\/span\u003e\n          \u003cspan class=\"label\"\u003eCustomer rating\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"hero-trust-item\"\u003e\n          \u003cspan class=\"num\"\u003eFree\u003c\/span\u003e\n          \u003cspan class=\"label\"\u003eTracked Shipping\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/orchiata-power-9-12mm-nobg.png?v=1772359101\" alt=\"Orchiata Power 9-12mm — 35 Litre Bag\" style=\"width:100%;max-width:600px;filter:drop-shadow(0 30px 60px rgba(0,0,0,0.4));\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ SOCIAL PROOF TICKER ═══════════ --\u003e\n\u003cdiv class=\"ticker-bar\"\u003e\n  \u003cdiv class=\"ticker-track\"\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Fast and seamless delivery. Love the barks for my plants :)\" — Joemar A.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"The products are very good quality, delivery was prompt.\" — Kien L.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Great product, amazing customer service. Well packaged!\" — Marissa R.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Delivery was quick and the bark is good quality, I have used it for a while now.\" — Susan D.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Beautiful bark, my aroids will love it.\" — Leanne C.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"My orchid is now happy in its new pot.\" — Karen A.\u003c\/div\u003e\n    \u003c!-- duplicate set for seamless loop --\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Fast and seamless delivery. Love the barks for my plants :)\" — Joemar A.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"The products are very good quality, delivery was prompt.\" — Kien L.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Great product, amazing customer service. Well packaged!\" — Marissa R.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Delivery was quick and the bark is good quality, I have used it for a while now.\" — Susan D.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"Beautiful bark, my aroids will love it.\" — Leanne C.\u003c\/div\u003e\n    \u003cdiv class=\"ticker-item\"\u003e\n\u003cspan class=\"stars\"\u003e★★★★★\u003c\/span\u003e \"My orchid is now happy in its new pot.\" — Karen A.\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- ═══════════ EMPATHY \/ PAIN POINTS ═══════════ --\u003e\n\u003csection class=\"empathy-section\" id=\"problem\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label fade-up\"\u003eSound familiar?\u003c\/span\u003e\n    \u003ch2 class=\"section-title fade-up\"\u003eYou're not a plant killer.\u003cbr\u003eYou just got handed the wrong soil.\u003c\/h2\u003e\n    \u003cp class=\"section-subtitle fade-up\"\u003eEvery one of these problems traces back to the same cause — cheap, compacting media that smothers roots. It was never about how often you watered.\u003c\/p\u003e\n\n    \u003cdiv class=\"pain-grid\"\u003e\n      \u003cdiv class=\"pain-card fade-up stagger-1\"\u003e\n        \u003cspan class=\"pain-label\"\u003eRoot rot\u003c\/span\u003e\n        \u003cp class=\"quote\"\u003eI got this gorgeous plant as a gift and now half the roots are black slime. I must be doing something wrong.\u003c\/p\u003e\n        \u003cp class=\"reality\"\u003e\u003cstrong\u003eThe real cause:\u003c\/strong\u003e The moss it came in holds water forever and starves roots of air. Swap to chunky, fast-draining bark and roots recover within weeks.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card fade-up stagger-2\"\u003e\n        \u003cspan class=\"pain-label\"\u003eBark breakdown\u003c\/span\u003e\n        \u003cp class=\"quote\"\u003eThe bark I bought turned into brown mush and smells bad after six months. The pot feels heavy and gross.\u003c\/p\u003e\n        \u003cp class=\"reality\"\u003e\u003cstrong\u003eThe real cause:\u003c\/strong\u003e Low-grade bark breaks down into sludge that suffocates roots. Pre-composted bark like Orchiata stays fresh for years, not months.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card fade-up stagger-3\"\u003e\n        \u003cspan class=\"pain-label\"\u003eNo growth\u003c\/span\u003e\n        \u003cp class=\"quote\"\u003eMy orchid hasn't bloomed in two years, and my monstera's new leaves keep coming out smaller. What am I doing wrong?\u003c\/p\u003e\n        \u003cp class=\"reality\"\u003e\u003cstrong\u003eThe real cause:\u003c\/strong\u003e Weak roots from poor media can't fuel growth — whether that's flower spikes or big fenestrated leaves. Fix the roots, fix the plant.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card fade-up stagger-4\"\u003e\n        \u003cspan class=\"pain-label\"\u003eRepotting fear\u003c\/span\u003e\n        \u003cp class=\"quote\"\u003eI'm terrified I'll kill it if I repot. Last time it took months to recover.\u003c\/p\u003e\n        \u003cp class=\"reality\"\u003e\u003cstrong\u003eThe real cause:\u003c\/strong\u003e Bad media needs replacing constantly. With long-lasting bark, you repot less — and plants bounce back fast when you do.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card fade-up stagger-5\"\u003e\n        \u003cspan class=\"pain-label\"\u003eInformation overload\u003c\/span\u003e\n        \u003cp class=\"quote\"\u003eEveryone online says something different — bark or moss? Chunky mix or soil? Water weekly or when dry? I'm paralysed.\u003c\/p\u003e\n        \u003cp class=\"reality\"\u003e\u003cstrong\u003eThe real cause:\u003c\/strong\u003e Conflicting advice assumes different media. One good bark in a clear pot cuts through the noise.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pain-card fade-up stagger-6\"\u003e\n        \u003cspan class=\"pain-label\"\u003eWatering confusion\u003c\/span\u003e\n        \u003cp class=\"quote\"\u003eI water when the tag says but the leaves go soft or the roots rot. I'm so confused.\u003c\/p\u003e\n        \u003cp class=\"reality\"\u003e\u003cstrong\u003eThe real cause:\u003c\/strong\u003e Cheap media behaves differently every time. Consistent bark drains predictably so watering becomes simple.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section-cta fade-up\"\u003e\n      \u003ca href=\"#\" class=\"btn-primary\" onclick=\"spScrollToBuy();return false;\"\u003e\n        Fix the real problem\n        \u003csvg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ THE EPIPHANY ═══════════ --\u003e\n\u003csection class=\"epiphany-section\" id=\"epiphany\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv class=\"epiphany-text fade-up\"\u003e\n      \u003cspan class=\"section-label\" style=\"color: var(--gold-light);\"\u003eThe moment everything changes\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003eSame plant. \u003cem\u003eDifferent bark.\u003c\/em\u003e\u003cbr\u003eSix weeks apart.\u003c\/h2\u003e\n      \u003cp\u003e90% of beginner orchid and aroid deaths are a media problem. This is what happens when you give roots room to breathe.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ba-container fade-up\"\u003e\n      \u003cdiv class=\"ba-card before\"\u003e\n        \u003cspan class=\"ba-label\"\u003eBefore — cheap bark \/ store moss\u003c\/span\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/orchiata-before.jpg?v=1772359100\" alt=\"Struggling nano banana plant with yellowing leaves in waterlogged soil\" style=\"width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003cul class=\"ba-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Brown, mushy roots\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Media compacts within months\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Sour, rotten smell\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Repot every 6–12 months\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Watering is a guessing game\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ba-divider\"\u003e\n        \u003cdiv class=\"ba-arrow\"\u003e→\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"ba-card after\"\u003e\n        \u003cspan class=\"ba-label\"\u003eAfter — Orchiata bark\u003c\/span\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/orchiata-after.png?v=1772359101\" alt=\"Healthy thriving nano banana plant in bark mix by a window\" style=\"width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003cul class=\"ba-list\"\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✓\u003c\/span\u003e White, plump, thriving roots\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✓\u003c\/span\u003e Bark lasts 3–5 years\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✓\u003c\/span\u003e Clean, earthy smell\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✓\u003c\/span\u003e Repot only when needed\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✓\u003c\/span\u003e Water when dry — simple\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ HOW IT WORKS ═══════════ --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label fade-up\" style=\"justify-content:center;\"\u003eHow it works\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eThree steps to plants that \u003cem\u003eactually\u003c\/em\u003e thrive\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"steps-grid\"\u003e\n      \u003cdiv class=\"step-card fade-up stagger-1\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/orchiata-step1.png?v=1772359101\" alt=\"Five piles of Orchiata bark in different sizes on a wooden table\" style=\"width:100%;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n        \u003ch3\u003ePick Your Size\u003c\/h3\u003e\n        \u003cp\u003ePrecision 3–6mm for seedlings and very young plants, Classic 6–9mm for minis and small aroids, Power 9–12mm for most phalaenopsis and aroids, or Power+ 12–18mm for larger orchids and chunky aroid mixes. Not sure? Power 9–12mm works for 80% of growers.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step-card fade-up stagger-2\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/orchiata-step2.png?v=1772359102\" alt=\"Woman trimming orchid roots at kitchen table with Orchiata bag\" style=\"width:100%;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n        \u003ch3\u003eRepot\u003c\/h3\u003e\n        \u003cp\u003eRemove the old media, trim any dead roots, and repot into a well-draining pot. Clear slotted pots for orchids, nursery pots for aroids. Water when the bark is dry and the pot feels light.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"step-card fade-up stagger-3\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/orchiata-step3.png?v=1772359102\" alt=\"Woman holding healthy blooming orchid in clear pot in lounge room\" style=\"width:100%;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n        \u003ch3\u003eWatch It Come Back to Life\u003c\/h3\u003e\n        \u003cp\u003eNew root tips within weeks. Stronger leaves. And when the roots are healthy and thriving? That's when the bloom spikes follow. Most growers see flowers again within a few months.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ GRADE SELECTOR ═══════════ --\u003e\n\u003csection class=\"grade-section\" id=\"grades\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label fade-up\" style=\"justify-content:center;\"\u003eChoose your size\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eThe right bark for your plants\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eGrowing from seed or raising very young plants? Start with Precision 3–6mm. For everything else, Power 9–12mm works beautifully for most phalaenopsis, monstera, and home growers.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"grade-grid\"\u003e\n      \u003cdiv class=\"grade-card fade-up stagger-1\" data-grade=\"precision\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/3-6mm-orchiata-orchid-bark.jpg?v=1715391911\u0026amp;width=400\" alt=\"Orchiata Precision 3-6mm\" style=\"width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003ch3\u003ePrecision\u003c\/h3\u003e\n        \u003cp class=\"grade-size\"\u003e3–6mm extra fine\u003c\/p\u003e\n        \u003cdiv class=\"grade-best-for\"\u003e\n          \u003cdiv class=\"best-for-label\"\u003eBest for\u003c\/div\u003e\n          \u003cul\u003e\n\u003cli\u003eSeedlings\u003c\/li\u003e\n\u003cli\u003eMinis\u003c\/li\u003e\n\u003cli\u003ePropagation\u003c\/li\u003e\n\u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card fade-up stagger-2\" data-grade=\"classic\"\u003e\n        \u003cimg src=\"https:\/\/www.harwoodsgardensupplies.com.au\/cdn\/shop\/files\/6-9mm-orchiata-orchid-bark.jpg?v=1715391923\u0026amp;width=400\" alt=\"Orchiata Classic 6-9mm\" style=\"width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003ch3\u003eClassic\u003c\/h3\u003e\n        \u003cp class=\"grade-size\"\u003e6–9mm fine\u003c\/p\u003e\n        \u003cdiv class=\"grade-best-for\"\u003e\n          \u003cdiv class=\"best-for-label\"\u003eBest for\u003c\/div\u003e\n          \u003cul\u003e\n\u003cli\u003eMost orchids\u003c\/li\u003e\n\u003cli\u003eOncidiums\u003c\/li\u003e\n\u003cli\u003eSmall aroids\u003c\/li\u003e\n\u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card popular fade-up stagger-3\" data-grade=\"power\"\u003e\n        \u003cspan class=\"grade-popular-badge\"\u003eMost Popular\u003c\/span\u003e\n        \u003cimg src=\"https:\/\/www.harwoodsgardensupplies.com.au\/cdn\/shop\/files\/9-12mm-orchiata-orchid-bark.jpg?v=1715391936\u0026amp;width=400\" alt=\"Orchiata Power 9-12mm\" style=\"width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003ch3\u003ePower\u003c\/h3\u003e\n        \u003cp class=\"grade-size\"\u003e9–12mm medium\u003c\/p\u003e\n        \u003cdiv class=\"grade-best-for\"\u003e\n          \u003cdiv class=\"best-for-label\"\u003eBest for\u003c\/div\u003e\n          \u003cul\u003e\n\u003cli\u003ePhalaenopsis\u003c\/li\u003e\n\u003cli\u003eDendrobiums\u003c\/li\u003e\n\u003cli\u003eAroids\u003c\/li\u003e\n\u003cli\u003eMost plants\u003c\/li\u003e\n\u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card fade-up stagger-4\" data-grade=\"power-plus\"\u003e\n        \u003cimg src=\"https:\/\/www.harwoodsgardensupplies.com.au\/cdn\/shop\/files\/12-18mm-orchiata-orchid-bark.jpg?v=1715391946\u0026amp;width=400\" alt=\"Orchiata Power+ 12-18mm\" style=\"width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003ch3\u003ePower+\u003c\/h3\u003e\n        \u003cp class=\"grade-size\"\u003e12–18mm chunky\u003c\/p\u003e\n        \u003cdiv class=\"grade-best-for\"\u003e\n          \u003cdiv class=\"best-for-label\"\u003eBest for\u003c\/div\u003e\n          \u003cul\u003e\n\u003cli\u003eCattleyas\u003c\/li\u003e\n\u003cli\u003eVandas\u003c\/li\u003e\n\u003cli\u003eMonstera\u003c\/li\u003e\n\u003cli\u003eLarge aroids\u003c\/li\u003e\n\u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"grade-card fade-up stagger-5\" data-grade=\"super\"\u003e\n        \u003cimg src=\"https:\/\/www.harwoodsgardensupplies.com.au\/cdn\/shop\/files\/18-25mm-orchiata-orchid-bark.jpg?v=1715391959\u0026amp;width=400\" alt=\"Orchiata Super 18-25mm\" style=\"width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--radius);margin-bottom:16px;\"\u003e\n        \u003ch3\u003eSuper\u003c\/h3\u003e\n        \u003cp class=\"grade-size\"\u003e18–25mm extra chunky\u003c\/p\u003e\n        \u003cdiv class=\"grade-best-for\"\u003e\n          \u003cdiv class=\"best-for-label\"\u003eBest for\u003c\/div\u003e\n          \u003cul\u003e\n\u003cli\u003eVandas\u003c\/li\u003e\n\u003cli\u003eMounted orchids\u003c\/li\u003e\n\u003cli\u003eChunky mixes\u003c\/li\u003e\n\u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section-cta fade-up\"\u003e\n      \u003ca href=\"#\" class=\"btn-primary\" onclick=\"spScrollToBuy();return false;\"\u003e\n        Buy Orchiata\n        \u003csvg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ BENEFITS ═══════════ --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cspan class=\"section-label fade-up\"\u003eWhy Orchiata\u003c\/span\u003e\n    \u003ch2 class=\"section-title fade-up\"\u003eWhat makes it different from\u003cbr\u003ethe bag at Bunnings\u003c\/h2\u003e\n    \u003cp class=\"section-subtitle fade-up\"\u003eOrchiata is made from New Zealand Pinus radiata bark, pre-composted and aged so it won't break down in your pot. That one difference changes everything.\u003c\/p\u003e\n\n    \u003cdiv class=\"benefits-grid\"\u003e\n      \u003cdiv class=\"benefit-card fade-up stagger-1\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A8C3F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eLasts 3–5 years, not 6 months\u003c\/h4\u003e\n          \u003cp\u003ePre-composted bark resists breakdown. No more repotting every season because the media turned to sludge.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card fade-up stagger-2\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A8C3F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eDrains fast, dries evenly\u003c\/h4\u003e\n          \u003cp\u003eConsistent chunk size means water flows through and air gets to roots. No more \"is it wet or dry?\" guessing.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card fade-up stagger-3\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A8C3F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eRoots go from black to white\u003c\/h4\u003e\n          \u003cp\u003eProper airflow and drainage mean roots can breathe. You'll see new green tips within weeks of repotting.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card fade-up stagger-4\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A8C3F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\u003e\u003c\/polyline\u003e\u003cpolyline points=\"17 6 23 6 23 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eHealthy roots = blooms and bigger leaves\u003c\/h4\u003e\n          \u003cp\u003eYour plant needs strong roots to fuel flower spikes, push new leaves, and grow to its potential. Fix the roots first, and everything else follows naturally.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card fade-up stagger-5\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A8C3F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003ePlants resist pests better\u003c\/h4\u003e\n          \u003cp\u003eStressed plants attract mealybugs and scale. Strong roots in clean media build resilient, pest-resistant plants.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"benefit-card fade-up stagger-6\"\u003e\n        \u003cdiv class=\"benefit-icon\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#4A8C3F\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch4\u003eNZ Pinus radiata — the gold standard\u003c\/h4\u003e\n          \u003cp\u003eThe same bark trusted by serious growers, orchid societies, aroid collectors, and award-winning collections worldwide.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ MEDIA COMPARISON ═══════════ --\u003e\n\u003csection class=\"media-compare-section\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label fade-up\" style=\"justify-content:center;\"\u003eMedia comparison\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eStore moss vs cheap bark vs Orchiata\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eWhether you're growing orchids in pure bark or mixing a chunky aroid substrate, the base matters.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"compare-cards\"\u003e\n      \u003cdiv class=\"compare-card fade-up stagger-1\"\u003e\n        \u003ch4\u003eSphagnum Moss\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Holds water too long — root rot central\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Compacts into a dense, airless mass\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Breaks down in 3–6 months\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Designed for retail shelf life, not long-term growth\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Watering is unpredictable\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compare-card fade-up stagger-2\"\u003e\n        \u003ch4\u003eGeneric Pine Bark (Bunnings)\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e~\u003c\/span\u003e Better airflow than moss\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Inconsistent chunk sizes — fines clog drainage\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Breaks down in 6–12 months\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e✕\u003c\/span\u003e Needs replacing yearly — more repots, more stress for you and the plant\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\"\u003e~\u003c\/span\u003e Okay short-term, poor long-term\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"compare-card winner fade-up stagger-3\"\u003e\n        \u003ch4\u003eOrchiata (Pre-Composted NZ Bark)\u003c\/h4\u003e\n        \u003cul\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\" style=\"color:var(--root-green)\"\u003e✓\u003c\/span\u003e Fast drainage, excellent airflow\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\" style=\"color:var(--root-green)\"\u003e✓\u003c\/span\u003e Uniform, graded chunks — no fines\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\" style=\"color:var(--root-green)\"\u003e✓\u003c\/span\u003e Lasts 3–5+ years without breakdown\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\" style=\"color:var(--root-green)\"\u003e✓\u003c\/span\u003e Fewer repots, less plant stress\u003c\/li\u003e\n          \u003cli\u003e\n\u003cspan class=\"icon\" style=\"color:var(--root-green)\"\u003e✓\u003c\/span\u003e Watering becomes simple and predictable\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ SOCIAL PROOF ═══════════ --\u003e\n\u003csection class=\"proof-section\" id=\"reviews\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label fade-up\" style=\"justify-content:center;\"\u003eReal results\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eFrom \"plant killer\" to\u003cbr\u003e\"how do you do it?\"\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eThese are before \u0026amp; afters from Australian growers who made one change: better bark.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"proof-grid\"\u003e\n      \u003cdiv class=\"proof-card fade-up stagger-1\"\u003e\n        \u003cdiv class=\"proof-photo-wrap\"\u003e\n          \u003cimg src=\"https:\/\/images.loox.io\/uploads\/2025\/9\/15\/ZUXbAFAF_.jpg\" alt=\"Marcia H. review photo — orchids flourishing in Orchiata bark\"\u003e\n          \u003cdiv class=\"proof-stars-badge\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-body\"\u003e\n          \u003cspan class=\"proof-quote-mark\"\u003e\"\u003c\/span\u003e\n          \u003cblockquote\u003eI repotted them in a new mix using the Orchiata Orchid bark and after weeks, they are now flourishing and growing heaps of new roots. Great product and great service.\u003c\/blockquote\u003e\n          \u003cdiv class=\"proof-author\"\u003e\n            \u003cdiv class=\"proof-avatar\"\u003eMH\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"proof-author-name\"\u003eMarcia H.\u003c\/div\u003e\n              \u003cdiv class=\"proof-grade-chip\"\u003ePower Plus 12–18mm\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-card fade-up stagger-2\"\u003e\n        \u003cdiv class=\"proof-photo-wrap\"\u003e\n          \u003cimg src=\"https:\/\/images.loox.io\/uploads\/2025\/10\/21\/bLFG-J7iQ.jpg\" alt=\"Ali Erkan E. review photo — quality bark delivery\"\u003e\n          \u003cdiv class=\"proof-stars-badge\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-body\"\u003e\n          \u003cspan class=\"proof-quote-mark\"\u003e\"\u003c\/span\u003e\n          \u003cblockquote\u003eOn time delivery. Very good quality product and service.\u003c\/blockquote\u003e\n          \u003cdiv class=\"proof-author\"\u003e\n            \u003cdiv class=\"proof-avatar\"\u003eAE\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"proof-author-name\"\u003eAli Erkan E.\u003c\/div\u003e\n              \u003cdiv class=\"proof-grade-chip\"\u003ePower Plus 12–18mm\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-card fade-up stagger-3\"\u003e\n        \u003cdiv class=\"proof-photo-wrap\"\u003e\n          \u003cimg src=\"https:\/\/images.loox.io\/uploads\/2025\/12\/4\/quiAlko8X.jpg\" alt=\"Ish R. review photo — quality Orchiata bark\"\u003e\n          \u003cdiv class=\"proof-stars-badge\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-body\"\u003e\n          \u003cspan class=\"proof-quote-mark\"\u003e\"\u003c\/span\u003e\n          \u003cblockquote\u003eQuality products.\u003c\/blockquote\u003e\n          \u003cdiv class=\"proof-author\"\u003e\n            \u003cdiv class=\"proof-avatar\"\u003eIR\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"proof-author-name\"\u003eIsh R.\u003c\/div\u003e\n              \u003cdiv class=\"proof-grade-chip\"\u003ePower 9–12mm\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-card fade-up stagger-4\"\u003e\n        \u003cdiv class=\"proof-photo-wrap\"\u003e\n          \u003cimg src=\"https:\/\/images.loox.io\/uploads\/2025\/8\/21\/oPqRedck2.jpg\" alt=\"Kien L. review photo — crucifix orchids in Orchiata bark\"\u003e\n          \u003cdiv class=\"proof-stars-badge\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-body\"\u003e\n          \u003cspan class=\"proof-quote-mark\"\u003e\"\u003c\/span\u003e\n          \u003cblockquote\u003eThe products are very good quality, delivery was prompt and I am very happy with my purchases.\u003c\/blockquote\u003e\n          \u003cdiv class=\"proof-author\"\u003e\n            \u003cdiv class=\"proof-avatar\"\u003eKL\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"proof-author-name\"\u003eKien L.\u003c\/div\u003e\n              \u003cdiv class=\"proof-grade-chip\"\u003ePower 9–12mm\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-card fade-up stagger-5\"\u003e\n        \u003cdiv class=\"proof-photo-wrap\"\u003e\n          \u003cimg src=\"https:\/\/images.loox.io\/uploads\/2025\/6\/8\/gh9e8fDXg.jpg\" alt=\"Maria P. review photo — orchid in new home\"\u003e\n          \u003cdiv class=\"proof-stars-badge\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-body\"\u003e\n          \u003cspan class=\"proof-quote-mark\"\u003e\"\u003c\/span\u003e\n          \u003cblockquote\u003eOrchid is Loving its new home.\u003c\/blockquote\u003e\n          \u003cdiv class=\"proof-author\"\u003e\n            \u003cdiv class=\"proof-avatar\"\u003eMP\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"proof-author-name\"\u003eMaria P.\u003c\/div\u003e\n              \u003cdiv class=\"proof-grade-chip\"\u003ePower 9–12mm\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-card fade-up stagger-6\"\u003e\n        \u003cdiv class=\"proof-photo-wrap\"\u003e\n          \u003cimg src=\"https:\/\/images.loox.io\/uploads\/2025\/6\/4\/JgVDHmamw.jpg\" alt=\"Kaye F. review photo — special orchid in Orchiata bark\"\u003e\n          \u003cdiv class=\"proof-stars-badge\"\u003e★★★★★\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"proof-body\"\u003e\n          \u003cspan class=\"proof-quote-mark\"\u003e\"\u003c\/span\u003e\n          \u003cblockquote\u003eOnly the best quality orchid mix has to be bought for this very special lone orchid plant.\u003c\/blockquote\u003e\n          \u003cdiv class=\"proof-author\"\u003e\n            \u003cdiv class=\"proof-avatar\"\u003eKF\u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003cdiv class=\"proof-author-name\"\u003eKaye F.\u003c\/div\u003e\n              \u003cdiv class=\"proof-grade-chip\"\u003ePower Plus 12–18mm\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    \u003cdiv class=\"section-cta fade-up\"\u003e\n      \u003ca href=\"#\" class=\"btn-primary\" onclick=\"spScrollToBuy();return false;\"\u003e\n        Get results like these\n        \u003csvg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ COST COMPARISON ═══════════ --\u003e\n\u003csection class=\"cost-section\" id=\"value\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label fade-up\" style=\"justify-content:center;\"\u003eThe real maths\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003e\"$25 for bark?\" — here's why\u003cbr\u003eyour plant will thank you\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003ePremium bark looks expensive until you realise it costs less over time than the cheap stuff that breaks down every year.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cost-table fade-up\"\u003e\n      \u003cdiv class=\"cost-row header\"\u003e\n        \u003cdiv class=\"cost-cell\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell\"\u003eGeneric Bark (Bunnings)\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell\"\u003eOrchiata\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cost-row\"\u003e\n        \u003cdiv class=\"cost-cell\" style=\"font-weight:600;\" data-label=\"\"\u003eCost per bag\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell dim\" data-label=\"Generic\"\u003e$21.80 (5L + $10 shipping)\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell\" data-label=\"Orchiata\"\u003e$25.19 (5L, free fast shipping)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cost-row\"\u003e\n        \u003cdiv class=\"cost-cell\" style=\"font-weight:600;\" data-label=\"\"\u003eLasts\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell dim\" data-label=\"Generic\"\u003e6–12 months\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell highlight\" data-label=\"Orchiata\"\u003e3–5 years\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cost-row\"\u003e\n        \u003cdiv class=\"cost-cell\" style=\"font-weight:600;\" data-label=\"\"\u003eBags over 4 years\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell dim\" data-label=\"Generic\"\u003e4 bags = $87.20\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell highlight\" data-label=\"Orchiata\"\u003e1 bag = $25.19\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cost-row\"\u003e\n        \u003cdiv class=\"cost-cell\" style=\"font-weight:600;\" data-label=\"\"\u003eRepotting sessions\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell dim\" data-label=\"Generic\"\u003e4× (stress on plant + you)\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell highlight\" data-label=\"Orchiata\"\u003e1× (only because it got bigger)\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cost-row\"\u003e\n        \u003cdiv class=\"cost-cell\" style=\"font-weight:600;\" data-label=\"\"\u003ePlants lost to root rot\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell dim\" data-label=\"Generic\"\u003eProbably a few ($30–$80 each)\u003c\/div\u003e\n        \u003cdiv class=\"cost-cell highlight\" data-label=\"Orchiata\"\u003eDramatically fewer\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cost-summary fade-up\"\u003e\n      \u003cp\u003eFor a collection of 5 plants, Orchiata costs roughly \u003cstrong\u003e$1.26 per plant per year\u003c\/strong\u003e.\u003cbr\u003eThat's a fifth of the cost of your morning coffee.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section-cta fade-up\"\u003e\n      \u003ca href=\"#\" class=\"btn-primary\" onclick=\"spScrollToBuy();return false;\"\u003e\n        Get better bark for less\n        \u003csvg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ WHY BUY FROM HARWOOD'S ═══════════ --\u003e\n\u003csection style=\"background: #f5f5f0;\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label fade-up\" style=\"justify-content:center;\"\u003eWhy Harwood's\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eSame bark. A very different experience.\u003c\/h2\u003e\n      \u003cp class=\"section-subtitle fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eOrchiata is Orchiata — the bark itself is identical wherever you buy it. The difference is the shipping speed, the experience, and what happens when something goes wrong.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"why-grid\"\u003e\n      \u003c!-- VS RETAIL --\u003e\n      \u003cdiv class=\"fade-up stagger-1\" style=\"background:#fff;border-radius:var(--radius-lg);padding:36px 32px;border:1px solid rgba(26,26,26,0.06);\"\u003e\n        \u003cdiv style=\"font-size:0.7em;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#b8952f;margin-bottom:16px;\"\u003evs Garden Centres \u0026amp; Nurseries\u003c\/div\u003e\n        \u003ch3 style=\"font-size:1.3em;margin-bottom:16px;color:var(--charcoal);\"\u003eSame bag, higher price, and they make you drive to get it\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.92em;color:var(--text-light);margin-bottom:20px;\"\u003eThe same 5L bag of Orchiata costs around $29 at a nursery. You give up your only day off, burn $5 in petrol and 40 minutes on the round trip, fight for parking, walk in, and the size you need is out of stock. So you do it all again next weekend. That's the real cost of buying retail.\u003c\/p\u003e\n        \u003cdiv style=\"display:flex;flex-direction:column;gap:10px;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003eHarwood's price:\u003c\/strong\u003e From $16.69 — all 5 grades, all sizes, always in stock\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003eLightning-fast dispatch\u003c\/strong\u003e — ordered today, shipped tomorrow\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003eFree nationwide tracked \u0026amp; insured shipping\u003c\/strong\u003e on every order — no minimum, no thresholds\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003eTwo-click express checkout\u003c\/strong\u003e — no account required, Apple Pay \u0026amp; Google Pay\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003e100% money-back guarantee\u003c\/strong\u003e — not happy? Full refund, no fuss, no questions\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- VS OTHER ONLINE --\u003e\n      \u003cdiv class=\"fade-up stagger-2\" style=\"background:#fff;border-radius:var(--radius-lg);padding:36px 32px;border:1px solid rgba(26,26,26,0.06);\"\u003e\n        \u003cdiv style=\"font-size:0.7em;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#b8952f;margin-bottom:16px;\"\u003evs Other Online Stores\u003c\/div\u003e\n        \u003ch3 style=\"font-size:1.3em;margin-bottom:16px;color:var(--charcoal);\"\u003eFree shipping, next-day dispatch, and zero risk. Two clicks and it's on its way\u003c\/h3\u003e\n        \u003cp style=\"font-size:0.92em;color:var(--text-light);margin-bottom:20px;\"\u003eWe're not the cheapest online — and we won't pretend otherwise. What you get for paying a little more is certainty: we dispatch next day, and by the time you've spent three days wondering if the other store has even sent yours, ours is already at your door. If something arrives damaged? We replace it, no questions asked. Not happy with the product? Full money-back guarantee. Try getting that from an eBay seller.\u003c\/p\u003e\n        \u003cdiv style=\"display:flex;flex-direction:column;gap:10px;\"\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003eLightning-fast dispatch\u003c\/strong\u003e — ordered today, shipped tomorrow\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003eFree nationwide tracked \u0026amp; insured shipping\u003c\/strong\u003e on every order — no minimum, no thresholds\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003eTwo-click express checkout\u003c\/strong\u003e — no account required, Apple Pay \u0026amp; Google Pay\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display:flex;align-items:flex-start;gap:10px;font-size:0.88em;color:var(--text-light);\"\u003e\n            \u003cspan style=\"color:#b8952f;flex-shrink:0;\"\u003e✓\u003c\/span\u003e\n            \u003cspan\u003e\u003cstrong style=\"color:var(--text);\"\u003e100% money-back guarantee\u003c\/strong\u003e — not happy? Full refund, no fuss, no questions\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section-cta fade-up\"\u003e\n      \u003ca href=\"#\" class=\"btn-primary\" onclick=\"spScrollToBuy();return false;\"\u003e\n        Order from Harwood's\n        \u003csvg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ TRUST SECTION ═══════════ --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n\n    \u003c!-- Full trust section --\u003e\n    \u003cdiv class=\"hw-trust-section\"\u003e\n      \u003cdiv style=\"text-align:center;margin-bottom:36px;\"\u003e\n        \u003ch2 class=\"section-title\"\u003eWhy Thousands of Growers Trust Harwoods\u003c\/h2\u003e\n        \u003cp class=\"hw-trust-section__sub\"\u003eWe've built our process around one thing: getting quality supplies to your door as fast and painlessly as possible.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hw-trust-section__grid\"\u003e\n        \u003c!-- Next Day Dispatch --\u003e\n        \u003cdiv class=\"hw-trust-card\"\u003e\n          \u003cdiv class=\"hw-trust-card__header\"\u003e\n            \u003cdiv class=\"hw-trust-card__icon\"\u003e\n              \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M17 3L5 19h10l-2 10 14-18H17l2-8z\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"rgba(184,149,47,0.08)\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eNext Day Dispatch\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eEvery order placed before 2pm AEST is packed and dispatched the very next business day. No warehouse delays, no waiting around.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- 100% Money-Back Guarantee --\u003e\n        \u003cdiv class=\"hw-trust-card\"\u003e\n          \u003cdiv class=\"hw-trust-card__header\"\u003e\n            \u003cdiv class=\"hw-trust-card__icon\"\u003e\n              \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M16 3L4 8v7c0 7.5 5.1 14.5 12 16 6.9-1.5 12-8.5 12-16V8L16 3z\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linejoin=\"round\" fill=\"rgba(184,149,47,0.08)\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M11 16l3.5 3.5L21 13\" stroke=\"currentColor\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003e100% Money-Back Guarantee\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eIf you're not completely satisfied with your order, we'll refund you in full. No hoops, no fine print. Just reach out and we'll sort it.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Two-Click Ordering --\u003e\n        \u003cdiv class=\"hw-trust-card\"\u003e\n          \u003cdiv class=\"hw-trust-card__header\"\u003e\n            \u003cdiv class=\"hw-trust-card__icon\"\u003e\n              \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M12 4v14l4.5-3.5L20 24l3-1.5-3.5-9.5H26L12 4z\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"rgba(184,149,47,0.08)\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eTwo-Click Ordering\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eWe've stripped away the friction. Pick your product, hit express checkout, and your order is dispatched the next day. That's it. Two clicks and it's on its way.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Insured Australia Post Delivery --\u003e\n        \u003cdiv class=\"hw-trust-card\"\u003e\n          \u003cdiv class=\"hw-trust-card__header\"\u003e\n            \u003cdiv class=\"hw-trust-card__icon\"\u003e\n              \u003csvg viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"3\" y=\"10\" width=\"18\" height=\"12\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"2.2\" fill=\"rgba(184,149,47,0.08)\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M21 14h5l3 4v4h-8v-8z\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"9\" cy=\"24\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"24\" cy=\"24\" r=\"2.5\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n            \u003ch3\u003eInsured Australia Post Delivery\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003cp\u003eWe ship with Australia Post because they're the fastest and most reliable. Every order is fully tracked and insured. If anything goes sideways in transit, we handle it. You're covered.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cstyle\u003e\n  \/* Trust Section *\/\n  .orchiata-sp .hw-trust-section {\n    background: transparent;\n    padding: 0;\n  }\n  .orchiata-sp .hw-trust-section__heading {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    font-size: 24px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 0 0 8px;\n    letter-spacing: -0.01em;\n  }\n  .orchiata-sp .hw-trust-section__sub {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    font-size: 14px;\n    color: #6b6560;\n    margin: 0 auto;\n    max-width: 480px;\n    line-height: 1.6;\n  }\n  .orchiata-sp .hw-trust-section__grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n  }\n\n  \/* Trust Cards *\/\n  .orchiata-sp .hw-trust-card {\n    background: #ffffff;\n    border-radius: 10px;\n    padding: 24px 22px;\n    border: 1px solid #e8e4df;\n    transition: border-color 0.3s, box-shadow 0.3s;\n    box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n  }\n  .orchiata-sp .hw-trust-card:hover {\n    border-color: rgba(184,149,47,0.25);\n    box-shadow: 0 4px 20px rgba(184,149,47,0.08), 0 1px 4px rgba(0,0,0,0.04);\n  }\n  .orchiata-sp .hw-trust-card__header {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 10px;\n  }\n  .orchiata-sp .hw-trust-card__icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 9px;\n    background: rgba(184,149,47,0.08);\n    border: 1px solid rgba(184,149,47,0.25);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: #b8952f;\n    flex-shrink: 0;\n  }\n  .orchiata-sp .hw-trust-card__icon svg {\n    width: 30px;\n    height: 30px;\n  }\n  .orchiata-sp .hw-trust-card h3 {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    font-size: 14px;\n    font-weight: 600;\n    color: #1a1a1a;\n    margin: 0;\n  }\n  .orchiata-sp .hw-trust-card p {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    font-size: 13px;\n    color: #6b6560;\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  @media (max-width: 600px) {\n    .orchiata-sp .hw-trust-section {\n      padding: 28px 20px;\n    }\n    .orchiata-sp .hw-trust-section__grid {\n      grid-template-columns: 1fr;\n    }\n    .orchiata-sp .hw-trust-section__heading {\n      font-size: 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ═══════════ FAQ ═══════════ --\u003e\n\u003csection id=\"faq\" style=\"background:var(--cream);\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cdiv style=\"text-align:center;\"\u003e\n      \u003cspan class=\"section-label fade-up\" style=\"justify-content:center;\"\u003eCommon questions\u003c\/span\u003e\n      \u003ch2 class=\"section-title fade-up\" style=\"margin-left:auto;margin-right:auto;\"\u003eEverything you need to know\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"faq-list\"\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-1\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          Which grade should I get for my orchids or aroids?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003ePower 9–12mm is the most popular grade and works perfectly for standard phalaenopsis, dendrobiums, and most home orchids. It's also the go-to for aroid growers mixing chunky substrate for monstera, philodendron, and anthurium. For seedlings and very young plants, Precision 3–6mm is the right choice. For miniature phals and small aroids, Classic 6–9mm is ideal. For larger cattleyas, vandas, or big aroids that love extra airflow, Power+ 12–18mm is ideal. When in doubt, Power 9–12mm is a safe bet for 80% of growers.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-2\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          Why is the bark floating and not absorbing water?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eOrchiata is slightly hydrophobic straight out of the bag — this is completely normal and actually a sign of the pre-composting process that makes it last years instead of months. Just run water over the bark before potting and it absorbs water normally from then on. This is the single most common question from first-time Orchiata users, and the solution takes 30 seconds.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-3\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          How often should I water plants in Orchiata?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eWater when the bark looks dry on top and the pot feels light when you lift it. In a clear pot, you'll see the roots turn from green to silvery-white when they're ready for a drink. The \"soak and drain\" method works beautifully — sit the pot in water for 15–30 minutes, then let it drain completely. In an Australian summer, this might be every 5–7 days. In winter, more like every 10–14 days. But always go by look and feel, not a schedule.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-4\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          I'm currently using LECA \/ semi-hydro. Is bark actually better?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eLECA and semi-hydro work well if you enjoy the monitoring process — checking pH, flushing salt build-up regularly, and keeping a close eye on nutrient concentrations. Many growers switch to premium bark because they want healthy plants without the overhead. Orchiata gives you excellent root health with far less monitoring. Some people run both systems — LECA for orchids that love constant moisture, bark for everything else. There's no wrong answer, just different approaches.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-5\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          Is it worth the price over the Bunnings bag?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eThe short answer: yes, if you look at cost over time rather than cost per bag. A $11.80 Bunnings bag (5L) plus $10 shipping lasts 6–12 months before it breaks down and needs replacing. A $25.19 bag of Orchiata (5L, free shipping) lasts 3–5 years. Over four years, you'd spend $87.20 on cheap bark (plus four stressful repotting sessions) versus $25.19 on Orchiata with one repot. Factor in fewer dead plants — each worth $30–$80 — and it's not even close. For a collection of 5 plants, Orchiata works out to roughly $1.26 per plant per year.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-6\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          Do you offer free shipping?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eYes — free tracked and insured shipping on every order. We ship to every state across Australia. No minimum, no thresholds.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-7\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          Can I use Orchiata for plants that came in sphagnum moss?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eAbsolutely — this is one of the most common transitions for both orchids and aroids. Wait until your plant has finished its current bloom cycle (for orchids) or is actively growing (for aroids), then carefully remove all the old moss from the roots (soak in lukewarm water to loosen it). Trim any black or mushy roots with sterilised shears, and repot into fresh Orchiata. For orchids use a clear pot; for aroids, a standard nursery pot with drainage works great. Most plants perk up within 2–4 weeks and start pushing new roots shortly after.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-8\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          Can I use Orchiata for aroids like Monstera and Philodendron?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eYes — aroid growers love Orchiata because its chunky, long-lasting chips create the exact air-to-moisture ratio that epiphytic aroids thrive in. Use it as the bark component in a chunky aroid mix (a common recipe is roughly 40% Orchiata, 30% perlite, 20% coco coir, 10% charcoal). Power 9–12mm works for most aroids; Power+ 12–18mm is great for larger monstera and philodendron that want maximum drainage. Because Orchiata doesn't break down for 3–5 years, your aroid mix stays open and airy far longer than mixes made with cheap pine bark.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq-item fade-up\" id=\"faq-9\"\u003e\n        \u003cdiv class=\"faq-question\" onclick=\"toggleFaq(this)\"\u003e\n          Can I mix Orchiata with other substrates?\n          \u003cspan class=\"faq-toggle\"\u003e+\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq-answer\"\u003e\n          \u003cdiv class=\"faq-answer-inner\"\u003eAbsolutely. For orchids, many growers use Orchiata on its own — it's designed to work straight out of the bag. For aroids and tropical plants, Orchiata makes an excellent base in a chunky mix. Common additions include perlite, pumice, horticultural charcoal, coco coir, or sphagnum moss. Because Orchiata holds its structure for years, the entire mix stays open and draining long after cheaper bark would have turned to mush.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ FINAL CTA ═══════════ --\u003e\n\u003csection class=\"final-cta\"\u003e\n  \u003ch2\u003eGive your plants the bark they \u003cem\u003eactually\u003c\/em\u003e deserve.\u003c\/h2\u003e\n  \u003cp\u003eOne bag. Years of healthy roots, stronger growth, and plants that actually thrive. Join thousands of Australian orchid and aroid growers who stopped blaming themselves and fixed the real problem.\u003c\/p\u003e\n  \u003ca href=\"#\" class=\"btn-primary\" style=\"font-size:1.1em;padding:18px 44px;\" onclick=\"spScrollToBuy();return false;\"\u003e\n    Buy Orchiata Now\n    \u003csvg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n  \u003c\/a\u003e\n  \u003cdiv class=\"guarantee-row\"\u003e\n    \u003cdiv class=\"guarantee-item\"\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/span\u003e Free tracked shipping Australia-wide\u003c\/div\u003e\n    \u003cdiv class=\"guarantee-item\"\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/span\u003e 4.9 star average rating\u003c\/div\u003e\n    \u003cdiv class=\"guarantee-item\"\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpath d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Ships to every state\u003c\/div\u003e\n    \u003cdiv class=\"guarantee-item\"\u003e\n\u003cspan class=\"icon\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003e Lasts 3–5 years per bag\u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ═══════════ JS ═══════════ --\u003e\n\u003cscript\u003e\n\/\/ FAQ toggle\nfunction toggleFaq(el) {\n  const item = el.parentElement;\n  const answer = item.querySelector('.faq-answer');\n  const isOpen = item.classList.contains('open');\n\n  \/\/ Close all\n  document.querySelectorAll('.faq-item.open').forEach(i =\u003e {\n    i.classList.remove('open');\n    i.querySelector('.faq-answer').style.maxHeight = '0';\n  });\n\n  \/\/ Open clicked if wasn't open\n  if (!isOpen) {\n    item.classList.add('open');\n    answer.style.maxHeight = answer.scrollHeight + 'px';\n  }\n\n}\n\n\/\/ Scroll animations\nconst observer = new IntersectionObserver((entries) =\u003e {\n  entries.forEach(entry =\u003e {\n    if (entry.isIntersecting) {\n      entry.target.classList.add('visible');\n    }\n  });\n}, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n\ndocument.querySelectorAll('.fade-up').forEach(el =\u003e observer.observe(el));\n\n\/\/ Smooth scroll with duration control — cancellable so rapid clicks don't compound\nvar spScrollId = 0;\nfunction spSmoothScroll(targetY) {\n  var id = ++spScrollId;\n  var startY = window.pageYOffset;\n  var diff = targetY - startY;\n  var isMobile = window.innerWidth \u003c= 768;\n  var msPerPx = isMobile ? 0.9 : 0.65;\n  var duration = Math.min(Math.max(Math.abs(diff) * msPerPx, 400), 2800);\n  var startTime = null;\n  function ease(t) { return t \u003c 0.5 ? 2*t*t : -1+(4-2*t)*t; }\n  function step(ts) {\n    if (id !== spScrollId) return; \/\/ cancelled by newer scroll\n    if (!startTime) startTime = ts;\n    var p = Math.min((ts - startTime) \/ duration, 1);\n    window.scrollTo(0, startY + diff * ease(p));\n    if (p \u003c 1) requestAnimationFrame(step);\n  }\n  requestAnimationFrame(step);\n}\n\nfunction spScrollToBuy() {\n  var title = document.querySelector('.product__title');\n  if (title) {\n    var nav = document.querySelector('sticky-header, .header-wrapper, header');\n    var offset = nav ? nav.offsetHeight : 0;\n    spSmoothScroll(title.getBoundingClientRect().top + window.pageYOffset - offset);\n    return;\n  }\n  spSmoothScroll(0);\n}\n\n\/\/ Equalise proof card heights so all cards match the tallest one\nfunction equaliseProofCards() {\n  var cards = document.querySelectorAll('.orchiata-sp .proof-card');\n  cards.forEach(function(c) { c.style.height = 'auto'; });\n  var maxH = 0;\n  cards.forEach(function(c) { maxH = Math.max(maxH, c.offsetHeight); });\n  if (maxH \u003e 0) cards.forEach(function(c) { c.style.height = maxH + 'px'; });\n}\nequaliseProofCards();\nwindow.addEventListener('resize', equaliseProofCards);\n\n\u003c\/script\u003e\n\n\u003c\/div\u003e\n","brand":"Harwood's Garden Supplies","offers":[{"title":"Precision 3-6mm \/ 2L","offer_id":40854704324654,"sku":"","price":17.99,"currency_code":"AUD","in_stock":true},{"title":"Precision 3-6mm \/ 3L","offer_id":40854704357422,"sku":"","price":19.49,"currency_code":"AUD","in_stock":true},{"title":"Precision 3-6mm \/ 5L","offer_id":40854704390190,"sku":"","price":25.19,"currency_code":"AUD","in_stock":true},{"title":"Precision 3-6mm \/ 35L - Full Bag","offer_id":40854704422958,"sku":"","price":99.9,"currency_code":"AUD","in_stock":true},{"title":"Classic 6-9mm \/ 2L","offer_id":40854704488494,"sku":"","price":17.99,"currency_code":"AUD","in_stock":true},{"title":"Classic 6-9mm \/ 3L","offer_id":40854704521262,"sku":"","price":19.49,"currency_code":"AUD","in_stock":true},{"title":"Classic 6-9mm \/ 5L","offer_id":40854704554030,"sku":"","price":25.19,"currency_code":"AUD","in_stock":true},{"title":"Classic 6-9mm \/ 35L - Full Bag","offer_id":40854704586798,"sku":"","price":99.9,"currency_code":"AUD","in_stock":true},{"title":"Power 9-12mm \/ 2L","offer_id":40854704652334,"sku":"","price":17.99,"currency_code":"AUD","in_stock":true},{"title":"Power 9-12mm \/ 3L","offer_id":40854704685102,"sku":"","price":19.49,"currency_code":"AUD","in_stock":true},{"title":"Power 9-12mm \/ 5L","offer_id":40854704717870,"sku":"","price":25.19,"currency_code":"AUD","in_stock":true},{"title":"Power 9-12mm \/ 35L - Full Bag","offer_id":40854704750638,"sku":"","price":99.9,"currency_code":"AUD","in_stock":true},{"title":"Power Plus 12-18mm \/ 2L","offer_id":40854704816174,"sku":"","price":17.99,"currency_code":"AUD","in_stock":true},{"title":"Power Plus 12-18mm \/ 3L","offer_id":40854704848942,"sku":"","price":19.49,"currency_code":"AUD","in_stock":true},{"title":"Power Plus 12-18mm \/ 5L","offer_id":40854704881710,"sku":"","price":25.19,"currency_code":"AUD","in_stock":true},{"title":"Power Plus 12-18mm \/ 35L - Full Bag","offer_id":40854704914478,"sku":"","price":99.9,"currency_code":"AUD","in_stock":true},{"title":"Super 18-25mm \/ 2L","offer_id":40854704980014,"sku":"","price":17.99,"currency_code":"AUD","in_stock":true},{"title":"Super 18-25mm \/ 3L","offer_id":40854705012782,"sku":"","price":19.49,"currency_code":"AUD","in_stock":true},{"title":"Super 18-25mm \/ 5L","offer_id":40854705045550,"sku":"","price":25.19,"currency_code":"AUD","in_stock":true},{"title":"Super 18-25mm \/ 35L - Full Bag","offer_id":40854705078318,"sku":"","price":99.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/orchiata-step1.png?v=1772393752"},{"product_id":"mineraland-expanded-clay-balls","title":"Mineraland Expanded Clay Balls (LECA)","description":"\u003cp\u003e\u003cstrong\u003eMineraland Expanded Clay Balls (LECA)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDiscover the exceptional qualities of Mineraland Expanded Clay Balls (LECA), a versatile and highly effective growing medium that revolutionises the way you cultivate plants.\u003c\/p\u003e\n\u003cp\u003eWhether you're an experienced hydroponic or aquaponic grower, or simply looking for an attractive and functional solution for your general gardening needs, these clay balls are the perfect choice. \u003cstrong\u003eThe majority of balls are approximately 6-10mm in size.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey benefits of Mineraland Expanded Clay Balls:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e* Ideal for hydroponic, aquaponic, and general growing mediums, providing optimal conditions for plant growth and development\u003cbr\u003e* Excellent for various use cases, including flood and drain, deep water culture, and drip feed systems, showcasing their adaptability to different growing methods\u003cbr\u003e* Perfect for fostering beneficial bacterial growth around the root zone, promoting a healthy and thriving ecosystem for your plants\u003cbr\u003e* Unique structure enables large surface area coverage, allowing for efficient growth and maximum nutrient uptake\u003cbr\u003e* Also suitable as an attractive decoration, adding aesthetic value to your growing space or garden\u003cbr\u003e* Made from 100% natural, clean, pH-stable clay, certified for agricultural use, ensuring the highest quality and safety standards\u003c\/p\u003e\n\u003cp\u003eMineraland Expanded Clay Balls are created through a specialized process that involves heating high-quality clay to extreme temperatures. This process causes the clay to expand, resulting in a lightweight, porous, and highly absorbent material that is perfect for supporting plant growth.\u003c\/p\u003e\n\u003cp\u003eThe unique structure of these clay balls provides an extensive surface area, allowing for optimal air and water circulation around the roots of your plants. This promotes healthy root development and efficient nutrient uptake, leading to robust and vibrant plant growth.\u003c\/p\u003e\n\u003cp\u003eOne of the key advantages of Mineraland Expanded Clay Balls is their ability to foster beneficial bacterial growth around the root zone. These beneficial bacteria play a crucial role in breaking down nutrients and making them readily available for your plants, creating a symbiotic relationship that enhances overall plant health and vitality.\u003c\/p\u003e\n\u003cp\u003eIn addition to their exceptional growing properties, Mineraland Expanded Clay Balls are also visually appealing. Their attractive appearance makes them suitable as a decorative element in your growing space or garden, adding a touch of natural beauty to your setup.\u003c\/p\u003e\n\u003cp\u003eMineraland Expanded Clay Balls are made from 100% natural, clean, and pH-stable clay, certified for agricultural use. This ensures that you are providing your plants with a safe and reliable growing medium, free from harmful contaminants or chemical additives.\u003c\/p\u003e\n\u003cp\u003eExperience the difference Mineraland Expanded Clay Balls can make in your hydroponic, aquaponic, or general gardening endeavors. Embrace the power of this innovative growing medium and unlock the full potential of your plants, achieving unparalleled growth, health, and vitality.\u003c\/p\u003e\n\u003cp\u003eElevate your growing experience with Mineraland Expanded Clay Balls and discover the key to thriving plants and bountiful harvests.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree tracked post Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"6-10mm \/ 1L","offer_id":40854710911022,"sku":"","price":17.9,"currency_code":"AUD","in_stock":true},{"title":"6-10mm \/ 2L","offer_id":40854710943790,"sku":"","price":19.9,"currency_code":"AUD","in_stock":true},{"title":"6-10mm \/ 3L","offer_id":40854710976558,"sku":"","price":22.9,"currency_code":"AUD","in_stock":true},{"title":"6-10mm \/ 5L","offer_id":40854711009326,"sku":"","price":26.9,"currency_code":"AUD","in_stock":true},{"title":"6-10mm \/ 10L","offer_id":40854711042094,"sku":"","price":39.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/Mineraland-Expanded-Clay-Balls-6-10mm.jpg?v=1715394276"},{"product_id":"100mm-plastic-plant-labels","title":"Plastic Plant Labels - 100mm","description":"\u003cp\u003e\u003cstrong\u003e100mm White Plastic Plant Labels\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eKeep your plants clearly labelled and your growing area organised with our durable 100mm white plastic plant labels.\u003c\/p\u003e\n\u003cp\u003eMade in Australia from \u003cstrong\u003eUV-stabilised\u003c\/strong\u003e plastic, these labels are designed for reliable indoor and outdoor use. Their compact 100mm size makes them ideal for smaller pots, seedling trays, herbs, cuttings, propagation, vegetables, flowers, and general plant identification.\u003c\/p\u003e\n\u003cp\u003eThe bright white surface makes plant names easy to read, while the sturdy plastic construction helps them stand up to regular garden and nursery use. Simply write on the label and place it directly into your pot, tray, or garden bed for quick and easy plant identification.\u003c\/p\u003e\n\u003cp\u003eAvailable in 50, 100, 200, and 400 packs, these labels are a practical choice for home gardeners, nurseries, plant sellers, and anyone wanting a simple, tidy way to keep plants organised.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e100mm white plastic plant labels\u003c\/li\u003e\n\u003cli\u003eAustralian made\u003c\/li\u003e\n\u003cli\u003eUV-stabilised for outdoor use\u003c\/li\u003e\n\u003cli\u003eSuitable for indoor and outdoor growing\u003c\/li\u003e\n\u003cli\u003eCompact size, ideal for smaller pots and seedlings\u003c\/li\u003e\n\u003cli\u003eClear white writing surface\u003c\/li\u003e\n\u003cli\u003eGreat for herbs, vegetables, flowers, cuttings, propagation, and nursery stock\u003c\/li\u003e\n\u003cli\u003eAvailable in 50, 100, 200, and 400 packs\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"50","offer_id":41252082909230,"sku":"","price":16.9,"currency_code":"AUD","in_stock":true},{"title":"100","offer_id":41252082941998,"sku":"","price":26.9,"currency_code":"AUD","in_stock":true},{"title":"200","offer_id":42404032282670,"sku":null,"price":44.95,"currency_code":"AUD","in_stock":true},{"title":"400","offer_id":42404032315438,"sku":null,"price":74.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/Untitled_design_24.png?v=1781080069"},{"product_id":"125mm-plastic-plant-labels","title":"Plastic Plant Labels - 125mm","description":"\u003cp\u003e\u003cstrong\u003e125mm White Plastic Plant Labels\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eKeep your plants clearly labelled and your growing area organised with our durable 125mm white plastic plant labels.\u003c\/p\u003e\n\u003cp\u003eMade in Australia from \u003cstrong\u003eUV-stabilised\u003c\/strong\u003e plastic, these labels are designed to handle outdoor conditions and repeated use across the growing season. The bright white surface makes plant names easy to read, whether you are labelling seedlings, herbs, vegetables, flowers, cuttings, or nursery stock.\u003c\/p\u003e\n\u003cp\u003eEach label includes a \u003cstrong\u003ehandy hanging hole\u003c\/strong\u003e, giving you the option to tie, hang, or secure the label where needed. They are also compatible with all of our tag-lock pots, making them a practical choice for home gardeners, nurseries, propagation setups, and plant sellers.\u003c\/p\u003e\n\u003cp\u003eAvailable in 50, 100, 200, and 400 packs, so you can choose the right quantity for your garden, greenhouse, or nursery needs.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e125mm white plastic plant labels\u003c\/li\u003e\n\u003cli\u003eAustralian made\u003c\/li\u003e\n\u003cli\u003eUV-stabilised for outdoor use\u003c\/li\u003e\n\u003cli\u003eSuitable for indoor and outdoor growing\u003c\/li\u003e\n\u003cli\u003eHandy hanging hole for flexible use\u003c\/li\u003e\n\u003cli\u003eCompatible with tag-lock pots\u003c\/li\u003e\n\u003cli\u003eGreat for seedlings, herbs, vegetables, flowers, cuttings, and nursery stock\u003c\/li\u003e\n\u003cli\u003eAvailable in 50, 100, 200, and 400 packs\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"50","offer_id":41252084088878,"sku":"","price":19.95,"currency_code":"AUD","in_stock":true},{"title":"100","offer_id":41252084121646,"sku":"","price":29.9,"currency_code":"AUD","in_stock":true},{"title":"200","offer_id":41252084154414,"sku":"","price":54.9,"currency_code":"AUD","in_stock":true},{"title":"400","offer_id":41252084187182,"sku":"","price":89.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/IMG_3935_7f810a6f-6df8-4c1c-9f69-9cda124b4b27.jpg?v=1780753756"},{"product_id":"standard-plastic-pots-70mm","title":"Standard Plastic Pots - 70mm","description":"\u003cp\u003eDiscover our premium 70mm Clear Orchid Pots, expertly crafted in Australia. These transparent pots are specifically designed to enhance your orchid growing experience by allowing you to monitor root health and growth with ease.\u003c\/p\u003e\n\u003cp\u003eThe clear walls enable perfect visibility of your orchid's root system, helping you maintain optimal growing conditions and catch any potential issues early. Made from high-quality materials, these pots provide the perfect balance of durability and functionality for your precious orchids.\u003c\/p\u003e\n\u003cp\u003eMonitor your orchid's development and ensure thriving growth with these professional-grade clear pots - essential tools for both novice and experienced orchid enthusiasts.\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"Clear \/ 10","offer_id":41254791872558,"sku":"","price":20.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 50","offer_id":41254791938094,"sku":"","price":29.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 120","offer_id":41254792003630,"sku":"","price":55.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 250","offer_id":41254792069166,"sku":"","price":93.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/Untitleddesign_19.png?v=1737402819"},{"product_id":"standard-plastic-pots-90mm","title":"Standard Round Plastic Pots - 90mm - Clear","description":"\u003cp\u003eOur premium 90mm Clear Plastic Pots are an orchid grower's essential - proudly made in Australia and injection moulded from 100% recyclable PP5 plastic. The transparent walls let light reach the root zone and give you a clear view of the root system, so you can monitor root health and growth and catch any issues early.\u003c\/p\u003e\n\u003cp\u003eThis 0.328L slimline pot measures 90mm round x 85mm high, sized to sit neatly inside most universal cover pots. A capillary-style base delivers consistent drainage across all growing conditions, while twin tag locks make stacking and despatch fast and secure.\u003c\/p\u003e\n\u003cp\u003eIdeal for orchids, succulents, cacti, herbs and potted colour - or as a starter pot for shrubs and perennials.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eMade in Australia, injection moulded from 100% recyclable PP5 plastic\u003c\/li\u003e\n\u003cli\u003eCrystal-clear transparent walls for easy root monitoring and light to the root zone\u003c\/li\u003e\n\u003cli\u003e0.328L slimline shape - 90mm round x 85mm high, suits most universal cover pots\u003c\/li\u003e\n\u003cli\u003eCapillary-style base drainage for reliable moisture in any condition\u003c\/li\u003e\n\u003cli\u003eTwin tag locks for secure stacking and efficient despatch\u003c\/li\u003e\n\u003cli\u003ePerfect for orchids, plus succulents, cacti, herbs, potted colour and starter pots for shrubs\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"Clear \/ 15","offer_id":41254811664430,"sku":"","price":21.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 25","offer_id":41254811697198,"sku":"","price":24.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 40","offer_id":41254811729966,"sku":"","price":31.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 60","offer_id":41254811762734,"sku":"","price":41.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 80","offer_id":41254811795502,"sku":"","price":52.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 130","offer_id":41254811828270,"sku":"","price":72.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 150","offer_id":41254811861038,"sku":"","price":77.9,"currency_code":"AUD","in_stock":true},{"title":"Clear \/ 190","offer_id":41254811893806,"sku":"","price":88.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/Untitleddesign_19_f18db0eb-0390-4d27-9577-c27701fa6f00.png?v=1737403133"},{"product_id":"standard-plastic-pots-120mm","title":"125mm Clear Slimline Orchid Pots - 1L","description":"\u003ch3\u003e125mm Clear Slimline Plastic Pots \u003c\/h3\u003e\n\u003cp\u003ePremium 125mm clear pots, proudly made in Australia. The transparent walls let you see straight to the root zone - ideal for orchids and any plant where healthy roots matter - so you can track moisture and root growth and catch problems early.\u003c\/p\u003e\n\u003cp\u003eA capillary base wicks water evenly and drains freely, giving steady, reliable moisture across all growing conditions - indoors, in the greenhouse or out in the garden.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eClear walls for easy root and moisture monitoring\u003c\/li\u003e\n\u003cli\u003eCapillary base for even watering and free drainage in all conditions\u003c\/li\u003e\n\u003cli\u003eGreat for orchids, succulents, seedlings and general potting\u003c\/li\u003e\n\u003cli\u003eDurable, reusable plastic\u003c\/li\u003e\n\u003cli\u003eAustralian made\u003cmeta charset=\"utf-8\"\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications (approx.)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTop diameter: 118mm\u003c\/li\u003e\n\u003cli\u003eBase: 95mm\u003c\/li\u003e\n\u003cli\u003eHeight: 125mm\u003c\/li\u003e\n\u003cli\u003eVolume: 1L\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePack sizes\u003c\/h4\u003e\n\u003cp\u003eAvailable in 10, 24, 32, 40, 50 and 75 packs.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree tracked shipping Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"10","offer_id":41254813007918,"sku":null,"price":21.9,"currency_code":"AUD","in_stock":true},{"title":"24","offer_id":41254813040686,"sku":null,"price":32.9,"currency_code":"AUD","in_stock":true},{"title":"32","offer_id":41254813073454,"sku":null,"price":41.9,"currency_code":"AUD","in_stock":true},{"title":"40","offer_id":41254813106222,"sku":null,"price":47.9,"currency_code":"AUD","in_stock":true},{"title":"50","offer_id":41254813138990,"sku":null,"price":55.9,"currency_code":"AUD","in_stock":true},{"title":"75","offer_id":41254813171758,"sku":null,"price":67.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/Untitleddesign_19_154be134-d010-45da-8dde-d1b7d8b0ba64.png?v=1737403381"},{"product_id":"standard-plastic-pots-150mm","title":"150mm Clear Orchid Pots - 1.9L","description":"\u003ch4 class=\"text-text-100 mt-2 -mb-1 text-base font-bold\"\u003e150mm Clear Plastic Pots - 1.9L\u003c\/h4\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003ePremium 150mm clear pots, proudly made in Australia. The transparent walls let you see straight to the root zone - ideal for orchids and any plant where healthy roots matter - so you can track moisture and root growth and catch problems early.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eA \u003cstrong\u003ecapillary base\u003c\/strong\u003e wicks water evenly and drains freely, giving steady, reliable moisture across \u003cstrong\u003eall growing conditions\u003c\/strong\u003e — indoors, in the greenhouse or out in the garden.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"[li_\u0026amp;]:mb-0 [li_\u0026amp;]:mt-1 [li_\u0026amp;]:gap-1 [\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\"\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eAustralian made\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eClear walls for easy root and moisture monitoring\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eCapillary base for even watering and free drainage in all conditions\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eGreat for orchids, succulents, seedlings and general potting\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eDurable, reusable plastic\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eSpecifications (approx.)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"[li_\u0026amp;]:mb-0 [li_\u0026amp;]:mt-1 [li_\u0026amp;]:gap-1 [\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\"\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eDiameter: 155mm\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eHeight: 150mm\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eBase: 120mm\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eVolume: 1.9L\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003ePack sizes:\u003c\/strong\u003e 4, 8, 14, 25 and 50\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eFree tracked shipping Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003cstrong\u003ePlease note:\u003c\/strong\u003e This listing includes the plastic pots only. The bark pictured is shown for illustration, to demonstrate the pots' clarity, and is not included.\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"4","offer_id":41254821036078,"sku":null,"price":18.9,"currency_code":"AUD","in_stock":true},{"title":"8","offer_id":41254820905006,"sku":null,"price":24.9,"currency_code":"AUD","in_stock":true},{"title":"14","offer_id":41254820937774,"sku":null,"price":29.9,"currency_code":"AUD","in_stock":true},{"title":"25","offer_id":41254820970542,"sku":null,"price":44.9,"currency_code":"AUD","in_stock":true},{"title":"50","offer_id":41254821003310,"sku":null,"price":74.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/Untitleddesign_19_002842a8-0319-4815-a8ac-a4f7b671dd88.png?v=1737403804"},{"product_id":"20-cell-air-pruning-tray-with-63mm-plastic-pots","title":"20-Cell Air Pruning Tray with 63mm Plastic Pots","description":"\u003ch3\u003e20-Cell Air Pruning Tray with 63mm Square Pots — Australian Made\u003c\/h3\u003e\n\u003cp\u003eA complete propagation system: a heavy-duty 20-cell air-pruning tray paired with twenty 63mm square squat pots. The pots butt neatly together so there's no wasted space, and the open base air-prunes roots for stronger plants that establish faster once planted out.\u003c\/p\u003e\n\u003ch4\u003eWhy air-pruning?\u003c\/h4\u003e\n\u003cp\u003eWhen roots reach the open lattice base they \"air-prune\" instead of circling the pot, giving a dense, fibrous root system - ideal for succulents, natives, veggies, herbs and ornamentals.\u003c\/p\u003e\n\u003ch4\u003eWhat's included\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e20-cell air-pruning tray\u003c\/li\u003e\n\u003cli\u003e20 x 63mm square squat pots\u003c\/li\u003e\n\u003cli\u003eAustralian made from UV-stabilised polypropylene\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003e63mm Pot specifications (approx.)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTop: 63mm x 63mm\u003c\/li\u003e\n\u003cli\u003eBase: 50mm x 50mm\u003c\/li\u003e\n\u003cli\u003eHeight: 60mm\u003c\/li\u003e\n\u003cli\u003eCapacity: 0.15L (150ml)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eTray specifications (approx.)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eCells: 20\u003c\/li\u003e\n\u003cli\u003eExternal size: 350 x 280 x 70mm\u003c\/li\u003e\n\u003cli\u003eCell opening: 55-57mm square\u003c\/li\u003e\n\u003cli\u003eColour: Black\u003c\/li\u003e\n\u003cli\u003eMaterial: Polypropylene\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePack sizes\u003c\/h4\u003e\n\u003cp\u003e1 Tray + 20 Pots · 2 Trays + 40 Pots · 3 Trays + 60 Pots\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree tracked shipping Australia-wide\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"1 Tray + 20 Pots","offer_id":41255446446126,"sku":null,"price":34.4,"currency_code":"AUD","in_stock":true},{"title":"2 Tray + 40 Pots","offer_id":41255448936494,"sku":null,"price":59.9,"currency_code":"AUD","in_stock":true},{"title":"3 Tray + 60 Pots","offer_id":41255448969262,"sku":null,"price":87.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/Untitleddesign_24.png?v=1737405852"},{"product_id":"plastic-orchid-clips-14mm-and-18mm","title":"Plastic Orchid Clips - 14mm \u0026 18mm","description":"\u003ch2\u003e\u003cspan\u003ePlastic Orchid Clips\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eSupport your orchids with ease using these green plastic orchid clips, available in 14mm and 18mm sizes. Designed to gently hold orchid stems to stakes, they help keep flower spikes upright, reduce the risk of bending or breakage, and create a neat, tidy plant display.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eThese clips are quick and simple to use. Just clip them around the stem and stake, then adjust as the plant grows. They provide firm support without the need for ties, helping prevent bruising or damage to delicate stems.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eMade from \u003cstrong\u003edurable, UV-resistant\u003c\/strong\u003e plastic, these orchid clips are suitable for indoor and outdoor use, including greenhouses, home gardens, balcony plants, nurseries, and display areas. Their \u003cstrong\u003ereusable\u003c\/strong\u003e design makes them a practical choice across multiple growing seasons.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"isSelectedEnd\"\u003e\u003cspan\u003eProudly made in Australia, these clips are ideal for home gardeners, orchid collectors, nurseries, and professionals looking for a simple, reliable plant support solution.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch3\u003e\u003cspan\u003eFeatures\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003eAvailable in 14mm and 18mm sizes\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eGreen plastic blends naturally with plant foliage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHelps support orchid stems and flower spikes\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eReduces the risk of stem bending, bruising, or breakage\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eQuick clip-on design\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eEasy to reposition as plants grow\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eDurable and UV-resistant\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eReusable across multiple growing seasons\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSuitable for indoor and outdoor use\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eMade in Australia\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan\u003eApplications\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003eSupporting orchid flower spikes and stems\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHolding delicate stems upright against stakes\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eFlower and vine support\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eGreenhouse, balcony, nursery, and home garden use\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eImproving plant presentation and display\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch3\u003e\u003cspan\u003eTechnical Specifications\u003c\/span\u003e\u003c\/h3\u003e\n\u003cul data-spread=\"false\"\u003e\n\u003cli\u003e\u003cspan\u003eMaterial: UV-resistant plastic\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eColour: Green\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eSizes: 14mm and 18mm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003e14mm clip: opens up to approximately 19mm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003e18mm clip: opens up to approximately 32mm\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan\u003eA simple, reusable, and reliable way to keep orchids and other delicate plants supported, healthy, and looking their best.\u003c\/span\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"Small - 14mm \/ 50","offer_id":42401958494254,"sku":null,"price":12.95,"currency_code":"AUD","in_stock":true},{"title":"Small - 14mm \/ 100","offer_id":42401958527022,"sku":null,"price":14.95,"currency_code":"AUD","in_stock":true},{"title":"Large - 18mm \/ 50","offer_id":42401958559790,"sku":null,"price":16.95,"currency_code":"AUD","in_stock":true},{"title":"Large - 18mm \/ 100","offer_id":42401958592558,"sku":null,"price":23.95,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/IMG_3890.jpg?v=1780727930"},{"product_id":"plastic-plant-labels-125mm-copy","title":"Plastic Plant Labels - 85mm","description":"\u003cp\u003e\u003cstrong\u003e85mm Australian-Made Plastic Plant Labels\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eKeep your plants clearly identified with these practical \u003cstrong\u003e85mm Australian-made plastic plant labels\u003c\/strong\u003e, designed for everyday use in gardens, nurseries, seedling trays, propagation setups and potted plants.\u003c\/p\u003e\n\u003cp\u003eMade from \u003cstrong\u003edurable, UV-stabilised\u003c\/strong\u003e plastic, these labels are suitable for both indoor and outdoor use and are built to handle Australian growing conditions. Their \u003cstrong\u003ecompact \u003c\/strong\u003e85mm size makes them ideal for smaller pots, seedling trays, herbs, cuttings and plant collections where a neat, easy-to-read label is needed.\u003c\/p\u003e\n\u003cp\u003eThese labels are compatible with all label lock pots in our store, fitting neatly, helping keep labels secure, tidy and easy to read. Simply write the plant name, variety, sowing date or care notes on the label and place it directly into the soil, tray or pot label lock.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e85mm plastic plant labels\u003c\/li\u003e\n\u003cli\u003eAustralian made\u003c\/li\u003e\n\u003cli\u003eUV-stabilised for outdoor durability\u003c\/li\u003e\n\u003cli\u003eSuitable for indoor and outdoor use\u003c\/li\u003e\n\u003cli\u003eCompatible with all tag-lock pots in our store\u003c\/li\u003e\n\u003cli\u003eFits neatly into pot tag locks\u003c\/li\u003e\n\u003cli\u003eGreat for seedlings, herbs, cuttings, pots and propagation trays\u003c\/li\u003e\n\u003cli\u003eEasy to write on\u003c\/li\u003e\n\u003cli\u003eHelps keep plants clearly identified and organised\u003c\/li\u003e\n\u003cli\u003eReusable across multiple growing seasons\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eA practical choice for gardeners, growers and nurseries needing durable, compact plant labels for reliable plant identification.\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"50","offer_id":42403810639918,"sku":null,"price":14.9,"currency_code":"AUD","in_stock":true},{"title":"100","offer_id":42403810672686,"sku":null,"price":19.9,"currency_code":"AUD","in_stock":true},{"title":"200","offer_id":42403810705454,"sku":null,"price":34.9,"currency_code":"AUD","in_stock":true},{"title":"400","offer_id":42403810738222,"sku":null,"price":54.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/IMG_3924.jpg?v=1780732517"},{"product_id":"standard-plastic-pots-90mm-black","title":"90mm Slimline Round Pot - 0.328L","description":"\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003e90mm Black Slimline Round Pot \u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eThese 90mm Black Plastic Pots are a \u003cstrong\u003etough\u003c\/strong\u003e, versatile choice for any garden - proudly made in Australia and injection moulded from 100% recyclable PP5 plastic. The solid black walls block light at the root zone, helping discourage algae growth and keeping roots cool and protected.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eThis \u003cstrong\u003e0.328L slimline pot\u003c\/strong\u003e measures 90mm round × 85mm high, sized to sit neatly inside most universal cover pots. A \u003cstrong\u003ecapillary base\u003c\/strong\u003e delivers consistent drainage across all growing conditions, so your plants get steady, reliable moisture whether they're indoors, on the patio or out in the garden.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eIdeal for succulents, cacti, herbs, indoor plants, potted colour and perennials - or as a sturdy starter pot for shrubs.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"[li_\u0026amp;]:mb-0 [li_\u0026amp;]:mt-1 [li_\u0026amp;]:gap-1 [\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\"\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eAustralian made, injection moulded from 100% recyclable PP5 plastic\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eSolid black walls shield roots from light and help prevent algae\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eCapillary base for reliable moisture and free drainage in all conditions\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eSlimline shape sits neatly inside most universal cover pots\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eDurable, reusable plastic\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eGreat for succulents, cacti, herbs, perennials, potted colour and starter pots for shrubs\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eSpecifications (approx.)\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"[li_\u0026amp;]:mb-0 [li_\u0026amp;]:mt-1 [li_\u0026amp;]:gap-1 [\u0026amp;:not(:last-child)_ul]:pb-1 [\u0026amp;:not(:last-child)_ol]:pb-1 list-disc flex flex-col gap-1 pl-8 mb-3\"\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eDiameter: 90mm\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eHeight: 85mm\u003c\/li\u003e\n\u003cli class=\"font-claude-response-body whitespace-normal break-words pl-2\"\u003eVolume: 0.328L\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003ePack sizes\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003eAvailable in 15, 25, 40, 60, 80, 130, 150 and 190 packs.\u003c\/p\u003e\n\u003cp class=\"font-claude-response-body break-words whitespace-normal\"\u003e\u003cstrong\u003eFree tracked shipping Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"15","offer_id":42447789359150,"sku":null,"price":18.5,"currency_code":"AUD","in_stock":true},{"title":"25","offer_id":42447789391918,"sku":null,"price":22.3,"currency_code":"AUD","in_stock":true},{"title":"40","offer_id":42447789424686,"sku":null,"price":27.9,"currency_code":"AUD","in_stock":true},{"title":"60","offer_id":42447789457454,"sku":null,"price":38.4,"currency_code":"AUD","in_stock":true},{"title":"80","offer_id":42447789490222,"sku":null,"price":45.9,"currency_code":"AUD","in_stock":true},{"title":"130","offer_id":42447789522990,"sku":null,"price":62.6,"currency_code":"AUD","in_stock":true},{"title":"150","offer_id":42447789555758,"sku":null,"price":66.1,"currency_code":"AUD","in_stock":true},{"title":"190","offer_id":42447789588526,"sku":null,"price":72.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/IMG_3936.jpg?v=1781853927"},{"product_id":"150mm-black-plastic-pots-1-9l","title":"150mm Round Capillary Base Pot - 1.9L","description":"\u003ch3\u003e150mm Round Capillary Base Pot - 1.9L\u003c\/h3\u003e\n\u003cp\u003ePremium 150mm black pots, proudly made in Australia. A deep, sturdy 1.9L pot ideal for orchids, natives, shrubs, veggies and general potting - the classic black finish suits nurseries and home gardens alike.\u003c\/p\u003e\n\u003cp\u003eA capillary base wicks water evenly and drains freely, giving steady, reliable moisture across all growing conditions - indoors, in the greenhouse or out in the garden.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eAustralian made\u003c\/li\u003e\n\u003cli\u003eCapillary base for even watering and free drainage in all conditions\u003c\/li\u003e\n\u003cli\u003eDeep 1.9L capacity for healthy root growth\u003c\/li\u003e\n\u003cli\u003eGreat for orchids, natives, shrubs, veggies and general potting\u003c\/li\u003e\n\u003cli\u003eDurable, reusable plastic\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications (approx.)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDiameter: 150mm\u003c\/li\u003e\n\u003cli\u003eHeight: 150mm\u003c\/li\u003e\n\u003cli\u003eBase: 120mm\u003c\/li\u003e\n\u003cli\u003eVolume: 1.9L\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePack sizes\u003c\/h4\u003e\n\u003cp\u003eAvailable in 4, 8, 14, 25 and 50 packs.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree tracked shipping Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"4","offer_id":42465262075950,"sku":null,"price":17.9,"currency_code":"AUD","in_stock":true},{"title":"8","offer_id":42465262108718,"sku":null,"price":21.9,"currency_code":"AUD","in_stock":true},{"title":"14","offer_id":42465262141486,"sku":null,"price":26.9,"currency_code":"AUD","in_stock":true},{"title":"25","offer_id":42465262174254,"sku":null,"price":39.9,"currency_code":"AUD","in_stock":true},{"title":"50","offer_id":42465262207022,"sku":null,"price":64.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/p150stc00_0.jpg?v=1782551445"},{"product_id":"besgrow-spagmoss-new-zealand-sphagnum-moss-classic-aa","title":"Spagmoss - Besgrow NZ Sphagnum Moss Classic AA 150g \/ 12L","description":"\u003cp\u003e\u003cstrong\u003eSpagmoss - Besgrow NZ Sphagnum Moss Classic AA 150g \/ 12L\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eBesgrow Spagmoss is premium long-fibre sphagnum moss, sustainably harvested from the wetlands of New Zealand's South Island. Its long, strong strands hold up to 20 times their own weight in water, making it a favourite for growing orchids, carnivorous plants and other moisture-loving plants.\u003c\/p\u003e\n\u003cp\u003eIt comes dried and tightly compressed - soak this 150g pack in water and it expands to around 12 litres of clean, ready-to-use moss. Naturally low in salts, with no additives.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLong, strong strands that stay structured and last in the pot\u003c\/li\u003e\n\u003cli\u003eHolds up to 20x its own weight in water for excellent moisture retention\u003c\/li\u003e\n\u003cli\u003eNaturally low in soluble salts and clean, with minimal foreign matter\u003c\/li\u003e\n\u003cli\u003eNaturally acidic (around pH 4.8) - ideal for orchids and acid-loving plants\u003c\/li\u003e\n\u003cli\u003e100% natural, renewable and sustainably harvested in New Zealand\u003c\/li\u003e\n\u003cli\u003eClassic AA grade - no additives, just rehydrate and use\u003c\/li\u003e\n\u003cli\u003e150g dried compressed pack rehydrates to around 12L\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003ePerfect for\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eOrchids - potting, mounting and topping\u003c\/li\u003e\n\u003cli\u003eCarnivorous plants (Nepenthes, Sarracenia, sundews)\u003c\/li\u003e\n\u003cli\u003eLining hanging baskets and kokedama\u003c\/li\u003e\n\u003cli\u003ePropagation, seed raising and air-layering\u003c\/li\u003e\n\u003cli\u003eMoisture-loving houseplants (hoyas, anthuriums, aroids)\u003c\/li\u003e\n\u003cli\u003eTerrariums, vivariums and reptile enclosures\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eGrade: Classic AA (70% of strands over 100mm)\u003c\/li\u003e\n\u003cli\u003epH 4.8, EC 0.2 mS\/cm\u003c\/li\u003e\n\u003cli\u003eHolds up to 20x its weight in water\u003c\/li\u003e\n\u003cli\u003eOrigin: New Zealand (Besgrow)\u003c\/li\u003e\n\u003cli\u003e150g dried compressed pack, rehydrates to around 12L\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eSizes\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAvailable as single 150g packs, and in 2-pack and 3-pack bundles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(0, 0, 0);\"\u003ePlease note: due to biosecurity restrictions, we are unable to ship this Sphagnum Moss to Tasmania (TAS).\u003c\/span\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"1 Pack","offer_id":42470770802734,"sku":null,"price":26.9,"currency_code":"AUD","in_stock":true},{"title":"2 Pack","offer_id":42470770835502,"sku":null,"price":39.9,"currency_code":"AUD","in_stock":true},{"title":"3 Pack","offer_id":42470770868270,"sku":null,"price":53.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/IMG_4270.jpg?v=1783740955"},{"product_id":"120mm-black-slimline-round-pot-1l","title":"125mm Black Slimline Round Pot - 1L","description":"\u003ch3\u003e125mm Black Slimline Plastic Pots\u003c\/h3\u003e\n\u003cp\u003ePremium 125mm black pots, proudly made in Australia and injection moulded from 100% recyclable PP5 plastic. The solid black walls block light at the root zone, helping discourage algae growth and keeping roots cool and protected.\u003c\/p\u003e\n\u003cp\u003eA capillary base wicks water evenly and drains freely, giving steady, reliable moisture across all growing conditions: indoors, in the greenhouse or out in the garden.\u003c\/p\u003e\n\u003ch4\u003eFeatures\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eSolid black walls shield roots from light and help prevent algae\u003c\/li\u003e\n\u003cli\u003eCapillary base for even watering and free drainage in all conditions\u003c\/li\u003e\n\u003cli\u003eGreat for orchids, succulents, natives, seedlings and general potting\u003c\/li\u003e\n\u003cli\u003eDurable, reusable plastic\u003c\/li\u003e\n\u003cli\u003eAustralian made, 100% recyclable PP5\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003eSpecifications (approx.)\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eTop diameter: 118mm\u003c\/li\u003e\n\u003cli\u003eBase: 95mm\u003c\/li\u003e\n\u003cli\u003eHeight: 125mm\u003c\/li\u003e\n\u003cli\u003eVolume: 1L\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch4\u003ePack sizes\u003c\/h4\u003e\n\u003cp\u003eAvailable in 10, 24, 32, 40, 50 and 75 packs.\u003c\/p\u003e\n\u003cp\u003ePrefer to keep an eye on the roots? Our \u003ca href=\"\/products\/standard-plastic-pots-120mm\"\u003e125mm Clear Slimline Orchid Pots\u003c\/a\u003e are the same pot with transparent walls.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree tracked shipping Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"10","offer_id":42488000217134,"sku":null,"price":20.9,"currency_code":"AUD","in_stock":true},{"title":"24","offer_id":42488000249902,"sku":null,"price":30.9,"currency_code":"AUD","in_stock":true},{"title":"32","offer_id":42488000282670,"sku":null,"price":39.9,"currency_code":"AUD","in_stock":true},{"title":"40","offer_id":42488000315438,"sku":null,"price":45.9,"currency_code":"AUD","in_stock":true},{"title":"50","offer_id":42488000348206,"sku":null,"price":52.9,"currency_code":"AUD","in_stock":true},{"title":"75","offer_id":42488000380974,"sku":null,"price":63.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/A46AF54D-D604-488A-B2EF-1F19699D62102.jpg?v=1783655443"},{"product_id":"campbells-orchid-special-fertiliser-b-blue-500g-growth","title":"Campbells Orchid Special Fertiliser B (Blue) 500g - Growth","description":"\u003cp\u003eCampbells Orchid Special Fertiliser B (Blue) is the classic Australian growth formula trusted by orchid growers for decades. A water-soluble crystalline powder with an N:P:K of 30:4:8 plus trace elements, its high nitrogen drives strong leaf, cane and root development during the growing season.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eHigh-nitrogen growth formula: N:P:K 30:4:8 with trace elements\u003c\/li\u003e\n\u003cli\u003eFully water soluble, mixes readily for watering cans or fertigation\u003c\/li\u003e\n\u003cli\u003eSupports vigorous vegetative growth in the lead-up to flowering\u003c\/li\u003e\n\u003cli\u003eTrusted Australian formula, made for Australian conditions\u003c\/li\u003e\n\u003cli\u003e500g tub goes a long way at typical dilution rates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eHow to use\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDissolve approximately 20g (one measure) per 7 litres of water and apply as a normal watering every 7 to 14 days during the growth phase. Not compatible with Bordeaux mixture, copper sulphate or lime sulphur.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eN:P:K: 30:4:8 plus trace elements\u003c\/li\u003e\n\u003cli\u003eForm: water-soluble crystalline powder\u003c\/li\u003e\n\u003cli\u003eSize: 500g tub\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePair it with \u003cstrong\u003eCampbells Orchid Special Fertiliser A (Yellow)\u003c\/strong\u003e, the flowering formula, available separately while stocks last.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree tracked shipping Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"Default Title","offer_id":42488211669038,"sku":null,"price":36.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/B485D17C-9CE9-4792-B6B5-1C8E6AB21CF0_2.jpg?v=1783405842"},{"product_id":"campbells-orchid-special-fertiliser-a-yellow-500g-flowering","title":"Campbells Orchid Special Fertiliser A (Yellow) 500g - Flowering","description":"\u003cp\u003eCampbells Orchid Special Fertiliser A (Yellow) is the classic Australian flowering formula for orchids. A water-soluble crystalline powder with an N:P:K of 11:13:16 plus trace elements, its higher phosphorus and potassium encourage strong spikes and quality blooms.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeatures\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFlowering formula: N:P:K 11:13:16 with trace elements\u003c\/li\u003e\n\u003cli\u003eFully water soluble, mixes readily for watering cans or fertigation\u003c\/li\u003e\n\u003cli\u003eEncourages spike development and flowering\u003c\/li\u003e\n\u003cli\u003eTrusted Australian formula, made for Australian conditions\u003c\/li\u003e\n\u003cli\u003e500g tub goes a long way at typical dilution rates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eHow to use\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDissolve approximately 20g (one measure) per 7 litres of water and apply as a normal watering every 7 to 14 days. In temperate areas, applications typically run from January through to the end of August; adjust timing to your orchids' development phase in tropical and cooler zones. Not compatible with Bordeaux mixture, copper sulphate or lime sulphur.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSpecifications\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eN:P:K: 11:13:16 plus trace elements\u003c\/li\u003e\n\u003cli\u003eForm: water-soluble crystalline powder\u003c\/li\u003e\n\u003cli\u003eSize: 500g tub\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003ePair it with \u003cstrong\u003eCampbells Orchid Special Fertiliser B (Blue)\u003c\/strong\u003e, the growth formula, available separately while stocks last.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFree tracked shipping Australia-wide.\u003c\/strong\u003e\u003c\/p\u003e","brand":"Harwood's Garden Supplies","offers":[{"title":"Default Title","offer_id":42488211963950,"sku":null,"price":29.9,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/files\/CE6E9F9C-A3CB-48EE-B3B5-E0EB33D83D972.jpg?v=1783409721"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0564\/8862\/4174\/collections\/3-6mm-orchiata-orchid-bark.jpg?v=1715394956","url":"https:\/\/www.harwoodsgardensupplies.com.au\/collections\/orchid-supplies.oembed?page=2","provider":"Harwood's Garden Supplies","version":"1.0","type":"link"}