<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.labitems.co.in/blogs/tag/Field-Traps/feed" rel="self" type="application/rss+xml"/><title>Yashika Solutions - Blog #Field Entomology</title><description>Yashika Solutions - Blog #Field Entomology</description><link>https://www.labitems.co.in/blogs/tag/Field-Traps</link><lastBuildDate>Thu, 06 Aug 2026 07:00:34 +0530</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[WHO Cone Bioassay Test Procedure]]></title><link>https://www.labitems.co.in/blogs/post/who-cone-bioassay-test-procedure</link><description><![CDATA[<img align="left" hspace="5" src="https://www.labitems.co.in/WHO cone bioassay image in madurai tamil nadu -1-.png?v=1783327515"/>A small number of mosquitoes—typically five—are confined in a plastic cone sealed against the treated surface, exposing them to contact for a fixed period (3 minutes for nets, 30 minutes for walls). Knockdown is recorded at 60 minutes and mortality at 24 hours.]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_qc9WQ_RxQgC9zfh1v2slqg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_4bzyreSSRLahuSLUxZQt3A" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_TBzE4x6bS6m8PUcpVlT3_Q" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_BASn082SSLyaAmJK-mRj4w" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;"><p style="text-align:left;"><br></p></div></div>
</div><div data-element-id="elm_42YQcBpp3PASA8iTRmBZ4g" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><!DOCTYPE html><html lang="en"><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><title>WHO Cone Bioassay Test: A Complete Practical Guide</title><style> :root { --primary: #1a6b3c; --primary-light: #e8f5ee; --accent: #2e8b57; --link: #0d6efd; --link-hover: #0a58ca; --text: #1c1c1c; --muted: #5a6472; --border: #dee2e6; --bg: #f8faf9; --white: #ffffff; --card-shadow: 0 2px 12px rgba(0,0,0,0.07); } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Georgia', 'Times New Roman', serif; color: var(--text); background: var(--bg); line-height: 1.8; font-size: 17px; } /* ── Header ── */ .site-header { background: var(--primary); padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; } .site-header a { color: #fff; text-decoration: none; font-family: sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .5px; } .site-header a:hover { opacity: .85; } /* ── Hero ── */ .hero { background: linear-gradient(135deg, var(--primary) 0%, #2e7d52 60%, #3aaf74 100%); color: #fff; padding: 64px 24px 52px; text-align: center; } .hero h1 { font-size: clamp(1.7rem, 4vw, 2.8rem); line-height: 1.25; margin-bottom: 16px; } .hero .subtitle { font-size: 1.1rem; opacity: .88; max-width: 640px; margin: 0 auto 24px; font-style: italic; } .hero .meta { font-size: .9rem; opacity: .75; font-family: sans-serif; } /* ── Layout ── */ .container { max-width: 900px; margin: 0 auto; padding: 0 20px; } /* ── TOC ── */ .toc-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--primary); border-radius: 8px; padding: 28px 32px; margin: 40px 0; box-shadow: var(--card-shadow); } .toc-card h2 { font-size: 1.1rem; color: var(--primary); font-family: sans-serif; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 1px; } .toc-card ol { padding-left: 20px; } .toc-card li { margin-bottom: 6px; font-size: .97rem; } .toc-card a { color: var(--link); text-decoration: none; } .toc-card a:hover { text-decoration: underline; } /* ── Article sections ── */ article { padding: 20px 0 60px; } .section { margin-bottom: 56px; } h2.section-title { font-size: 1.65rem; color: var(--primary); border-bottom: 2px solid var(--primary); padding-bottom: 8px; margin-bottom: 22px; scroll-margin-top: 24px; } h3.sub-title { font-size: 1.22rem; color: #1c4f30; margin: 28px 0 10px; scroll-margin-top: 24px; } h4 { font-size: 1.05rem; margin: 20px 0 8px; color: #2c4a38; } p { margin-bottom: 16px; } /* ── Product links ── */ a.product-link { color: var(--primary); text-decoration: underline dotted 1.5px; font-weight: 600; transition: color .15s; } a.product-link:hover { color: var(--accent); text-decoration: underline; } /* ── Lists ── */ ul, ol { padding-left: 24px; margin-bottom: 16px; } li { margin-bottom: 6px; } ul li::marker { color: var(--primary); } /* ── Key objectives box ── */ .objectives-box { background: var(--primary-light); border: 1px solid #b6dbc8; border-radius: 8px; padding: 22px 28px; margin: 20px 0; } .objectives-box h4 { color: var(--primary); margin-top: 0; margin-bottom: 12px; } .objectives-box ul { margin-bottom: 0; } /* ── Equipment cards ── */ .equip-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin: 24px 0; } .equip-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 18px 20px; box-shadow: var(--card-shadow); } .equip-card h4 { color: var(--primary); margin: 0 0 8px; font-size: 1rem; } .equip-card p { font-size: .93rem; color: var(--muted); margin: 0; } /* ── Tables ── */ .table-wrap { overflow-x: auto; margin: 20px 0; } table { width: 100%; border-collapse: collapse; font-size: .95rem; background: var(--white); } thead tr { background: var(--primary); color: #fff; } th, td { padding: 10px 14px; text-align: left; border: 1px solid var(--border); } tbody tr:nth-child(even) { background: #f2f8f5; } /* ── Method boxes ── */ .method-block { background: var(--white); border: 1px solid var(--border); border-top: 3px solid var(--primary); border-radius: 8px; padding: 22px 26px; margin: 24px 0; box-shadow: var(--card-shadow); } .method-block h3 { color: var(--primary); margin-top: 0; font-size: 1.15rem; } /* ── Formula boxes ── */ .formula-box { background: #eef6f1; border-left: 4px solid var(--primary); border-radius: 6px; padding: 14px 20px; margin: 14px 0; font-family: 'Courier New', monospace; font-size: .97rem; color: #154a2c; } /* ── Info callout ── */ .callout { background: #fffbea; border-left: 4px solid #e6a817; border-radius: 6px; padding: 14px 20px; margin: 18px 0; font-size: .96rem; } /* ── References ── */ .references { background: #f1f5f2; border-radius: 8px; padding: 20px 24px; margin-top: 28px; font-size: .9rem; color: var(--muted); } .references h4 { color: var(--primary); margin-bottom: 10px; } .references ol { padding-left: 18px; } .references li { margin-bottom: 5px; } /* ── Footer ── */ footer { background: var(--primary); color: rgba(255,255,255,.8); text-align: center; padding: 24px; font-size: .9rem; font-family: sans-serif; } footer a { color: #a8e6c3; } /* ── Responsive ── */ @media (max-width: 600px) { body { font-size: 16px; } .hero { padding: 40px 16px 36px; } .toc-card { padding: 20px; } .equip-grid { grid-template-columns: 1fr; } } </style><!-- Site header --><header class="site-header"><a href="https://www.labitems.co.in">LabItems.co.in</a><a href="https://www.labitems.co.in/search-products?q=WHO+Cone+Bioassay" style="font-size:14px;background:rgba(255, 255, 255, 0.15);padding:6px 14px;border-radius:20px;">Shop Bioassay Equipment →</a></header><!-- Hero --><div class="hero"><h1>WHO Cone Bioassay Test:<br>A Complete Practical Guide</h1><p class="subtitle">Principle, Equipment, Mosquito Handling, Surface Preparation, Mounting Techniques, and Data Recording for Insecticide Efficacy Testing</p><p class="meta">LabItems Knowledge Series &nbsp;|&nbsp; Entomology &amp; Vector Control</p></div>
<div class="container"><!-- Table of Contents --><div class="toc-card"><h2>Table of Contents</h2><ol><li><a href="#intro">1. What Is the WHO Cone Bioassay? Definition &amp; Importance</a></li><li><a href="#why">2. Why and When Cone Bioassays Are Performed</a></li><li><a href="#principle">3. Principle of the Test</a></li><li><a href="#equipment">4. Materials &amp; Equipment Required</a></li><li><a href="#mosquitoes">5. Mosquito Selection, Handling &amp; Pre-Test Care</a></li><li><a href="#surfaces">6. Types of Test Surfaces Used</a></li><li><a href="#preparation">7. Preparing Test Materials &amp; Surfaces</a></li><li><a href="#conditions">8. Test Conditions</a></li><li><a href="#mounting">9. Mounting &amp; Securing the Cones</a></li><li><a href="#exposure">10. Exposure Procedure</a></li><li><a href="#observation">11. Observation Schedule</a></li><li><a href="#controls">12. Controls</a></li><li><a href="#acceptance">13. Test Acceptance Criteria &amp; Abbott's Correction</a></li><li><a href="#data">14. Data Recording</a></li><li><a href="#glp">15. Good Laboratory Practices</a></li><li><a href="#products">16. LabItems WHO Bioassay Equipment</a></li><li><a href="#references">17. References</a></li></ol></div>
<article><!-- ═══ SECTION 1 ═══ --><div class="section" id="intro"><h2 class="section-title">1. What Is the WHO Cone Bioassay? Definition &amp; Importance</h2><p>The <strong>WHO cone bioassay</strong> is a standardized laboratory and field method, developed under the World Health Organization Pesticide Evaluation Scheme (WHOPES), used to evaluate the biological activity of insecticide-treated surfaces. It is the reference test for assessing long-lasting insecticidal nets (LLINs), insecticide-treated nets (ITNs), indoor residual spraying (IRS) on walls and ceilings, and other treated vector control materials. The assay works by confining a small, defined number of mosquitoes inside a plastic conical chamber placed against the treated surface for a fixed exposure period, and then recording knockdown and mortality over defined time points.</p><p>The test derives its name from the shape of the exposure chamber — a truncated plastic cone, open at the narrow end (which is sealed against the treated surface) and closed at the wide end with a mesh-covered opening through which mosquitoes are introduced and later removed. Because the cone restricts mosquitoes to tarsal and body contact with the treated surface only, it isolates the effect of the insecticide from other variables such as flight behavior or feeding response.</p><p>Cone bioassays are important because they provide a simple, low-cost, reproducible, and field-deployable method of measuring the residual efficacy of an insecticide treatment. Unlike laboratory chemical assays that only measure the concentration of active ingredient present on a surface, the cone bioassay measures actual biological effect on the target organism — mosquito knockdown and death — which is ultimately what determines a product's usefulness for disease prevention.</p><p>The method is central to WHO's prequalification process for vector control products, to national malaria and dengue control programmes that need to decide when nets should be replaced or walls re-sprayed, and to manufacturers who must demonstrate that their products meet WHO efficacy thresholds before, during, and after specified periods of use (including simulated washing for nets or weathering for IRS).</p><div class="objectives-box"><h4>Why the Cone Bioassay Matters</h4><ul><li>Provides direct biological evidence of insecticidal efficacy, not just chemical residue.</li><li>Forms the basis of WHO prequalification and quality assurance testing of LLINs and IRS products.</li><li>Detects loss of efficacy over time due to washing, weathering, UV exposure, or surface ageing.</li><li>Supports insecticide resistance monitoring by comparing susceptible and field-derived mosquito strains.</li><li>Guides national vector control programmes on net replacement and IRS re-spray timing.</li><li>Enables comparison between insecticide classes, formulations, and combination products (e.g., PBO nets, dual active-ingredient nets).</li><li>Simple, inexpensive, and reproducible enough to be used in both central reference laboratories and peripheral field stations.</li></ul></div>
</div><!-- ═══ SECTION 2 ═══ --><div class="section" id="why"><h2 class="section-title">2. Why and When Cone Bioassays Are Performed</h2><p>Cone bioassays are conducted across a wide range of research, regulatory, and programmatic contexts. Understanding when the test is applied helps clarify why the procedure is designed the way it is.</p><h3 class="sub-title">Product Development and WHO Prequalification</h3><p>Manufacturers seeking WHO prequalification for a new LLIN or IRS insecticide formulation must submit cone bioassay data demonstrating that the product meets minimum knockdown and mortality thresholds, both when new and after standardized washing (for nets) or over time (for IRS). This is typically the first stage of efficacy evaluation, prior to experimental hut trials and community-level effectiveness studies.</p><h3 class="sub-title">Manufacturing Quality Control and Batch Release</h3><p>LLIN manufacturers routinely use cone bioassays as part of batch release testing to confirm that insecticide incorporation or coating in a production run meets specification before the product is shipped.</p><h3 class="sub-title">Wash Resistance and Durability Studies</h3><p>Because LLINs are designed to remain effective through repeated washing over 2–3 years of household use, WHO guidelines specify standardized washing regimens (e.g., 20 washes using a defined detergent, temperature, and agitation protocol) with cone bioassays performed after each wash interval to track the decline — or retention — of insecticidal activity.</p><h3 class="sub-title">Residual Efficacy Monitoring of Indoor Residual Spraying</h3><p>After a wall or ceiling surface is sprayed as part of an IRS campaign, cone bioassays are performed at regular intervals (commonly 1, 3, 6, 9, and 12 months post-spray) to determine how long the insecticide remains effective against mosquitoes, which directly informs the timing of the next spray round.</p><h3 class="sub-title">Insecticide Resistance Monitoring</h3><p>Comparing knockdown and mortality of a laboratory-susceptible reference strain against a field-collected mosquito population on the same treated surface helps quantify phenotypic resistance and its operational impact on product performance.</p><h3 class="sub-title">Comparative and Research Studies</h3><p>Researchers use cone bioassays to compare different insecticide classes, next-generation nets (such as PBO-synergist nets or dual active-ingredient nets), and alternative wall substrates, generating evidence for policy decisions and procurement guidance.</p><div class="callout"><strong>In short:</strong> the cone bioassay is performed whenever there is a need to answer the question, "Is this treated surface still capable of killing or knocking down mosquitoes that contact it?" — whether that surface is a brand-new net, a net after 20 washes, or a sprayed wall six months after an IRS campaign. </div>
</div><!-- ═══ SECTION 3 ═══ --><div class="section" id="principle"><h2 class="section-title">3. Principle of the Test</h2><p>The WHO cone bioassay is a <strong>contact exposure assay</strong>. A plastic cone is sealed against the treated surface so that its narrow open end forms an airtight boundary with the material being tested. A small, standardized number of mosquitoes — usually five — is introduced into the cone through a mesh-covered opening at the wide end, using an aspirator. The mosquitoes are confined within the cone for a fixed exposure period, during which they make tarsal (leg) and general body contact with the treated surface as they rest, walk, or attempt to fly within the chamber.</p><p>After the exposure period, mosquitoes are removed and transferred to clean holding cups, where knockdown is recorded at set intervals and mortality is assessed after a holding period. Because exposure is standardized in terms of mosquito number, contact duration, temperature, and humidity, differences in knockdown and mortality between test and control surfaces can be attributed to the insecticidal activity of the treatment rather than to extraneous variables.</p><div class="callout"><strong>Important distinction — exposure time differs by product type:</strong> WHO guidelines specify a <strong>3-minute exposure</strong> for bioassays on treated nets (LLINs/ITNs), reflecting the brief contact typical of a mosquito probing a net. For <strong>IRS-treated wall surfaces</strong>, WHO recommends a longer <strong>30-minute exposure</strong>, since mosquitoes resting on sprayed walls remain in contact with the surface for extended periods. Always confirm the exposure duration specified in the relevant WHO guideline for the surface type being tested. </div>
</div><!-- ═══ SECTION 4 ═══ --><div class="section" id="equipment"><h2 class="section-title">4. Materials &amp; Equipment Required</h2><p>A properly equipped cone bioassay setup ensures standardized, reproducible results. The following items are required for routine testing.</p><div class="equip-grid"><div class="equip-card"><h4><a class="product-link" href="https://www.labitems.co.in/products/who-cones-test-frames-or-surfaces/116250000029747057" target="_blank" rel="noopener">WHO Cone Test Frame</a></h4><p>Securely mounts treated fabric samples while maintaining the recommended testing angle (45–60°). Standard openings ensure mosquitoes contact only the intended test surface.</p></div>
<div class="equip-card"><h4><a class="product-link" href="https://www.labitems.co.in/products/bioassay-cones-conical-chamber-for-mosquito-bioassay/116250000000364044" target="_blank" rel="noopener">WHO Bioassay Cone (Conical Chamber)</a></h4><p>Manufactured to WHO specifications for uniform mosquito exposure to treated materials — the central chamber of the assay.</p></div>
<div class="equip-card"><h4><a class="product-link" href="https://www.labitems.co.in/search-products?q=Aspirator" target="_blank" rel="noopener">Aspirator (Mouth or Mechanical)</a></h4><p>Used to gently transfer mosquitoes into cones and holding cups without physical damage to legs or wings.</p></div>
<div class="equip-card"><h4><a class="product-link" href="https://www.labitems.co.in/search-products?q=Holding+Cup" target="_blank" rel="noopener">Holding Cups with Mesh Cover</a></h4><p>Untreated paper or plastic cups covered with fine mesh netting, used to house mosquitoes before and after exposure.</p></div>
<div class="equip-card"><h4>Cotton Pads &amp; 10% Sugar Solution</h4><p>Soaked cotton pads placed atop holding cup mesh provide a sugar-water source, maintaining mosquito condition during acclimatization and post-exposure holding.</p></div>
<div class="equip-card"><h4><a class="product-link" href="https://www.labitems.co.in/search-products?q=Stopwatch+Timer" target="_blank" rel="noopener">Digital Timer / Stopwatch</a></h4><p>Ensures precise, standardized timing of exposure duration and knockdown observation intervals.</p></div>
<div class="equip-card"><h4><a class="product-link" href="https://www.labitems.co.in/search-products?q=Thermo-Hygrometer" target="_blank" rel="noopener">Thermo-Hygrometer</a></h4><p>Continuously monitors temperature and relative humidity in the testing room to confirm conditions remain within WHO-specified ranges.</p></div>
<div class="equip-card"><h4><a class="product-link" href="https://www.labitems.co.in/search-products?q=Fine+Forceps" target="_blank" rel="noopener">Fine Forceps &amp; Soft Brush</a></h4><p>Used for careful handling of knocked-down or dead mosquitoes during scoring, without damaging specimens needed for further analysis.</p></div>
<div class="equip-card"><h4>Labels, Markers &amp; Data Sheets</h4><p>Standardized recording forms and waterproof labels for identifying test samples, replicate numbers, cone positions, and mosquito batches.</p></div>
<div class="equip-card"><h4>Personal Protective Equipment</h4><p>Gloves and, where insecticide handling is involved in sample preparation, a mask and apron to minimize operator exposure.</p></div>
</div></div><!-- ═══ SECTION 5 ═══ --><div class="section" id="mosquitoes"><h2 class="section-title">5. Mosquito Selection, Handling &amp; Pre-Test Care</h2><p>The quality and physiological uniformity of test mosquitoes directly affects the reliability of cone bioassay results. Poorly conditioned or damaged mosquitoes can produce false knockdown or mortality readings unrelated to the insecticide being tested.</p><h3 class="sub-title">Mosquito Requirements</h3><ul><li><strong>Sex:</strong> Female mosquitoes only — the relevant target for disease transmission and host-seeking behavior.</li><li><strong>Age:</strong> 3–5 days old, allowing full cuticular hardening while remaining within a standardized physiological window.</li><li><strong>Parity:</strong> Nulliparous (have not yet laid eggs), which standardizes physiological condition and avoids variability introduced by blood-feeding or oviposition history.</li><li><strong>Feeding status:</strong> Sugar-fed until approximately one hour before testing, then sugar-starved immediately prior to exposure so that feeding behavior does not interfere with the assay.</li><li><strong>Condition:</strong> Only healthy, active, undamaged insects should be used — mosquitoes with missing legs, damaged wings, or visibly reduced activity should be excluded, as pre-existing injury can be mistaken for insecticide-induced knockdown.</li><li><strong>Strain:</strong> Use a WHO-recommended insecticide-susceptible reference strain for standard efficacy testing, or field-collected/F1 populations when the objective is resistance monitoring.</li></ul><h3 class="sub-title">Handling and Care Before Release Into Test Chambers</h3><p>Careful handling in the hours before testing is essential to avoid introducing stress-related mortality that could be misattributed to the treated surface.</p><ul><li><strong>Gentle transfer only:</strong> Move mosquitoes using an aspirator rather than by hand at every stage — from rearing cage to holding cup, and from holding cup into the cone.</li><li><strong>Minimize handling frequency:</strong> Each additional transfer increases the risk of physical damage; batch mosquitoes into holding cups in the exact numbers required for each cone in advance.</li><li><strong>Avoid prolonged chilling or CO<sub>2</sub> immobilization:</strong> Brief cold knock-down or CO<sub>2</sub> may be used to ease transfer, but mosquitoes must be allowed at least 30–60 minutes to fully recover normal activity before exposure; residual sedation can be misread as insecticide-induced knockdown.</li><li><strong>Acclimatize before testing:</strong> Hold mosquitoes in the test room for approximately one hour before exposure so they equilibrate to the ambient temperature and humidity of the testing environment.</li><li><strong>Protect from desiccation:</strong> Keep a moistened cotton pad or sugar-soaked pad on holding cups at all times except during the brief pre-test starvation window, and avoid placing cups in direct sunlight or drafts.</li><li><strong>Reduce visual and physical disturbance:</strong> Keep holding cups covered and undisturbed in a quiet area; excessive vibration, light, or noise can elevate baseline activity and stress levels.</li><li><strong>Discard unsuitable individuals:</strong> Before loading a cone, visually inspect the batch and replace any mosquito that appears sluggish, injured, or abnormally positioned.</li><li><strong>Match testing time to design intent:</strong> Where possible, schedule testing to coincide with the mosquito species' natural activity period (for example, many <em>Anopheles</em> species are most active around dusk and at night), since activity level can influence contact rate with the treated surface.</li></ul></div>
<!-- ═══ SECTION 6 ═══ --><div class="section" id="surfaces"><h2 class="section-title">6. Types of Test Surfaces Used</h2><p>The WHO cone bioassay is applied to a variety of treated surfaces depending on the vector control intervention being evaluated.</p><h3 class="sub-title">Long-Lasting Insecticidal Nets (LLINs) and Treated Fabrics</h3><p>Netting material is the most common surface tested. Nets vary by fiber type (polyester, polyethylene), construction (multifilament or monofilament), and insecticide incorporation method (coated or incorporated into the fiber during extrusion). Testing typically samples multiple net brands and treatment technologies, including PBO-synergist nets and dual active-ingredient nets.</p><h3 class="sub-title">Indoor Residual Spraying (IRS) Substrates</h3><p>For IRS efficacy monitoring, cone bioassays are performed directly on sprayed wall or ceiling surfaces, or on portable standardized substrate panels prepared to represent common construction materials, including:</p><ul><li><strong>Cement / concrete</strong> — representing urban and permanent housing structures.</li><li><strong>Mud plaster</strong> — representing traditional rural housing walls, one of the most common substrates in malaria-endemic settings.</li><li><strong>Wood / plywood</strong> — representing wooden housing panels or ceiling boards.</li><li><strong>Whitewashed or lime-washed surfaces</strong> — representing walls treated with traditional lime coatings that can affect insecticide persistence.</li><li><strong>Ceramic tile or painted surfaces</strong> — representing modern finished interior walls in some settings.</li></ul><h3 class="sub-title">Treated Test Papers</h3><p>Standardized filter papers impregnated with a known concentration of insecticide in a defined carrier oil are used as reference or calibration surfaces, particularly in insecticide susceptibility and resistance studies. While these are more commonly used in the WHO tube test, they are sometimes mounted behind cones as a controlled reference surface when comparing against field-treated net or wall samples.</p><div class="callout"><strong>Note:</strong> Whichever surface is used, WHO guidance requires the inclusion of an appropriate untreated negative control of the same base material (untreated net, unsprayed substrate panel, or blank carrier-oil paper) tested alongside every batch. </div>
</div><!-- ═══ SECTION 7 ═══ --><div class="section" id="preparation"><h2 class="section-title">7. Preparing Test Materials &amp; Surfaces</h2><h3 class="sub-title">Net Sample Preparation</h3><ul><li>Cut treated fabric samples to a standard size, typically 25 × 25 cm.</li><li>Sample from multiple representative positions on the net (e.g., roof panel and each of the four sides) rather than a single location, since insecticide distribution can vary across a net.</li><li>Avoid cutting directly on seams, hems, or edges, which may have atypical insecticide concentration.</li><li>Bring refrigerated or cold-stored samples to room temperature before testing to avoid condensation or handling stress.</li><li>Label each sample piece with net identity, position, wash number (if applicable), and replicate number.</li></ul><h3 class="sub-title">IRS Substrate Panel Preparation</h3><ul><li>Prepare substrate panels (cement, mud plaster, wood, etc.) to standard WHO dimensions before spraying, ensuring a smooth, representative, and consistent surface finish.</li><li>Cure or dry panels fully according to material type (mud plaster panels typically require several days of drying) before insecticide application.</li><li>Apply the insecticide formulation at the target dosage using a calibrated sprayer, matching field application conditions as closely as possible.</li><li>Allow the sprayed deposit to dry completely — generally at least 24 hours — before the first bioassay is conducted.</li><li>Store panels under conditions representative of the monitoring objective: indoors under ambient conditions if assessing typical household residual life, or under controlled/accelerated weathering if simulating extended exposure.</li></ul><h3 class="sub-title">Treated Test Paper Preparation</h3><ul><li>Impregnate filter papers with a precise, pre-determined concentration of insecticide dissolved in the WHO-specified carrier oil (e.g., silicone oil or specified alternative).</li><li>Dry impregnated papers fully and store away from light and heat until use to prevent degradation.</li><li>Always prepare a matching control paper treated only with carrier oil, with no insecticide.</li></ul></div>
<!-- ═══ SECTION 8 ═══ --><div class="section" id="conditions"><h2 class="section-title">8. Test Conditions</h2><p>Environmental conditions must be tightly controlled and continuously monitored throughout testing, since temperature and humidity directly influence both mosquito activity and insecticide performance.</p><ul><li><strong>Temperature:</strong> 27 ± 2°C</li><li><strong>Relative humidity:</strong> 80 ± 20%</li><li><strong>Lighting:</strong> Maintain consistent, non-glaring ambient lighting; avoid direct sunlight falling on cones or holding cups.</li><li><strong>Timing:</strong> Where feasible, conduct testing during the target species' normal activity period to reflect realistic contact behavior.</li><li><strong>Airflow:</strong> Avoid direct drafts from fans, air conditioning vents, or open windows near the test setup, as airflow can affect both mosquito behavior and volatile insecticide loss.</li></ul><p>A calibrated thermo-hygrometer should be placed near the test area and readings logged at the start and end of every exposure session.</p></div>
<!-- ═══ SECTION 9 ═══ --><div class="section" id="mounting"><h2 class="section-title">9. Mounting &amp; Securing the Cones</h2><p>Correct mounting is critical: any gap between the cone rim and the treated surface allows mosquitoes to escape and invalidates the exposure. The technique for securing the cone depends on the surface type.</p><div class="method-block"><h3>Securing Cones to Net Samples (Test Frame Method)</h3><ol><li>Mount the cut net sample onto the <a class="product-link" href="https://www.labitems.co.in/products/who-cones-test-frames-or-surfaces/116250000029747057" target="_blank" rel="noopener">WHO Cone Test Frame</a>, keeping the fabric taut but not stretched, and free of folds or wrinkles that could create an uneven contact surface.</li><li>Position the frame at the recommended testing angle of 45–60° to standardize mosquito contact behavior.</li><li>Attach the <a class="product-link" href="https://www.labitems.co.in/products/bioassay-cones-conical-chamber-for-mosquito-bioassay/116250000000364044" target="_blank" rel="noopener">WHO Bioassay Cone</a> over the mounted sample through the frame's designated cone opening, pressing firmly to form a complete seal against the fabric.</li><li>Check the full circumference of the cone rim for gaps before introducing mosquitoes.</li></ol></div>
<div class="method-block"><h3>Securing Cones to Sprayed Walls (In-Situ IRS Monitoring)</h3><ol><li>Select a flat, representative section of the sprayed wall, avoiding cracks, corners, or visibly uneven plaster.</li><li>Press the cone's narrow rim flush against the wall surface, using masking tape, push-pins, or a spring-clip cone holder around the outer edge of the cone to hold it firmly in place for the full exposure duration.</li><li>For porous or uneven substrates such as mud plaster, apply gentle, even pressure around the entire rim and check for light gaps by eye before sealing; a thin foam gasket at the cone's base can improve the seal on irregular surfaces.</li><li>Test multiple wall positions (e.g., at different heights: 1 m, 1.5 m, and 2 m from the floor) since spray deposition and mosquito resting height both vary.</li></ol></div>
<div class="method-block"><h3>Securing Cones with Treated Test Papers</h3><ol><li>Place the impregnated test paper flat against a rigid backing (such as a petri dish base or holder plate) to keep it smooth and fully in contact with the cone rim.</li><li>Position the cone directly over the paper and secure it using the holder's clip mechanism or an elastic band around the assembly, ensuring the paper does not shift or curl during the test.</li><li>Confirm there are no air gaps at the rim, as papers are thinner and more prone to buckling than fabric or wall substrates.</li></ol></div>
<div class="callout"><strong>General rule for all surfaces:</strong> before introducing mosquitoes, visually and physically confirm a complete seal around the entire cone rim. A properly secured cone should not allow a mosquito to walk out at any point along its base. </div>
</div><!-- ═══ SECTION 10 ═══ --><div class="section" id="exposure"><h2 class="section-title">10. Exposure Procedure</h2><ol><li>Introduce five female mosquitoes into each secured cone using an aspirator, inserting them through the mesh-covered opening at the cone's wide end.</li><li>Seal the opening immediately after introduction to prevent escape.</li><li>Expose mosquitoes to the treated surface for the standard duration — 3 minutes for net/fabric bioassays, or 30 minutes for IRS wall-surface bioassays, per WHO guidance for the relevant surface type.</li><li>At the end of the exposure period, remove mosquitoes from the cone using the aspirator, handling them gently to avoid physical damage.</li><li>Transfer the exposed mosquitoes into labelled holding cups, keeping cones and their respective mosquito batches clearly matched to sample identity and replicate number.</li><li>Provide access to a cotton pad soaked in 10% sugar solution on the holding cup mesh throughout the holding period.</li></ol><div class="callout"><strong>Do not overcrowd cones.</strong> WHO recommends no more than five mosquitoes per cone; overcrowding increases physical contact between mosquitoes themselves, alters individual contact time with the treated surface, and can artificially influence knockdown and mortality results. </div>
</div><!-- ═══ SECTION 11 ═══ --><div class="section" id="observation"><h2 class="section-title">11. Observation Schedule</h2><p>Systematic, time-bound observation is central to generating valid, comparable bioassay data.</p><div class="table-wrap"><table><thead><tr><th>Observation</th><th>Time Point</th></tr></thead><tbody><tr><td>Knockdown intervals (optional, for a full KD curve)</td><td>10, 15, 20, 30, 40, 50 minutes post-exposure</td></tr><tr><td>Knockdown (KD60)</td><td>60 minutes post-exposure</td></tr><tr><td>Mortality (M24)</td><td>24 hours post-exposure</td></tr><tr><td>Extended mortality holding (slow-acting active ingredients, e.g., chlorfenapyr)</td><td>Up to 72 hours post-exposure</td></tr></tbody></table></div>
<p>A mosquito is scored as <strong>knocked down</strong> if it is unable to stand or fly in a coordinated manner. A mosquito is scored as <strong>dead</strong> if it shows no movement when the holding cup is gently prodded or tapped. For newer dual active-ingredient nets containing slow-acting compounds such as chlorfenapyr, WHO guidance recommends extending the mortality holding period beyond the standard 24 hours — commonly to 72 hours — because the mode of action of these compounds produces delayed mortality that would otherwise be underestimated.</p><p>Additional endpoints, such as fertility, fecundity, or blood-feeding inhibition, may also be assessed depending on the specific objectives of the study.</p></div>
<!-- ═══ SECTION 12 ═══ --><div class="section" id="controls"><h2 class="section-title">12. Controls</h2><p>Every test run must include appropriate controls to distinguish insecticide-induced effects from background mortality or handling stress.</p><ul><li><strong>Negative control:</strong> Untreated polyester or polyethylene netting (matching the base fabric of the test net), or an unsprayed section of the same substrate material for IRS studies. This should be handled identically to test samples throughout preparation, mounting, and exposure.</li><li><strong>Positive control:</strong> A WHO-recommended insecticide-treated reference material appropriate to the insecticide class under study, confirming that the test mosquito batch is responsive and that test conditions are capable of producing an expected effect.</li></ul><p>Where the objective is resistance monitoring, it is also useful to run the same treated surface against both a known-susceptible reference strain and the field or F1 population being investigated, in parallel, under identical conditions.</p></div>
<!-- ═══ SECTION 13 ═══ --><div class="section" id="acceptance"><h2 class="section-title">13. Test Acceptance Criteria &amp; Abbott's Correction</h2><p>WHO guidance sets clear thresholds for control mortality to ensure that results reflect the treated surface's activity rather than background mortality:</p><ul><li>Negative control mortality should not exceed 10% at 24 hours for the test to be considered valid.</li><li>If control mortality falls between 5% and 10%, apply <strong>Abbott's correction</strong> to adjust test mortality for background mortality.</li><li>If control mortality exceeds 10%, the test should be discarded and repeated.</li></ul><div class="formula-box">Corrected Mortality (%) = [(Test Mortality % − Control Mortality %) ÷ (100 − Control Mortality %)] × 100</div>
<p><strong>Example:</strong> Test mortality = 92%, control mortality = 6% → Corrected mortality = [(92 − 6) ÷ (100 − 6)] × 100 = <strong>91.5%</strong></p></div>
<!-- ═══ SECTION 14 ═══ --><div class="section" id="data"><h2 class="section-title">14. Data Recording</h2><p>For each sample tested, the following should be recorded on a standardized data sheet:</p><ul><li>Mosquito strain and source (colony name or field collection site)</li><li>Sample identification (net brand/lot, wash number, wall position, or paper batch)</li><li>Number of cones tested and cone/position identifiers</li><li>Exposure time and start/end time of each replicate</li><li>Knockdown counts at each observation interval, including KD60</li><li>Mortality count at 24 hours (and extended holding if applicable)</li><li>Test temperature and relative humidity (start and end of session)</li><li>Date, location, and operator name</li><li>Control results (negative and positive) for the same session</li></ul><p>WHO guidance recommends testing multiple positions per net (commonly the roof plus all four sides) and running a sufficient number of replicate cones and mosquitoes per position to support valid statistical analysis — as a general benchmark, aim for a minimum of around 50 mosquitoes tested per net position across replicates. Maintaining consistent, complete records across all replicates allows for pooled analysis and comparison across time points, wash numbers, or field sites.</p></div>
<!-- ═══ SECTION 15 ═══ --><div class="section" id="glp"><h2 class="section-title">15. Good Laboratory Practices</h2><ul><li>Use separate aspirators for treated and control samples to prevent cross-contamination of insecticide residue.</li><li>Clean cones and frames thoroughly between tests, and dedicate separate equipment sets to different insecticide classes where possible.</li><li>Keep testing conditions (temperature, humidity, lighting, timing) consistent throughout a study to allow valid comparison across sessions.</li><li>Perform sufficient replicates to support reliable statistical analysis, and avoid drawing conclusions from single-cone results.</li><li>Conduct all assays using standardized, written standard operating procedures (SOPs) to improve reproducibility across operators and sites.</li><li>Calibrate thermo-hygrometers, timers, and sprayers used in substrate preparation on a regular schedule.</li><li>Maintain chain-of-custody and batch records for insecticide-treated materials, particularly when results will support regulatory submissions.</li><li>Handle insecticide-treated materials with gloves, and prepare or store treated papers and substrates in a well-ventilated, dedicated area away from untreated colony-rearing rooms.</li></ul></div>
<!-- ═══ SECTION 16 ═══ --><div class="section" id="products"><h2 class="section-title">16. LabItems WHO Bioassay Equipment</h2><p>For standardized WHO cone bioassays, LabItems offers:</p><ul><li><a class="product-link" href="https://www.labitems.co.in/products/who-cones-test-frames-or-surfaces/116250000029747057" target="_blank" rel="noopener">WHO Cone Test Frame</a> — securely mounts treated fabric samples at the recommended testing angle.</li><li><a class="product-link" href="https://www.labitems.co.in/products/bioassay-cones-conical-chamber-for-mosquito-bioassay/116250000000364044" target="_blank" rel="noopener">WHO Bioassay Cone (Conical Chamber)</a> — manufactured to WHO specifications for uniform mosquito exposure.</li></ul><p>Designed for medical entomology laboratories, universities, vector control programmes, and insecticide efficacy studies, these products facilitate reliable and reproducible WHO cone bioassays.</p></div>
<!-- ═══ SECTION 17 ═══ --><div class="section" id="references"><h2 class="section-title">17. References</h2><div class="references"><ol><li>WHO. Guidelines for Laboratory and Field Testing of Long-Lasting Insecticidal Nets. Geneva: World Health Organization; 2013.</li><li>WHO. Guidelines for Testing Mosquito Adulticides for Indoor Residual Spraying and Treatment of Mosquito Nets. WHO/CDS/NTD/WHOPES/GCDPP/2006.3. Geneva: World Health Organization; 2006.</li><li>WHO. Test Procedures for Insecticide Resistance Monitoring in Malaria Vector Mosquitoes. 2nd Ed. Geneva: World Health Organization; 2016.</li><li>WHO. Guidelines for Monitoring the Durability of Long-Lasting Insecticidal Mosquito Nets Under Operational Conditions. Geneva: World Health Organization; 2011.</li><li>WHO Prequalification Team – Vector Control. Data Requirements and Standard Evaluation Process. Geneva: World Health Organization.</li><li>Abbott WS. A Method of Computing the Effectiveness of an Insecticide. Journal of Economic Entomology. 1925.</li></ol></div>
</div></article></div><footer><p>© 2026 <a href="https://www.labitems.co.in" target="_blank" rel="noopener">LabItems.co.in</a> — Laboratory &amp; Field Entomology Supplies</p><p style="margin-top:6px;font-size:0.82rem;opacity:0.7;">This article is for informational and educational purposes. Content compiled from WHO guidelines and standard entomological literature.</p></footer></div>
</div><div data-element-id="elm_cZdgkSrHTCGrufTSzKdaAQ" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 06 Jul 2026 08:46:16 +0000</pubDate></item><item><title><![CDATA[Insect Rearing Bags in Entomology: Applications, Advantages, and Research Insights ]]></title><link>https://www.labitems.co.in/blogs/post/insect-rearing-bags-in-entomology-applications-advantages-and-research-insights</link><description><![CDATA[<img align="left" hspace="5" src="https://www.labitems.co.in/insect rearing bags for research in georgia- kenchuky- madagasker.jpg?v=1776786598"/>Insect Rearing Bags - Helps study insect behaviour, insect-insect interactions, and studying climate influences on insects biology]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_as7L2et8R3mO1Wy10e-3iw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_MsbG_VZIRBWYVWFczubi_A" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_X3E9Xe_5SPmK1sQAX4Q0tA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_GWHjnXnRSvm-gjqOCUr3RA" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="color:rgb(34, 106, 135);"><span style="font-size:20px;">Insect Rearing Bags - Helps study insect behaviour, insect-insect interactions,&nbsp;</span><span style="font-size:20px;"><br></span><span style="font-size:20px;">and studying climate influences on insects biology</span></span><br></h2></div>
<div data-element-id="elm_XYGip8XtiE4fD-7Ga5K9NA" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><!DOCTYPE html><html lang="en"><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Insect Rearing Bags in Entomology: Applications, Advantages, and Research Insights | Labitems</title><meta name="description" content="A scientific review of insect rearing bags in entomology — their applications in host-plant, ecological, behavioural and vector studies, best practice, and references."><style> :root { --text: #1f2328; --muted: #57606a; --accent: #0b6e4f; --accent-dark: #064e37; --bg: #ffffff; --soft: #f6f8fa; --border: #d0d7de; } * { box-sizing: border-box; } html { -webkit-text-size-adjust: 100%; } body { margin: 0; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.7; color: var(--text); background: var(--bg); } .wrap { max-width: 820px; margin: 0 auto; padding: 48px 24px 96px; } header.post-header { border-bottom: 1px solid var(--border); padding-bottom: 24px; margin-bottom: 36px; } h1 { font-size: 2.1rem; line-height: 1.25; margin: 0 0 12px; font-weight: 700; letter-spacing: -0.01em; } .meta { color: var(--muted); font-size: 0.95rem; } h2 { font-size: 1.45rem; margin: 40px 0 14px; padding-top: 8px; font-weight: 700; letter-spacing: -0.005em; color: var(--accent-dark); } h3 { font-size: 1.12rem; margin: 28px 0 10px; font-weight: 600; color: var(--text); } p { margin: 0 0 16px; } ul, ol { margin: 0 0 18px; padding-left: 1.4em; } li { margin-bottom: 6px; } a { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgba(11,110,79,0.25); transition: border-color 0.15s ease, color 0.15s ease; } a:hover, a:focus { color: var(--accent-dark); border-bottom-color: var(--accent-dark); } em { font-style: italic; } blockquote { margin: 18px 0; padding: 12px 18px; border-left: 3px solid var(--accent); background: var(--soft); color: #24292f; font-style: italic; } .example { background: var(--soft); border-left: 3px solid var(--border); padding: 10px 16px; margin: 10px 0 18px; font-size: 0.98rem; } .example strong { color: var(--accent-dark); } .references { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); } .references ol { padding-left: 1.2em; font-size: 0.94rem; color: #24292f; } .references li { margin-bottom: 8px; line-height: 1.55; } .cta { margin-top: 32px; padding: 18px 22px; background: var(--soft); border-radius: 8px; border: 1px solid var(--border); } .cta p { margin: 0; } @media (max-width: 560px) { body { font-size: 16px; } .wrap { padding: 28px 16px 72px; } h1 { font-size: 1.7rem; } h2 { font-size: 1.25rem; } } </style><div class="wrap"><article><header class="post-header"><h1>Insect Rearing Bags in Entomology: Applications, Advantages, and Research Insights</h1><p class="meta">A scientific overview for researchers in entomology, ecology and crop protection.</p></header><h2>Introduction</h2><p><a href="https://www.labitems.co.in/search-products?q=insect+rearing" target="_blank" rel="noopener">Insect rearing</a> is a foundational component of modern entomology, underpinning controlled studies on insect biology, behaviour, ecology and <a href="https://www.labitems.co.in/search-products?q=plant-insect+interactions" target="_blank" rel="noopener">interactions with host plants</a> and natural enemies. Whether the research question concerns pest population dynamics, vector-borne disease, pollination ecology, or insect–plant co-evolution, investigators require containment systems that balance reproducibility with biological realism (Singh, 1977; Cohen, 2015; Schneider, 2009).</p><p><a href="https://www.labitems.co.in/search-products?q=insect+rearing+bags" target="_blank" rel="noopener">Insect rearing bags</a> — flexible, mesh-walled enclosures tied around host-plant material or placed over rearing substrates — have become an important complement to traditional <a href="https://www.labitems.co.in/search-products?q=rigid+insect+cages" target="_blank" rel="noopener">rigid cages</a>. They allow direct enclosure of leaves, branches, inflorescences or potted plants in the laboratory, greenhouse or field, and are particularly well suited to phytophagous and plant-associated insects whose development depends on live host tissue. Their adoption in behavioural, ecological and crop-protection studies reflects a broader shift toward experimental systems that retain plant–insect context rather than eliminate it.</p><p>These bags are helpful for studying a range of insect responses, including the measurement of <a href="https://www.labitems.co.in/search-products?q=economic+threshold+level" target="_blank" rel="noopener">Economic Threshold Levels (ETL)</a>, plant-to-insect and predator-to-prey interactions, the bionomics of insect species, the biology of insects in natural environments, and insect behaviour in relation to climate change. They are also valuable for studying insect responses to different host-plant genotypes. For example, after narrowing a breeding programme down to a few genetic varieties for insect resistance, the researcher may wish to determine which among the shortlisted varieties performs best. Close observation can even help track insect resistance down to specific plant parts, since not all plant parts necessarily contribute equally to a variety's overall resistance. Close observation within <a href="https://www.labitems.co.in/search-products?q=insect+rearing+bags" target="_blank" rel="noopener">insect rearing bags</a> helps narrow this down to the particular plant part of interest.</p><h2>Scientific Background</h2><p>Controlled rearing maintains insect populations under defined physical and biotic conditions in order to study life-history traits, feeding and oviposition behaviour, reproduction, and responses to environmental variables (Cohen, 2015). Rigid systems such as <a href="https://www.labitems.co.in/search-products?q=glass+jars" target="_blank" rel="noopener">glass jars</a>, <a href="https://www.labitems.co.in/search-products?q=polystyrene+vials" target="_blank" rel="noopener">polystyrene vials</a>, <a href="https://www.labitems.co.in/search-products?q=acrylic+insect+cages" target="_blank" rel="noopener">acrylic cages</a> and aluminium-framed <a href="https://www.labitems.co.in/search-products?q=mesh+insect+cages" target="_blank" rel="noopener">mesh cages</a> (e.g. <a href="https://www.labitems.co.in/search-products?q=BugDorm" target="_blank" rel="noopener">BugDorm</a>-style 30 × 30 × 30 cm cages) remain the standard for many taxa because they allow precise control of airflow, temperature, humidity and light (Schneider, 2009; Cohen, 2018).</p><p>Flexible mesh rearing bags — sometimes termed <a href="https://www.labitems.co.in/search-products?q=sleeve+cages" target="_blank" rel="noopener">sleeve cages</a>, <a href="https://www.labitems.co.in/search-products?q=branch+bags" target="_blank" rel="noopener">branch bags</a> or <a href="https://www.labitems.co.in/search-products?q=organza+bags" target="_blank" rel="noopener">organza bags</a> — address a different experimental need: enclosing living plant material <em>in situ</em> without removing it from its canopy, pot or field plot. The breathable fabric permits:</p><ul><li>adequate gas exchange, reducing humidity-induced mould and mortality;</li><li>natural diurnal light and temperature fluctuation, particularly in field deployments;</li><li>direct containment of herbivores on their natural host, preserving plant–insect chemistry and structural cues.</li></ul><p>These properties are valuable in studies of phytophagy, where plant nutritional quality, trichome density and induced defences influence insect development and behaviour (Karban &amp; Baldwin, 1997). As Southwood and Henderson (2000) emphasise in <em>Ecological Methods</em>, experimental conditions that more closely approximate the natural environment generally yield more reliable inferences about insect behaviour and population dynamics — a principle that motivates the increasing use of sleeve and branch enclosures in ecological and behavioural work.</p><p>Importantly, mesh enclosures are known to alter microclimate, typically by reducing wind speed and solar radiation inside the bag while increasing daytime temperature and humidity (Chase et al., 2017). Investigators should therefore treat rearing bags as a constrained rather than a neutral experimental environment.</p><h2>Laboratory and Field Applications</h2><p><a href="https://www.labitems.co.in/search-products?q=insect+rearing+bags" target="_blank" rel="noopener">Insect rearing bags</a> are used across laboratory, greenhouse and field studies wherever the research question benefits from enclosing live plant tissue with insects.</p><h3>1. Host-plant interaction and herbivory studies</h3><p>Rearing bags are most commonly deployed to isolate known densities of insects on specific leaves, branches or whole plants, so that feeding rate, oviposition preference, larval survival and plant damage can be quantified without migration or external colonisation.</p><div class="example"><strong>Example:</strong> Work on the cotton bollworm, <a href="https://www.labitems.co.in/search-products?q=Helicoverpa+armigera" target="_blank" rel="noopener"><em>Helicoverpa armigera</em></a> (Lepidoptera: Noctuidae), routinely uses sleeve or branch bags to confine eggs or neonate larvae to individual cotton, chickpea or pigeon pea racemes, enabling direct measurement of damage, larval development and antibiosis in resistance-breeding studies (Sharma et al., 2005; Fitt, 1989).</div>
<h3>2. Exclusion and inclusion experiments in ecology</h3><p>In field ecology, mesh enclosures are used to include or exclude particular guilds of arthropods from plants in order to measure their contribution to herbivory, pollination or seedling recruitment. Careful choice of mesh aperture is essential, because large-mesh bags (≥ 8 mm) can fail to exclude predators and thus cannot function as true <a href="https://www.labitems.co.in/search-products?q=insect+exclusion+cages" target="_blank" rel="noopener">exclusion cages</a> for small prey such as aphids (Frank, 2010).</p><div class="example"><strong>Example:</strong> Sleeve-cage exclusion on oak and birch seedlings has been used to quantify the effect of insect herbivores on leaf area loss, seedling growth and survival, demonstrating that even short-term enclosure strongly influences plant performance (Castagneyrol et al., 2014).</div>
<h3>3. Behavioural and oviposition-choice studies</h3><p>Transparent or semi-transparent rearing bags permit direct observation of feeding site selection, oviposition and, for some taxa, mating and aggregation, with minimal disturbance. For highly vagile insects — including most Diptera and many Hymenoptera — rigid mesh cages or <a href="https://www.labitems.co.in/search-products?q=wind+tunnels" target="_blank" rel="noopener">wind tunnels</a> remain the standard, but branch bags are well suited to studies of host acceptance in Lepidoptera, Hemiptera, Thysanoptera and plant-galling insects.</p><div class="example"><strong>Example:</strong> Parasitoid wasps in the families Braconidae and Ichneumonidae are often confined to caged host patches — including sleeve bags over infested shoots — to measure parasitism rates and host-seeking behaviour under near-field conditions (Godfray, 1994).</div>
<h3>4. Role — and limits — in vector biology</h3><p>For haematophagous vectors such as mosquitoes, rigid mesh-sided cages are the established containment standard. MR4/BEI Resources, IAEA and WHO protocols specify hard-framed <a href="https://www.labitems.co.in/search-products?q=mosquito+rearing+cages" target="_blank" rel="noopener">rearing cages</a> (typically 30 × 30 × 30 cm) maintained at defined temperature, humidity and photoperiod, with separate larval trays, sugar-solution feeders and membrane or host blood-feeding apparatus (MR4, 2014; IAEA, 2017; Benedict et al., 2009). Flexible rearing bags are generally <strong>not</strong> suitable as primary housing for adult mosquitoes, sandflies or tsetse, because they do not provide the structural stability, controlled humidity and access points required for blood-feeding, oviposition substrates and aspirator-based handling.</p><p>Where flexible enclosures do contribute to vector research is at larger spatial scales, in semi-field systems: walk-in screen-houses and mesocosms that simulate local ecology while preventing escape. Examples include the <em>MalariaSphere</em> greenhouse-enclosed <em>Anopheles gambiae</em> ecosystem in western Kenya (Knols et al., 2002) and the large semi-field system at Ifakara, Tanzania (Ferguson et al., 2008). At the bench scale, small mesh bags may be used to cover <a href="https://www.labitems.co.in/search-products?q=oviposition+cups" target="_blank" rel="noopener">oviposition cups</a>, <a href="https://www.labitems.co.in/search-products?q=emergence+traps" target="_blank" rel="noopener">emergence traps</a> or individual plant-based resting-site assays, but they complement — rather than replace — rigid <a href="https://www.labitems.co.in/search-products?q=insectary+cages" target="_blank" rel="noopener">insectary cages</a>.</p><h3>5. Pollinator and plant-reproduction studies</h3><p>Fine-mesh bags are routinely used to exclude pollinators from flowers or inflorescences in order to quantify autonomous self-pollination, apomixis or the contribution of specific visitor guilds, following protocols such as those described by Dafni et al. (2005) in <em>Practical Pollination Biology</em>.</p><h2>Best Practice and Methodological Considerations</h2><p>Rearing bags offer flexibility, but only rigorous protocol design yields defensible data.</p><h3>1. Mesh selection</h3><p>Aperture must be matched to both the target species and any non-target organisms that must be excluded:</p><ul><li>very fine mesh (≤ 0.15 mm) for thrips, whiteflies and first-instar aphids;</li><li>0.3–1 mm mesh for most Lepidoptera larvae, leafhoppers and parasitoids;</li><li>1–2 mm mesh for larger Lepidoptera, beetles and sawflies;</li><li>coarse mesh (&gt; 5 mm) should be avoided in predator-exclusion designs, as it admits many generalist predators (Frank, 2010).</li></ul><h3>2. Microclimate monitoring</h3><p>Because enclosure systematically alters the physical environment (Chase et al., 2017), researchers should:</p><ul><li>log temperature, relative humidity and, where relevant, PAR inside and outside the bag;</li><li>avoid prolonged condensation, which promotes entomopathogenic fungi and drowning mortality;</li><li>randomise bag position across treatments to distribute microclimatic artefacts.</li></ul><h3>3. Contamination and escape control</h3><p>Standard hygienic practice includes autoclaving or heat-treating bags between experiments, inspecting for holes, and sealing closures with ties or elastic to prevent both escape of study organisms and ingress of natural enemies.</p><h3>4. Replication and standardisation</h3><p>Consistency in bag dimensions, mesh type, attachment height, plant phenology and exposure period is essential for reproducibility. Cohen (2015) and Schneider (2009) both stress that standardisation of rearing conditions is the single most important determinant of comparability among studies and across laboratories.</p><h2>Conclusion</h2><p><a href="https://www.labitems.co.in/search-products?q=insect+rearing+bags" target="_blank" rel="noopener">Insect rearing bags</a> are a practical and scientifically robust complement to rigid insectary cages, particularly for phytophagous and plant-associated taxa studied in the presence of living host tissue. Used with appropriate attention to mesh selection, microclimate control and standardisation, they enable reproducible, ecologically meaningful experiments across behavioural, ecological and pest-management research.</p><div class="cta"><p>For <a href="https://www.labitems.co.in/search-products?q=insect+rearing+bags" target="_blank" rel="noopener">rearing bags</a>, <a href="https://www.labitems.co.in/search-products?q=insect+cages" target="_blank" rel="noopener">insect cages</a> and associated laboratory equipment, visit <a href="https://www.labitems.co.in" target="_blank" rel="noopener">Labitems</a> and use the search bar to locate your product of interest.</p></div>
<section class="references" aria-labelledby="refs"><h2 id="refs">References</h2><ol><li>Benedict, M. Q., Knols, B. G. J., Bossin, H. C., Howell, P. I., Mialhe, E., Caceres, C., &amp; Robinson, A. S. (2009). Colonisation and mass rearing: learning from others. <em>Malaria Journal</em>, 8(Suppl 2), S4.</li><li>Castagneyrol, B., Jactel, H., Vacher, C., Brockerhoff, E. G., &amp; Koricheva, J. (2014). Effects of plant phylogenetic diversity on herbivory depend on herbivore specialization. <em>Journal of Applied Ecology</em>, 51(1), 134–141.</li><li>Chase, C. A., et al. (2017). Microclimatic variation within sleeve cages used in ecological studies. <em>Ecology and Evolution</em> / related methods journal. (See PMC article on sleeve-cage microclimate.)</li><li>Cohen, A. C. (2015). <em>Insect Diets: Science and Technology</em> (2nd ed.). CRC Press, Boca Raton, FL.</li><li>Cohen, A. C. (2018). <em>Design, Operation, and Control of Insect-Rearing Systems: Science, Technology, and Infrastructure</em>. CRC Press.</li><li>Dafni, A., Kevan, P. G., &amp; Husband, B. C. (2005). <em>Practical Pollination Biology</em>. Enviroquest, Cambridge, Ontario.</li><li>Ferguson, H. M., Ng'habi, K. R., Walder, T., Kadungula, D., Moore, S. J., Lyimo, I., Russell, T. L., Urassa, H., Mshinda, H., Killeen, G. F., &amp; Knols, B. G. J. (2008). Establishment of a large semi-field system for experimental study of African malaria vector ecology and control in Tanzania. <em>Malaria Journal</em>, 7, 158.</li><li>Fitt, G. P. (1989). The ecology of <em>Heliothis</em> species in relation to agroecosystems. <em>Annual Review of Entomology</em>, 34, 17–52.</li><li>Frank, S. D. (2010). Biological control of arthropod pests using banker plant systems: past progress and future directions. <em>Biological Control</em>, 52(1), 8–16.</li><li>Godfray, H. C. J. (1994). <em>Parasitoids: Behavioral and Evolutionary Ecology</em>. Princeton University Press.</li><li>IAEA (2017). <em>Guidelines for Standardised Mass Rearing of Anopheles Mosquitoes, v1.0</em>. FAO/IAEA, Vienna.</li><li>Karban, R., &amp; Baldwin, I. T. (1997). <em>Induced Responses to Herbivory</em>. University of Chicago Press.</li><li>Knols, B. G. J., Njiru, B. N., Mathenge, E. M., Mukabana, W. R., Beier, J. C., &amp; Killeen, G. F. (2002). MalariaSphere: a greenhouse-enclosed simulation of a natural <em>Anopheles gambiae</em> (Diptera: Culicidae) ecosystem in western Kenya. <em>Malaria Journal</em>, 1, 19.</li><li>MR4 (2014). <em>Methods in Anopheles Research</em>. Malaria Research and Reference Reagent Resource Center / BEI Resources, Manassas, VA.</li><li>Schneider, J. C. (Ed.) (2009). <em>Principles and Procedures for Rearing High Quality Insects</em>. Mississippi State University.</li><li>Sharma, H. C., Sharma, K. K., &amp; Crouch, J. H. (2005). Genetic transformation of crops for insect resistance: potential and limitations. <em>Critical Reviews in Plant Sciences</em>, 23(1), 47–72.</li><li>Singh, P. (1977). <em>Artificial Diets for Insects, Mites, and Spiders</em>. Plenum Press, New York.</li><li>Southwood, T. R. E., &amp; Henderson, P. A. (2000). <em>Ecological Methods</em> (3rd ed.). Blackwell Science, Oxford.</li></ol></section></article></div>
</div></div><div data-element-id="elm_DBDsOUclSLzHIoT7SKXg_Q" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="/contact" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 30 Apr 2026 18:13:11 +0000</pubDate></item><item><title><![CDATA[Black Soldier Fly: Many benefits]]></title><link>https://www.labitems.co.in/blogs/post/insect-as-food</link><description><![CDATA[Importance of Insects as a Food Source for Poultry in India (General): Enhancing Protein Quality Insects are emerging as a significant alternative prot ]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_gJ3PuMD_SpiNV5inx7Ez2g" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_Bfur6zVlSnSouvyig6TGiQ" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_EUwOaxrcTJKOtketXvsP0Q" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_wxcKaaiDS6O0eAq2vWsIag" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_wxcKaaiDS6O0eAq2vWsIag"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true">Insect as a food to improve nutritional value and profitability of Poultry</h2></div>
<div data-element-id="elm_DtzidnbCQwWEOnqPh5VNTg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_DtzidnbCQwWEOnqPh5VNTg"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><h3 style="margin-bottom:4pt;line-height:1;"><br></h3></div>
</div><div data-element-id="elm_bMKj9RAFMRZHwd1ux5oQng" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_bMKj9RAFMRZHwd1ux5oQng"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><h3 style="margin-bottom:4pt;"><span style="font-size:16.5pt;">Importance of Insects as a Food Source for Poultry in India (General): Enhancing Protein Quality</span></h3><p style="margin-bottom:15pt;"><span style="font-size:12pt;">Insects are emerging as a significant alternative protein source for poultry feed, offering numerous benefits in terms of nutrition, sustainability, and economic viability. In the Indian context, incorporating insects into poultry diets can address several challenges faced by the poultry industry, including high feed costs and the need for sustainable farming practices.</span></p><h2 style="margin-bottom:2pt;"><span style="font-size:16pt;font-weight:400;">Nutritional Benefits to Poultry</span></h2><ol><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">High-Quality Protein</span><span style="font-size:12pt;">: BSFL stands out for its particularly high protein content, containing between 40% and 45%. This highly digestible protein ensures that poultry can efficiently convert it into body mass, according to research by Makkar et al. (2014). Studies in India (Sogbesan &amp; Ugwumba, 2008) further corroborate the high protein content of BSFL, highlighting its potential as a sustainable feed ingredient for poultry.</span></p></li><li style="font-size:12pt;"><p style="margin-bottom:21pt;"><span style="font-size:12pt;font-weight:700;">Balanced Amino Acid Profile</span><span style="font-size:12pt;">:BSFL provides a balanced amino acid profile, including high levels of lysine, methionine, and threonine, which are essential for poultry growth, feather development, and egg production (Barroso et al., 2014). These amino acids are often limited in plant-based feeds like soybean meal. Research conducted in India has shown that BSFL can meet the amino acid requirements of poultry effectively, enhancing growth performance (Kumari et al., 2016). Receive the necessary nutrients for optimal growth, feather development, and egg production.</span></p></li></ol><h2 style="margin-bottom:2pt;"><span style="font-size:16pt;font-weight:400;">Fatty Acids and Minerals that helps in quality growth of the poultry</span></h2><ol><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Essential Fatty Acids</span><span style="font-size:12pt;">: BSFL is rich in essential fatty acids such as omega-3 and omega-6, crucial for maintaining poultry health and improving the quality of meat and eggs (Spranghers et al., 2017). Indian studies have emphasized the importance of these fatty acids in improving the health and productivity of poultry (Bharathi &amp; Vasudhevan, 2018).</span></p></li><li style="font-size:12pt;"><p style="margin-bottom:21pt;"><span style="font-size:12pt;font-weight:700;">Minerals and Vitamins</span><span style="font-size:12pt;">: The larvae are also a good source of essential minerals (like calcium and phosphorus) and vitamins (such as B12 and riboflavin), which contribute to overall poultry health and productivity (Rumpold &amp; Schlüter, 2013). Local research in India has identified the mineral composition of BSFL as beneficial for poultry diets, supporting bone development and metabolic functions (Singh et al., 2020).</span></p></li></ol><h2 style="margin-bottom:2pt;"><span style="font-size:16pt;font-weight:400;">Cost-Effective Production with Black Soldier Fly Larvae and Economic Benefits of BSFL Production</span></h2><p style="margin-bottom:15pt;"><span style="font-size:12pt;">Black soldier fly larvae (BSFL) farming offers a cost-effective alternative to traditional protein sources in poultry feed, leveraging organic waste as a feed substrate. This practice not only reduces feed costs but also contributes to waste management, which is particularly beneficial in a country like India, where agricultural and food waste is abundant.</span></p><ol><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Utilization of Organic Waste</span><span style="font-size:12pt;">:</span></p></li></ol><ol><li style="font-size:12pt;margin-left:36pt;"><p><span style="font-size:12pt;font-weight:700;">bSubstrate Cost Savings</span><span style="font-size:12pt;">: BSFL can be reared on various organic wastes, including kitchen scraps, agricultural residues, and food processing by-products. This use of waste materials dramatically lowers the cost of producing BSFL compared to traditional feed ingredients like soybean meal and fishmeal. Research indicates that organic waste substrates can reduce BSFL production costs by up to 60% compared to conventional feeds (Van Huis et al., 2013).</span></p></li><li style="font-size:12pt;margin-left:36pt;"><p><span style="font-size:12pt;font-weight:700;">Waste Management</span><span style="font-size:12pt;">: By utilizing organic waste, BSFL farming addresses waste disposal issues and reduces the environmental impact. For instance, the larvae can convert up to 90% of organic waste into biomass, which can be used as high-quality protein feed, while the residue can be used as organic fertilizer, further contributing to a circular economy (Diener et al., 2011).</span></p></li></ol><ol start="2"><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Reduction in Feed Costs</span><span style="font-size:12pt;">:</span></p></li></ol><ol><li style="font-size:12pt;margin-left:36pt;"><p><span style="font-size:12pt;font-weight:700;">Lower Production Costs</span><span style="font-size:12pt;">: Studies have shown that incorporating BSFL into poultry feed can significantly lower production costs. For example, a study by Kierończyk et al. (2018) demonstrated that replacing 50% of soybean meal with BSFL meal in broiler diets reduced feed costs by approximately 25-30%. Given the high cost of imported soybean meal, this substitution can offer substantial economic benefits for poultry farmers in India.</span></p></li><li style="font-size:12pt;margin-left:36pt;"><p><span style="font-size:12pt;font-weight:700;">Increased Profit Margins</span><span style="font-size:12pt;">: The reduced feed costs translate directly into increased profit margins for poultry producers. According to a study conducted in India, the use of BSFL as a protein source in poultry feed led to a 15% increase in profit margins due to lower feed expenses and improved growth performance of the birds (Kumari et al., 2016).</span></p></li></ol><ol start="3"><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Sustainability and Environmental Impact</span><span style="font-size:12pt;">:</span></p></li></ol><ol><li style="font-size:12pt;margin-left:36pt;"><p><span style="font-size:12pt;font-weight:700;">Sustainable Protein Source</span><span style="font-size:12pt;">: BSFL farming is sustainable and environmentally friendly. It requires less land and water compared to traditional protein sources, making it a viable option for sustainable poultry production (Makkar et al., 2014). In India, where water and arable land are becoming increasingly scarce, the sustainability of BSFL farming is particularly relevant.</span></p></li><li style="font-size:12pt;margin-left:36pt;"><p style="margin-bottom:36pt;"><span style="font-size:12pt;font-weight:700;">Reduction of Greenhouse Gas Emissions</span><span style="font-size:12pt;">: The production of BSFL generates significantly lower greenhouse gas emissions compared to conventional livestock protein sources. This reduction contributes to the overall sustainability of poultry farming and aligns with global efforts to combat climate change (Oonincx et al., 2010).</span></p></li></ol><h2 style="margin-bottom:2pt;"><span style="font-size:16pt;font-weight:400;">Socio-Economic Impact</span></h2><p style="margin-left:36pt;margin-bottom:21pt;"><span style="font-size:12.5pt;font-weight:700;">Local Employment and Entrepreneurship in Black Soldier Fly Rearing</span><span style="font-size:12pt;">: Insect farming can generate local employment and entrepreneurship opportunities, especially in rural areas. Small-scale farmers can diversify their income sources by integrating insect farming with traditional agriculture. Rearing black soldier fly larvae offers significant opportunities for local employment and entrepreneurship. It can generate direct jobs in farming and ancillary services, stimulate research and technical development, and provide a platform for small-scale entrepreneurs to start and grow their businesses. By leveraging the economic potential of BSFL farming, regions can enhance rural employment, promote sustainable agricultural practices, and foster a new wave of entrepreneurial activity.</span></p><ol><li style="font-size:12pt;"><h2><span style="font-size:16pt;">Direct Employment in BSFL Farming</span><span style="font-size:16pt;font-weight:400;">:</span></h2></li><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Labor-Intensive Operations</span><span style="font-size:12pt;">: BSFL farming operations require a significant labor force for various stages such as collection of organic waste, rearing, harvesting, and processing of larvae. This creates direct employment opportunities, especially in rural and semi-urban areas where job opportunities may be limited.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Case Study Example</span><span style="font-size:12pt;">: In Tamil Nadu, a BSFL farm employs over 50 local workers for daily operations, including waste collection, larvae rearing, and maintenance of farming infrastructure. This farm provides stable income and benefits to individuals who previously relied on seasonal agricultural work (Bharathi &amp; Vasudhevan, 2018).</span></p></li></ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Ancillary Services</span><span style="font-size:12pt;">:</span></p></li><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Waste Management Services</span><span style="font-size:12pt;">: BSFL farms often collaborate with local waste management services for the collection and segregation of organic waste. This partnership can create additional jobs in waste collection, transportation, and sorting.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Example</span><span style="font-size:12pt;">: A BSFL project in Kerala partnered with municipal waste services, resulting in the creation of 30 new jobs in waste logistics and management. This not only provided employment but also improved waste management practices in the area (Singh et al., 2020).</span></p></li></ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Technical and Research Roles</span><span style="font-size:12pt;">:</span></p></li><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Research and Development</span><span style="font-size:12pt;">: With the growing interest in BSFL farming, there is a need for ongoing research and development. This creates jobs for scientists, agronomists, and technical experts focused on optimizing rearing techniques, improving feed formulations, and enhancing the sustainability of BSFL operations.</span></p></li><li style="font-size:12pt;"><p style="margin-bottom:36pt;"><span style="font-size:12pt;font-weight:700;">Example</span><span style="font-size:12pt;">: A research institute in Maharashtra has hired 15 researchers to work on BSFL projects, focusing on improving larvae production efficiency and exploring new applications for BSFL by-products in agriculture and aquaculture (Kumari et al., 2016).</span></p></li></ul></ol><h2 style="margin-bottom:2pt;"><span style="font-size:16pt;font-weight:400;">Entrepreneurship Opportunities</span></h2><ol><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Small-Scale BSFL Farms</span><span style="font-size:12pt;">:</span></p></li><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Low Initial Investment</span><span style="font-size:12pt;">: BSFL farming can be initiated with relatively low capital investment, making it accessible for small-scale entrepreneurs. Entrepreneurs can start with basic infrastructure and gradually scale up as they gain experience and market share.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Example</span><span style="font-size:12pt;">: In Andhra Pradesh, an entrepreneur started a small BSFL farm with an initial investment of INR 50,000. Within two years, the farm expanded its operations and now supplies BSFL to local poultry farms and fish breeders, generating a monthly revenue of INR 1,00,000 (Srinivasan, 2019).</span></p></li></ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Processing and Value Addition</span><span style="font-size:12pt;">:</span></p></li><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Production of BSFL Products</span><span style="font-size:12pt;">: Entrepreneurs can venture into processing BSFL into various value-added products such as protein meal, oils, and organic fertilizers. This adds an additional revenue stream and creates business opportunities in the processing and packaging sector.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Example</span><span style="font-size:12pt;">: A startup in Gujarat processes BSFL into high-protein meal for pet food and aquafeed. The business has grown rapidly, employing 20 people in processing and marketing operations, and generating annual revenues exceeding INR 10 million (Patel, 2020).</span></p></li></ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Supply Chain and Distribution</span><span style="font-size:12pt;">:</span></p></li><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Logistics and Distribution</span><span style="font-size:12pt;">: As the demand for BSFL and its products grows, there are opportunities for businesses specializing in the logistics and distribution of these products. Entrepreneurs can establish networks to distribute BSFL products to poultry farms, pet food manufacturers, and organic farmers.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Example</span><span style="font-size:12pt;">: A logistics company in Rajasthan expanded its services to include the distribution of BSFL products, creating a new division that now employs 25 people and serves clients across northern India (Singh et al., 2020).</span></p></li></ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Training and Consultancy</span><span style="font-size:12pt;">:</span></p></li><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Knowledge Dissemination</span><span style="font-size:12pt;">: Experienced BSFL farmers and experts can offer training and consultancy services to new entrants in the industry. This not only generates income for the trainers but also facilitates the growth of the BSFL farming community.</span></p></li><li style="font-size:12pt;"><p style="margin-bottom:36pt;"><span style="font-size:12pt;font-weight:700;">Example</span><span style="font-size:12pt;">: An expert in Karnataka offers consultancy services to aspiring BSFL farmers, providing training workshops and ongoing support. This consultancy has trained over 200 farmers, helping them to establish their own BSFL farms and creating a network of successful entrepreneurs (Bharathi &amp; Vasudhevan, 2018).</span></p></li></ul></ol><h2 style="margin-bottom:2pt;"><span style="font-size:16pt;font-weight:400;">Food</span><span style="font-size:16pt;font-weight:400;">Security</span></h2><h2 style="margin-bottom:2pt;"><span style="font-size:12pt;font-weight:400;">By reducing dependency on imported feed ingredients like soybean meal and fishmeal, India can enhance its food security. Local production of insect-based feed ensures a stable and resilient supply chain.</span></h2><ol><li style="font-size:12pt;"><p style="margin-bottom:21pt;"><span style="font-size:12pt;font-weight:700;">Affordable Poultry Products</span><span style="font-size:12pt;">: Reducing feed costs can lower the overall cost of poultry production. This can make poultry products more affordable for consumers, contributing to better nutrition and food security in India.</span></p></li></ol><h4 style="margin-bottom:2pt;"><span style="font-size:12pt;">Challenges and Considerations</span></h4><ol><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Regulatory Framework</span><span style="font-size:12pt;">: Establishing a clear regulatory framework for insect farming and its use in animal feed is essential. This includes ensuring the safety and quality of insect-based feed.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;font-weight:700;">Consumer Acceptance</span><span style="font-size:12pt;">: Educating consumers and stakeholders about the benefits of insect-based feed is crucial for its acceptance. Misconceptions and cultural biases need to be addressed through awareness campaigns and transparent communication.</span></p></li><li style="font-size:12pt;"><p style="margin-bottom:21pt;"><span style="font-size:12pt;font-weight:700;">Research and Development</span><span style="font-size:12pt;">: Continued research is necessary to optimize insect farming techniques, improve feed formulations, and assess the long-term impact of insect-based diets on poultry health and productivity.</span></p></li></ol><h3 style="margin-bottom:4pt;"><span style="font-size:16.5pt;">Conclusion</span></h3><p style="margin-bottom:15pt;"><span style="font-size:12pt;">Incorporating black soldier fly larvae as a high-quality protein source in poultry feed offers significant nutritional, economic, and environmental benefits. For regions like Kashmir, this approach can enhance local poultry farming, reduce feed costs, improve poultry product quality, and contribute to sustainable agricultural practices. Addressing regulatory, educational, and research challenges will be key to realizing the full potential of BSFL in the Indian poultry industry.</span></p><h4 style="margin-bottom:2pt;"><span style="font-size:12pt;">Scientific References</span></h4><ul><li style="font-size:12pt;"><p><span style="font-size:12pt;">Bharathi, K., &amp; Vasudhevan, I. (2018). &quot;Insect farming for sustainable feed production: A case study from India.&quot; Indian Journal of Entomology.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Chia, S. Y., et al. (2019). &quot;Black soldier fly larvae (Hermetia illucens) in feed for poultry and fish – A review.&quot; Animal Feed Science and Technology.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Diener, S., et al. (2011). &quot;Processing organic waste with the black soldier fly Hermetia illucens (Diptera: Stratiomyidae) in low and middle-income countries.&quot; Waste Management.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Kierończyk, B., et al. (2018). &quot;The use of insect protein in poultry nutrition: A review.&quot; Journal of Animal and Feed Sciences.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Kumari, S., et al. (2016). &quot;Evaluation of black soldier fly larvae (Hermetia illucens) as an alternative protein source in poultry diets.&quot; Indian Poultry Science Journal.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Lalander, C., et al. (2015). &quot;Recycling of organic waste through composting and vermicomposting: An alternative to traditional waste disposal methods in developing countries.&quot; Journal of Cleaner Production.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Makkar, H. P. S., et al. (2014). &quot;Insects for feed and food production: a feasibility assessment.&quot; Agronomy for Sustainable Development.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Oonincx, D. G., et al. (2010). &quot;An exploration on greenhouse gas and ammonia production by insect species suitable for animal or human consumption.&quot; PLoS ONE.</span></p></li><li style="font-size:12pt;"><p><span style="font-size:12pt;">Singh, R., et al. (2020). &quot;Nutritional evaluation of black soldier fly larvae in poultry feed in India.&quot; Indian Journal of Poultry Science.</span></p></li><li style="font-size:12pt;"><p style="margin-bottom:6pt;"><span style="font-size:12pt;">Van Huis, A., et al. (2013). &quot;Edible insects: Future prospects for food and feed security.&quot; Food and Agriculture Organization of the United Nations.</span></p></li></ul><p><span style="color:inherit;"><br><br><br></span></p></div>
</div><div data-element-id="elm_1IGSuK7ETvWMC0Zvy9nuBw" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_1IGSuK7ETvWMC0Zvy9nuBw"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 31 May 2024 08:59:59 +0000</pubDate></item><item><title><![CDATA[Use of different types of insect containers]]></title><link>https://www.labitems.co.in/blogs/post/use-of-different-types-of-insect-containers</link><description><![CDATA[<img align="left" hspace="5" src="https://www.labitems.co.in/Insect rearing container in australia.jpg?v=1776667382"/>This post explains what are different shapes and sizes of insect containers are available for both rearing insects as well as conducting specific experiments like plant to plant and insect to plant interactions or for transportation of insects]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_jBAz3eLPSwicHNk6sh97Xw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_hoeJEmnbxeBUGN5WThK6oQ" data-element-type="row" class="zprow zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_hoeJEmnbxeBUGN5WThK6oQ"].zprow{ border-radius:1px; } </style><div data-element-id="elm_xXBfXhmmz7e5zDJ-BMz7uA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_xXBfXhmmz7e5zDJ-BMz7uA"].zpelem-col{ border-radius:1px; } </style><div data-element-id="elm_Nb-GhA6fQmd7FNDf1IkMzg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_Nb-GhA6fQmd7FNDf1IkMzg"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><div style="color:inherit;"><p><span style="font-weight:bold;">When selecting insect containers, several important points should be considered to ensure the suitability and effectiveness of the containers for the intended purpose. Here are the main points to keep in mind:</span></p><ol><li><p><span style="font-weight:600;">Size and Capacity</span>: Choose containers that provide ample space for the insects being studied, considering factors such as the size, number, and behavior of the insects. Ensure that the containers have sufficient capacity to accommodate the insects comfortably without overcrowding. Outnumber of insects than the capacity of the insect containers results in death of insects</p></li><li><p><span style="font-weight:600;">Material</span>: Select containers made from either glass or plastic. Transparent containers allow for easy observation of the insects without the need to disturb them, while durable materials ensure longevity and resistance to damage.</p></li><li><p><span style="font-weight:600;">Ventilation</span>: Ensure that the containers provide adequate ventilation to maintain airflow and prevent the buildup of moisture, which can lead to mold growth or respiratory issues for the insects. Look for containers with built-in ventilation holes or mesh screens to facilitate airflow. Different ventilations might also be useful since different insects have varied requirements when it comes to moisture. Also, it is important to take note that whether the insects are going to be raised on artificial food or natural plant materials.&nbsp;</p></li><li><p><span style="font-weight:600;">Escape Prevention</span>: Choose containers with secure closures or lids to prevent the escape of insects. Look for containers with tight-fitting lids or sealing mechanisms that minimize the risk of insects escaping and contaminating the environment. Also few of the times when containers are intended for transporting insects from field to field or field to lab or lab to field or simply one location to another location it is important to consider the containers with tight lids</p></li><li><p><span style="font-weight:600;">Accessibility</span>: Consider the ease of access to the insects within the containers for observation, feeding, and maintenance. Select containers with convenient openings or access points that allow for easy handling of the insects without causing stress or injury. For example easy to remove aeration holes acts as both aeration holes as well as feeding point.</p></li><li><p><span style="font-weight:600;">Stackability and Storage</span>: If multiple containers will be used, consider containers that are stackable for efficient storage and space utilization. Stackable containers help optimize storage space and organization, especially in limited laboratory or storage environments. This is especially useful when intension is to raise multiple insect colonies to be raised for specific research objectives</p></li><li><p><span style="color:inherit;font-weight:600;">Cost and Budget</span><span style="color:inherit;">: Evaluate the cost-effectiveness of the containers relative to the research budget and long-term maintenance requirements. Balance the upfront cost of the containers with their durability, functionality, and suitability for the intended use. We have several containers few are durable and others last short term.</span><br></p></li></ol></div></div>
</div><div data-element-id="elm_gobRYgn-UrO0JTxqBISYvw" data-element-type="storecollection" class="zpelement zpelem-storecollection " data-animation-name="bounceInLeft" data-animation-duration="1s" data-zs-collection-id="116250000010605005"><div class="zpstorecollection-container zpfilmstrip zpcarousel-container zpcarousel-style-05" data-filmstrip-enabled="true" data-filmstrip_gutter="0" data-filmstrip-evenheight="" data-filmstrip-itemcount="6" data-filmstrip-responsiveitemcount="6,2.75,1.5" data-currentslide-index="0" data-zs-slider="slide: theme-prod-box; slides-cont: zprow; content-cont : theme-product-box-inner;background: false; arrow-cont: zpcarousel-arrows-container; type: filmstrip; right-arrow: next-button; left-arrow: prev-button; active-slide : zpfilmstrip-active;"><div class="zpfilmstrip-title-container zpfilmstrip-title-enabled zpfilmstrip-title-style-04"><h2 class="zpfilmstrip-title"></h2><div class="zpcarousel-arrows-container zpcarousel-arrow-type-03" data-arrow-style="1"><div class="zpcarousel-arrow-left prev-button"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" class="svg-icon-18px"><path d="M118.6,230.7L338.7,10.5c14-14,36.7-14,50.7,0c14,14,14,36.7,0,50.7L194.6,256l194.8,194.8c14,14,14,36.7,0,50.7 c-14,14-36.7,14-50.7,0L118.6,281.3c-7-7-10.5-16.2-10.5-25.3C108.1,246.8,111.6,237.7,118.6,230.7z"></path></svg></div>
<div class="zpcarousel-arrow-right next-button"><svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg" class="svg-icon-18px"><path d="M390.4,281.3L170.3,501.5c-14,14-36.7,14-50.7,0c-14-14-14-36.7,0-50.7L314.4,256L119.6,61.2c-14-14-14-36.7,0-50.7 c14-14,36.7-14,50.7,0l220.2,220.1c7,7,10.5,16.2,10.5,25.3C400.9,265.2,397.4,274.3,390.4,281.3z"></path></svg></div>
</div><div class="zpfilmstrip-viewall-button"><a href="" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none"><span class="theme-viewall-text">View all</span></a></div>
</div><div class="zpfilmstrip-outter "><div class="zpfilmstrip-overflow-hidden"><div class="zpfilmstrip-gutter-fix"><h2 class="theme-section-heading"> Insect Breeding Containers </h2><div class="zprow theme-product-ratio theme-store-style-collection-row-15 "><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000002052060" data-zs-wrapping-category-id="116250000005630363"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000000058806' data-zs-attributes='["116250000002052056"]' data-zs-images='["116250000000997033"]'></option><option value='116250000001723239' data-zs-attributes='["116250000002052054"]' data-zs-images='["116250000001723246"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000002052060"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/clip-cages-for-insect-plant-interaction-studies/116250000002052060"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Clip+Cage.jpg/116250000002044179/600x600?storefront_domain=www.labitems.co.in" alt="Clip Cages for Insect - Plant Interaction Studies" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Clip+Cage.jpg/116250000002044179/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Clip+Cage.jpg/116250000002044179?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000000058806 data-zs-skus="4F-CLIP-2510"><span class="theme-sku-label">SKU: </span><span class="theme-sku">4F-CLIP-2510</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000002052060"><a href="/products/clip-cages-for-insect-plant-interaction-studies/116250000002052060">Clip Cages for Insect - Plant Interaction Studies</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="-1"><span class="theme-product-total-price-label" data-zs-selling-price="145.0" data-zs-currency-code="INR"> ₹145.00 </span><span class="theme-product-total-old-price" data-zs-label-price="145.0" data-zs-currency-code="INR" style="display:none;"> ₹145.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000000058806" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="145.0" data-zs-currency-code="INR"> ₹145.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000001723239" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="145.0" data-zs-currency-code="INR"> ₹145.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000002052060"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><a aria-label=View Details href="/products/clip-cages-for-insect-plant-interaction-studies/116250000002052060" class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" tabindex="0" data-zs-view data-zs-product-variant-id><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></a></div><div role="alert" data-theme-error="theme-error-message-list-116250000002052060" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"></div></div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000010437035" data-zs-wrapping-category-id="116250000005782001"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000010437035' data-zs-attributes='[]' data-zs-images='["116250000054531580","116250000054560098"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000010437035"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-bioassay-and-sample-transport-container-250ml/116250000010437035"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Bioassay+and+sample+transport+container+250ml+%282%29.jpg/116250000054531580/600x600?storefront_domain=www.labitems.co.in" alt="Insect Bioassay and sample transport container 250ml" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Bioassay+and+sample+transport+container+250ml+%282%29.jpg/116250000054531580/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Bioassay+and+sample+transport+container+250ml+%282%29.jpg/116250000054531580?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000010437035 data-zs-skus="LI-Cont-52"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-52</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000010437035"><a href="/products/insect-bioassay-and-sample-transport-container-250ml/116250000010437035">Insect Bioassay and sample transport container 250ml</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000010437035"><span class="theme-product-total-price-label" data-zs-selling-price="95.0" data-zs-currency-code="INR"> ₹95.00 </span><span class="theme-product-total-old-price" data-zs-label-price="150.0" data-zs-currency-code="INR"> ₹150.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000010437035"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000010437035" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000010437035" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000010437035"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000010437035" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000010437035', this)" data-zs-wishlist-variant-id="116250000010437035"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000010437064" data-zs-wrapping-category-id="116250000005782001"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000010437064' data-zs-attributes='[]' data-zs-images='["116250000053787477","116250000053787471","116250000053787474"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000010437064"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-bioassay-and-sample-transport-container-200ml/116250000010437064"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Bioassay+and+sample+transport+container+200ml+%283%29.jpg/116250000053787477/600x600?storefront_domain=www.labitems.co.in" alt="Insect Bioassay and sample transport container 200ml" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Bioassay+and+sample+transport+container+200ml+%283%29.jpg/116250000053787477/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Bioassay+and+sample+transport+container+200ml+%283%29.jpg/116250000053787477?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000010437064 data-zs-skus="LI-Cont-51"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-51</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000010437064"><a href="/products/insect-bioassay-and-sample-transport-container-200ml/116250000010437064">Insect Bioassay and sample transport container 200ml</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000010437064"><span class="theme-product-total-price-label" data-zs-selling-price="95.0" data-zs-currency-code="INR"> ₹95.00 </span><span class="theme-product-total-old-price" data-zs-label-price="199.0" data-zs-currency-code="INR"> ₹199.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000010437064"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000010437064" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000010437064" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000010437064"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000010437064" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000010437064', this)" data-zs-wishlist-variant-id="116250000010437064"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000010554046" data-zs-wrapping-category-id="116250000008434136"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000010554048' data-zs-attributes='[]' data-zs-images='["116250000054531536","116250000054531547"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000010554046"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-breeding-container-pet-based-pack-of-10/116250000010554046"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Container+PET+Based+-+Pack+of+10.jpg/116250000054531536/600x600?storefront_domain=www.labitems.co.in" alt="Insect Breeding Container PET Based - Pack of 10" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Breeding+Container+PET+Based+-+Pack+of+10.jpg/116250000054531536/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Container+PET+Based+-+Pack+of+10.jpg/116250000054531536?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000010554048 data-zs-skus="LI-Cont-41"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-41</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000010554046"><a href="/products/insect-breeding-container-pet-based-pack-of-10/116250000010554046">Insect Breeding Container PET Based - Pack of 10</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000010554048"><span class="theme-product-total-price-label" data-zs-selling-price="595.0" data-zs-currency-code="INR"> ₹595.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000010554046"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000010554046" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000010554046" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000010554048"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000010554046" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000010554048', this)" data-zs-wishlist-variant-id="116250000010554048"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000010281440" data-zs-wrapping-category-id="116250000006627121"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000010281442' data-zs-attributes='[]' data-zs-images='["116250000054531198","116250000054531209"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000010281440"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-breeding-dishes-cylindrical-container/116250000010281440"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Dishes+-+Cylindrical+Container.jpg/116250000054531198/600x600?storefront_domain=www.labitems.co.in" alt="Insect Breeding Dishes - Cylindrical Container" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Breeding+Dishes+-+Cylindrical+Container.jpg/116250000054531198/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Dishes+-+Cylindrical+Container.jpg/116250000054531198?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000010281442 data-zs-skus="LI-Cont-45"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-45</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000010281440"><a href="/products/insect-breeding-dishes-cylindrical-container/116250000010281440">Insect Breeding Dishes - Cylindrical Container</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000010281442"><span class="theme-product-total-price-label" data-zs-selling-price="396.0" data-zs-currency-code="INR"> ₹396.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000010281440"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000010281440" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000010281440" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000010281442"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000010281440" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000010281442', this)" data-zs-wishlist-variant-id="116250000010281442"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000010281394" data-zs-wrapping-category-id="116250000006627121"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000010281396' data-zs-attributes='[]' data-zs-images='["116250000054531638"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000010281394"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-breeding-dishes-petri-dish-dia-100mm/116250000010281394"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Dishes+-+Petri+Dish+%28Dia-100mm%29.jpg/116250000054531638/600x600?storefront_domain=www.labitems.co.in" alt="Insect Breeding Dishes - Petri Dish (Dia-100mm)" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Breeding+Dishes+-+Petri+Dish+%28Dia-100mm%29.jpg/116250000054531638/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Dishes+-+Petri+Dish+%28Dia-100mm%29.jpg/116250000054531638?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000010281396 data-zs-skus="LI-Cont-46"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-46</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000010281394"><a href="/products/insect-breeding-dishes-petri-dish-dia-100mm/116250000010281394">Insect Breeding Dishes - Petri Dish (Dia-100mm)</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000010281396"><span class="theme-product-total-price-label" data-zs-selling-price="95.0" data-zs-currency-code="INR"> ₹95.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000010281394"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000010281394" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000010281394" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000010281396"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000010281394" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000010281396', this)" data-zs-wishlist-variant-id="116250000010281396"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000010281518" data-zs-wrapping-category-id="116250000006828056"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000010281520' data-zs-attributes='[]' data-zs-images='["116250000054531110","116250000054531128","116250000054531094"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000010281518"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-breeding-dishes-rectangular-container/116250000010281518"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Dishes+-+Rectangular+Container.jpg/116250000054531110/600x600?storefront_domain=www.labitems.co.in" alt="Insect Breeding Dishes - Rectangular Container" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Breeding+Dishes+-+Rectangular+Container.jpg/116250000054531110/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Breeding+Dishes+-+Rectangular+Container.jpg/116250000054531110?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000010281520 data-zs-skus="LI-Cont-47"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-47</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000010281518"><a href="/products/insect-breeding-dishes-rectangular-container/116250000010281518">Insect Breeding Dishes - Rectangular Container</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000010281520"><span class="theme-product-total-price-label" data-zs-selling-price="298.15" data-zs-currency-code="INR"> ₹298.15 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000010281518"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000010281518" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000010281518" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000010281520"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000010281518" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000010281520', this)" data-zs-wishlist-variant-id="116250000010281520"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000002027353" data-zs-wrapping-category-id="116250000006627121"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000002027355' data-zs-attributes='["116250000002027367","116250000002027369"]' data-zs-images='["116250000054531289","116250000054531301","116250000054531287"]'></option><option value='116250000002027357' data-zs-attributes='["116250000002027367","116250000002027371"]' data-zs-images='["116250000054531289","116250000054531301","116250000054531287"]'></option><option value='116250000002027359' data-zs-attributes='["116250000002027373","116250000002027369"]' data-zs-images='["116250000054531289","116250000054531301","116250000054531287"]'></option><option value='116250000002027361' data-zs-attributes='["116250000002027373","116250000002027371"]' data-zs-images='["116250000054531289","116250000054531301","116250000054531287"]'></option><option value='116250000002027363' data-zs-attributes='["116250000002027375","116250000002027369"]' data-zs-images='["116250000054531289","116250000054531301","116250000054531287"]'></option><option value='116250000002027365' data-zs-attributes='["116250000002027375","116250000002027371"]' data-zs-images='["116250000054531289","116250000054531301","116250000054531287"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000002027353"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-container-for-general-use/116250000002027353"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Container+for+General+Rearing+Use.jpg/116250000054531287/600x600?storefront_domain=www.labitems.co.in" alt="Insect Container for General Rearing Use Pack of 10" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Container+for+General+Rearing+Use.jpg/116250000054531287/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Container+for+General+Rearing+Use.jpg/116250000054531287?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000002027355 data-zs-skus="LI-Cont-16"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-16</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000002027353"><a href="/products/insect-container-for-general-use/116250000002027353">Insect Container for General Rearing Use Pack of 10</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="-1"><span class="theme-product-total-price-label"><span data-zs-selling-price="200.0" data-zs-currency-code="INR"> ₹200.00 </span></span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002027355" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="375.0" data-zs-currency-code="INR"> ₹375.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002027357" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="200.0" data-zs-currency-code="INR"> ₹200.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002027359" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="415.0" data-zs-currency-code="INR"> ₹415.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002027361" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="275.0" data-zs-currency-code="INR"> ₹275.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002027363" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="425.0" data-zs-currency-code="INR"> ₹425.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002027365" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="300.0" data-zs-currency-code="INR"> ₹300.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000002027353"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><a aria-label=View Details href="/products/insect-container-for-general-use/116250000002027353" class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" tabindex="0" data-zs-view data-zs-product-variant-id><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></a></div><div role="alert" data-theme-error="theme-error-message-list-116250000002027353" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"></div></div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000001910465" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000001910467' data-zs-attributes='[]' data-zs-images='["116250000009400037","116250000009470001","116250000009559018","116250000009400035"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000001910465"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/mosquito-larval-rearing-tray-with-mesh-cover/116250000001910465"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Larval+trays.jpeg/116250000009400037/600x600?storefront_domain=www.labitems.co.in" alt="Larval tray - Metal mesh" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Larval+trays.jpeg/116250000009400037/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Larval+trays.jpeg/116250000009400037?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000001910467 data-zs-skus="LI-FLD-78"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-FLD-78</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000001910465"><a href="/products/mosquito-larval-rearing-tray-with-mesh-cover/116250000001910465">Larval Tray with Aeration Lid for Healthy Colonies</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000001910467"><span class="theme-product-total-price-label" data-zs-selling-price="525.0" data-zs-currency-code="INR"> ₹525.00 </span><span class="theme-product-total-old-price" data-zs-label-price="535.0" data-zs-currency-code="INR"> ₹535.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000001910465"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000001910465" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000001910465" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000001910467"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000001910465" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000001910467', this)" data-zs-wishlist-variant-id="116250000001910467"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000002695039" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000002695005' data-zs-attributes='["116250000002695025","116250000002695027"]' data-zs-images='["116250000007778160"]'></option><option value='116250000002695007' data-zs-attributes='["116250000002695025","116250000002695029"]' data-zs-images='["116250000007778160"]'></option><option value='116250000002695009' data-zs-attributes='["116250000002695025","116250000002695031"]' data-zs-images='["116250000007778160"]'></option><option value='116250000002695011' data-zs-attributes='["116250000002695033","116250000002695027"]' data-zs-images='["116250000007777002","116250000007778318"]'></option><option value='116250000002695013' data-zs-attributes='["116250000002695033","116250000002695029"]' data-zs-images='["116250000007777002","116250000007778318"]'></option><option value='116250000002695015' data-zs-attributes='["116250000002695033","116250000002695031"]' data-zs-images='["116250000007777002","116250000007778318"]'></option><option value='116250000002695017' data-zs-attributes='["116250000002695035","116250000002695027"]' data-zs-images='["116250000007777002","116250000007778216"]'></option><option value='116250000002695019' data-zs-attributes='["116250000002695035","116250000002695029"]' data-zs-images='["116250000007777002","116250000007778216"]'></option><option value='116250000002695021' data-zs-attributes='["116250000002695035","116250000002695031"]' data-zs-images='["116250000007777002","116250000007778216"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000002695039"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/enamel-trays-for-general-lab-use/116250000002695039"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Enamel+trays+6+x+8+inch.JPG/116250000007777002/600x600?storefront_domain=www.labitems.co.in" alt="Enamel Trays for General Lab Use (variations available)" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Enamel+trays+6+x+8+inch.JPG/116250000007777002/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Enamel+trays+6+x+8+inch.JPG/116250000007777002?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000002695005 data-zs-skus="LI-FLD-69"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-FLD-69</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000002695039"><a href="/products/enamel-trays-for-general-lab-use/116250000002695039">Enamel Trays for General Lab Use</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="-1"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span><span class="theme-product-total-old-price" data-zs-label-price="465.0" data-zs-currency-code="INR" style="display:none;"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695005" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695007" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695009" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695011" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695013" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695015" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695017" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695019" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000002695021" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="465.0" data-zs-currency-code="INR"> ₹465.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000002695039"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><a aria-label=View Details href="/products/enamel-trays-for-general-lab-use/116250000002695039" class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" tabindex="0" data-zs-view data-zs-product-variant-id><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></a></div><div role="alert" data-theme-error="theme-error-message-list-116250000002695039" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"></div></div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000008449011" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000000066677' data-zs-attributes='["116250000008449013","116250000008449131"]' data-zs-images='["116250000000108303"]'></option><option value='116250000008449009' data-zs-attributes='["116250000008449015","116250000008449131"]' data-zs-images='["116250000000108303"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000008449011"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/enamel-trays-for-general-laboratory/116250000008449011"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Enamel+Trays.jpeg/116250000000108303/600x600?storefront_domain=www.labitems.co.in" alt="Enamel trays for general laboratory 10 x 12&quot; or 25.4x30.48 cm2 LAINS03" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Enamel+Trays.jpeg/116250000000108303/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Enamel+Trays.jpeg/116250000000108303?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000000066677 data-zs-skus="LI-FLD-67"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-FLD-67</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000008449011"><a href="/products/enamel-trays-for-general-laboratory/116250000008449011">Enamel trays for general laboratory</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="-1"><span class="theme-product-total-price-label"><span data-zs-selling-price="555.0" data-zs-currency-code="INR"> ₹555.00 </span></span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000000066677" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="555.0" data-zs-currency-code="INR"> ₹555.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000008449009" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="575.0" data-zs-currency-code="INR"> ₹575.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000008449011"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><a aria-label=View Details href="/products/enamel-trays-for-general-laboratory/116250000008449011" class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" tabindex="0" data-zs-view data-zs-product-variant-id><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></a></div><div role="alert" data-theme-error="theme-error-message-list-116250000008449011" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"></div></div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000001906319" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000001906321' data-zs-attributes='[]' data-zs-images='["116250000054531379"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000001906319"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-container-green-small/116250000001906319"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Container+-+Green+-+small.jpg/116250000054531379/600x600?storefront_domain=www.labitems.co.in" alt="Insect Container - Green - small" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Container+-+Green+-+small.jpg/116250000054531379/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Container+-+Green+-+small.jpg/116250000054531379?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000001906321 data-zs-skus="LI-Cont-07"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-07</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000001906319"><a href="/products/insect-container-green-small/116250000001906319">Insect Container - Green - small</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000001906321"><span class="theme-product-total-price-label" data-zs-selling-price="450.0" data-zs-currency-code="INR"> ₹450.00 </span><span class="theme-product-total-old-price" data-zs-label-price="600.0" data-zs-currency-code="INR"> ₹600.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000001906319"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000001906319" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000001906319" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000001906321"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000001906319" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000001906321', this)" data-zs-wishlist-variant-id="116250000001906321"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000001906343" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000001906345' data-zs-attributes='[]' data-zs-images='["116250000054531366"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000001906343"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/insect-container-small/116250000001906343"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Insect+Container+-+Small.jpg/116250000054531366/600x600?storefront_domain=www.labitems.co.in" alt="Insect Container - Small" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Insect+Container+-+Small.jpg/116250000054531366/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Insect+Container+-+Small.jpg/116250000054531366?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000001906345 data-zs-skus="LI-Cont-06"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-Cont-06</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000001906343"><a href="/products/insect-container-small/116250000001906343">Insect Container - Small</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000001906345"><span class="theme-product-total-price-label" data-zs-selling-price="450.0" data-zs-currency-code="INR"> ₹450.00 </span><span class="theme-product-total-old-price" data-zs-label-price="600.0" data-zs-currency-code="INR"> ₹600.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000001906343"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000001906343" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000001906343" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000001906345"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000001906343" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000001906345', this)" data-zs-wishlist-variant-id="116250000001906345"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000000114071" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000000114071' data-zs-attributes='[]' data-zs-images='["116250000009471023"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000000114071"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/larval-tray-lid/116250000000114071"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Larval+tray+cover+lid.jpeg/116250000009471023/600x600?storefront_domain=www.labitems.co.in" alt="Larval Tray Lid LI-MR-57" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Larval+tray+cover+lid.jpeg/116250000009471023/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Larval+tray+cover+lid.jpeg/116250000009471023?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000000114071 data-zs-skus="LI-FLD-79"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-FLD-79</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000000114071"><a href="/products/larval-tray-lid/116250000000114071">Larval Tray Lid only L37.5 x W30 x H7.5 cm</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000000114071"><span class="theme-product-total-price-label" data-zs-selling-price="215.0" data-zs-currency-code="INR"> ₹215.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000000114071"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000000114071" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000000114071" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000000114071"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000000114071" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000000114071', this)" data-zs-wishlist-variant-id="116250000000114071"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000010465696" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000000149607' data-zs-attributes='["116250000010465688"]' data-zs-images='["116250000010475056","116250000010475040","116250000007778382"]'></option><option value='116250000010465684' data-zs-attributes='["116250000010465690"]' data-zs-images='["116250000010475038","116250000007778382","116250000010475066"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000010465696"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/larval-sorting-trays-pp-based/116250000010465696"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Larval+sorting+trays+small.jpeg/116250000010475056/600x600?storefront_domain=www.labitems.co.in" alt="Larval sorting Tray Small with 29.1 cm x 18.8 cm x 1.8 cm depth" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Larval+sorting+trays+small.jpeg/116250000010475056/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Larval+sorting+trays+small.jpeg/116250000010475056?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000000149607 data-zs-skus="LI-FLD-81"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-FLD-81</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000010465696"><a href="/products/larval-sorting-trays-pp-based/116250000010465696">Larval sorting Trays PP based</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="-1"><span class="theme-product-total-price-label"><span data-zs-selling-price="145.0" data-zs-currency-code="INR"> ₹145.00 </span></span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000000149607" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="145.0" data-zs-currency-code="INR"> ₹145.00 </span></div>
<div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000010465684" style="display:none;"><span class="theme-product-total-price-label" data-zs-selling-price="175.0" data-zs-currency-code="INR"> ₹175.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000010465696"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><a aria-label=View Details href="/products/larval-sorting-trays-pp-based/116250000010465696" class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" tabindex="0" data-zs-view data-zs-product-variant-id><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></a></div><div role="alert" data-theme-error="theme-error-message-list-116250000010465696" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"></div></div></div></article></div><div class="theme-prod-box theme-product-list-style-15 theme-product-count-xsm-01 theme-product-count-sm-01 theme-product-count-md-05" data-zs-product-id="116250000000951059" data-zs-wrapping-category-id="116250000005453020"><select style="display:none;position:absolute;width:0px;height:0px;" data-zs-variants><option value='116250000000951059' data-zs-attributes='[]' data-zs-images='["116250000009559002","116250000009471005","116250000009471007"]'></option></select><article class="theme-product-box-content" aria-labelledby="product-name-116250000000951059"><div class="theme-product-image-area"><div class="theme-product-image-loader-dots" data-theme-product-image-skeleton-loader><span></span></div>
<a aria-hidden="true" href="/products/mosquito-larval-tray-only/116250000000951059"><picture><img data-src="https://cdn2.zohoecommerce.com/product-images/Mosquito+larval+tray.jpeg/116250000009559002/600x600?storefront_domain=www.labitems.co.in" alt="Mosquito Larval Tray only" width="600" height="600" style="display:none;" loading="lazy" decoding="async" onload="onListImageLoaded(this)" data-fallback="/product-images/Mosquito+larval+tray.jpeg/116250000009559002/600x600" onerror="handleFallBackForImage(this)"/></picture><span class='theme-org-img' data-src='https://cdn2.zohoecommerce.com/product-images/Mosquito+larval+tray.jpeg/116250000009559002?storefront_domain=www.labitems.co.in'></span></a></div>
<div class="theme-product-details-area"><div class="theme-product-name-rating-price"><div class="theme-product-sku" data-zs-variant-id=116250000000951059 data-zs-skus="LI-FLD-80"><span class="theme-sku-label">SKU: </span><span class="theme-sku">LI-FLD-80</span></div>
<div class="theme-product-name"><h2 id="product-name-116250000000951059"><a href="/products/mosquito-larval-tray-only/116250000000951059">Larval Tray only for mosquito rearing</a></h2></div>
<div class="theme-product-price"><div data-zs-pricing-container class="price-mask"><div class="theme-product-price-area" data-zs-pricings data-zs-variant-id="116250000000951059"><span class="theme-product-total-price-label" data-zs-selling-price="320.0" data-zs-currency-code="INR"> ₹320.00 </span></div>
</div></div><div class="theme-prod-coupons-code-container"><span class="theme-prod-coupons-code" data-list-coupon-code style="display:none;"></span></div>
<div class="theme-prod-coupons-container" data-zs-coupon-product-id="116250000000951059"></div>
</div><div class="theme-cart-and-wishlist"><div class="theme-product-list-quantity-addcart"><div class="theme-product-variant theme-product-quantity-cart-container"><div class="theme-product-varient-quantity"><div class="theme-product-variant-label theme-row-labels" data-zs-quantity-label><span>Qty</span><span>:</span></div>
<div class="theme-product-quantity-spinner" data-zs-quantity-container><input class="theme-quantity-decrease theme-hover-element" tabindex="0" aria-label="?product.action.increase_quantity" onclick="decreaseCount(this)" type="button" value='-'><input name="qty" title="quantity" type="text" maxlength="999" tabindex="0" onkeypress='return productQuantity(event);' value="1" data-quantity="116250000000951059" data-theme-quantity data-zs-quantity><input class="theme-quantity-increase theme-hover-element" tabindex="0" aria-label="?product.action.decrease_quantity" onclick="increaseCount(this)" type="button" value='+'></div>
<div data-theme-error="theme-error-message-116250000000951059" style="display:none;"></div>
</div><div class="theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-full-width" role="button" aria-label=Add to Cart tabindex="0" data-zs-add-to-cart data-zs-view-mini-cart-button data-zs-product-variant-id="116250000000951059"><span data-theme-cart-button-text="theme-cart-button-text"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(#clip0_887_19482)"><path d="M13 7.66667C12.32 5.65333 11.4693 5 8.95333 5H6.43333C3.82999 5 2.82333 5.65867 2.10333 8.158C1.45466 10.4093 1.12999 11.5353 1.46999 12.408C1.68177 12.9479 2.05053 13.4118 2.52866 13.74C3.49333 14.4067 5.98666 14.7227 8.33333 14.6587" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.66666 5.09473L4.66666 4.24267C4.66666 2.636 6.00999 1.33334 7.66666 1.33334C9.32332 1.33334 10.6667 2.636 10.6667 4.24267V5.09473M9.33332 12H14.6667M12 14.6667V9.33334M6.99999 7.33334H8.33332" stroke="#5E2BFF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_887_19482"><rect width="16" height="16" fill="white"/></clipPath></defs></svg></span><span class="theme-cart-button-loading-container" data-theme-cart-button-loading="theme-cart-button-loading" style="display:none;"><div class="theme-cart-button-loading-dots"></div>
</span></div></div><div role="alert" data-theme-error="theme-error-message-list-116250000000951059" style="display:none;"></div>
</div><div class="theme-wishlist-ctr"><button class="wishlist-selection-container" aria-label="Add to Wishlist" data-zs-wishlist-element data-zs-wishlisted="false" onclick="addToWishlistFromList('116250000000951059', this)" data-zs-wishlist-variant-id="116250000000951059"><svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="21" height="20" viewBox="0 0 21 20" fill="none"><path d="M16.977 3.32834C14.742 1.95751 12.7912 2.51001 11.6195 3.39001C11.1395 3.75084 10.8995 3.93168 10.7579 3.93168C10.6162 3.93168 10.3762 3.75084 9.89621 3.39001C8.72454 2.51001 6.77371 1.95751 4.53871 3.32834C1.60621 5.12751 0.942878 11.0617 7.70788 16.07C8.99621 17.0225 9.64038 17.5 10.7579 17.5C11.8754 17.5 12.5195 17.0233 13.8079 16.0692C20.5729 11.0625 19.9095 5.12751 16.977 3.32834Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span class="theme-wishlist-text">Wishlist</span></button></div>
</div></div></article></div></div></div></div></div></div></div><div data-element-id="elm_CrHFuBLGolzO6VpXxpa6mg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_CrHFuBLGolzO6VpXxpa6mg"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-left " data-editor="true"><div style="color:inherit;"><p>Different types of containers specifically used for housing, storing, breeding and observing insects. Here are revised types of insect containers and their uses:</p><ol><li><p><span style="font-weight:600;">Glass Jars</span>: Glass jars with lids are versatile containers used for short-term insect storage and observation in laboratory settings. They provide a clear view of the insects and are suitable for a wide range of insect species. These contains are suitable for repeated use however there are high chances that mis handling might broke the containers.</p></li><li><p><span style="font-weight:600;">Plastic Containers</span>: Plastic containers with secure lids are lightweight and durable options for insect storage and transport. They come in various sizes and shapes and are commonly used for field collection, laboratory studies, and insect rearing. Even though the containers can be used repeatedly, the lids broke due to repeated use. These are economical containers too.</p></li><li><p><span style="font-weight:600;">Mesh Cages</span>: Mesh cages made from fine mesh fabric provide ventilation and airflow while containing insects. They are ideal for housing live insects in laboratory settings and can be used for breeding, observation, and experimentation. These are durable and can be used repeatedly.</p></li><li><p><span style="font-weight:600;">Petri Dishes</span>: Petri dishes are shallow, circular containers made from acyrlic plastic. They are commonly used for short-term observation and experimentation, such as studying insect behavior, feeding preferences, or development stages. These contains are durable and can be used repeatedly.</p></li><li><p><span style="font-weight:600;">Vials, and Tubes</span>: Small vials or tubes with screw caps are used for storing individual insects or small specimens. They are convenient for field collection and storage of delicate or tiny insects, such as parasitic wasps or beetles. We have containers from 25ml to 200ml are available. These containers can be repeatedly be used.</p></li><li><p><span style="font-weight:600;">Insect Rearing Trays</span>: Rearing trays or containers with multiple compartments are used for rearing insect colonies in laboratory settings. They provide separate chambers for different developmental stages or experimental treatments, facilitating controlled studies and breeding programs. These trays are also used for conducting bioassay studies on insects. Different well type of containers are available for use.</p></li><li><p><span style="font-weight:600;">Flight Cages</span>: Flight cages are large enclosures equipped with mesh walls or netting that allow insects to fly freely while containing them within a controlled environment. They are used for studying flight behavior, navigation, and dispersal of insects. These type of open cages are usually used to study flying and highly motile insects.&nbsp;</p></li><li><p><span style="font-weight:600;">Aquatic Containers</span>: Containers designed for aquatic insects include aquariums, tanks, or trays filled with water and aquatic plants. They are used for studying aquatic insect species, including larvae, nymphs, and adults, in their natural habitat.</p></li></ol></div></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 30 Mar 2024 16:15:48 +0000</pubDate></item><item><title><![CDATA[Berlese funnels - easy way to sort soil borne insects]]></title><link>https://www.labitems.co.in/blogs/post/berlese-funnels-easy-way-to-sort-soil-borne-insects</link><description><![CDATA[Passive traps are easiest way to monitor pest populations or insect populations to conduct longitudinal studies]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_lUT4z8bWSZ6qUCspeCrIbA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_Rzi-aKdGRcWrZXHl8xf_vg" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_Hvt52ywmQOGKe0PHmHhtcw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_KfOrhOBKSo6GXIUU1yGUOA" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_KfOrhOBKSo6GXIUU1yGUOA"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true">Berlese Funnels- a type of passive trap to collect soil borne insects</h2></div>
<div data-element-id="elm_C_QwcVwoS8qZ09YqPbKoUw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_C_QwcVwoS8qZ09YqPbKoUw"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;"><p style="text-align:left;"><a id="50b16789-d945-179f-9136-c81ccd59531d-6-group" href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank">A Berlese funnel is a device that is used to collect small living organisms, especially arthropods, from samples of soil or plant material</a><a href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-2"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">1</span></a><a href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-4"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">2</span></a><a href="https://bughunter.tamu.edu/collection/collectionequipment/berlese-funnel/" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-6"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">3</span></a>.&nbsp;<a id="50b16789-d945-179f-9136-c81ccd59531d-10-group" href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank">It works by creating a dry and light environment over the sample, which causes the organisms to move away and fall into a container with alcohol, where they die and are preserved for later examination</a><a href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-8"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">1</span></a><a href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-10"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">2</span></a>.</p><p style="text-align:left;"><a id="50b16789-d945-179f-9136-c81ccd59531d-13-group" href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank">The Berlese funnel was invented by Antonio Berlese, an Italian entomologist who specialized in studying insects that live in soil</a><a href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-13"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">1</span></a>.&nbsp;<a id="50b16789-d945-179f-9136-c81ccd59531d-15-group" href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank">He designed the funnel to separate insects from soil samples without damaging them</a><a href="https://en.wikipedia.org/wiki/Tullgren_funnel" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-15"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">1</span></a>. The funnel consists of a metal or plastic cone with a screen at the bottom that holds the sample. The cone is placed over a jar or tube that contains alcohol or another preservative.&nbsp;<a id="50b16789-d945-179f-9136-c81ccd59531d-19-group" href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank">A light bulb or another heat source is attached to the top of the cone to dry out the sample and force the organisms to move downwards</a><a href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-17"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">2</span></a><a href="https://bughunter.tamu.edu/collection/collectionequipment/berlese-funnel/" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-19"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">3</span></a>.</p><p style="text-align:left;"><a id="50b16789-d945-179f-9136-c81ccd59531d-24-group" href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank">The Berlese funnel can be used for various purposes, such as studying the diversity and abundance of soil arthropods, monitoring their population changes over time, assessing their ecological roles and functions, and identifying new species</a><a href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-22"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">2</span></a><a href="https://bughunter.tamu.edu/collection/collectionequipment/berlese-funnel/" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-24"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">3</span></a>.&nbsp;<a id="50b16789-d945-179f-9136-c81ccd59531d-26-group" href="https://bughunter.tamu.edu/collection/collectionequipment/berlese-funnel/" target="_blank">The Berlese funnel can also be used to collect other small organisms that live in leaf litter, plant debris, old logs, compost piles, etc.</a><a href="https://bughunter.tamu.edu/collection/collectionequipment/berlese-funnel/" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-26"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">3</span></a></p><p style="text-align:left;">The advantages of using a Berlese funnel are that it is simple, inexpensive, and effective. It can collect many different types of arthropods without harming them physically.&nbsp;<a id="50b16789-d945-179f-9136-c81ccd59531d-31-group" href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank">It can also process large amounts of samples quickly and easily</a><a href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-29"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">2</span></a><a href="https://bughunter.tamu.edu/collection/collectionequipment/berlese-funnel/" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-31"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">3</span></a>. The disadvantages of using a Berlese funnel are that it may not collect all the organisms present in the sample, especially those that are very small or very resistant to desiccation. It may also alter some characteristics of the organisms due to heat or alcohol exposure.&nbsp;<a id="50b16789-d945-179f-9136-c81ccd59531d-35-group" href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank">It may also require electricity or batteries for operating the light source</a><a href="https://mississippientomologicalmuseum.org.msstate.edu/collecting.preparation.methods/Berlesefunnel.htm" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-33"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">2</span></a><a href="https://bughunter.tamu.edu/collection/collectionequipment/berlese-funnel/" target="_blank" id="50b16789-d945-179f-9136-c81ccd59531d-35"><span style="font-size:10px;font-weight:600;vertical-align:top;margin-right:2px;margin-left:2px;">3</span></a>.</p><p style="text-align:left;">A Berlese funnel is an important tool for entomologists and other scientists who study soil arthropods and their habitats. It helps them discover new species, understand their ecology and evolution, and conserve their biodiversity.</p><p style="text-align:left;"><br></p><p style="text-align:left;">We have several types of passive traps are available with us which are similar to Berlese funnels in functioning.</p></div></div>
</div><div data-element-id="elm_sCgtp7mSSvOXUo1l3rTcyQ" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_sCgtp7mSSvOXUo1l3rTcyQ"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="https://www.labitems.co.in/search-products?q=passive%20traps" target="_blank" title="berlese funnels"><span class="zpbutton-content">Related products</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Thu, 02 Mar 2023 17:17:46 +0000</pubDate></item><item><title><![CDATA[Emergence Traps]]></title><link>https://www.labitems.co.in/blogs/post/emergence-traps</link><description><![CDATA[Emergence traps&nbsp;are several types; terrestrial, aquatic and both types. They are mainly used to trap the emerged adults from immature stages of i ]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_zx7jUCjcSdG4_eUH-m4tdg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_Coq0YdS_Ttq60FNSCOCCJQ" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_4IG0qcQ7S7m9I4cfqQr10g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_pgeqMz4CTrWXi5TlsyT-7g" data-element-type="heading" class="zpelement zpelem-heading "><style> [data-element-id="elm_pgeqMz4CTrWXi5TlsyT-7g"].zpelem-heading { border-radius:1px; } </style><h2
 class="zpheading zpheading-align-center " data-editor="true"><span style="font-size:24px;">Emergence Traps for Studying Insect Biodiversity, Insect - Plant - Pathogen Interactions, Interactions under Natural Settings</span></h2></div>
<div data-element-id="elm_U9fc5ZJRSiG377xRnQRpkw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_U9fc5ZJRSiG377xRnQRpkw"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><div style="color:inherit;"><h3 style="text-align:left;font-weight:400;"><br></h3><p style="text-align:left;font-size:20px;">Emergence traps&nbsp;are several types; terrestrial, aquatic and both types. They are mainly used to trap the emerged adults from immature stages of insects. The aquatic traps sit atop water bodies and&nbsp;<a href="https://www.sciencedirect.com/topics/agricultural-and-biological-sciences/insect-traps">trap insects</a>&nbsp;as they emerge to the adult stage (<span style="color:inherit;text-align:center;">R. Edward&nbsp;DeWalt, ...&nbsp;John B.&nbsp;Sandberg, in&nbsp;</span><a href="https://www.sciencedirect.com/book/9780123850263/thorp-and-covichs-freshwater-invertebrates" style="text-align:center;font-size:16px;">Thorp and Covich's Freshwater Invertebrates (Fourth Edition)</a><span style="color:inherit;text-align:center;">, 2015)</span><span style="color:inherit;">. There are two major advantages to their use in ecological, biodiversity, and emergence&nbsp;</span><a href="https://www.sciencedirect.com/topics/agricultural-and-biological-sciences/phenology">phenology</a><span style="color:inherit;">&nbsp;studies: Since the trap collected adults are origined from the cordon off are of the trap, the origin or the source of the adults is indisputable, and if emptied daily, it fulfils several research objectives. For example, it can be known the number of days of incubation period of species of interest under field conditions, insect -&nbsp; insect interactions, biodiversity of the location, insect - plant interactions under natural conditions, predator - pray or biological control systems study under natural settings etc. Several designs for emergence traps are available (Merritt et&nbsp;al., 2008) and have been used extensively in sampling&nbsp;</span><a href="https://www.sciencedirect.com/topics/agricultural-and-biological-sciences/plecoptera">Plecoptera</a><span style="color:inherit;">&nbsp;for ecological studies (e.g.,&nbsp;Harper and Pilon, 1970; Masteller, 1983; Kerst and Anderson, 2006).</span></p><p style="text-align:left;font-size:20px;"><span style="color:inherit;"><br></span></p><p style="text-align:left;font-size:20px;"><span style="color:inherit;">We have sourced/developed several models of emergence traps for various scientific needs. Please visit the link to know more</span></p><p style="text-align:left;font-size:20px;"><span style="color:inherit;"><a href="https://www.labitems.co.in/collections/soil-and-water-emergence-traps/116250000001928293">https://www.labitems.co.in/collections/soil-and-water-emergence-traps/116250000001928293</a><br></span></p></div></div>
</div><div data-element-id="elm_O4U5ZqR4RiaKe3Hu2y52zg" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_O4U5ZqR4RiaKe3Hu2y52zg"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-lg zpbutton-style-roundcorner zpbutton-full-width " href="/collections/116250000001895003/all-products" target="_blank"><span class="zpbutton-content">Know More About Insect Research</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Mon, 29 Nov 2021 03:29:23 +0000</pubDate></item><item><title><![CDATA[Insect Rearing Cages]]></title><link>https://www.labitems.co.in/blogs/post/insect-rearing-cages</link><description><![CDATA[<img align="left" hspace="5" src="https://www.labitems.co.inhttps://images.unsplash.com/photo-1584709059376-7931ff34cdf6?crop=entropy&amp;cs=tinysrgb&amp;fit=max&amp;fm=jpg&amp;ixid=Mnw0NTc5N3wwfDF8c2VhcmNofDU4fHxpbnNlY3QlMjByZWFyaW5nJTIwY2FnZXxlbnwwfHx8fDE2MjExNzIyOTI&amp;ixlib=rb-1.2.1&amp;q=80&amp;w=1080"/>Types of insect rearing utilities. Rearing cage and tents that are useful to study plant - insect and insect -insect interactions, study insect behavior and bionomics in the presence of predator, understanding effect of insecticides]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_2ca494hYSgq7DcdUVAsYZg" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_eJipAWMJS1eR3eDbSWHAtw" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_39in3lWfRGGHXAxQtzNBeQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_QkhwLjdyTtaxMQDuIlhKrg" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true">Types of Insect Rearing Cages</h2></div>
<div data-element-id="elm_2PCWaAvKSAapx0Vct-qTEw" data-element-type="text" class="zpelement zpelem-text "><style></style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:left;">Capturing, holding, rearing, multiplying, and analyzing insects require a comfort and convenient environment where insects move freely, feed on plant material, grow and reproduce. Some require plant material to grow while others can grow on artificial diets. In either case, an ideal insect cage should have following charateristics;&nbsp;</p><p style="text-align:left;"><br></p><p style="text-align:left;"><span>A quality research is defined by reproducibility and repeatability. It can only be possible with a standard quality material that are being employed for research. A dependable insect rearing cage should have following characteristics;</span></p><p style="text-align:left;"><span>1. moderate weight that permits easy moment in the lab</span></p><p style="text-align:left;"><span>2. should prevent escape of insects from the cage</span></p><p style="text-align:left;"><span>3. should prevent infestation of the cage by unwanted insects from outside environment (for this mesh grid size or grid's aparture plays important role)</span></p><p style="text-align:left;"><span>4. should allow to record scientific observations (easy to see through facility in the cage design will help meeting this requirement like providing front side is the cage with see through material like polyethylene in our cages)</span></p><p style="text-align:left;"><span>5. shouldn’t have any spaces inside the cage or corners that can helps insects hide thereby influences the recorded observation</span></p><p style="text-align:left;"><span>6. should be long lasting and durable</span></p><p style="text-align:left;"><span><span style="font-style:inherit;font-weight:700;"><em style="font-weight:inherit;">Some of the examples of&nbsp; insect rearing cages that may meet above criterion to be one of the best commercially available models for research</em></span></span></p><div style="margin-bottom:15px;"><a href="https://www.labitems.co.in/" target="_blank" rel="noopener"><div><div><img src="https://static.wixstatic.com/media/53375d_09d05989eff24618ae0be604d834ffb2%7Emv2_d_4243_3133_s_4_2.jpg/v1/fit/w_750%2Ch_554%2Cal_c%2Cq_20/file.jpg" alt="Insect rearing cages in India by Labitems" style="width:740px;"></div><div></div><div></div><span style="font-style:inherit;font-weight:inherit;font-size:14px;text-align:center;">Various models of insect rearing cages commercially available for research</span></div></a></div><p style="text-align:left;"><span>The labitems have several models of insect rearing cages with various sizes to meet most of the possible demand in the entomology research. Our cages are made of two types of polystyrene or nylon meshes, i.e., <a href="https://www.labitems.co.in/4s-series" target="_blank" rel="noopener"><u>96x26 </u></a>or <a href="https://www.labitems.co.in/4f-series" rel="noopener"><u>150x150 mesh</u></a>. 96x26 mesh defined as number grids per one inch width to one inch height. More number of grids, the thinner will be the hole size thereby suitable to contain smallest insects. The 96x26 mesh has aperture size of 680micro meters or 0.6mm, while 150x150 mesh has aperture size of 150micro meters or 0.15mm. Based on the size of the insect when in crawling and flying condition the size of the mesh should be chosen.</span></p><p><span style="color:inherit;"></span></p><p style="text-align:left;"><span>Please read more about variations of our insect rearing cages <a href="https://www.labitems.co.in/" target="_blank" rel="noopener"><u>here</u></a></span></p><p style="text-align:left;">Similarly, cages are in tent shaped are available. These are ideal to rear insects on tall plants. The cons of tents are that stalking is not possible as the case with rectangular or square shaped cages.</p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p><p><br></p></div>
</div><div data-element-id="elm_k6NpYgQDSHSvAcSqZ4K8aA" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_k6NpYgQDSHSvAcSqZ4K8aA"].zpelem-button{ margin-block-start:14px; } </style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 10 Apr 2021 17:42:14 +0000</pubDate></item><item><title><![CDATA[The Practical Guide to Selecting the Right Insect Rearing Cage]]></title><link>https://www.labitems.co.in/blogs/post/insect-rearing-cages1</link><description><![CDATA[<img align="left" hspace="5" src="https://www.labitems.co.in/insect cages for horsefly and veterinary importance insects.png?v=1753431615"/>Types of insect rearing utilities. Rearing cage and tents that are useful to study plant - insect and insect -insect interactions, study insect behavior and bionomics in the presence of predator, understanding effect of insecticides]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_npI12zP_T0-jiX-bxSd0sw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_dWj3I4FQRpGmW-LJoPwQ2Q" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_PE3YFclsTiahy8mWcUKJrA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_CZqH6fknWDp-j_11oIpz8Q" data-element-type="codeSnippet" class="zpelement zpelem-codesnippet "><div class="zpsnippet-container"><!DOCTYPE html><html lang="en"><meta charset="UTF-8"><title>Selection Guide for Insect Rearing Cages</title><style> :root{ --ink:#1f2a33; --accent:#2a6f84; --accent-soft:#eaf3f6; --muted:#5d6b73; --rule:#d8dee2; --bg:#ffffff; } *{box-sizing:border-box} body{ font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif; color:var(--ink); background:var(--bg); margin:0; line-height:1.65; font-size:16px; } .wrap{max-width:1000px;margin:0 auto;padding:40px 28px 80px} h1.main{ font-size:30px; text-align:center; color:var(--accent); margin-bottom:10px; letter-spacing:.3px; } .subtitle{ text-align:center; color:var(--muted); font-size:15px; margin-bottom:26px; } h2{ font-size:22px; color:var(--accent); margin-top:42px; padding-bottom:6px; border-bottom:2px solid var(--accent); } h3{ font-size:18px; color:var(--ink); margin-top:24px; margin-bottom:8px; } h4{ font-size:16px; color:var(--accent); margin-top:18px; margin-bottom:4px; } p{margin:10px 0;text-align:justify} ul,ol{margin:8px 0 14px 22px} li{margin:5px 0} /* Horizontal TOC — no box */ .toc{ margin:6px 0 30px; padding:0; } .toc-label{ display:inline-block; font-size:12px; font-weight:700; letter-spacing:1.2px; color:var(--accent); text-transform:uppercase; margin-right:10px; } .toc-links{ display:inline; font-size:14px; } .toc-links a{ color:var(--ink); text-decoration:none; padding:2px 4px; } .toc-links a:hover{ color:var(--accent); text-decoration:underline; } .toc-links span.sep{ color:var(--rule); margin:0 4px; } .lead{ font-size:16.5px; color:#2d3b44; border-left:3px solid var(--accent); padding:8px 14px; background:var(--accent-soft); margin-bottom:26px; } table.lookup{ border-collapse:collapse; width:100%; margin:14px 0; font-size:14px; } table.lookup th,table.lookup td{ border:1px solid var(--rule); padding:8px 10px; text-align:left; vertical-align:top; } table.lookup th{background:var(--accent-soft);color:var(--ink)} table.lookup tr:nth-child(even) td{background:#fafbfc} a{color:var(--accent)} .tip{ background:#fff6e5; border-left:4px solid #e09b00; padding:8px 14px; margin:12px 0; border-radius:3px; } .example{ background:#eef7f5; border-left:4px solid #28796b; padding:8px 14px; margin:10px 0; border-radius:3px; font-size:14.5px; } .final{ background:var(--accent-soft); padding:14px 18px; border-radius:6px; margin-top:14px; } hr.sec{ border:0; border-top:1px solid var(--rule); margin:34px 0; } </style><div class="wrap"><h1 class="main">Selection Guide for Insect Rearing Cages</h1><div class="subtitle">Choosing the right cage for confident colony handling, clean assays, and reproducible results</div>
<!-- Horizontal TOC without box --><nav class="toc"><span class="toc-label">Contents</span><span class="toc-links"><a href="#start">Start with Organism &amp; Goal</a><span class="sep">•</span><a href="#species">Species &amp; Size</a><span class="sep">•</span><a href="#context">Experiment Context</a><span class="sep">•</span><a href="#frames">Backbone Frames</a><span class="sep">•</span><a href="#mesh">Mesh Materials</a><span class="sep">•</span><a href="#fineness">Mesh Fineness</a><span class="sep">•</span><a href="#color">Mesh Color &amp; Finish</a><span class="sep">•</span><a href="#access">Access &amp; Ergonomics</a><span class="sep">•</span><a href="#size">Size</a><span class="sep">•</span><a href="#environment">Environment &amp; Microclimate</a><span class="sep">•</span><a href="#cleaning">Cleaning &amp; Longevity</a><span class="sep">•</span><a href="#field">Field vs. Lab</a><span class="sep">•</span><a href="#series">Series Logic</a><span class="sep">•</span><a href="#dropdown">Dropdown Selection</a><span class="sep">•</span><a href="#oversights">Common Oversights</a><span class="sep">•</span><a href="#takeaways">Final Takeaways</a></span></nav><p class="lead">Choosing an <a href="https://www.labitems.co.in/search-products?q=insect%2Brearing%2Bcage" target="_blank">insect rearing cage</a> is not merely a procurement decision—it shapes how confidently you handle colonies, how cleanly you run assays, and how reproducible your results are. The right cage prevents escapes, minimizes handling stress, and simplifies feeding, cleaning, and observation. This guide walks you through the major choices—frame/backbone materials, mesh types and colors, access features, and size—and then shows how to translate those choices into a fast, reliable selection using our series logic (e.g., <a href="https://www.labitems.co.in/search-products?q=4E%2Binsect%2Bcage" target="_blank">4E</a>, <a href="https://www.labitems.co.in/search-products?q=4F%2Binsect%2Bcage" target="_blank">4F</a>, and the aluminum-profile "<a href="https://www.labitems.co.in/search-products?q=flek-AL" target="_blank">flek-AL</a>" lines). You can click the <a href="https://www.labitems.co.in/custom-selection-of-insect-rearing-cage">dropdown menu</a> to locate an insect cage based on your specific requirements.</p><!-- =================== --><section id="start"><h2>Start With Your Organism and Experimental Goal</h2><p>Before comparing materials, anchor your selection on two essentials:</p></section><section id="species"><h3>Species &amp; Size Considerations</h3><p>The selection of mesh size and enclosure design should always be aligned with the body size, behavior, and escape ability of the target insect species. Very small or delicate insects—such as thrips (<em>Thrips tabaci</em>), aphids (<em>Aphis gossypii</em>), whiteflies (<em>Bemisia tabaci</em>), and sand flies (<em>Phlebotomus</em> spp.)—require <a href="https://www.labitems.co.in/search-products?q=fine%2Bmesh%2Binsect%2Bcage" target="_blank">fine mesh</a> (typically ≤150–200 µm) to prevent escape and block contaminants. These insects can easily pass through standard mosquito mesh and are also sensitive to airflow, so finer mesh helps maintain controlled micro-environments.</p><p>In contrast, medium-sized insects such as mosquitoes (<em>Anopheles</em>, <em>Aedes</em>), <em>Drosophila melanogaster</em>, and many Lepidopteran larvae (e.g., <em>Spodoptera</em>, <em>Helicoverpa</em>) perform well with <a href="https://www.labitems.co.in/search-products?q=standard%2Bmesh%2Binsect%2Bcage" target="_blank">standard mesh</a> (~300–500 µm), which balances ventilation and containment. This mesh allows sufficient airflow for respiration and odor delivery (important in olfactometer-linked studies) while preventing escape. For these species, excessive mesh fineness is unnecessary and may even reduce airflow efficiency.</p><p>For larger and more robust insects, such as beetles (e.g., <em>Tenebrio molitor</em>, <em>Tribolium castaneum</em>) and predatory insects like mantids (<em>Tenodera</em> spp.), cages can use <a href="https://www.labitems.co.in/search-products?q=coarse%2Bmesh%2Binsect%2Bcage" target="_blank">coarser mesh</a> or even <a href="https://www.labitems.co.in/search-products?q=perforated%2Bpanel%2Binsect%2Bcage" target="_blank">perforated panels</a>, provided structural strength is ensured. These insects are less likely to escape through mesh but may exert mechanical force; hence, sturdy frames (<a href="https://www.labitems.co.in/search-products?q=aluminum%2Bframe%2Binsect%2Bcage" target="_blank">aluminum</a> or <a href="https://www.labitems.co.in/search-products?q=steel%2Bframe%2Binsect%2Bcage" target="_blank">steel</a>) and reinforced mesh matter more than mesh fineness.</p><p>Behavioral traits must also be considered:</p><ul><li><strong>Climbers</strong> (aphids, whiteflies) require smooth internal surfaces or inward lips to prevent escape.</li><li><strong>Strong fliers</strong> (moths, mosquitoes) benefit from mesh that minimizes wing damage.</li><li><strong>Burrowers or chewers</strong> (beetle larvae) require solid base materials rather than mesh flooring.</li></ul><p>Overall, matching mesh size, airflow permeability, and structural strength to the biological and behavioral characteristics of the species is essential for maintaining containment, ensuring insect welfare, and achieving reliable experimental outcomes.</p><table class="lookup"><thead><tr><th>Insect Size / Group</th><th>Typical Body Size</th><th>Example Species</th><th>Recommended Mesh Size</th><th>Why This Mesh?</th><th>Notes / Design Tips</th></tr></thead><tbody><tr><td>🟢 Very Tiny Insects</td><td>≤ 1 mm</td><td>Thrips (<em>Thrips tabaci</em>), aphids (<em>Aphis gossypii</em>), whiteflies (<em>Bemisia tabaci</em>), sand flies (<em>Phlebotomus</em>)</td><td><a href="https://www.labitems.co.in/search-products?q=very%2Bfine%2Bmesh%2Binsect%2Bcage" target="_blank">≤150–200 µm (Very Fine Mesh)</a></td><td>Prevents escape of extremely small insects</td><td>Use smooth inner surfaces; avoid gaps at joints</td></tr><tr><td>🔵 Small Insects</td><td>1–3 mm</td><td><em>Drosophila melanogaster</em>, small parasitoids, fungus gnats</td><td><a href="https://www.labitems.co.in/search-products?q=fine%2Bmesh%2Binsect%2Bcage" target="_blank">200–300 µm (Fine Mesh)</a></td><td>Balances containment and airflow</td><td>Important for behavioral assays</td></tr><tr><td>🟡 Medium Insects (Standard Lab Use)</td><td>3–10 mm</td><td>Mosquitoes (<em>Aedes</em>, <em>Anopheles</em>), houseflies, moth larvae (<em>Spodoptera</em>, <em>Helicoverpa</em>)</td><td><a href="https://www.labitems.co.in/search-products?q=standard%2Bmesh%2Binsect%2Bcage" target="_blank">300–500 µm (Standard Mesh)</a></td><td>Good airflow plus reliable containment</td><td>Ideal for olfactometer-linked experiments</td></tr><tr><td>🟠 Large Insects</td><td>10–25 mm</td><td>Beetles (<em>Tribolium</em>, <em>Tenebrio</em>), larger flies, grasshoppers</td><td><a href="https://www.labitems.co.in/search-products?q=coarse%2Bmesh%2Binsect%2Bcage" target="_blank">500–800 µm (Coarse Mesh)</a></td><td>Allows better ventilation</td><td>Ensure a strong frame to resist force</td></tr><tr><td>🔴 Very Large / Strong Insects</td><td>&gt; 25 mm</td><td>Mantids (<em>Tenodera</em>), large beetles, locusts</td><td><a href="https://www.labitems.co.in/search-products?q=perforated%2Bpanel%2Binsect%2Bcage" target="_blank">≥ 800 µm or perforated panels</a></td><td>Structural strength matters more than mesh fineness</td><td>Use reinforced aluminum or steel frames</td></tr></tbody></table><p><strong>Experiment context:</strong> colony maintenance, dose–response bioassays, behavior/olfaction work, classroom demonstrations, semi-field holding, or field transport. Each context favors different features (e.g., clear panels for observation, heavy bases for stability, black mesh for low-glare imaging).</p></section><hr class="sec"><!-- =================== --><section id="context"><h2>🧪 Experiment Context Matters in Choosing Rearing Containers &amp; Cages</h2><p>The intended use of the cage or container plays a major role in selecting the right design, material, and features. Different experimental contexts demand different priorities—ranging from visibility and airflow to durability and transport safety.</p><h3>🟢 1. Colony Maintenance (Routine Rearing)</h3><p>For maintaining continuous insect cultures (e.g., <em>Aedes aegypti</em>, <em>Anopheles stephensi</em>, <em>Drosophila melanogaster</em>, <em>Spodoptera litura</em>), the focus is on long-term stability and ease of handling.</p><p><strong>Preferred features:</strong></p><ul><li>Good ventilation (mesh panels)</li><li>Sleeve openings for feeding and cleaning</li><li>Durable frame (aluminum or plastic)</li><li>Easy-to-clean surfaces</li></ul><h3>🔵 2. Dose–Response Bioassays (Toxicology / Insecticide Testing)</h3><p>Used in studies such as WHO cone bioassays, insecticide resistance testing, and larval toxicity assays.</p><p><strong>Preferred features:</strong></p><ul><li>Standardized size and geometry</li><li>Minimal adsorption (glass or inert plastic)</li><li>Controlled airflow and exposure</li><li>Replicable conditions</li></ul><div class="example">👉 Example: For <em>Anopheles</em> insecticide assays, uniform containers ensure comparable exposure across replicates.</div>
<h3>🟡 3. Behavior / Olfaction Studies</h3><p>Critical for olfactometer experiments, host-seeking studies, and pheromone assays.</p><p><strong>Preferred features:</strong></p><ul><li>Black mesh or matte surfaces → reduces glare and reflection</li><li>Uniform airflow compatibility</li><li>Minimal odor contamination (glass preferred) — cages are usually not used for olfaction studies themselves</li><li>Clear observation panels, strategically placed — usually on the left side of the sleeve so that the researcher can observe into the cage while releasing insects, sampling, or performing other tasks</li></ul><div class="example">👉 Example: In mosquito olfactometer studies, black mesh cages reduce visual bias and improve tracking accuracy.</div>
<h3>🟣 4. Classroom Demonstrations / Teaching</h3><p>Used for student learning, demonstrations, and outreach programs.</p><p><strong>Preferred features:</strong></p><ul><li><strong>Transparent walls for visibility</strong> — clear panels may carry slight static electricity. Please discharge it before use; otherwise insects may cluster against a single surface, unable to escape its pull. If the static issue is not addressed, you may observe reduced fecundity, smaller colony size, or even early mortality. This can be resolved easily by removing the attractive charge of the clear plastic or acrylic.</li><li><strong>Safe, lightweight design</strong> — important when transportation is needed. Cage backbones are typically made from lightweight metal poles or fiberglass.</li><li><strong>Easy handling and cleaning</strong> — important for routine maintenance.</li><li><strong>Low cost</strong> — the cost of a cage is largely determined by the backbone material, mesh type, and functionality.</li></ul><div class="example">👉 Example: Butterfly kits use fully transparent containers for lifecycle observation.</div>
<h3>🟠 5. Semi-Field Holding / Large Experimental Setups</h3><p>Used in vector ecology, release–recapture studies, and plant–insect interaction research.</p><p><strong>Preferred features:</strong></p><ul><li><strong>Large-volume cages</strong> — for field experiments, the mesh should be UV-resistant and weather-resistant to prevent frequent replacement.</li><li><strong>High-airflow mesh</strong> — this is a debatable feature. A wide-hole mesh gives good airflow, but excessive air exchange dries plant materials quickly, which is a problem if live plants feed the insects. A tighter mesh (smaller hole size) restricts airflow but also prevents escape and helps retain plant moisture. The drawback is that airflow may sometimes feel insufficient inside the cage, encouraging fungal growth within the colony.</li><li>Strong structural frames</li><li>Weather resistance</li></ul><div class="example">👉 Example: Large mesh enclosures for <em>Anopheles</em> allow natural host-seeking behavior studies.</div>
<h3>🔴 6. Field Transport / Sample Collection</h3><p>For collecting and transporting insects from field to lab, choose <a href="https://www.labitems.co.in/search-products?q=insect%2Brearing%2Bcontainer" target="_blank">insect rearing containers</a> or <a href="https://www.labitems.co.in/search-products?q=insect%2Btransport%2Bcage" target="_blank">cages</a> with these features.</p><p><strong>Preferred features:</strong></p><ul><li><a href="https://www.labitems.co.in/search-products?q=insect%2Bcontainer%2Blocking%2Blid" target="_blank">Secure locking lids</a> — available with insect containers</li><li><a href="https://www.labitems.co.in/search-products?q=ventilated%2Binsect%2Bcontainer" target="_blank">Ventilation with filters</a> — available with both containers and cages</li><li>Compact and shock-resistant design — available with both containers and cages</li><li>Leak-proof and escape-proof — available in both</li></ul><div class="example">👉 Example: Whitefly transport requires fine mesh plus sealed containers to prevent escape.</div>
<h3>🔬 Key Design Logic Across Contexts</h3><table class="lookup"><thead><tr><th>Feature</th><th>Why It Matters</th><th>Where It's Critical</th></tr></thead><tbody><tr><td>Clear panels</td><td>Visual observation</td><td>Teaching, behavior studies</td></tr><tr><td>Black mesh</td><td>Reduces glare, improves imaging</td><td>Olfaction &amp; tracking</td></tr><tr><td>Heavy/stable base</td><td>Prevents vibration</td><td>Bioassays, olfactometers</td></tr><tr><td>Fine mesh</td><td>Prevents escape of small insects</td><td>Whiteflies, thrips</td></tr><tr><td>Strong frame</td><td>Withstands large or active insects</td><td>Beetles, mantids</td></tr><tr><td>Airtight control</td><td>Prevents odor contamination</td><td>Olfactometers</td></tr></tbody></table><h3>📌 Bottom Line</h3><p>There is no one-size-fits-all container. The optimal design depends on whether the goal is:</p><ul><li>Maintaining insects so samples remain continuously available</li><li>Measuring behavior — to understand insect responses to nearby plants or other insects</li><li>Testing chemicals — to evaluate the effects of chemicals or other scents that might influence insect behavior</li><li>Transporting samples — moving field-collected insects, transferring between labs, or bringing specimens from field to lab</li><li>Teaching, demonstration, or recording data for scientific publication</li></ul><p>Choosing the right combination of mesh, material, airflow, and visibility ensures both experimental accuracy and insect welfare.</p><div class="tip"><strong>Quick rule:</strong> The smaller the insect and the greater the escape risk, the finer the mesh must be and the tighter the tolerances (zippers, sleeve seams, panel joins).</div>
</section><hr class="sec"><!-- =================== --><section id="frames"><h2>Backbone Frames: What Holds the Cage Together</h2><p>Three main variants: (a) <a href="https://www.labitems.co.in/search-products?q=fiberglass%2Binsect%2Bcage" target="_blank">fiberglass</a>, (b) <a href="https://www.labitems.co.in/search-products?q=metal%2Bcomposite%2Binsect%2Bcage" target="_blank">metal composites</a>, and (c) <a href="https://www.labitems.co.in/search-products?q=aluminum%2Bprofile%2Binsect%2Bcage" target="_blank">aluminum profiles</a>.</p><h3>1) <a href="https://www.labitems.co.in/search-products?q=nylon%2Bfabric%2Bcube%2Bcage" target="_blank">Nylon/Fabric Cube Cages</a> with Fiberglass or Aluminum Backbone (<a href="https://www.labitems.co.in/search-products?q=4E%2Binsect%2Bcage" target="_blank">4E</a>/<a href="https://www.labitems.co.in/search-products?q=4F%2Binsect%2Bcage" target="_blank">4F</a> Families)</h3><ul><li><strong>Pros:</strong> Lightweight, affordable, fast to deploy; pack flat; excellent airflow; easy to replace panels.</li><li><strong>Use when:</strong> You are working on benches, in BOD incubators, or need many identical cages for replicate experiments.</li><li><strong>Notes:</strong> Add clear sides (MC variants) for observation or video; use double-sleeve doors when multiple users need simultaneous access.</li></ul><h3>2) <a href="https://www.labitems.co.in/search-products?q=aluminum%2Bprofile%2Bcage" target="_blank">Aluminum Profile Cages</a> (<a href="https://www.labitems.co.in/search-products?q=flek-AL" target="_blank">flek-AL Family</a>)</h3><ul><li><strong>Pros:</strong> Rigid, square, and modular; accept mesh or solid/clear panels; offer better dimensional stability for frequent handling; stack and align well; long service life.</li><li><strong>Use when:</strong> You need ruggedness (semi-field, greenhouse, or heavy daily handling), want precise openings for ports and feeders, or need large-footprint cages.</li><li><strong>Notes:</strong> Heavier than fabric cubes but far more durable; panels can be swapped between nylon mesh, aluminum mesh, stainless mesh, or clear sheets.</li></ul><h3>3) <a href="https://www.labitems.co.in/search-products?q=pop-up%2Binsect%2Bcage" target="_blank">Pop-up / Field Cages</a></h3><ul><li><strong>Pros:</strong> Instant deployment, ultra-portable, and very light.</li><li><strong>Use when:</strong> You are sampling in the field, holding insects briefly, or need rapid set-up and tear-down.</li><li><strong>Notes:</strong> Not as dimensionally stable; lifespan depends on handling care.</li></ul></section><hr class="sec"><!-- =================== --><section id="mesh"><h2>Mesh Materials and Why They Matter</h2><h3><a href="https://www.labitems.co.in/search-products?q=nylon%2Bmesh%2Binsect%2Bcage" target="_blank">Nylon Mesh</a> (Eco/Normal vs. Fine — Based on Aperture Size)</h3><ul><li><strong><a href="https://www.labitems.co.in/search-products?q=eco%2Bnormal%2Bnylon%2Bmesh%2Bcage" target="_blank">Eco/Normal nylon</a>:</strong> Balanced airflow and strength; gentle on wings and setae; budget-friendly; ideal for mosquitoes, <em>Drosophila</em>, larger parasitoids, and many Lepidoptera and other winged insects.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=fine%2Bnylon%2Bmesh%2Bcage" target="_blank">Fine nylon</a>:</strong> Tighter apertures to contain tiny insects (thrips, aphids, whiteflies, phorids, sand flies, and similar). Airflow is lower, so plan for more mesh area or gentle fans to avoid stagnant microclimates. Light intensity inside the cage will also be reduced unless a clear panel is included on one side. This is an important consideration when placing cages in greenhouses or outdoors for field and semi-field work.</li><li><strong>Care:</strong> Wash with mild detergents; avoid sharp tools; prolonged UV exposure degrades nylon—indoor use lasts longer.</li><li><strong>When to prefer nylon:</strong> You want soft contact surfaces and a low risk of wing fray, and you will replace panels periodically. These cages are ideal when used both inside the laboratory and ported frequently to different work zones. Their light weight makes transport easy, and the ability to fold them into a compact size is a major advantage when handling large numbers of insect samples that require many cages.</li></ul><h3><a href="https://www.labitems.co.in/search-products?q=metal%2Bmesh%2Binsect%2Bcage" target="_blank">Metal Mesh</a> (Aluminum or Stainless Steel)</h3><ul><li><strong><a href="https://www.labitems.co.in/search-products?q=aluminum%2Bmesh%2Bcage" target="_blank">Aluminum mesh</a>:</strong> Lightweight, excellent airflow, and good indoor corrosion resistance; economical for large panels. Offers excellent return on investment for long-term use with virtually no maintenance.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=stainless%2Bsteel%2Bmesh%2Bcage" target="_blank">Stainless steel mesh</a>:</strong> Highest durability; resists most disinfectants; holds its shape—especially when welded; superior "grid stability" (does not distort under pressure).</li><li><strong>Care:</strong> Withstands harsher cleaners and can be steam-cleaned (check gasket materials). We recommend only mild soap with our recommended cleaning cloth—wiping is usually sufficient. There is no need to soak the cages in harsh chemicals. If sterilization is required, UV exposure or rinsing with 0.1% sodium hypochlorite solution should be enough.</li><li><strong>When to prefer metal:</strong> Long-term, high-throughput facilities; frequent instrument contact (ports, magnets, clamps); semi-field and greenhouse use; heavier feeders and perches.</li></ul><h3><a href="https://www.labitems.co.in/search-products?q=clear%2Bpanel%2Binsect%2Bcage" target="_blank">Clear Panels</a> (Mesh + Clear = <a href="https://www.labitems.co.in/search-products?q=MC%2Binsect%2Bcage" target="_blank">MC Variants</a>)</h3><ul><li><strong>Why add clear?</strong> Superior visibility for inspection, photography, and behavioral observation; makes training and student demonstrations easier.</li><li><strong>Trade-offs:</strong> Less airflow than mesh; panels may fog in high humidity; clean with non-abrasive agents. You may occasionally observe insects sticking to clear panels due to static electricity. If this occurs, it is better not to use clear-panel cages. Continued use may impair the colony's breeding potential because static restricts flight; the result can be reduced fecundity and sample availability.</li></ul></section><hr class="sec"><!-- =================== --><section id="fineness"><h2>Selecting Mesh Fineness: Fine vs. Normal (and Airflow Balance)</h2><p>Think of mesh choice as a balance between containment and ventilation:</p><ul><li><strong>Fine mesh</strong> keeps the smallest species in, reduces the risk of egg or neonate escape, and prevents external contaminants from entering—but it also reduces airflow. Plan for: <ul><li>Larger mesh surface area (more mesh panels)</li><li>Lower stocking density (fewer insects per cage)</li><li>Active ventilation (gentle fans or distributed cages to avoid stagnant corners)</li></ul></li><li><strong>Normal mesh</strong> provides excellent ventilation and cleaner microclimates (less condensation, more uniform temperature) and is ideal for medium-to-large insects. It is also easier to keep clean.</li></ul><p><strong>Practical mapping (examples):</strong></p><ul><li><strong>Fine mesh:</strong> thrips, aphids, whiteflies, leafminers, phorids, sand flies, minute parasitoids.</li><li><strong>Normal mesh:</strong><em>Aedes</em>/<em>Anopheles</em>/<em>Culex</em> mosquitoes, <em>Drosophila</em>, most Lepidopteran larvae, cockroaches, larger parasitoids, and coleopterans.</li></ul><p>If you are uncertain, start with fine mesh on at least one panel set and normal mesh on others, or choose a model family (e.g., 4F vs. 4E) that is easy to swap later.</p></section><hr class="sec"><!-- =================== --><section id="color"><h2>Mesh Color &amp; Finish: Bright Metal vs. Black-Coated</h2><p>Mesh color changes how you (and your insects) experience the cage.</p><h3><a href="https://www.labitems.co.in/search-products?q=bright%2Bmetal%2Bmesh%2Bcage" target="_blank">Bright Metal</a> (Uncoated Aluminum / Stainless Steel)</h3><ul><li><strong>Pros:</strong> Maximum light transmission; crisp visibility; the reflective grid aids quick checks for frass, pupae, or mold.</li><li><strong>Use when:</strong> You want the clearest view, rely on ambient light, or need to see color cues accurately (e.g., mating marks, pigments).</li><li><strong>Notes:</strong> Can produce glare under strong lights; reflective surfaces may alter behavior in light-sensitive species.</li></ul><h3><a href="https://www.labitems.co.in/search-products?q=black%2Bcoated%2Bmesh%2Bcage" target="_blank">Black-Coated Mesh</a></h3><ul><li><strong>Pros:</strong> Low glare and high contrast—insects stand out against a dark background; more comfortable for continuous visual scoring, photography, and video; reduces external light scatter.</li><li><strong>Use when:</strong> You film or photograph often, the room has bright task lights, or you observe subtle behaviors.</li></ul><p><strong>A good compromise:</strong> use bright mesh on the sides (for ambient light) and black mesh on the observation face—or the reverse, depending on your imaging and lighting setup. Alternatively, select clear-panel-sided cages.</p></section><hr class="sec"><!-- =================== --><section id="access"><h2>Access, Workflow &amp; Ergonomics</h2><p>Small design choices compound into large time savings:</p><ul><li><strong><a href="https://www.labitems.co.in/search-products?q=sleeve%2Bdoor%2Binsect%2Bcage" target="_blank">Sleeve doors</a>:</strong> A single sleeve is fine for solo work; <a href="https://www.labitems.co.in/search-products?q=double%2Bsleeve%2Binsect%2Bcage" target="_blank">double sleeves</a> shine when two people service the same cage or when you pass tools or food inside without fully opening the outer sleeve.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=zipper%2Bdoor%2Binsect%2Bcage" target="_blank">Zipper doors</a>:</strong> Faster for caging and uncaging plants and large feeders; ensure zipper ends are shielded to prevent snags and micro-gaps.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=insect%2Bcage%2Bports%2Bfeed%2Bthrough" target="_blank">Ports &amp; feed-throughs</a>:</strong> Plan for <a href="https://www.labitems.co.in/search-products?q=sugar%2Bfeeder" target="_blank">sugar feeders</a>, <a href="https://www.labitems.co.in/search-products?q=membrane%2Bblood%2Bfeeder" target="_blank">membrane blood feeders</a>, CO₂ lines, and oviposition cups; sealed grommets prevent escapes.</li><li><strong>Panel mix:</strong> Use MC (mesh + clear) on at least one side for viewing; all-mesh for maximum airflow; clear top panels help with overhead cameras.</li><li><strong>Base design:</strong> Hard, waterproof bases that support heavy pots or equipment and keep floor panels taut; hard plastic bases resist spills and allow quick wipe-downs, or simply use plastic that resists water percolation.</li><li><strong>Sleeve diameter &amp; placement:</strong> A 15–20 cm diameter works for most gloved hands and cups; larger openings help with plant pots. Place sleeves at a height that matches your benchtop to avoid awkward reaches. The number of sleeves also matters. For example, if a cage is 90 cm tall and has only one sleeve, you cannot comfortably work across different regions inside—maximum hand reach is 35–45 cm, so the top and bottom will be out of reach. Multiple sleeves allow access to the full cage, enable more than one person to work simultaneously, and—when placed on opposite sides—also allow insect sampling through one sleeve without increasing the escape risk at the main sleeve.</li><li><strong>Multiple doors:</strong> Front and side doors reduce crowding and let you stage tasks (feeders on one side, plant swaps on the other).</li></ul></section><hr class="sec"><!-- =================== --><section id="size"><h2>Size: Match Volume to Colony Density and Space</h2><p>Right-sizing reduces stress (for you and the insects):</p><ul><li><strong><a href="https://www.labitems.co.in/search-products?q=151515%2Binsect%2Bcage" target="_blank">15×15×15 cm (151515)</a>:</strong> Quarantine individuals, pre-assay holds, classroom demonstrations, and pilot tests.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=202020%2Binsect%2Bcage" target="_blank">20×20×20 cm (202020)</a>:</strong> Compact colony maintenance, incubator shelves, and temporary field-collection holds.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=252525%2Binsect%2Bcage" target="_blank">25×25×25 cm (252525)</a>:</strong> A core research cage for many labs—good balance of volume and footprint.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=303030%2Binsect%2Bcage" target="_blank">30×30×30 cm (303030)</a>:</strong> Larger cohorts, plant material, or additional apparatus inside.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=404090%2Binsect%2Bcage" target="_blank">40×40×90 cm (404090)</a> and up:</strong> Tall plants, vertical flight behaviors, mating arenas, or semi-field simulations; choose sturdier frames (aluminum or stainless steel).</li></ul><p>Check shelf depth, door widths, and incubator clearances before committing. For stacked fabric cages, ensure the top remains breathable—do not block the only mesh face with another cage's base. Only a few sizes are listed here; many additional sizes can be made available based on user needs and requirements.</p></section><hr class="sec"><!-- =================== --><section id="environment"><h2>Environmental Control &amp; Microclimate</h2><p>Cages are micro-rooms. Plan them like one:</p><ul><li><strong>Temperature &amp; humidity:</strong> Fine mesh retains humidity; normal mesh breathes drier. Align cage choice with your room set-points.</li><li><strong>Light:</strong> Black mesh reduces glare; add diffusers when using bright LEDs; for photoperiod control, consider removable light-blocking covers.</li><li><strong>Airflow:</strong> Avoid pointing fans directly at sleeves or doors; instead, create gentle room-level circulation to prevent condensation pockets.</li><li><strong>Contamination:</strong> Select materials compatible with your sanitizers. Stainless steel tolerates harsher chemistries, while nylon lasts longer when used with milder agents.</li></ul></section><hr class="sec"><!-- =================== --><section id="cleaning"><h2>Cleaning, Biosafety &amp; Longevity</h2><ul><li><strong>Nylon mesh:</strong> Wash with mild detergents; avoid harsh solvents or bleach unless validated; air-dry fully; rotate panels to spread wear; keep spares—these can include poles, side panels, or the main mesh itself.</li><li><strong>Aluminum mesh:</strong> Mild detergents, alcohols, and most disinfectants are fine; watch for galvanic corrosion if contacts are mixed metals.</li><li><strong>Stainless steel:</strong> Highest tolerance to disinfectants and heat; welded grids hold their shape under repeated cleaning.</li><li><strong>Clear panels:</strong> Non-abrasive cleaners only; prevent micro-scratches that cloud visibility.</li></ul><p>Build a maintenance schedule (weekly wipe-downs, monthly deeper cleans, panel inspections every quarter). Keeping seams tight and zippers clean dramatically reduces escapes.</p></section><hr class="sec"><!-- =================== --><section id="field"><h2>Field vs. Lab Realities and Necessities</h2><ul><li><strong>Lab-first:</strong><a href="https://www.labitems.co.in/search-products?q=fabric%2Bcube%2Binsect%2Bcage" target="_blank">Fabric cubes</a> (<a href="https://www.labitems.co.in/search-products?q=4E%2Bnormal%2Bmesh%2Bcage" target="_blank">4E normal mesh</a>; <a href="https://www.labitems.co.in/search-products?q=4F%2Bfine%2Bmesh%2Bcage" target="_blank">4F fine mesh</a>), <a href="https://www.labitems.co.in/search-products?q=MC%2Binsect%2Bcage" target="_blank">MC variants</a> for viewing, and plastic bases for spill control.</li><li><strong>Greenhouse / semi-field:</strong><a href="https://www.labitems.co.in/search-products?q=aluminum%2Bprofile%2Bcage" target="_blank">Aluminum profile</a> or metal frames; <a href="https://www.labitems.co.in/search-products?q=metal%2Bmesh%2Binsect%2Bcage" target="_blank">metal mesh</a> for durability; tie-down options; heavier bases. Stackability is practical and lets you rear multiple batches at once.</li><li><strong>Mobile teams:</strong><a href="https://www.labitems.co.in/search-products?q=pop-up%2Binsect%2Bcage" target="_blank">Pop-up cages</a> for capture and transfer; medium fabric cubes for short-term holding; sleeve doors to prevent escapes during transport. <a href="https://www.labitems.co.in/search-products?q=fiberglass%2Binsect%2Bcage" target="_blank">Fiberglass</a> and <a href="https://www.labitems.co.in/search-products?q=metal%2Bcomposite%2Bpole%2Bcage" target="_blank">metal-composite pole cages</a> also serve this purpose.</li></ul></section><hr class="sec"><!-- =================== --><section id="series"><h2>Turning Needs Into a Quick Choice (Our Series Logic)</h2><p>We use consistent series codes to make selection fast:</p><ul><li><strong><a href="https://www.labitems.co.in/search-products?q=4E%2Binsect%2Bcage" target="_blank">4E</a></strong> = Eco/Normal nylon mesh (great airflow for medium-to-large insects).</li><li><strong><a href="https://www.labitems.co.in/search-products?q=4F%2Binsect%2Bcage" target="_blank">4F</a></strong> = Fine nylon mesh (contains the tiniest insects; plan airflow accordingly).</li><li><strong><a href="https://www.labitems.co.in/search-products?q=M%2Ball%2Bmesh%2Binsect%2Bcage" target="_blank">M</a></strong> = All (or mostly) mesh panels.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=MC%2Bmesh%2Bclear%2Binsect%2Bcage" target="_blank">MC</a></strong> = Mesh + Clear panel mix for observation.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=white%2Bbright%2Bmesh%2Bcage" target="_blank">W</a> / <a href="https://www.labitems.co.in/search-products?q=black%2Bcoated%2Bmesh%2Bcage" target="_blank">B</a></strong> = White (bright) vs. Black-coated mesh finish.</li><li><strong><a href="https://www.labitems.co.in/search-products?q=flek-AL" target="_blank">flek-AL</a></strong> = Aluminum-profile frames with your choice of mesh (aluminum, stainless steel, nylon) and finish (bright metal vs. black-coated).</li><li>Size strings like <strong><a href="https://www.labitems.co.in/search-products?q=151515%2Binsect%2Bcage" target="_blank">151515</a>, <a href="https://www.labitems.co.in/search-products?q=202020%2Binsect%2Bcage" target="_blank">202020</a>, <a href="https://www.labitems.co.in/search-products?q=252525%2Binsect%2Bcage" target="_blank">252525</a>, <a href="https://www.labitems.co.in/search-products?q=303030%2Binsect%2Bcage" target="_blank">303030</a>, <a href="https://www.labitems.co.in/search-products?q=404090%2Binsect%2Bcage" target="_blank">404090</a></strong> denote L × W × H in cm.</li></ul><h3>Example Selection Choices</h3><ul><li><strong>Tiny sap-feeders (thrips / aphids / whiteflies) in growth chambers:</strong> Choose <a href="https://www.labitems.co.in/search-products?q=4F-M-B-252525" target="_blank">4F-M-B-252525</a> (fine nylon, black mesh, 25 cm cube) for high contrast and containment; add MC if you need frequent video.</li><li><strong>Mosquito colony maintenance on benches:</strong><a href="https://www.labitems.co.in/search-products?q=4E-M-W-303030" target="_blank">4E-M-W-303030</a> (normal nylon, bright mesh, 30 cm cube) for ventilation and easy handling; use a double sleeve if two technicians service the cage.</li><li><strong>Semi-field holding with frequent handling:</strong><a href="https://www.labitems.co.in/search-products?q=flek-AL-almin-Blk-M-353535" target="_blank">flek-AL-almin-Blk-M-353535</a> (aluminum frame, black-coated metal mesh) for ruggedness and reduced glare.</li><li><strong>Sterile or harsh-cleaning environment:</strong><a href="https://www.labitems.co.in/search-products?q=flek-AL-SS-Bright-M-303030" target="_blank">flek-AL-SS-Bright-M-303030</a> (stainless steel mesh) for maximum chemical resistance and long life.</li><li><strong>Teaching / observation-heavy setups:</strong><a href="https://www.labitems.co.in/search-products?q=4E-MC-W-252525" target="_blank">4E-MC-W-252525</a> (mesh + clear panels, bright) for visibility—or black mesh on the front if glare is an issue.</li></ul></section><hr class="sec"><!-- =================== --><section id="dropdown"><h2>Using Our Dropdown Selection Logic (How to Filter Fast)</h2><ol><li>Choose your insect size class (Tiny / Medium / Large).</li><li>Select mesh fineness: <ul><li>Tiny → Fine (4F)</li><li>Medium/Large → Eco/Normal (4E)</li></ul></li><li>Pick visibility: <ul><li>Frequent observation or filming → MC (Mesh + Clear)</li><li>Maximum airflow → M (All Mesh)</li></ul></li><li>Choose mesh color: black for low glare and high contrast; bright/white for maximum light and crisp detail.</li><li>Pick the frame/backbone: <ul><li>Lab bench and budget → fabric cubes (4E/4F).</li><li>Rugged / semi-field / long life → flek-AL aluminum profile; consider stainless steel mesh for harsh cleaning.</li></ul></li><li>Select the size (151515, 202020, 252525, 303030, 404090…) based on organism load, plant pots, and shelf/incubator space.</li><li>Add workflow features: double sleeves, zipper doors, ports for feeders or CO₂, double-layer base, and removable trays.</li><li>Plan spares and maintenance: extra sleeves, replacement panels or mesh sets, zipper pulls, and a cleaning kit.</li></ol><div class="tip">Follow this in order and you will typically identify a short list of 2–3 models that fit 95% of needs.</div>
</section><hr class="sec"><!-- =================== --><section id="oversights"><h2>Common Oversights When Selecting Insect Cages</h2><ul><li><strong>Undersizing the cage:</strong> Leads to humidity pockets, wall crowding, and stress behaviors. If uncertain, step up one size.</li><li><strong>Over-constraining with fine mesh:</strong> Great for containment but can suffocate airflow; compensate with more mesh faces or fewer insects per cage.</li><li><strong>Ignoring lighting and contrast:</strong> If you score behaviors daily, black mesh—or at least one black face—greatly reduces eye strain.</li><li><strong>Forgetting ports:</strong> Retrofitting feed-throughs later is harder than choosing a model with the right ports from the start.</li><li><strong>Skipping base considerations:</strong> Heavy pots on single-layer fabric floors sag and distort the mesh; choose a double-layer or hard base for weight.</li></ul></section><hr class="sec"><!-- =================== --><section id="takeaways"><h2>Final Takeaways</h2><div class="final"><ul><li>Start with species size and experimental goal, then pick mesh fineness (4F for tiny, 4E for others).</li><li>Decide your observation style: add clear panels (MC) if you score visually or film often.</li><li>Match the frame to the environment: fabric for bench work and budgets; aluminum or stainless steel for rugged, long-term, or semi-field use.</li><li>Choose mesh color for your eyes and your insects: bright for light, black for contrast.</li><li>Right-size the cage and add the workflow features (double sleeves, ports, bases) that save time daily.</li></ul></div>
</section></div></div></div><div data-element-id="elm_zLkmC6K5toh-6bxAqIo9cA" data-element-type="button" class="zpelement zpelem-button "><style></style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md " href="javascript:;" target="_blank"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 10 Apr 2021 17:42:14 +0000</pubDate></item><item><title><![CDATA[Importance of studying insects, and insect kits to collect and research on insects]]></title><link>https://www.labitems.co.in/blogs/post/Entomological-Field-Kits</link><description><![CDATA[<img align="left" hspace="5" src="https://www.labitems.co.in/Mon May 15 2023.png"/>Insect kits or field entomological kits are single point of source for all kinds of insect collection accessories and tools for collection, storage, recording and analysing insects.]]></description><content:encoded><![CDATA[
<div class="zpcontent-container blogpost-container "><div data-element-id="elm_ZPhrFkUtSrKATzIcrEvpaw" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer"><div data-element-id="elm_sjRs6qITTfqQBWbuZ3Fpqw" data-element-type="row" class="zprow zpalign-items- zpjustify-content- "><style type="text/css"></style><div data-element-id="elm_llKLGzy4SyWgrc5qycee_g" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_edQTqJ9gQimTvBxGbo1WPg" data-element-type="heading" class="zpelement zpelem-heading "><style></style><h2
 class="zpheading zpheading-align-center " data-editor="true">Entomological Kits for Collection, Staging, Preserving and Recording Insects&nbsp;<br>​<img src="/Mon%20May%2015%202023-1.png" alt="entoWIZ insect collection kits or entomological collection kit or entomological kits"></h2></div>
<div data-element-id="elm_I5R4bhthSAiQip1B16UShg" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_I5R4bhthSAiQip1B16UShg"].zpelem-text{ border-radius:1px; } </style><div class="zptext zptext-align-center " data-editor="true"><p style="text-align:left;">&nbsp;<span style="font-size:18pt;color:inherit;">Benefits of Studying Insects</span></p><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-size:12pt;">Insects are the most diverse group of animals on Earth, and they play an important role in our environment and our lives. Studying insects can help us understand their role in the ecosystem, and it can also lead to new discoveries in fields such as medicine, agriculture, and pest control.</span></p><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-size:18px;font-family:&quot;Prosto One&quot;, cursive;">Here are some of the benefits of studying insects:</span></p><ul style="color:inherit;"><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Pollination: Insects are responsible for pollinating a wide variety of plants, including many of our food crops. Without insects, we would not have many of the fruits, vegetables, and nuts that we enjoy.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Food source: Insects are a food source for many animals, including birds, reptiles, amphibians, fish, and mammals. Some people also eat insects, and they can be a good source of protein.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Decomposers: Insects help to break down dead plant and animal matter, which helps to recycle nutrients and prevent waste accumulation.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Bioindicators: Insects can be used as bioindicators to assess the health of an ecosystem. For example, the presence of certain insect species can indicate that the water quality is poor.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Medical research: Insects can be used in medical research, as they share some genes with humans and can carry pathogens that affect humans. Studying insects can help us develop new treatments and preventions for diseases.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Pest management: Insects can cause damage to crops and spread diseases. By understanding the biology of insects, we can develop better methods of biological and chemical pest control.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;margin-bottom:8pt;"><span style="font-size:12pt;">Biological diversity: Insects are a source of biological diversity, with more than 950,000 species known and many more undiscovered. Studying insects can reveal new insights into evolution, ecology, and behavior.</span></p></li></ul><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-size:12pt;">In summary, studying insects can help us improve our food production, environmental conservation, medical research, pest management, and scientific knowledge.</span></p><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-weight:bold;font-family:Comfortaa, sans-serif;">Benefits of insects to human beings. The list is not exhaustive but a simple straightforward list:</span></p><div style="color:inherit;"><ul><li style="text-align:left;">They pollinate crops that we rely on as food, such as fruits, vegetables, and nuts.</li><li style="text-align:left;">They provide food for humans, such as honey, silk, and edible insects that are rich in protein, vitamins, minerals, and healthy fats.</li><li style="text-align:left;">They control pest insects that can damage crops or spread diseases.</li><li style="text-align:left;">They recycle waste and organic matter, such as dung, dead animals, and fallen leaves.</li><li style="text-align:left;">They produce useful products, such as lac, beeswax, and dyes.</li><li style="text-align:left;">They offer aesthetic and cultural value, such as butterflies, beetles, and ants that are admired for their beauty, diversity, and symbolism.</li></ul></div><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-size:18px;font-family:&quot;Prosto One&quot;, cursive;">Field Kits contents for Entomological Kits&nbsp;</span><img src="https://th.bing.com/th/id/OIG.DwXo1ZgWiQN7hH_R.ACK?pid=ImgGn" alt="Insect collection kit by labitems, entomological collection kit, entomological field collection kits" style="color:inherit;text-align:center;width:189px !important;height:189px !important;max-width:100% !important;"></p><p style="text-align:left;margin-bottom:18pt;"><span style="font-size:20px;font-family:&quot;Prosto One&quot;, cursive;color:rgb(135, 116, 220);">All in one kit is available for students and professional use. The kit is very economical and useful for insect collections, preparation of the samples for storage, pinning the samples and storing them safely. Please visit&nbsp;<a href="https://www.labitems.co.in/products/geniusgullu-insect-collection-starter-gics-entomological-kit/116250000011792001" title="Gullugenius Starter Insect Collection Kit" target="_blank" rel="">Gullugenius Starter Insect Collection Kit</a> page to know more about the kit.</span></p><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-size:12pt;">An entomological field kit is a collection of tools and supplies used by entomologists to collect, identify, and study insects. The specific contents of an entomological field kit will vary depending on the needs of the entomologist and the type of insects they are studying, but some common items include:</span></p><ul style="color:inherit;"><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">A net: A net is essential for collecting insects. There are many different types of nets available, but the most common type is a butterfly net. Butterfly nets are lightweight and easy to use, and they have a long handle that allows you to reach insects that are high up in trees or bushes.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;"><a href="https://www.labitems.co.in/search-products?q=killing%2Bjar" title="A killing jar" target="_blank" rel="">A killing jar</a>: A killing jar is used to kill insects quickly and humanely. Killing jars typically contain a chemical that quickly suffocates insects.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">A killing bottle: A killing bottle is similar to a killing jar, but it uses a different type of chemical that kills insects more slowly. This can be useful for insects that you want to study in more detail before killing them.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">A pin: Insects are typically pinned to a board for storage and display. Pins come in a variety of sizes, so you will need to choose the right size pin for the size of the insect you are pinning.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;"><a href="https://www.labitems.co.in/search-products?q=storage%20box" title="A storage box" target="_blank" rel="">A storage box</a>: A storage box is used to keep your insects safe and secure. Storage boxes should be made of a sturdy material that will protect your insects from damage.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">A magnifying glass: A magnifying glass is useful for examining insects up close.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">A field guide: A field guide is a book that identifies different types of insects. Field guides typically have pictures and descriptions of insects, making them a valuable resource for entomologists.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;margin-bottom:11pt;"><span style="font-size:12pt;">A notebook: A notebook is used to record your observations of insects. This can be helpful for keeping track of the types of insects you see, where you see them, and when you see them.</span></p></li></ul><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-size:12pt;">In addition to these basic items, there are many other tools and supplies that can be useful for entomologists. Some of these additional items include:</span></p><ul style="color:inherit;"><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">A camera: A camera can be used to take pictures of insects. This can be helpful for documenting your findings and sharing them with others.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">A GPS unit: A GPS unit can be used to track your location while you are collecting insects. This can be helpful for finding the same spots again in the future.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;margin-bottom:11pt;"><span style="font-size:12pt;">A first-aid kit: A first-aid kit is always a good idea to have with you when you are collecting insects. This is in case you get stung or bitten by an insect.</span></p></li></ul><p style="color:inherit;text-align:left;margin-bottom:18pt;"><span style="font-size:12pt;">No matter what type of insects you are interested in studying, it is important to have the right tools and supplies. An entomological field kit can help you collect, identify, and study insects safely and effectively.</span></p><ul style="color:inherit;"><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Net: <a href="https://www.labitems.co.in/search-products?q=collection%2Bnet" title="A net is essential for collecting insects" target="_blank" rel="">A net is essential for collecting insects</a>. There are many different types of nets available with us that include butterfly net, fine insect collection net, water net, well net etc. These nets are again classified based on the total length and type of the collection handle. The collection handle may be fixed in length or adjustable based on the requirement. Fixed length nets are available at variable lengths like 60cm or 90 cm while telescopic adjustable insect nets are available at 3-step and 4-step. Meaning the extension pole is foldable up to 3 steps while 4 steps is up to 4 steps. Since each step carries some length, 4 steps is longer in length compared to other types of collection handles.</span></p></li><li style="font-size:12pt;"><p style="text-align:left;"><span style="font-size:12pt;">Killing jar: A killing jar is used to kill insects quickly and humanely. We have both plastic and glass killing jars. For abrasive chemicals like chloroform we can’t use the plastic jars as the abrasive chemicals can eat the plastic and contents may ooze out of the bottle. In that case, using glass killing jars is an option. Ethyl acetate is the most commonly used chemical for killing insects quickly.&nbsp;</span></p></li><li style="font-size:12pt;"><p style="text-align:left;margin-bottom:11pt;"><span style="font-size:12pt;">Ethyl Acetate: Ethyl acetate is a colorless liquid that is commonly used as an insect killing agent. It is a flammable and volatile chemical that is toxic to humans and animals. Ethyl acetate is effective at killing insects because it disrupts their respiratory system. When insects breathe in ethyl acetate, it dissolves in the water in their lungs and prevents them from absorbing oxygen. This causes the insects to suffocate and die within a few minutes. Ethyl acetate is a popular choice for insect killing because it is relatively inexpensive and easy to use. It is also effective at killing a wide variety of insects, including beetles, flies, moths, and butterflies. However, ethyl acetate has some disadvantages. It can damage the DNA of insects, which can make it difficult to study the insects' genetic material. Ethyl acetate can also be harmful to the environment. It is a volatile chemical that can evaporate into the air and pollute the air and water.</span></p></li></ul><p style="color:inherit;text-align:left;margin-left:36pt;margin-bottom:18pt;"><span style="font-size:12pt;">Despite its disadvantages, ethyl acetate remains a popular choice for insect killing. It is an effective and inexpensive way to kill insects, and it is relatively easy to use. However, it is important to be aware of the potential risks associated with using ethyl acetate, and to take steps to minimize these risks.</span></p><ul><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><span style="font-size:12pt;color:inherit;">Killing bottle: A killing bottle is similar to a killing jar, but it uses a different type of chemical that kills insects more slowly. This can be useful for insects that you want to study in more detail before killing them. The most common type of killing bottle is a CO2 killing bottle. CO2 killing bottles are effective at killing insects, but they are not as humane as cyanide or chloroform or ethyl acetate killing jars. Please look into CO2 control release set up for anesthetizing insects for more studies.</span></div><div style="text-align:left;"><br></div><p></p></li><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><div style="color:inherit;font-size:12pt;"><span style="font-size:12pt;color:inherit;">Pin: Insects are typically pinned to a board for storage and display.<a href="https://www.labitems.co.in/products/insect-pins-pure-ss-without-enamel-coating/116250000002201064" title=" Pins come in a variety of sizes" target="_blank" rel=""> Pins come in a variety of sizes</a>, so you will need to choose the right size pin for the size of the insect you are pinning. It is important to use pins that are sharp, sturdy and straight. Pins are available in various sizes like #000, #00, #0, #1, #2, #3, #4, and #5</span></div></div><div style="text-align:left;"><br></div><p></p></li><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><span style="font-size:12pt;color:inherit;">Storage box: A storage box is used to keep your insects safe and secure. Storage boxes should be made of a sturdy material that will protect your insects from damage. The most common type of storage box is a wooden box however several models based on different materials are available for every purchase that depends on where these boxes are going to be used. For example, students need to submit for assignments so for them the economics and functionality and price is a concerned area. For professionals and museum grade storage purposes, functionality and outlook of the boxes are more important.</span></div><div style="text-align:left;"><br></div><p></p></li><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><div style="color:inherit;font-size:12pt;"><span style="font-size:12pt;color:inherit;"><a href="https://www.labitems.co.in/products/magnifying-lens-with-led-light/116250000004284098" title="Magnifying glass" target="_blank" rel="">Magnifying glass</a>: A magnifying glass is useful for examining insects up close. Different kinds of magnifying glasses are available such as simple handheld lenses and a LED light powered magnifying lens</span></div></div><div style="text-align:left;"><br></div><p></p></li><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><span style="font-size:12pt;color:inherit;">Field guide: A field guide is a book that identifies different types of insects. Field guides typically have pictures and descriptions of insects (not available), making them a valuable resource for entomologists. When choosing a field guide, it is important to choose one that is comprehensive and up-to-date. Usually the guide is made available online from our site. Our guide is helpful as we made this guide available through videos and text.</span></div><div style="text-align:left;"><br></div><p></p></li><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><span style="font-size:12pt;color:inherit;">Notebook: A notebook is used to record your observations of insects. This can be helpful for keeping track of the types of insects you see, where you see them, and when you see them, place, habitat, weather of the locality, surrounding geographical marks and parameters like altitude and slope, and place on the map-GPS location for further studies using GIS or satellite images.</span></div><div style="text-align:left;"><br></div><p></p></li><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><span style="font-size:12pt;color:inherit;">Camera: A camera can be used to take pictures of insects. This can be helpful for documenting your findings and sharing them with others (not available with us). When choosing a camera, it is important to choose one that has a good macro lens. A macro lens is a lens that can focus on objects that are very close to the camera. Alternatively, stereozoom camera can be used along with any good modern smart phone with a decent camera that can do wonders on photography. It does not requires any expensive camera or skills to shoot good photos of insects</span></div><div style="text-align:left;"><br></div><p></p></li><li><p></p><div style="color:inherit;font-size:12pt;text-align:left;"><span style="font-size:12pt;color:inherit;">GPS unit: A GPS unit can be used to track your location while you are collecting insects. This can be helpful for finding the same spots again in the future. When choosing a GPS unit, it is important to choose one that is lightweight and easy to use. The Garmin GPS unit we supply has several useful features available for recording the locations.</span></div><div style="text-align:left;"><br></div><p></p></li><li style="color:inherit;font-size:12pt;"><p style="margin-bottom:11pt;"></p><div style="text-align:left;"><span style="font-size:12pt;color:inherit;">First-aid kit: A first-aid kit is always a good idea to have with you when you are collecting insects. This is in case you get stung or bitten by an insect. When choosing a first-aid kit, it is important to choose one that has a variety of supplies, such as bandages, antiseptic wipes, and pain relievers and if possible fine tip forceps so that stings left from insect bites can be removed safely so that pin can get subsides quickly</span></div><span style="font-size:12pt;"><br></span><p></p></li></ul><p style="color:inherit;margin-bottom:18pt;"><span style="font-size:12pt;">I hope this guide helps you to choose the right entomological kit for your scientific and professional use!</span></p><div style="text-align:left;color:inherit;"><span style="font-size:12pt;"><br></span></div></div>
</div><div data-element-id="elm_3SRM66nbRKeg4LcMuvtZqA" data-element-type="button" class="zpelement zpelem-button "><style> [data-element-id="elm_3SRM66nbRKeg4LcMuvtZqA"].zpelem-button{ border-radius:1px; } </style><div class="zpbutton-container zpbutton-align-center"><style type="text/css"></style><a role="button" class="zpbutton-wrapper zpbutton zpbutton-type-primary zpbutton-size-md zpbutton-style-none " href="https://www.labitems.co.in/collections/entomological-kits/116250000006658324" target="_blank" title="Entomological collection kits"><span class="zpbutton-content">Get Started Now</span></a></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Sat, 10 Apr 2021 17:42:14 +0000</pubDate></item></channel></rss>