Stratiolaelaps scimitus (formerly Hypoaspis miles) – Soil Mite Predator for Fungus Gnats and Thrips Pupae
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Inter:wght@400;500&display=swap'); :root{ --bg:#ffffff;--bg-soft:#fafafa;--text:#4d4d4d;--text -light:#6b6b6b;--border:#e1e3e4; --blue:#01adf0;--blue-dark:#0190c8;--blue-pale:#e8f7fd; --green:#61a84d;--green-dark:#4d8a3c;--green-pale:#edf6ea; --orange:#ff723c;--orange-pale:#fff2ed; --font-head:'Poppins',sans-serif;--font-body:'Inter',sans-serif; --radius:8px;--radius-sm:5px; } *,*::before,*::after{box-sizing:border-box;margin:0;padding:0;} body{font-family:var(--font-body);font-size:14px;background:var(--bg);color:var(--text);line-height:1.65;padding-bottom:40px;} :focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:3px;} .icon{display:inline-block;flex-shrink:0;vertical-align:middle;} .svg-sprite{display:none;} /* INTRO */ .intro{padding-bottom:18px;border-bottom:1px solid var(--border);} .outcome-headline{font-family:var(--font-head);font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.25;margin-bottom:10px;} .outcome-headline span{color:var(--green);} .intro p{font-size:0.84rem;color:var(--text-light);line-height:1.75;} .cert-strip{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;} .cert-badge{display:inline-flex;align-items:center;gap:5px;background:var(--green-pale);border:1px solid #c3e0ba;color:var(--green-dark);font-family:var(--font-head);font-size:0.68rem;font-weight:700;padding:4px 10px;border-radius:20px;} /* SHIP NOTE */ .ship-note{display:flex;align-items:flex-start;gap:10px;background:var(--orange-pale);border:1px solid #ffd4c2;border-radius:var(--radius);padding:11px 14px;margin:16px 0;} .ship-note svg{flex-shrink:0;margin-top:1px;color:var(--orange);} .ship-note p{font-size:0.78rem;color:var(--text-light);line-height:1.6;margin:0;} .ship-note strong{color:var(--text);} /* TRUST BAR */ .trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 16px;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft);margin:18px 0;} .trust-item{display:flex;align-items:center;gap:6px;font-size:0.74rem;font-weight:500;color:var(--text-light);} .trust-item strong{color:var(--text);} /* SECTION LABELS */ .section-label{font-family:var(--font-head);font-size:0.64rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--blue);margin-bottom:3px;} .section-title{font-family:var(--font-head);font-size:0.97rem;font-weight:700;color:var(--text);margin-bottom:11px;} /* COMPARISON */ .comparison-wrap{margin:20px 0;} .comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;} .comp-col{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);} .comp-header{padding:8px 13px;font-family:var(--font-head);font-size:0.74rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px;text-align:center;} .comp-col.old .comp-header{background:#f5f5f5;color:var(--text-light);border-bottom:1px solid var(--border);} .comp-col.new .comp-header{background:var(--green);color:#fff;} .comp-list{list-style:none;padding:0;} .comp-list li{display:flex;align-items:flex-start;gap:8px;padding:7px 13px;font-size:0.76rem;color:var(--text-light);border-bottom:1px solid var(--border);line-height:1.45;} .comp-list li:last-child{border-bottom:none;} .comp-col.old .comp-list li svg{color:#bbb;margin-top:2px;flex-shrink:0;} .comp-col.new .comp-list li{color:var(--text);} .comp-col.new .comp-list li svg{color:var(--green);margin-top:2px;flex-shrink:0;} /* FEATURE CARDS */ .features-wrap{margin:20px 0;} .features-grid{display:flex;flex-direction:column;gap:7px;} .feature-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:11px 13px;display:flex;flex-direction:row;align-items:flex-start;gap:11px;} .feature-card.hero{border-color:var(--green);background:var(--green-pale);} .feature-icon-wrap{width:34px;height:34px;border-radius:var(--radius-sm);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border);} .feature-card.hero .feature-icon-wrap{border-color:#b8ddb0;} .feature-card-body{flex:1;min-width:0;} .feature-card h4{font-family:var(--font-head);font-size:0.8rem;font-weight:700;color:var(--text);margin-bottom:3px;line-height:1.3;} .feature-card p{font-size:0.74rem;color:var(--text-light);line-height:1.55;margin:0;} .stat-badge{display:inline-block;background:var(--green);color:#fff;font-family:var(--font-head);font-size:0.61rem;font-weight:700;padding:2px 7px;border-radius:20px;white-space:nowrap;margin-left:6px;vertical-align:middle;} /* TARGET PESTS */ .pest-wrap{margin:20px 0;} .pest-list{display:flex;flex-wrap:wrap;gap:6px;} .pest-chip{display:inline-flex;align-items:center;gap:6px;background:var(--green-pale);border:1px solid #c3e0ba;color:var(--green-dark);font-size:0.76rem;font-weight:600;padding:6px 12px;border-radius:20px;line-height:1.2;} .pest-chip svg{color:var(--green);flex-shrink:0;} .pest-chip.more{background:var(--bg-soft);border-color:var(--border);color:var(--text-light);font-weight:500;font-style:italic;} .pest-chip.more svg{color:var(--text-light);} /* IDEAL CONDITIONS */ .cond-wrap{margin:20px 0;} .cond-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;} .cond-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:10px 12px;display:flex;gap:9px;align-items:flex-start;} .cond-card svg{color:var(--blue);margin-top:2px;flex-shrink:0;} .cond-body{min-width:0;} .cond-label{font-size:0.64rem;font-weight:500;color:var(--text-light);text-transform:uppercase;letter-spacing:0.06em;margin-bottom:2px;} .cond-value{font-family:var(--font-head);font-size:0.79rem;font-weight:600;color:var(--text);line-height:1.35;} /* APPLICATION */ .apply-wrap{margin:20px 0;} .apply-list{display:flex;flex-direction:column;gap:7px;} .apply-item{display:flex;gap:11px;align-items:flex-start;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:10px 13px;} .apply-num{width:22px;height:22px;border-radius:50%;background:var(--green);color:#fff;font-family:var(--font-head);font-size:0.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;} .apply-item p{font-size:0.78rem;color:var(--text-light);line-height:1.55;margin:0;} /* HOW IT WORKS */ .reassurance-block{background:var(--blue-pale);border:1px solid #b3e4f9;border-radius:var(--radius);margin:20px 0;overflow:hidden;} .reassurance-header{background:var(--blue);padding:10px 15px;display:flex;align-items:center;gap:9px;} .reassurance-header h3{font-family:var(--font-head);font-size:0.83rem;font-weight:700;color:#fff;margin:0;} .reassurance-steps{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#b3e4f9;} .reassurance-step{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--blue-pale);text-align:left;} .step-num{width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;font-family:var(--font-head);font-size:0.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;} .reassurance-step-body{flex:1;} .reassurance-step h4{font-family:var(--font-head);font-size:0.76rem;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:2px;} .reassurance-step p{font-size:0.71rem;color:var(--text-light);line-height:1.55;margin:0;} /* INCLUDED */ .included-wrap{margin:20px 0;} .included-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;} .included-col{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;} .included-col-header{padding:8px 13px;font-family:var(--font-head);font-size:0.74rem;font-weight:700;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border);} .included-col-header.blue{background:var(--blue-pale);color:var(--blue-dark);} .included-col-header.green{background:var(--green-pale);color:var(--green-dark);} .included-list{list-style:none;padding:6px 0;} .included-list li{display:flex;align-items:flex-start;gap:7px;padding:4px 13px;font-size:0.75rem;color:var(--text-light);line-height:1.5;} .included-list li svg{flex-shrink:0;margin-top:3px;} .included-tip{padding:10px 13px;font-size:0.74rem;color:var(--text-light);border-top:1px solid var(--border);background:#fff;line-height:1.6;} .included-tip strong{color:var(--text);} .included-tip a{color:var(--blue);text-decoration:none;font-weight:600;} .included-tip a:hover{text-decoration:underline;} /* FAQ */ .faq-wrap{margin:20px 0;} .faq-list{display:flex;flex-direction:column;gap:6px;} .faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg);} .faq-toggle{position:absolute;opacity:0;width:0;height:0;pointer-events:none;} .faq-label{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;cursor:pointer;font-family:var(--font-head);font-size:0.79rem;font-weight:600;color:var(--text);user-select:none;transition:background 0.15s;line-height:1.4;} .faq-label:hover{background:var(--bg-soft);} .faq-q-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--bg-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--blue);transition:background 0.15s,color 0.15s,transform 0.2s;} .faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.2s;font-size:0.78rem;color:var(--text-light);line-height:1.7;padding:0 14px;background:var(--bg-soft);} .faq-answer a{color:var(--blue);} .faq-toggle:checked + .faq-label{background:var(--blue);color:#fff;} .faq-toggle:checked + .faq-label .faq-q-icon{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.4);transform:rotate(45deg);} .faq-toggle:checked ~ .faq-answer{max-height:500px;padding:12px 14px;border-top:1px solid rgba(1,173,240,0.15);} .faq-toggle:focus-visible + .faq-label{outline:3px solid var(--blue);outline-offset:-2px;} /* CLOSING FOOTER */ .closing-trust{margin-top:22px;padding:15px 16px;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between;} .closing-trust-text{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:200px;} .closing-trust-text svg{color:var(--green);margin-top:2px;flex-shrink:0;} .closing-trust-text p{font-size:0.78rem;color:var(--text-light);line-height:1.6;} .closing-trust-text strong{color:var(--text);font-weight:600;} .closing-contact{display:flex;flex-direction:column;gap:5px;align-items:flex-end;} .closing-contact a{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-head);font-size:0.74rem;font-weight:600;color:var(--blue);text-decoration:none;padding:6px 12px;border:1px solid var(--blue);border-radius:var(--radius-sm);transition:background 0.15s,color 0.15s;white-space:nowrap;} .closing-contact a:hover{background:var(--blue);color:#fff;} .closing-contact a svg{flex-shrink:0;} One shake into your topsoil and fungus gnats stop breeding for the life of the medium Fungus gnats do their damage underground, where sprays never reach the larvae chewing on your roots. Stratiolaelaps scimitus, once called Hypoaspis miles, is a soil-dwelling predatory mite that lives in the top half inch of your growing media and eats fungus gnat larvae, thrips pupae, and root aphids before they mature. Sprinkle it on once, keep the surface lightly moist, and it establishes a self-sustaining population that patrols the root zone for you. Safe for people, pets, and pollinators Chemical-free root-zone control Ships live, overnight Tuesdays Live insects ship on Tuesdays only and arrive Wednesday. Orders must be placed 7 days in advance. Anything ordered by 3pm EST Tuesday ships the following Tuesday by UPS overnight shipping. UPS overnight shipping on live insects Bundle and save on shipping 5% off with subscription Why it's different Soil drenches and sticky traps vs. a living soil predator Sprays and traps Sticky traps catch flying adults but never touch the larvae in the soil Drenches wash out with every watering and need constant reapplication Chemical residue you have to time around harvest Only works while you keep spraying Broad-spectrum products harm beneficial soil life You react after you see adults flying Stratiolaelaps scimitus Hunts the larvae and pupae in the soil where the real damage happens One application establishes a breeding population that lasts the life of the medium Leaves no residue and is safe to use at any growth stage Reproduces in place on a roughly 13-day cycle and keeps working on its own Targets pest larvae and leaves your soil biology intact Works preventatively so populations never build in the first place What makes it work Why growers reach for this mite first Lives where fungus gnats breed These mites stay in the top half inch of media and feed on fungus gnat larvae and thrips pupae, the two life stages that foliar sprays cannot reach. Establishes a permanent population One application With light surface moisture the mites reproduce in the substrate, so a single release keeps working for the life of the medium instead of washing away. Roughly 13-day life cycle Under typical grow-room temperature and humidity the full egg-to-adult cycle runs about 13 days, letting numbers build quickly once released. Also takes root aphids and springtails Beyond fungus gnats, this generalist soil predator feeds on root aphids and springtails, giving you broader root-zone coverage from one product. Preventative or curative Add it at transplant to stop problems before they start, or apply to an active outbreak to knock down the larvae already in your pots. Simple to deploy Mixed in a vermiculite carrier, it shakes evenly across the soil surface with no equipment and no mixing. What it targets Pest species it targets Fungus gnat larvae (Sciaridae) Fungus gnat eggs Thrips pupae Root aphids Springtails Soil-dwelling nematodes Other small soil insects Ideal conditions Where it works best Temperature Active above 59°F (15°C) Moisture Keep media lightly moist Media Loose, organic-rich soil or coco Timing Apply early / preventively How to apply Application instructions 1 Turn and gently shake the tube to mix the mites through the carrier. 2 Sprinkle evenly over the soil surface at the base of plants, not on the foliage. 3 Apply at planting or first sign of gnats; typical rate 100-500 per m² (about 300/m² for season-long cover). 4 Keep the top layer lightly moist, and repeat once or twice if pressure is high. How Stratiolaelaps clears your fungus gnats 1 Shake it across the soil Sprinkle the carrier evenly over the top of your media at the base of each plant. No mixing or watering-in required. 2 Keep the surface lightly moist The mites need a slightly damp top layer to move and breed. Avoid letting the surface dry out completely in the first two weeks. 3 They hunt the root zone The mites patrol the upper soil, feeding on pest eggs, larvae, and pupae as they go. 4 Population self-sustains Females lay eggs directly into the substrate, so the colony renews itself and holds the pests down long term. In the package What you get and how to size it What ships to you Live Stratiolaelaps scimitus in a shake-ready vermiculite carrier Enough mites for the count listed on your chosen size Release and care instructions Insulated overnight packaging Sizes and options Standard canister: covers small to mid-size tents and container gardens Larger counts: available for bigger rooms and benches Pairs well with: Steinernema feltiae for a deeper root-zone drench Not sure how much you need? Coverage depends on pot count and pressure, so if you are unsure, tell us your setup and we will size the release for you. Call or email us: 716-217-0353 / [email protected] Questions Frequently asked questions Will this get rid of the gnats flying around my tent? It targets the larvae in the soil, which is where the next generation comes from. As the larvae are eaten, the flying adults die off naturally within a couple of weeks since nothing new is hatching. Pair it with sticky traps if you want to knock down the current adults faster. Do I need to reapply it every few weeks? Usually not. As long as the top layer of media stays lightly moist, the mites breed in place and hold their own for the life of the medium. Heavy outbreaks or very dry rooms may benefit from a second release, and we are happy to advise. Is it safe around my plants, pets, and kids? Yes. Stratiolaelaps feeds only on small soil-dwelling pests and their eggs. It does not bite people or pets, does not harm plants, and leaves no chemical residue. When should I release them for best results? Live insects ship overnight on Tuesdays only, so they arrive Wednesday while still fresh. Place your order at least 7 days ahead so we can include you in the next weekly dispatch. We cannot ship live insects to HI, PR, VI, GU, AS, or PW. Open the package and release the same day it arrives. What if my order arrives damaged or the insects are dead on arrival? If you receive a defective or damaged unit, email us a photo at [email protected] and we'll make it right immediately. For change-of-mind returns, we accept returns within 30 days for items in new, resalable condition. If you're not sure whether this product is right for your setup, call us first at 716-217-0353. We'd rather answer your questions before you order. Why should I buy this from Happy Hydro instead of somewhere else? Happy Hydro has been selling growing equipment since 2006. We've carried Beneficial Insects for years because the biology works and customers who buy it leave happy. Have questions before you order? Call 716-217-0353 or email [email protected]. We're easy to reach and happy to help! Questions? We're easy to reach.Happy Hydro has been serving growers since 2006. Call or email us before you order, after you order, or any time something comes up. When you're happy, we're happy. 716-217-0353 [email protected]
More you might like
Related
Hypoaspis mites (Stratiolaelaps scimitus)
Related
Stratiolaelaps scimitus (Hypoaspis miles)
Related
Stratiolaelaps scimitus (Hypoaspis miles) Fungus Gnat Predat
Related