AutoPot AirBase
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Inter:wght@400;500&display=swap'); :root{--bg:#ffffff;--bg-soft:#fafafa;--text:#4d4d4d;--text- light:#6b6b6b;--border:#e1e3e4;--blue:#01adf0;--blue-dark:#0190c8;--blue-pale:#e8f7fd;--green:#61a84d;--green-dark:#4d8a3c;--green-pale:#edf6ea;--orange:#ff723c;--orange-pale:#fff2ed;--font-head:'Poppins',sans-serif;--font-body:'Inter',sans-serif;--radius:8px;--radius-sm:5px} *,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:14px;background:var(--bg);color:var(--text);line-height:1.65;padding-bottom:40px}:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:3px}.icon{display:inline-block;flex-shrink:0;vertical-align:middle}.svg-sprite{display:none} .intro{padding-bottom:18px;border-bottom:1px solid var(--border)}.outcome-headline{font-family:var(--font-head);font-size:1.15rem;font-weight:700;color:var(--text);line-height:1.25;margin-bottom:10px}.outcome-headline span{color:var(--green)}.intro p{font-size:0.84rem;color:var(--text-light);line-height:1.75} .trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 16px;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-soft);margin:18px 0}.trust-item{display:flex;align-items:center;gap:6px;font-size:0.74rem;font-weight:500;color:var(--text-light)}.trust-item strong{color:var(--text)} .section-label{font-family:var(--font-head);font-size:0.64rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;color:var(--blue);margin-bottom:3px}.section-title{font-family:var(--font-head);font-size:0.97rem;font-weight:700;color:var(--text);margin-bottom:11px} .comparison-wrap{margin:20px 0}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.comp-col{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border)}.comp-header{padding:8px 13px;font-family:var(--font-head);font-size:0.74rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:7px;text-align:center}.comp-col.old .comp-header{background:#f5f5f5;color:var(--text-light);border-bottom:1px solid var(--border)}.comp-col.new .comp-header{background:var(--green);color:#fff}.comp-list{list-style:none;padding:0}.comp-list li{display:flex;align-items:flex-start;gap:8px;padding:7px 13px;font-size:0.76rem;color:var(--text-light);border-bottom:1px solid var(--border);line-height:1.45}.comp-list li:last-child{border-bottom:none}.comp-col.old .comp-list li svg{color:#bbb;margin-top:2px;flex-shrink:0}.comp-col.new .comp-list li{color:var(--text)}.comp-col.new .comp-list li svg{color:var(--green);margin-top:2px;flex-shrink:0} .gallery-wrap{margin:20px 0} .features-wrap{margin:20px 0}.features-grid{display:flex;flex-direction:column;gap:7px}.feature-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:11px 13px;display:flex;flex-direction:row;align-items:flex-start;gap:11px}.feature-card.hero{border-color:var(--green);background:var(--green-pale)}.feature-icon-wrap{width:34px;height:34px;border-radius:var(--radius-sm);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--border)}.feature-card.hero .feature-icon-wrap{border-color:#b8ddb0}.feature-card-body{flex:1;min-width:0}.feature-card h4{font-family:var(--font-head);font-size:0.8rem;font-weight:700;color:var(--text);margin-bottom:3px;line-height:1.3}.feature-card p{font-size:0.74rem;color:var(--text-light);line-height:1.55;margin:0} .specs-wrap{margin:20px 0}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.spec-card{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);padding:9px 12px}.spec-card-label{display:flex;align-items:center;gap:5px;font-size:0.65rem;font-weight:500;color:var(--text-light);text-transform:uppercase;letter-spacing:0.06em;margin-bottom:2px}.spec-card-value{font-family:var(--font-head);font-size:0.81rem;font-weight:600;color:var(--text);line-height:1.3} .reassurance-block{background:var(--blue-pale);border:1px solid #b3e4f9;border-radius:var(--radius);margin:20px 0;overflow:hidden}.reassurance-header{background:var(--blue);padding:10px 15px;display:flex;align-items:center;gap:9px}.reassurance-header h3{font-family:var(--font-head);font-size:0.83rem;font-weight:700;color:#fff;margin:0}.reassurance-steps{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#b3e4f9}.reassurance-step{display:flex;flex-direction:row;align-items:flex-start;gap:10px;padding:12px 14px;background:var(--blue-pale);text-align:left}.step-num{width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;font-family:var(--font-head);font-size:0.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.reassurance-step-body{flex:1}.reassurance-step h4{font-family:var(--font-head);font-size:0.76rem;font-weight:700;color:var(--text);line-height:1.3;margin-bottom:2px}.reassurance-step p{font-size:0.71rem;color:var(--text-light);line-height:1.55;margin:0} .included-wrap{margin:20px 0}.included-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.included-col{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.included-col-header{padding:8px 13px;font-family:var(--font-head);font-size:0.74rem;font-weight:700;display:flex;align-items:center;gap:6px;border-bottom:1px solid var(--border)}.included-col-header.blue{background:var(--blue-pale);color:var(--blue-dark)}.included-col-header.green{background:var(--green-pale);color:var(--green-dark)}.included-list{list-style:none;padding:6px 0}.included-list li{display:flex;align-items:flex-start;gap:7px;padding:4px 13px;font-size:0.75rem;color:var(--text-light);line-height:1.5}.included-list li svg{flex-shrink:0;margin-top:3px}.included-tip{padding:10px 13px;font-size:0.74rem;color:var(--text-light);border-top:1px solid var(--border);background:#fff;line-height:1.6}.included-tip strong{color:var(--text)}.included-tip a{color:var(--blue);text-decoration:none;font-weight:600}.included-tip a:hover{text-decoration:underline} .faq-wrap{margin:20px 0}.faq-list{display:flex;flex-direction:column;gap:6px}.faq-item{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--bg)}.faq-toggle{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.faq-label{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;cursor:pointer;font-family:var(--font-head);font-size:0.79rem;font-weight:600;color:var(--text);user-select:none;transition:background 0.15s;line-height:1.4}.faq-label:hover{background:var(--bg-soft)}.faq-q-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--bg-soft);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--blue);transition:background 0.15s,color 0.15s,transform 0.2s}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.35s ease,padding 0.2s;font-size:0.78rem;color:var(--text-light);line-height:1.7;padding:0 14px;background:var(--bg-soft)}.faq-answer a{color:var(--blue)}.faq-toggle:checked+.faq-label{background:var(--blue);color:#fff}.faq-toggle:checked+.faq-label .faq-q-icon{background:rgba(255,255,255,0.2);border-color:rgba(255,255,255,0.4);transform:rotate(45deg)}.faq-toggle:checked~.faq-answer{max-height:500px;padding:12px 14px;border-top:1px solid rgba(1,173,240,0.15)}.faq-toggle:focus-visible+.faq-label{outline:3px solid var(--blue);outline-offset:-2px} .closing-trust{margin-top:22px;padding:15px 16px;background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:space-between}.closing-trust-text{display:flex;align-items:flex-start;gap:10px;flex:1;min-width:200px}.closing-trust-text svg{color:var(--green);margin-top:2px;flex-shrink:0}.closing-trust-text p{font-size:0.78rem;color:var(--text-light);line-height:1.6}.closing-trust-text strong{color:var(--text);font-weight:600}.closing-contact{display:flex;flex-direction:column;gap:5px;align-items:flex-end}.closing-contact a{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-head);font-size:0.74rem;font-weight:600;color:var(--blue);text-decoration:none;padding:6px 12px;border:1px solid var(--blue);border-radius:var(--radius-sm);transition:background 0.15s,color 0.15s;white-space:nowrap}.closing-contact a:hover{background:var(--blue);color:#fff}.closing-contact a svg{flex-shrink:0} @media(max-width:599px){body{font-size:15px}.comparison-grid{grid-template-columns:1fr}.comp-list li{font-size:0.82rem;line-height:1.55;padding:8px 13px}.specs-grid{grid-template-columns:1fr}.reassurance-steps{grid-template-columns:1fr}.reassurance-step p{font-size:0.79rem;line-height:1.6}.included-grid{grid-template-columns:1fr}.included-list li{font-size:0.82rem;padding:6px 13px}.feature-card p{font-size:0.82rem;line-height:1.6}.faq-label{padding:14px 14px;font-size:0.84rem}.faq-answer{font-size:0.82rem}.closing-trust{flex-direction:column;align-items:stretch}.closing-contact{flex-direction:column;align-items:stretch;gap:8px}.closing-contact a{justify-content:center;padding:13px 16px;font-size:0.82rem;min-height:44px}.section-title{font-size:0.9rem}} Skip the drainage layer entirely The AutoPot AirBase is a rigid ABS plastic plate that drops into the bottom of your pot and replaces the perlite, clay pebble, or hydroton drainage layer. It saves setup time, eliminates the need to pH-balance pebbles, and makes cleanup between runs significantly faster. The center section pops out to accept an AirDome underneath for root zone aeration, but the AirBase works perfectly fine on its own. Free shipping on orders over $49 30-day returns on all orders Serving growers since 2006 Compare Pebble drainage layer vs. AirBase Pebble Layer Buy, rinse, and pH-balance clay pebbles or hydroton before each use Difficult to remove and clean between growing cycles Clay pebbles break down over time, shedding dust and losing structure Rebuying pebbles every few cycles adds up fast, especially across a multi-pot system AirBase Drop it in the pot and you're done. No rinsing, no pH work Pull it out, rinse, and reuse run after run Durable ABS plastic lasts for years across multiple grows One-time purchase that pays for itself after a single grow cycle Gallery AirBase installation walkthrough Features Why growers switch to AirBase Replaces Pebble Layer Instantly No more buying, rinsing, and pH-balancing clay pebbles or hydroton. Drop the AirBase in the pot and move straight to filling with substrate. AirDome Compatible The center section pops out so the AirDome seats directly underneath. Feed the airline through the notches on the AirBase underside and up the pot wall. Tough ABS Plastic Built to handle repeated use across multiple growing cycles. Rinse it off between runs and it's ready to go again. Two Shapes for Every System Square fits 2.2 and 3.9 gallon plastic pots (1Pot and easy2grow systems). Round fits 6.6 gallon XL pots and 3 or 5 gallon GeoPot fabric pots. Faster Cleanup At the end of a cycle, pull the AirBase out of the pot in one piece. No fishing out hundreds of loose pebbles from spent substrate. Not for XXL Systems AirBases are designed for pots up to 6.6 gallons. The 9 and 13 gallon XXL fabric pots do not use a drainage layer and have no AirBase equivalent. Specs AirBase specifications Square Fits 2.2g and 3.9g pots Round Fits 6.6g, 3g/5g fabric Square Size 7.75" x 7.75" Round Size 10" diameter Material ABS plastic AirDome Pop-out center Reusable Yes, rinse and reuse XXL Compatible No (9g/13g excluded) How to install the AirBase 1 Choose your shape Square for 2.2 and 3.9 gallon plastic pots (1Pot, easy2grow). Round for 6.6 gallon XL pots and 3 or 5 gallon GeoPot fabric pots. 2 Drop it in the pot Place the AirBase flat on your root control disc at the bottom of the pot. If using an AirDome, pop out the center section and seat the AirDome underneath first. 3 Fill with substrate Pour your blended substrate directly on top of the AirBase. No need for any pebble layer. The rigid plate keeps substrate from sitting directly in any water that pools at the bottom of the pot. 4 Reuse after harvest When the cycle ends, pull the AirBase out, rinse it clean, and drop it right back in for the next run. It lasts for years of repeated use. Tips Top 10 tips for AutoPot growers In the box Shapes, sizes, and pack options Square AirBase Fits: 2.2g and 3.9g plastic pots Systems: 1Pot, easy2grow Packs: 1, 2, 4, or 6 Round AirBase Fits: 6.6g XL, 3g/5g GeoPot Systems: XL, GeoPot Packs: 1, 2, 4, or 6 Not sure which shape? If your pot is square with a flat bottom, get Square. If your pot is round (XL plastic or GeoPot fabric), get Round. Call or email us: 716-217-0353 / [email protected] Pairs with: Add an AirDome Kit to pump oxygen into your root zone. The AirDome seats directly under the AirBase's pop-out center. Questions Frequently asked questions Do I need an AirBase, or can I just use pebbles? Pebbles still work. The AirBase just saves time by eliminating the buying, rinsing, pH-balancing, and cleanup steps. If you're growing one or two pots, pebbles are fine. If you're running four or more pots, the convenience adds up quickly. Do I have to use the AirDome with the AirBase? No. The AirBase works on its own as a drainage layer replacement. The pop-out center is there if you want to add an AirDome later, but it's completely optional. How many AirBases do I need for a 4-pot system? One per pot. A 4-pot system needs 4 AirBases. The 4-pack is the most convenient option for this setup. PRO system kits already include AirBases, so check whether yours came with them before ordering extras. Will the AirBase work in the 9 or 13 gallon XXL pots? No. AutoPot does not make AirBases for the XXL 9 and 13 gallon fabric pots. Those pots do not use a drainage layer in standard operation. Can I use a Round AirBase in a 3.9 gallon pot? No, the shapes are not interchangeable. Square AirBases are sized for the square 2.2 and 3.9 gallon pots. Round AirBases are sized for the round 6.6 gallon XL pots and the 3 and 5 gallon GeoPot fabric pots. The wrong shape will not sit flat. What if my AirBase arrives damaged or defective? If you receive a defective or damaged unit, email us a photo at [email protected] and we'll make it right immediately: replacement or refund, your call. For change-of-mind returns, we accept returns within 30 days for items in new, resalable condition. If you're not sure whether this product is right for your setup, call us first at 716-217-0353. We'd rather answer your questions before you order. Why should I buy this from Happy Hydro instead of somewhere else? Happy Hydro has been selling growing equipment since 2006. We've carried AutoPot for years because the systems work great and customers who buy them leave happy. Have questions before you order? Call 716-217-0353 or email [email protected]. We're easy to reach and happy to help! Questions? We're easy to reach.Happy Hydro has been serving growers since 2006. Call or email us before you order, after you order, or any time something comes up. When you're happy, we're happy. 716-217-0353 [email protected]
More you might like
Related
AutoPot AirBase
Related
Autopot AirBase
Related
AutoPot AirBase
Related