{"title":"Start Your First Grow","description":"\u003c!-- Start a Grow - Beginner collection page (top-of-page snippet) --\u003e\n\u003c!-- Paste straight into the Shopify collection description via the HTML view. --\u003e\n\u003c!-- No document wrapper (no doctype\/html\/head\/title\/meta\/body) - a title tag here duplicates the page title. --\u003e\n\u003c!-- Pattern + image-forward layout follow the \"What's eating your plants?\" beneficial-insects page. Products render below from the collection grid. --\u003e\n\u003c!-- IMAGES: real Happy Hydro CDN product shots. NOTE: the Grow lights card still uses a Vivosun product photo - swap when a replacement is chosen. --\u003e\n\u003c!-- LINKS: live filtered-collection URLs for \/collections\/start-your-first-grow, each ending in #shop so the page scrolls to the product grid below this block. --\u003e\n\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026family=Inter:wght@400;500\u0026display=swap');\n\n\/* Tokens scoped to .sag so the Shopify theme's :root cannot override them *\/\n.sag {\n  --bg:#ffffff; --bg-soft:#fafafa; --surface:#fafafa; --text:#4d4d4d; --text-light:#6b6b6b; --text-muted:#999;\n  --border:#e1e3e4; --blue:#01adf0; --blue-dark:#0190c8; --blue-pale:#e8f7fd;\n  --green:#61a84d; --green-dark:#4d8a3c; --green-pale:#edf6ea; --orange:#ff723c; --orange-pale:#fff2ed;\n  --font-head:'Poppins',sans-serif; --font-body:'Inter',sans-serif;\n}\n\n.sag *, .sag *::before, .sag *::after { box-sizing: border-box; margin: 0; padding: 0; }\n.sag { font-family: var(--font-body); color: var(--text); background: #fff; line-height: 1.55; font-size: 15px; max-width: 1040px; margin: 0 auto; }\n.sag :focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 4px; }\n.sag img { display: block; }\n.sag .svg-sprite { display: none; }\n.sag .eyebrow { font-family: var(--font-head); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green); margin: 0; }\n\n\/* HERO *\/\n.sag-hero { text-align: center; padding: 4px 0 0; display: flex; flex-direction: column; align-items: center; gap: 6px; }\n.sag-hero h1 { font-family: var(--font-head); font-size: 2.3rem; font-weight: 700; color: #2d2d2d; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 10px; }\n.sag-hero h1 span { color: var(--green); }\n.sag-hero p { font-size: 1.05rem; color: var(--text-light); max-width: 500px; margin: 0 auto; }\n\n\/* SIZE CHOOSER *\/\n.sizes { margin: 22px 0; }\n.sizes-cap { text-align: center; font-family: var(--font-head); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 12px; }\n.size-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }\n.size-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 15px 8px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 12px; text-decoration: none; color: inherit; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }\n.size-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(0,0,0,0.06); border-color: var(--green); background: var(--green-pale); }\n.size-card .sc-ic { color: var(--green); margin-bottom: 2px; }\n.size-card .sc-size { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: #2d2d2d; line-height: 1; }\n.size-card .sc-plants { font-size: 0.72rem; color: var(--text-light); }\n.size-card.help .sc-ic, .size-card.help .sc-size { color: var(--orange); }\n.size-card.help:hover { border-color: var(--orange); background: var(--orange-pale); }\n\n\/* SECTION HEADS *\/\n.sec-head { text-align: center; margin: 38px 0 20px; display: flex; flex-direction: column; align-items: center; gap: 6px; }\n.sec-head .eyebrow { color: var(--green); }\n.sec-head h2 { font-family: var(--font-head); font-size: 1.6rem; font-weight: 700; color: #2d2d2d; letter-spacing: -0.015em; line-height: 1.2; }\n.sec-head h2 span { color: var(--green); }\n.sec-head p { font-size: 0.95rem; color: var(--text-light); margin-top: 6px; }\n\n\/* KIT RECOMMENDATION *\/\n.rec-card { display: grid; grid-template-columns: 360px 1fr; gap: 30px; align-items: stretch; background: #fff; border: 1px solid var(--green); border-radius: 16px; overflow: hidden; }\n.rec-photo { overflow: hidden; min-height: 300px; background: #f4f5f5; }\n.rec-photo img { width: 100%; height: 100%; object-fit: cover; }\n.rec-body { padding: 30px 34px 30px 0; display: flex; flex-direction: column; justify-content: center; gap: 13px; }\n.start-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--green); color: #fff; font-family: var(--font-head); font-size: 0.64rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 11px; border-radius: 20px; margin: 0; align-self: flex-start; }\n.rec-body h3 { font-family: var(--font-head); font-size: 1.5rem; font-weight: 700; color: #2d2d2d; line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 10px; }\n.rec-body \u003e p { font-size: 0.95rem; color: var(--text-light); line-height: 1.6; margin-bottom: 18px; }\n.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }\n.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-size: 0.92rem; font-weight: 600; padding: 12px 22px; border-radius: 8px; text-decoration: none; transition: background 0.15s, color 0.15s, border-color 0.15s; }\n.btn.green { background: var(--green); color: #fff; border: 1px solid var(--green); }\n.btn.green:hover { background: var(--green-dark); border-color: var(--green-dark); }\n.btn.green svg { transition: transform 0.18s; }\n.btn.green:hover svg { transform: translateX(2px); }\n.btn.blue { background: #fff; color: var(--blue-dark); border: 1px solid var(--blue); }\n.btn.blue:hover { background: var(--blue); color: #fff; }\n\n\/* DISCLOSURE *\/\n.disclose { margin-top: 18px; border-top: 1px solid var(--border); padding-top: 16px; }\n.disclose \u003e summary { list-style: none; cursor: pointer; font-family: var(--font-head); font-size: 0.82rem; font-weight: 600; color: var(--blue); display: inline-flex; align-items: center; gap: 8px; }\n.disclose \u003e summary::-webkit-details-marker { display: none; }\n.disclose \u003e summary::after { content: '+'; font-family: var(--font-head); font-weight: 700; }\n.disclose[open] \u003e summary::after { content: '\\2212'; }\n.disclose \u003e summary:hover { color: var(--blue-dark); }\n.kit-incl { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 20px; }\n.kit-incl .ki { display: flex; align-items: flex-start; gap: 8px; font-size: 0.82rem; color: var(--text-light); line-height: 1.45; }\n.kit-incl .ki svg { color: var(--green); margin-top: 2px; flex-shrink: 0; }\n\n\/* SHOP BY PART - IMAGE CARDS *\/\n.part-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }\n.part-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; text-decoration: none; color: inherit; transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }\n.part-card:hover { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,0,0,0.07); border-color: var(--green); }\n.part-photo { aspect-ratio: 4 \/ 3; overflow: hidden; border-bottom: 1px solid var(--border); background: var(--bg-soft); }\n.part-photo img { width: 100%; height: 100%; object-fit: cover; }\n.part-body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 5px; flex: 1; }\n.part-body h3 { font-family: var(--font-head); font-size: 1.08rem; font-weight: 700; color: #2d2d2d; }\n.part-body p { font-size: 0.82rem; color: var(--text-light); line-height: 1.45; flex: 1; }\n.part-go { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-size: 0.78rem; font-weight: 600; color: var(--blue); margin-top: 2px; }\n\n\/* UNDER 25 *\/\n.under25 { margin: 44px 0 8px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface, #fafafa); padding: 20px 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; justify-content: space-between; }\n.under25-text { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 240px; }\n.under25-text .u-ic { width: 44px; height: 44px; border-radius: 10px; background: var(--orange-pale); display: flex; align-items: center; justify-content: center; color: var(--orange); flex-shrink: 0; }\n.under25-text h4 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; color: #2d2d2d; margin-bottom: 2px; }\n.under25-text p { font-size: 0.82rem; color: var(--text-light); line-height: 1.5; }\n.btn.outline { background: #fff; color: var(--green-dark); border: 1px solid var(--green); }\n.btn.outline:hover { background: var(--green); color: #fff; }\n\n\/* ===== Theme-override guards =====\n   Shopify themes style bare \u003ca\u003e (e.g. .rte a) with higher specificity than our\n   classes, which collapses the anchor-based cards and recolors button text.\n   These !important rules re-assert our layout and colors inside .sag only. *\/\n.sag a { text-decoration: none !important; }\n.sag .size-grid { display: grid !important; }\n.sag .size-card { display: flex !important; flex-direction: column !important; align-items: center !important; color: inherit !important; }\n.sag .part-grid { display: grid !important; }\n.sag .part-card { display: flex !important; flex-direction: column !important; color: inherit !important; }\n.sag .rec-card { display: grid !important; }\n.sag .btn { text-decoration: none !important; display: inline-flex !important; }\n.sag .btn.green { background: var(--green) !important; color: #ffffff !important; border: 1px solid var(--green) !important; }\n.sag .btn.green:hover { background: var(--green-dark) !important; }\n.sag .btn.blue { background: #ffffff !important; color: var(--blue-dark) !important; border: 1px solid var(--blue) !important; }\n.sag .btn.blue:hover { background: var(--blue) !important; color: #ffffff !important; }\n.sag .btn.outline { background: #ffffff !important; color: var(--green-dark) !important; border: 1px solid var(--green) !important; }\n.sag .btn.outline:hover { background: var(--green) !important; color: #ffffff !important; }\n.sag .part-go, .sag .disclose \u003e summary { color: var(--blue) !important; }\n.sag .part-photo, .sag .rec-photo { display: block !important; }\n\n\/* id-scoped so theme ID selectors cannot out-specify these. *\/\n#sag a, #sag a.btn, #sag .size-card, #sag .part-card { text-decoration: none !important; }\n\/* Themes add margins to h1\/h2\/p inside .rte, which inflate every gap.\n   Zero them here and let our container flex-gaps control spacing. *\/\n#sag h1, #sag h2, #sag h3, #sag h4, #sag h5, #sag h6, #sag p, #sag ul, #sag ol, #sag li { margin: 0 !important; padding: 0 !important; }\n#sag .under25-text \u003e div { display: flex; flex-direction: column; gap: 2px; }\n\/* Scroll target offset so a sticky theme header does not cover the grid top. *\/\n#shop { scroll-margin-top: 100px; }\n\/* Button color, hardened with an id + -webkit-text-fill-color so theme link\n   rules (often ID-scoped and\/or using -webkit-text-fill-color) cannot win. *\/\n#sag a.btn.green, #sag .btn.green { background: var(--green) !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; border: 1px solid var(--green) !important; }\n#sag a.btn.green:hover, #sag .btn.green:hover { background: var(--green-dark) !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }\n#sag a.btn.green svg { color: #ffffff !important; }\n#sag a.btn.blue, #sag .btn.blue { background: #ffffff !important; color: var(--blue-dark) !important; -webkit-text-fill-color: var(--blue-dark) !important; border: 1px solid var(--blue) !important; }\n#sag a.btn.blue:hover, #sag .btn.blue:hover { background: var(--blue) !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }\n#sag a.btn.outline, #sag .btn.outline { background: #ffffff !important; color: var(--green-dark) !important; -webkit-text-fill-color: var(--green-dark) !important; border: 1px solid var(--green) !important; }\n#sag a.btn.outline:hover, #sag .btn.outline:hover { background: var(--green) !important; color: #ffffff !important; -webkit-text-fill-color: #ffffff !important; }\n\n@media (max-width: 880px) {\n  .sag { font-size: 14px; }\n  .sag-hero h1 { font-size: 1.9rem; }\n  .size-grid { grid-template-columns: repeat(3, 1fr); }\n  .rec-card { grid-template-columns: 1fr; }\n  .rec-photo { min-height: 220px; aspect-ratio: 16\/10; }\n  .rec-body { padding: 24px; }\n  .part-grid { grid-template-columns: repeat(2, 1fr); }\n  .sec-head h2 { font-size: 1.35rem; }\n}\n@media (max-width: 520px) {\n  .size-grid { grid-template-columns: repeat(2, 1fr); }\n  .kit-incl { grid-template-columns: 1fr; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"sag\" id=\"sag\"\u003e\n\n\u003c!-- SVG SPRITE --\u003e\n\u003csvg class=\"svg-sprite\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n  \u003cdefs\u003e\n    \u003csymbol id=\"ic-check\" viewbox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolyline points=\"2.5,8.5 6,12 13.5,4\"\u003e\u003c\/polyline\u003e\u003c\/symbol\u003e\n    \u003csymbol id=\"ic-arrow\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/symbol\u003e\n    \u003csymbol id=\"ic-tent\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 4L4 10v9h16v-9L12 4z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 19v-6\"\u003e\u003c\/path\u003e\u003c\/symbol\u003e\n    \u003csymbol id=\"ic-tag\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 4h7l9 9-7 7-9-9V4z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"8\" cy=\"8\" r=\"1.3\"\u003e\u003c\/circle\u003e\u003c\/symbol\u003e\n    \u003csymbol id=\"ic-help\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9.5\"\u003e\u003c\/circle\u003e\u003cpath d=\"M9.2 9a2.8 2.8 0 115 1.8c-1 1-2.2 1.2-2.2 2.7\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"17.4\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003c\/symbol\u003e\n  \u003c\/defs\u003e\n\u003c\/svg\u003e\n\n\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"sag-hero\"\u003e\n  \u003cdiv class=\"eyebrow\"\u003eStart a Grow\u003c\/div\u003e\n  \u003ch1\u003eStart your \u003cspan\u003efirst grow\u003c\/span\u003e\n\u003c\/h1\u003e\n  \u003cp\u003eTell us your space. We will tell you exactly what to get, with no incompatible parts.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- SIZE CHOOSER --\u003e\n\u003cdiv class=\"sizes\" role=\"region\" aria-label=\"Shop by grow space size\"\u003e\n  \u003cdiv class=\"sizes-cap\"\u003eShop by your space\u003c\/div\u003e\n  \u003cdiv class=\"size-grid\"\u003e\n    \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.tag=2x2#shop\" class=\"size-card\"\u003e\u003cspan class=\"sc-ic\"\u003e\u003csvg width=\"24\" height=\"24\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-tent\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"sc-size\"\u003e2x2\u003c\/span\u003e\u003cspan class=\"sc-plants\"\u003e1 to 2 plants\u003c\/span\u003e\u003c\/a\u003e\n    \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.tag=2x4#shop\" class=\"size-card\"\u003e\u003cspan class=\"sc-ic\"\u003e\u003csvg width=\"24\" height=\"24\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-tent\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"sc-size\"\u003e2x4\u003c\/span\u003e\u003cspan class=\"sc-plants\"\u003e2 to 4 plants\u003c\/span\u003e\u003c\/a\u003e\n    \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.tag=3x3#shop\" class=\"size-card\"\u003e\u003cspan class=\"sc-ic\"\u003e\u003csvg width=\"24\" height=\"24\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-tent\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"sc-size\"\u003e3x3\u003c\/span\u003e\u003cspan class=\"sc-plants\"\u003e2 to 4 plants\u003c\/span\u003e\u003c\/a\u003e\n    \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.tag=4x4#shop\" class=\"size-card\"\u003e\u003cspan class=\"sc-ic\"\u003e\u003csvg width=\"24\" height=\"24\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-tent\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"sc-size\"\u003e4x4\u003c\/span\u003e\u003cspan class=\"sc-plants\"\u003e4 to 6 plants\u003c\/span\u003e\u003c\/a\u003e\n    \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.tag=5x5#shop\" class=\"size-card\"\u003e\u003cspan class=\"sc-ic\"\u003e\u003csvg width=\"24\" height=\"24\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-tent\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"sc-size\"\u003e5x5\u003c\/span\u003e\u003cspan class=\"sc-plants\"\u003e6 to 9 plants\u003c\/span\u003e\u003c\/a\u003e\n    \u003ca href=\"tel:7162170353\" class=\"size-card help\"\u003e\u003cspan class=\"sc-ic\"\u003e\u003csvg width=\"24\" height=\"24\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-help\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\u003cspan class=\"sc-size\"\u003e?\u003c\/span\u003e\u003cspan class=\"sc-plants\"\u003eCall a Grow Pro\u003c\/span\u003e\u003c\/a\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- KIT RECOMMENDATION --\u003e\n\u003cdiv class=\"sec-head\"\u003e\n  \u003cdiv class=\"eyebrow\"\u003eOur recommendation\u003c\/div\u003e\n  \u003ch2\u003eFor most first-time growers, \u003cspan\u003estart with a complete kit\u003c\/span\u003e\n\u003c\/h2\u003e\n  \u003cp\u003eEverything matched and boxed together, ready to run.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"rec-card\"\u003e\n  \u003cdiv class=\"rec-photo\"\u003e\n    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/beginner-grow-tent-kit-spider-farmer-led-4-x-4-672493.jpg?v=1711643058\" alt=\"A complete grow kit: tent, LED light, inline fan, carbon filter, and ducting\" loading=\"lazy\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"rec-body\"\u003e\n    \u003cspan class=\"start-badge\"\u003e\u003csvg width=\"11\" height=\"11\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eStart here\u003c\/span\u003e\n    \u003ch3\u003eBuy a complete grow kit\u003c\/h3\u003e\n    \u003cp\u003eTent, light, and full ventilation matched to the same footprint and boxed together. Open it, hang the light, and start.\u003c\/p\u003e\n    \u003cdiv class=\"btn-row\"\u003e\n      \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.product_type=Grow+Tent+Kits#shop\" class=\"btn green\" style=\"color:#ffffff !important; -webkit-text-fill-color:#ffffff !important;\"\u003eShop grow kits \u003csvg width=\"15\" height=\"15\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-arrow\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdetails class=\"disclose\"\u003e\n      \u003csummary\u003eSee all kit sizes and what is in the box\u003c\/summary\u003e\n      \u003cdiv class=\"kit-incl\"\u003e\n        \u003cdiv class=\"ki\"\u003e\n\u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eGrow tent, 2x2 up to 5x5\u003c\/div\u003e\n        \u003cdiv class=\"ki\"\u003e\n\u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eFull-spectrum LED light\u003c\/div\u003e\n        \u003cdiv class=\"ki\"\u003e\n\u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eInline fan, filter, and ducting\u003c\/div\u003e\n        \u003cdiv class=\"ki\"\u003e\n\u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eClip-on circulation fan\u003c\/div\u003e\n        \u003cdiv class=\"ki\"\u003e\n\u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eRatchet light hangers\u003c\/div\u003e\n        \u003cdiv class=\"ki\"\u003e\n\u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eTimer or controller\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- SHOP BY PART --\u003e\n\u003cdiv class=\"sec-head\"\u003e\n  \u003cdiv class=\"eyebrow\"\u003eRather build it yourself?\u003c\/div\u003e\n  \u003ch2\u003eShop by part\u003c\/h2\u003e\n  \u003cp\u003eStart with your space, then work down the list.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"part-grid\"\u003e\n  \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.product_type=Grow+Tents#shop\" class=\"part-card\"\u003e\n    \u003cdiv class=\"part-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/4x4-Grow-Tent-AC-Infinity-Cloudlab-844-48-x48-x80-Happy-Hydro-25993023127619.jpg?v=1782709557\" alt=\"AC Infinity Cloudlab grow tent\" loading=\"lazy\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"part-body\"\u003e\n\u003ch3\u003eGrow tents\u003c\/h3\u003e\n\u003cp\u003eStart here. The footprint sizes every other part.\u003c\/p\u003e\n\u003cspan class=\"part-go\"\u003eShop tents \u003csvg width=\"13\" height=\"13\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-arrow\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/a\u003e\n  \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.product_type=LED+Grow+Lights#shop\" class=\"part-card\"\u003e\n    \u003cdiv class=\"part-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/43579502d5fdd886b3ec06c281765021.png?v=1784162564\" alt=\"Full-spectrum LED grow light\" loading=\"lazy\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"part-body\"\u003e\n\u003ch3\u003eGrow lights\u003c\/h3\u003e\n\u003cp\u003eFull-spectrum LEDs matched to each tent size.\u003c\/p\u003e\n\u003cspan class=\"part-go\"\u003eShop lights \u003csvg width=\"13\" height=\"13\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-arrow\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/a\u003e\n  \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.product_type=Circulation+Fans\u0026amp;filter.p.product_type=Inline+Fans\u0026amp;filter.p.product_type=Ventilation+Kits#shop\" class=\"part-card\"\u003e\n    \u003cdiv class=\"part-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/AC-FKT4-Main__38778.1785961785.webp?v=1786037193\" alt=\"AC Infinity air filtration kit: inline fan, carbon filter, and ducting\" loading=\"lazy\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"part-body\"\u003e\n\u003ch3\u003eFans \u0026amp; airflow\u003c\/h3\u003e\n\u003cp\u003eInline fans, filters, ducting, and clip fans.\u003c\/p\u003e\n\u003cspan class=\"part-go\"\u003eShop airflow \u003csvg width=\"13\" height=\"13\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-arrow\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/a\u003e\n  \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=\u0026amp;filter.p.product_type=Base+Nutrients\u0026amp;filter.p.product_type=Dry+Amendments\u0026amp;filter.p.product_type=Fabric+Pots\u0026amp;filter.p.product_type=Nutrient+Solutions\u0026amp;filter.p.product_type=Nutrient+Starter+Kits\u0026amp;filter.p.product_type=Nutrient+Supplements\u0026amp;filter.p.product_type=Nutrients\u0026amp;filter.p.product_type=Nutrients+%26+Supplements\u0026amp;filter.p.product_type=Organic+Soil+Amendment\u0026amp;filter.p.product_type=pH+Adjusters\u0026amp;filter.p.product_type=pH%2FTDS+Meters\u0026amp;filter.p.product_type=Soil+Amendment\u0026amp;filter.p.product_type=Soil%2C+Coco+%26+Substrate\u0026amp;filter.p.tag=Nutrients#shop\" class=\"part-card\"\u003e\n    \u003cdiv class=\"part-photo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/bio365-bioAll-OMRI-Certified-Organic-Soil-Happy-Hydro-23661627441219.jpg?v=1782707708\" alt=\"bio365 living soil and growing medium\" loading=\"lazy\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"part-body\"\u003e\n\u003ch3\u003eMedium \u0026amp; nutrients\u003c\/h3\u003e\n\u003cp\u003ePots, coco, soil, pH tools, and nutrients.\u003c\/p\u003e\n\u003cspan class=\"part-go\"\u003eShop medium \u003csvg width=\"13\" height=\"13\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-arrow\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\n\u003c!-- UNDER 25 --\u003e\n\u003cdiv class=\"under25\" role=\"region\" aria-label=\"First-grow tools under 25 dollars\"\u003e\n  \u003cdiv class=\"under25-text\"\u003e\n    \u003cspan class=\"u-ic\"\u003e\u003csvg width=\"22\" height=\"22\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-tag\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e\n    \u003cdiv\u003e\n      \u003ch4\u003eStarting small? Tools under $25\u003c\/h4\u003e\n      \u003cp\u003eHangers, a hygrometer, fabric pots, scissors, a heat mat, and pH tools.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003ca href=\"\/collections\/start-your-first-grow?sort_by=most-relevant\u0026amp;filter.v.price.gte=\u0026amp;filter.v.price.lte=25#shop\" class=\"btn outline\"\u003eShop under $25 \u003csvg width=\"15\" height=\"15\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-arrow\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- Scroll target: filter links end in #shop so the page jumps here, to the top of the product grid below this block. --\u003e\n\u003cdiv id=\"shop\" aria-hidden=\"true\" style=\"height:1px;\"\u003e\u003c\/div\u003e\n\n\u003c\/div\u003e","products":[{"product_id":"bluelab-ph-pen","title":"Bluelab pH Pen, Waterproof","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;600;700\u0026amp;family=Inter:wght@400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* ═══════════════════════════════════════════\n   DESIGN TOKENS — do not change these\n═══════════════════════════════════════════ *\/\n:root {\n  --bg:           #ffffff;\n  --bg-soft:      #fafafa;\n  --text:         #4d4d4d;\n  --text-light:   #6b6b6b;\n  --border:       #e1e3e4;\n  --blue:         #01adf0;\n  --blue-dark:    #0190c8;\n  --blue-pale:    #e8f7fd;\n  --green:        #61a84d;\n  --green-dark:   #4d8a3c;\n  --green-pale:   #edf6ea;\n  --orange:       #ff723c;\n  --orange-pale:  #fff2ed;\n  --font-head:    'Poppins', sans-serif;\n  --font-body:    'Inter', sans-serif;\n  --radius:       8px;\n  --radius-sm:    5px;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: var(--font-body);\n  font-size: 14px;\n  background: var(--bg);\n  color: var(--text);\n  line-height: 1.65;\n  padding-bottom: 40px;\n}\n\n:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 3px; }\n.icon { display: inline-block; flex-shrink: 0; vertical-align: middle; }\n.svg-sprite { display: none; }\n\n\/* ── 1. INTRO ── *\/\n.intro { padding-bottom: 18px; border-bottom: 1px solid var(--border); }\n.outcome-headline {\n  font-family: var(--font-head);\n  font-size: 1.15rem;\n  font-weight: 700;\n  color: var(--text);\n  line-height: 1.25;\n  margin-bottom: 10px;\n}\n.outcome-headline span { color: var(--green); }\n.intro p { font-size: 0.84rem; color: var(--text-light); line-height: 1.75; }\n.cert-strip { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }\n.cert-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--green-pale); border: 1px solid #c3e0ba; color: var(--green-dark); font-family: var(--font-head); font-size: 0.68rem; font-weight: 700; padding: 4px 10px; border-radius: 20px; }\n\n\/* ── 2. TRUST BAR ── *\/\n.trust-bar {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 4px 16px;\n  padding: 9px 12px;\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  background: var(--bg-soft);\n  margin: 18px 0;\n}\n.trust-item {\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  font-size: 0.74rem;\n  font-weight: 500;\n  color: var(--text-light);\n}\n.trust-item strong { color: var(--text); }\n\n\/* ── SECTION LABELS (shared) ── *\/\n.section-label {\n  font-family: var(--font-head);\n  font-size: 0.64rem;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  color: var(--blue);\n  margin-bottom: 3px;\n}\n.section-title {\n  font-family: var(--font-head);\n  font-size: 0.97rem;\n  font-weight: 700;\n  color: var(--text);\n  margin-bottom: 11px;\n}\n\n\/* ── 3. COMPARISON ── *\/\n.comparison-wrap { margin: 20px 0; }\n.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }\n.comp-col { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }\n.comp-header {\n  padding: 8px 13px;\n  font-family: var(--font-head);\n  font-size: 0.74rem;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 7px;\n  text-align: center;\n}\n.comp-col.old .comp-header { background: #f5f5f5; color: var(--text-light); border-bottom: 1px solid var(--border); }\n.comp-col.new .comp-header { background: var(--green); color: #fff; }\n.comp-list { list-style: none; padding: 0; }\n.comp-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  padding: 7px 13px;\n  font-size: 0.76rem;\n  color: var(--text-light);\n  border-bottom: 1px solid var(--border);\n  line-height: 1.45;\n}\n.comp-list li:last-child { border-bottom: none; }\n.comp-col.old .comp-list li svg { color: #bbb; margin-top: 2px; flex-shrink: 0; }\n.comp-col.new .comp-list li { color: var(--text); }\n.comp-col.new .comp-list li svg { color: var(--green); margin-top: 2px; flex-shrink: 0; }\n\n\/* ── 4. VIDEO ── *\/\n.gallery-wrap { margin: 20px 0; }\n\n\/* ── 5. FEATURE CARDS ── *\/\n.features-wrap { margin: 20px 0; }\n.features-grid { display: flex; flex-direction: column; gap: 7px; }\n.feature-card {\n  background: var(--bg-soft);\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  padding: 11px 13px;\n  display: flex;\n  flex-direction: row;\n  align-items: flex-start;\n  gap: 11px;\n}\n.feature-card.hero { border-color: var(--green); background: var(--green-pale); }\n.feature-icon-wrap {\n  width: 34px;\n  height: 34px;\n  border-radius: var(--radius-sm);\n  background: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  border: 1px solid var(--border);\n}\n.feature-card.hero .feature-icon-wrap { border-color: #b8ddb0; }\n.feature-card-body { flex: 1; min-width: 0; }\n.feature-card h4 {\n  font-family: var(--font-head);\n  font-size: 0.8rem;\n  font-weight: 700;\n  color: var(--text);\n  margin-bottom: 3px;\n  line-height: 1.3;\n}\n.feature-card p { font-size: 0.74rem; color: var(--text-light); line-height: 1.55; margin: 0; }\n.stat-badge {\n  display: inline-block;\n  background: var(--green);\n  color: #fff;\n  font-family: var(--font-head);\n  font-size: 0.61rem;\n  font-weight: 700;\n  padding: 2px 7px;\n  border-radius: 20px;\n  white-space: nowrap;\n  margin-left: 6px;\n  vertical-align: middle;\n}\n\n\/* ── 6. SPECS ── *\/\n.specs-wrap { margin: 20px 0; }\n.specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }\n.spec-card {\n  background: var(--bg-soft);\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  padding: 9px 12px;\n}\n.spec-card-label {\n  display: flex;\n  align-items: center;\n  gap: 5px;\n  font-size: 0.65rem;\n  font-weight: 500;\n  color: var(--text-light);\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n  margin-bottom: 2px;\n}\n.spec-card-value { font-family: var(--font-head); font-size: 0.81rem; font-weight: 600; color: var(--text); line-height: 1.3; }\n.manual-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  margin-top: 11px;\n  font-size: 0.76rem;\n  font-weight: 500;\n  color: var(--blue);\n  text-decoration: none;\n  border: 1px solid var(--blue);\n  border-radius: var(--radius-sm);\n  padding: 6px 12px;\n  transition: background 0.15s, color 0.15s;\n}\n.manual-link:hover { background: var(--blue); color: #fff; }\n\n\/* ── 7. HOW IT WORKS ── *\/\n.reassurance-block {\n  background: var(--blue-pale);\n  border: 1px solid #b3e4f9;\n  border-radius: var(--radius);\n  margin: 20px 0;\n  overflow: hidden;\n}\n.reassurance-header {\n  background: var(--blue);\n  padding: 10px 15px;\n  display: flex;\n  align-items: center;\n  gap: 9px;\n}\n.reassurance-header h3 { font-family: var(--font-head); font-size: 0.83rem; font-weight: 700; color: #fff; margin: 0; }\n.reassurance-steps {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1px;\n  background: #b3e4f9;\n}\n.reassurance-step {\n  display: flex;\n  flex-direction: row;\n  align-items: flex-start;\n  gap: 10px;\n  padding: 12px 14px;\n  background: var(--blue-pale);\n  text-align: left;\n}\n.step-num {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  background: var(--blue);\n  color: #fff;\n  font-family: var(--font-head);\n  font-size: 0.7rem;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.reassurance-step-body { flex: 1; }\n.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; }\n.reassurance-step p { font-size: 0.71rem; color: var(--text-light); line-height: 1.55; margin: 0; }\n\n\/* ── 8. INCLUDED IN BOX ── *\/\n.included-wrap { margin: 20px 0; }\n.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }\n.included-col { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }\n.included-col-header {\n  padding: 8px 13px;\n  font-family: var(--font-head);\n  font-size: 0.74rem;\n  font-weight: 700;\n  display: flex;\n  align-items: center;\n  gap: 6px;\n  border-bottom: 1px solid var(--border);\n}\n.included-col-header.blue { background: var(--blue-pale); color: var(--blue-dark); }\n.included-col-header.green { background: var(--green-pale); color: var(--green-dark); }\n.included-list { list-style: none; padding: 6px 0; }\n.included-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 7px;\n  padding: 4px 13px;\n  font-size: 0.75rem;\n  color: var(--text-light);\n  line-height: 1.5;\n}\n.included-list li svg { flex-shrink: 0; margin-top: 3px; }\n.included-tip {\n  padding: 10px 13px;\n  font-size: 0.74rem;\n  color: var(--text-light);\n  border-top: 1px solid var(--border);\n  background: #fff;\n  line-height: 1.6;\n}\n.included-tip strong { color: var(--text); }\n.included-tip a { color: var(--blue); text-decoration: none; font-weight: 600; }\n.included-tip a:hover { text-decoration: underline; }\n\n\/* ── 9. FAQ ── *\/\n.faq-wrap { margin: 20px 0; }\n.faq-list { display: flex; flex-direction: column; gap: 6px; }\n.faq-item { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; background: var(--bg); }\n.faq-toggle { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }\n.faq-label {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 10px;\n  padding: 11px 14px;\n  cursor: pointer;\n  font-family: var(--font-head);\n  font-size: 0.79rem;\n  font-weight: 600;\n  color: var(--text);\n  user-select: none;\n  transition: background 0.15s;\n  line-height: 1.4;\n}\n.faq-label:hover { background: var(--bg-soft); }\n.faq-q-icon {\n  flex-shrink: 0;\n  width: 20px;\n  height: 20px;\n  border-radius: 50%;\n  background: var(--bg-soft);\n  border: 1px solid var(--border);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  color: var(--blue);\n  transition: background 0.15s, color 0.15s, transform 0.2s;\n}\n.faq-answer {\n  max-height: 0;\n  overflow: hidden;\n  transition: max-height 0.35s ease, padding 0.2s;\n  font-size: 0.78rem;\n  color: var(--text-light);\n  line-height: 1.7;\n  padding: 0 14px;\n  background: var(--bg-soft);\n}\n.faq-answer a { color: var(--blue); }\n.faq-toggle:checked + .faq-label { background: var(--blue); color: #fff; }\n.faq-toggle:checked + .faq-label .faq-q-icon {\n  background: rgba(255,255,255,0.2);\n  border-color: rgba(255,255,255,0.4);\n  transform: rotate(45deg);\n}\n.faq-toggle:checked ~ .faq-answer {\n  max-height: 500px;\n  padding: 12px 14px;\n  border-top: 1px solid rgba(1,173,240,0.15);\n}\n.faq-toggle:focus-visible + .faq-label { outline: 3px solid var(--blue); outline-offset: -2px; }\n\n\/* ── 10. CLOSING FOOTER ── *\/\n.closing-trust {\n  margin-top: 22px;\n  padding: 15px 16px;\n  background: var(--bg-soft);\n  border: 1px solid var(--border);\n  border-radius: var(--radius);\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 12px;\n  justify-content: space-between;\n}\n.closing-trust-text { display: flex; align-items: flex-start; gap: 10px; flex: 1; min-width: 200px; }\n.closing-trust-text svg { color: var(--green); margin-top: 2px; flex-shrink: 0; }\n.closing-trust-text p { font-size: 0.78rem; color: var(--text-light); line-height: 1.6; }\n.closing-trust-text strong { color: var(--text); font-weight: 600; }\n.closing-contact { display: flex; flex-direction: column; gap: 5px; align-items: flex-end; }\n.closing-contact a {\n  display: inline-flex;\n  align-items: center;\n  gap: 5px;\n  font-family: var(--font-head);\n  font-size: 0.74rem;\n  font-weight: 600;\n  color: var(--blue);\n  text-decoration: none;\n  padding: 6px 12px;\n  border: 1px solid var(--blue);\n  border-radius: var(--radius-sm);\n  transition: background 0.15s, color 0.15s;\n  white-space: nowrap;\n}\n.closing-contact a:hover { background: var(--blue); color: #fff; }\n.closing-contact a svg { flex-shrink: 0; }\n\n\/* ── MOBILE ── *\/\n@media (max-width: 599px) {\n  body { font-size: 15px; }\n  .section-title { font-size: 0.9rem; }\n\n  \/* Stack all two-column grids *\/\n  .comparison-grid,\n  .specs-grid,\n  .reassurance-steps,\n  .included-grid { grid-template-columns: 1fr; }\n\n  \/* Feature card body, included list, comparison list *\/\n  .feature-card p,\n  .included-list li,\n  .comp-list li { font-size: 0.82rem; line-height: 1.6; }\n\n  \/* How-it-works step descriptions *\/\n  .reassurance-step p { font-size: 0.79rem; line-height: 1.6; }\n\n  \/* FAQ touch targets and sizing *\/\n  .faq-label { padding: 14px; font-size: 0.84rem; min-height: 44px; }\n  .faq-answer { font-size: 0.82rem; }\n\n  \/* Closing footer stacks vertically *\/\n  .closing-trust { flex-direction: column; align-items: stretch; }\n  .closing-contact { align-items: stretch; }\n  .closing-contact a {\n    width: 100%;\n    justify-content: center;\n    text-align: center;\n    padding: 13px 12px;\n    font-size: 0.82rem;\n    min-height: 44px;\n  }\n}\n\u003c\/style\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SVG ICON SPRITE\n═══════════════════════════════════════════ --\u003e\u003csvg class=\"svg-sprite\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n  \u003cdefs\u003e\n    \u003csymbol id=\"ic-check\" viewbox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpolyline points=\"2.5,8.5 6,12 13.5,4\"\u003e\u003c\/polyline\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-x\" viewbox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\n      \u003cline x1=\"3\" y1=\"3\" x2=\"13\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"13\" y1=\"3\" x2=\"3\" y2=\"13\"\u003e\u003c\/line\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-plus\" viewbox=\"0 0 12 12\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\n      \u003cline x1=\"6\" y1=\"1\" x2=\"6\" y2=\"11\"\u003e\u003c\/line\u003e\u003cline x1=\"1\" y1=\"6\" x2=\"11\" y2=\"6\"\u003e\u003c\/line\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-shield\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M10 2l7 3v5c0 4-3 7-7 8C7 17 3 14 3 10V5z\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-truck\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003crect x=\"1\" y=\"5\" width=\"12\" height=\"9\" rx=\"1\"\u003e\u003c\/rect\u003e\u003cpath d=\"M13 8h3l2 3v3h-5V8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"5\" cy=\"16\" r=\"1.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"15\" cy=\"16\" r=\"1.5\"\u003e\u003c\/circle\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-return\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M4 10a6 6 0 106-6H6\"\u003e\u003c\/path\u003e\u003cpolyline points=\"3,7 6,10 3,13\"\u003e\u003c\/polyline\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-calendar\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003crect x=\"2\" y=\"4\" width=\"16\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"6\" y1=\"2\" x2=\"6\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"14\" y1=\"2\" x2=\"14\" y2=\"6\"\u003e\u003c\/line\u003e\u003cline x1=\"2\" y1=\"9\" x2=\"18\" y2=\"9\"\u003e\u003c\/line\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-phone\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M5 2h4l2 4-2.5 1.5a11 11 0 004 4L14 9l4 2v4a2 2 0 01-2 2A16 16 0 013 4a2 2 0 012-2z\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-email\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003crect x=\"2\" y=\"5\" width=\"16\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpolyline points=\"2,5 10,13 18,5\"\u003e\u003c\/polyline\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-info\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\n      \u003ccircle cx=\"10\" cy=\"10\" r=\"8\"\u003e\u003c\/circle\u003e\u003cline x1=\"10\" y1=\"9\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\u003ccircle cx=\"10\" cy=\"6.5\" r=\"0.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-box\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M10 2l8 4v8l-8 4-8-4V6z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"2,6 10,10 18,6\"\u003e\u003c\/polyline\u003e\u003cline x1=\"10\" y1=\"10\" x2=\"10\" y2=\"18\"\u003e\u003c\/line\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-star\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpolygon points=\"10,2 12.4,7.5 18.5,8 14,12.3 15.4,18 10,15 4.6,18 6,12.3 1.5,8 7.6,7.5\"\u003e\u003c\/polygon\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-pdf\" viewbox=\"0 0 20 20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M5 2h7l4 4v12a1 1 0 01-1 1H5a1 1 0 01-1-1V3a1 1 0 011-1z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"12,2 12,6 16,6\"\u003e\u003c\/polyline\u003e\n      \u003cline x1=\"7\" y1=\"11\" x2=\"13\" y2=\"11\"\u003e\u003c\/line\u003e\u003cline x1=\"7\" y1=\"14\" x2=\"11\" y2=\"14\"\u003e\u003c\/line\u003e\n    \u003c\/symbol\u003e\n    \n    \u003csymbol id=\"ic-droplet\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 11-11.31 0z\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-thermometer\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M14 14.76V3.5a2.5 2.5 0 00-5 0v11.26a4.5 4.5 0 105 0z\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-target\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-battery\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-tool\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.77-3.77a6 6 0 01-7.94 7.94l-6.91 6.91a2.12 2.12 0 01-3-3l6.91-6.91a6 6 0 017.94-7.94l-3.76 3.76z\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-globe\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cline x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"\u003e\u003c\/line\u003e\u003cpath d=\"M12 2a15.3 15.3 0 014 10 15.3 15.3 0 01-4 10 15.3 15.3 0 01-4-10 15.3 15.3 0 014-10z\"\u003e\u003c\/path\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-zap\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\n    \u003c\/symbol\u003e\n    \u003csymbol id=\"ic-eye\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n      \u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n    \u003c\/symbol\u003e\n  \u003c\/defs\u003e\n\u003c\/svg\u003e\u003c!-- ═══════════════════════════════════════════\n     SECTION 1 — OUTCOME HEADLINE + INTRO\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"intro\" role=\"region\" aria-label=\"Product introduction\"\u003e\n\u003ch2 class=\"outcome-headline\"\u003eKnow your pH in seconds with a pen that \u003cspan\u003ethrives\u003c\/span\u003e in the grow room\u003c\/h2\u003e\n\u003cp\u003eThe Bluelab pH Pen reads pH from 0.0 to 14.0 at 0.1 resolution and shows solution temperature on the same backlit screen. It is fully waterproof (not just splash-resistant) and floats if it lands in your reservoir. Bluelab builds it in New Zealand with a double-junction probe for longer life in nutrient-heavy solutions, and it ships with pH 4.0, pH 7.0, and KCl storage solution so you can calibrate and start measuring the same day.\u003c\/p\u003e\n\u003cdiv class=\"cert-strip\"\u003e\n\u003cspan class=\"cert-badge\"\u003e \u003csvg width=\"11\" height=\"11\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Fully waterproof \u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e \u003csvg width=\"11\" height=\"11\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 1-year warranty \u003c\/span\u003e \u003cspan class=\"cert-badge\"\u003e \u003csvg width=\"11\" height=\"11\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Made in New Zealand \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 2 — TRUST BAR\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"trust-bar\" role=\"list\" aria-label=\"Store trust signals\"\u003e\n\u003cdiv class=\"trust-item\" role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"16\" height=\"16\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-truck\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003eFree shipping\u003c\/strong\u003e on orders over $49\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\" role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"16\" height=\"16\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-return\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003e\u003cstrong\u003e30-day returns\u003c\/strong\u003e on all orders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-item\" role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"16\" height=\"16\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-calendar\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cspan\u003eServing growers \u003cstrong\u003esince 2006\u003c\/strong\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 3 — VIDEO \/ GALLERY\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"gallery-wrap\" role=\"region\" aria-label=\"Product video\"\u003e\n\u003cdiv class=\"section-label\"\u003eGallery\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eSee it in action\u003c\/div\u003e\n\u003cdiv class=\"video-wrap\"\u003e\u003ciframe width=\"100%\" style=\"aspect-ratio: 16\/9; border: 0; border-radius: var(--radius);\" src=\"https:\/\/www.youtube.com\/embed\/dBNePsATNFA?si=ZQqlroXeD0pcAfKL\" title=\"Bluelab pH Pen overview video\"\u003e\n    \u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 4 — COMPARISON TABLE\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"comparison-wrap\" role=\"region\" aria-label=\"Comparison table\"\u003e\n\u003cdiv class=\"section-label\"\u003eSide by side\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eCheap pH pens vs. the Bluelab pH Pen\u003c\/div\u003e\n\u003cdiv class=\"comparison-grid\"\u003e\n\u003cdiv class=\"comp-col old\"\u003e\n\u003cdiv class=\"comp-header\" aria-label=\"Cheap pH pen column\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"currentColor\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-x\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Budget pH pens\u003c\/div\u003e\n\u003cul class=\"comp-list\" role=\"list\"\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-x\"\u003e\u003c\/use\u003e\u003c\/svg\u003eSingle-junction probes clog fast in nutrient solutions\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-x\"\u003e\u003c\/use\u003e\u003c\/svg\u003eDrift out of calibration within days\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-x\"\u003e\u003c\/use\u003e\u003c\/svg\u003eWater-resistant at best, dead after one drop in the reservoir\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-x\"\u003e\u003c\/use\u003e\u003c\/svg\u003eNo calibration reminder, so you forget and run on bad data\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-x\"\u003e\u003c\/use\u003e\u003c\/svg\u003eNo temperature compensation, readings shift with heat\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-x\"\u003e\u003c\/use\u003e\u003c\/svg\u003eCalibration solutions sold separately, adding $10+ on day one\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comp-col new\"\u003e\n\u003cdiv class=\"comp-header\" aria-label=\"Bluelab pH Pen column\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"#fff\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Bluelab pH Pen\u003c\/div\u003e\n\u003cul class=\"comp-list\" role=\"list\"\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eDouble-junction probe resists contamination from nutrients\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e2-point calibration (pH 4.0 and 7.0) holds accuracy to ±0.1 pH\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eFully waterproof and floats, built for daily reservoir use\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e30-day calibration reminder built into the firmware\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003eAutomatic temperature compensation adjusts readings in real time\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003epH 4.0, pH 7.0, and KCl storage solution included in the box\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 5 — FEATURE CARDS\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"features-wrap\" role=\"region\" aria-label=\"Product features\"\u003e\n\u003cdiv class=\"section-label\"\u003eKey features\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eWhat makes this pen worth keeping\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003c!-- HERO CARD --\u003e\n\u003cdiv class=\"feature-card hero\" aria-label=\"Feature: Double-junction probe\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" stroke=\"var(--green)\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-droplet\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-card-body\"\u003e\n\u003ch4\u003eDouble-junction pH probe \u003cspan class=\"stat-badge\"\u003e±0.1 pH\u003c\/span\u003e\n\u003c\/h4\u003e\n\u003cp\u003eTwo reference junctions instead of one. The outer junction takes the beating from nutrient salts so the inner junction stays clean, which means stable readings for longer before the probe wears out.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" stroke=\"var(--blue)\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-droplet\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-card-body\"\u003e\n\u003ch4\u003eWaterproof and floats\u003c\/h4\u003e\n\u003cp\u003eNot splash-rated, fully waterproof. If it slips into the reservoir, it floats on the surface instead of sinking to the bottom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" stroke=\"var(--blue)\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-thermometer\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-card-body\"\u003e\n\u003ch4\u003eAutomatic temperature compensation\u003c\/h4\u003e\n\u003cp\u003epH readings shift with temperature. The pen measures solution temp (0 to 50°C) and corrects the pH value automatically, so a reading from a warm reservoir is just as reliable as one from a cool mixing bucket.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" stroke=\"var(--blue)\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-eye\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-card-body\"\u003e\n\u003ch4\u003eBacklit LCD with hold function\u003c\/h4\u003e\n\u003cp\u003eThe screen lights up for reading in dim grow rooms. Press the hold button to lock the display so you can pull the pen out and read at eye level.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" stroke=\"var(--blue)\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-calendar\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-card-body\"\u003e\n\u003ch4\u003e30-day calibration reminder\u003c\/h4\u003e\n\u003cp\u003eA built-in timer tracks the days since your last calibration and alerts you when it is time to recalibrate. No guessing, no forgetting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon-wrap\"\u003e\u003csvg width=\"22\" height=\"22\" stroke=\"var(--blue)\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-zap\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-card-body\"\u003e\n\u003ch4\u003eAuto-off and low battery warning\u003c\/h4\u003e\n\u003cp\u003eThe pen shuts itself off after inactivity to preserve the single AAA battery. A low-battery icon appears before it dies so you are never caught mid-reading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 6 — SPECIFICATIONS\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"specs-wrap\" role=\"region\" aria-label=\"Product specifications\"\u003e\n\u003cdiv class=\"section-label\"\u003eSpecs\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eTechnical details\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-droplet\"\u003e\u003c\/use\u003e\u003c\/svg\u003e pH Range\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e0.0 to 14.0 pH\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-target\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Accuracy\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e±0.1 pH (at 25°C)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-thermometer\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Temp Range\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e0 to 50°C \/ 32 to 122°F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-info\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Resolution\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e0.1 pH, 1°C \/ 1°F\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-tool\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Calibration\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e2-point (pH 7.0 and pH 4.0)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-battery\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Power\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e1x AAA alkaline (included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-globe\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Origin\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003eDesigned and built in New Zealand\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003cdiv class=\"spec-card-label\"\u003e\n\u003csvg class=\"icon\" width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-shield\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Warranty\u003c\/div\u003e\n\u003cdiv class=\"spec-card-value\"\u003e1-year limited (proof of purchase required)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 7 — HOW IT WORKS\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"reassurance-block\" role=\"region\" aria-label=\"How the Bluelab pH Pen works\"\u003e\n\u003cdiv class=\"reassurance-header\"\u003e\n\u003csvg class=\"icon\" width=\"18\" height=\"18\" stroke=\"#fff\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-info\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\n\u003ch3\u003eHow to set up and use your pH Pen\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reassurance-steps\" role=\"list\"\u003e\n\u003cdiv class=\"reassurance-step\" role=\"listitem\"\u003e\n\u003cdiv class=\"step-num\" aria-label=\"Step 1\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"reassurance-step-body\"\u003e\n\u003ch4\u003eHydrate the probe\u003c\/h4\u003e\n\u003cp\u003eRemove the storage cap and soak the probe tip in the included KCl storage solution for 24 hours before first use. This activates the glass membrane so it can read pH accurately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reassurance-step\" role=\"listitem\"\u003e\n\u003cdiv class=\"step-num\" aria-label=\"Step 2\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"reassurance-step-body\"\u003e\n\u003ch4\u003eCalibrate with two solutions\u003c\/h4\u003e\n\u003cp\u003eDip the probe in the pH 7.0 sachet, press the calibration button, then repeat in the pH 4.0 sachet. A confirmation indicator on screen tells you the calibration succeeded.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reassurance-step\" role=\"listitem\"\u003e\n\u003cdiv class=\"step-num\" aria-label=\"Step 3\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"reassurance-step-body\"\u003e\n\u003ch4\u003eTake your reading\u003c\/h4\u003e\n\u003cp\u003eSubmerge the probe in your nutrient solution or reservoir and wait for the display to stabilize. The reading shows pH and temperature simultaneously on the backlit screen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"reassurance-step\" role=\"listitem\"\u003e\n\u003cdiv class=\"step-num\" aria-label=\"Step 4\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"reassurance-step-body\"\u003e\n\u003ch4\u003eRinse, store, repeat\u003c\/h4\u003e\n\u003cp\u003eAfter each use, rinse the probe tip in clean water, then replace the storage cap with a few drops of KCl solution inside. This keeps the probe hydrated and extends its working life.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 8 — WHAT'S INCLUDED\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"included-wrap\" role=\"region\" aria-label=\"What's included in the box\"\u003e\n\u003cdiv class=\"section-label\"\u003eIn the box\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eEverything you need to calibrate and start measuring\u003c\/div\u003e\n\u003cdiv class=\"included-grid\"\u003e\n\u003cdiv class=\"included-col\"\u003e\n\u003cdiv class=\"included-col-header blue\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--blue-dark)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-box\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Included with every pen\u003c\/div\u003e\n\u003cul class=\"included-list\" role=\"list\"\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Bluelab pH Pen (waterproof)\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e pH 7.0 calibration solution sachet\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e pH 4.0 calibration solution sachet\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e KCl probe storage solution\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 1x AAA battery (installed)\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--green)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Quick-start guide\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"included-col\"\u003e\n\u003cdiv class=\"included-col-header green\"\u003e\n\u003csvg class=\"icon\" width=\"14\" height=\"14\" stroke=\"var(--green-dark)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-star\"\u003e\u003c\/use\u003e\u003c\/svg\u003e Recommended add-ons\u003c\/div\u003e\n\u003cul class=\"included-list\" role=\"list\"\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cstrong\u003eBluelab Conductivity Pen:\u003c\/strong\u003e Measures EC\/PPM so you can check nutrient strength alongside pH\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cstrong\u003eBluelab Probe Care Kit (pH):\u003c\/strong\u003e Extra calibration sachets, KCl solution, and cleaning tools for ongoing maintenance\u003c\/li\u003e\n\u003cli role=\"listitem\"\u003e\n\u003csvg width=\"13\" height=\"13\" stroke=\"var(--blue)\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-check\"\u003e\u003c\/use\u003e\u003c\/svg\u003e \u003cstrong\u003eBluelab KCl Storage Solution (250ml):\u003c\/strong\u003e Larger bottle for long-term probe storage between uses\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"included-tip\"\u003e\n\u003cstrong\u003eNot sure if you need the Conductivity Pen too?\u003c\/strong\u003e If you are hand-mixing nutrients, yes. pH tells you whether plants can access food, EC tells you how much food is there. Call us and we can walk you through it: \u003ca href=\"tel:7162170353\"\u003e716-217-0353\u003c\/a\u003e \/ \u003ca href=\"mailto:help@happyhydro.com\"\u003ehelp@happyhydro.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 9 — FAQ\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"faq-wrap\" role=\"region\" aria-label=\"Frequently asked questions\"\u003e\n\u003cdiv class=\"section-label\"\u003eQuestions\u003c\/div\u003e\n\u003cdiv class=\"section-title\"\u003eFrequently asked questions\u003c\/div\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq1\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq1\" aria-expanded=\"false\"\u003e I have never used a pH pen before. Is this hard to set up? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eThe only setup is hydrating the probe in KCl solution for 24 hours (comes in the box), then doing a two-button calibration with the included pH 4.0 and 7.0 sachets. The pen shows a confirmation icon when calibration is successful, so you know you did it right. After that, you just dip and read.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq2\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq2\" aria-expanded=\"false\"\u003e Does this work for soil grows or only hydroponics? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eThis pen is designed for testing liquid solutions: reservoirs, runoff, tap water, or nutrient mixes. If you need to test directly in soil, coco, or other solid media, Bluelab makes a separate Soil pH Pen with a flat-tip probe designed for that. This standard pH Pen is the right choice if you are checking water or nutrient solution before you pour it.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq3\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq3\" aria-expanded=\"false\"\u003e How often do I need to recalibrate? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eBluelab recommends calibrating once every 30 days, and the pen has a built-in reminder that tracks it for you. Each calibration takes about two minutes. You will eventually run out of the included sachets, so picking up a Bluelab Probe Care Kit or extra sachets is a good idea for the long run.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq4\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq4\" aria-expanded=\"false\"\u003e Can I replace the probe when it wears out? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eThe probe on the standard pH Pen is not replaceable. With proper care (rinsing after use, storing in KCl solution, recalibrating monthly), most growers get 1 to 2 years of reliable use. If you want a replaceable-probe option, Bluelab recently released the pH PenPlus, which accepts a swap-in probe when the original wears out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq5\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq5\" aria-expanded=\"false\"\u003e What is the storage cap for, and do I really need KCl solution? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eYes. The probe tip is a glass membrane that must stay hydrated to read accurately. If the probe dries out, readings drift and eventually the probe fails permanently. Add a few drops of KCl solution inside the storage cap and keep it on the pen between uses. Never store the probe dry or in plain water.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq6\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq6\" aria-expanded=\"false\"\u003e How accurate is this compared to more expensive meters? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eThe Bluelab pH Pen reads to 0.1 pH resolution with ±0.1 accuracy at 25°C. For hydroponic nutrient management, where your target range is typically 5.5 to 6.5, that level of precision is more than enough. Lab-grade meters read to 0.01 pH, but that extra decimal point rarely changes a grower's decision.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq7\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq7\" aria-expanded=\"false\"\u003e What if my pen arrives damaged or defective? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eIf you receive a defective or damaged unit, email us a photo at \u003ca href=\"mailto:help@happyhydro.com\"\u003ehelp@happyhydro.com\u003c\/a\u003e 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.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cinput type=\"checkbox\" id=\"faq8\" class=\"faq-toggle\" aria-hidden=\"true\"\u003e \u003clabel class=\"faq-label\" for=\"faq8\" aria-expanded=\"false\"\u003e Why should I buy this from Happy Hydro instead of somewhere else? \u003cspan class=\"faq-q-icon\" aria-hidden=\"true\"\u003e\u003csvg width=\"12\" height=\"12\"\u003e\u003cuse href=\"#ic-plus\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\u003c\/span\u003e \u003c\/label\u003e\n\u003cdiv class=\"faq-answer\" role=\"region\" aria-label=\"Answer\"\u003eHappy Hydro has been selling growing equipment since 2006. We've carried Bluelab 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 \u003ca href=\"mailto:help@happyhydro.com\"\u003ehelp@happyhydro.com\u003c\/a\u003e. We're easy to reach and happy to help!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═══════════════════════════════════════════\n     SECTION 10 — CLOSING TRUST FOOTER\n     Do not change this copy or structure.\n     Fixed across all product pages.\n     Must include BOTH phone and email buttons.\n═══════════════════════════════════════════ --\u003e\n\u003cdiv class=\"closing-trust\" role=\"contentinfo\" aria-label=\"Store contact and trust information\"\u003e\n\u003cdiv class=\"closing-trust-text\"\u003e\n\u003csvg class=\"icon\" width=\"20\" height=\"20\" fill=\"none\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-shield\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\n\u003cp\u003e\u003cstrong\u003eQuestions? We're easy to reach.\u003c\/strong\u003e\u003cbr\u003eHappy 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.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"closing-contact\"\u003e\n\u003ca href=\"tel:7162170353\" aria-label=\"Call Happy Hydro at 716-217-0353\"\u003e \u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-phone\"\u003e\u003c\/use\u003e\u003c\/svg\u003e 716-217-0353 \u003c\/a\u003e \u003ca href=\"mailto:help@happyhydro.com\" aria-label=\"Email Happy Hydro\"\u003e \u003csvg width=\"14\" height=\"14\" aria-hidden=\"true\"\u003e\u003cuse href=\"#ic-email\"\u003e\u003c\/use\u003e\u003c\/svg\u003e help@happyhydro.com \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bluelab","offers":[{"title":"Default Title","offer_id":17860016308291,"sku":"PENPH","price":99.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Bluelab-pH-Pen-Waterproof-Happy-Hydro-23092495253571.jpg?v=1782710498"},{"product_id":"bluelab-ppm-pen","title":"Bluelab PPM Pen, EC TDS Temp, Waterproof","description":"\u003cul\u003e\n\u003cli\u003eFully waterproof, not just water-resistant\u003c\/li\u003e\n\u003cli\u003eSelectable measurement units so you can customise with your preferences\u003c\/li\u003e\n\u003cli\u003eFlat electrode for easier cleaning and maintenance\u003c\/li\u003e\n\u003cli\u003eHold reading function to capture every measurement with ease\u003c\/li\u003e\n\u003cli\u003eAutomatic temperature compensation for accurate readings anywhere\u003c\/li\u003e\n\u003cli\u003eAuto-off function to extend battery life\u003c\/li\u003e\n\u003cli\u003e1 x AAA alkaline battery included, getting you started immediately\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eProviding quick and accurate readings at the click of a button, you can rest assured that the user-friendly Bluelab Conductivity Pen will give you reliable results, every single time.\u003c\/p\u003e\n\u003cp\u003eIn addition, this product offers a range of in-built measurement units, so you’ll be able to customise it according to your preference. For conductivity readings, you can choose between EC, CF, PPM 500 (TDS) or PPM 700; for temperature, you can select ˚C or ˚F.\u003c\/p\u003e","brand":"Bluelab","offers":[{"title":"Default Title","offer_id":17860034199619,"sku":"PENCON","price":94.45,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Bluelab-PPM-Pen-EC-TDS-Temp-Waterproof-Happy-Hydro-23092495614019.jpg?v=1782710498"},{"product_id":"hm-digital-ph-electrode-storage-solution-60-cc-2-oz","title":"HM Digital pH Electrode Storage Solution - 60 cc \/ 2 oz","description":"\u003cspan\u003eFor use with HM Digital's PH-200 and PH-80 (as well as other brands of pH meters). Always make sure your sensor is kept in an electrode storage solution. If dry, refill the pH meter cap with the PH-STOR storage solution. The sponge should be moist (not soaking wet).\u003c\/span\u003e","brand":"HM Digital","offers":[{"title":"Default Title","offer_id":18039623843907,"sku":"HMOPSTOR","price":11.94,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/HM-Digital-pH-Electrode-Storage-Solution-60-cc-2-oz-Happy-Hydro-23092555513923.jpg?v=1782710442"},{"product_id":"hm-digital-handheld-tds-3-tester","title":"HM Digital Handheld TDS-3 Tester","description":"\u003cp\u003eThe HM Digital TDS-3 delivers professional-grade water quality testing in a portable, user-friendly package. Its advanced microprocessor ensures precise PPM measurements from 0-9990, while the integrated digital thermometer provides complete water analysis at a glance.\u003c\/p\u003e\n\u003cp\u003eThe generous LCD display makes readings instantly clear, and the convenient Hold Function lets you capture and record data without fumbling. Battery life stays strong thanks to the automatic 10-minute shutoff, and the included carrying case with belt clip keeps your meter protected and accessible wherever you test.\u003c\/p\u003e\n\u003cp\u003eFactory calibrated and user-recalibrable, this meter handles both home and commercial applications with reliable accuracy.\u003c\/p\u003e","brand":"HM Digital","offers":[{"title":"Default Title","offer_id":18039664345155,"sku":"HMDTDS3","price":25.33,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/HM-Digital-Handheld-TDS-3-Tester-Happy-Hydro-4120392433731.jpg?v=1782710442"},{"product_id":"cloudline-s4-quiet-inline-duct-fan-system-with-speed-controller-4-inch","title":"Cloudline S4 AC Infinity Fan with Speed Controller","description":"\u003cdiv style=\"text-align: start;\"\u003e\u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ventilation-packages\/products\/4-inch-budget-ac-infinity-grow-room-ventilation-package\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/bundle_ebd7752c-4152-4364-a5a5-12202fe8c43b_480x480.jpg?v=1607630923\" width=\"480x480\" height=\"480x480\" style=\"float: none;\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ventilation-packages\/products\/4-inch-budget-ac-infinity-grow-room-ventilation-package\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eCheck out the Cloudline S4 ventilation package which has all you need to get you started\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cp data-start=\"90\" data-end=\"579\"\u003eThe AC Infinity CLOUDLINE S4 is a high-performance 4-inch inline duct fan engineered for quiet, efficient ventilation in grow tents, AV closets, rooms, and air circulation projects. Built with a mixed-flow design and a PWM-controlled EC motor, this fan delivers powerful airflow while maintaining exceptionally low noise levels. With eight adjustable speed settings, you can fine-tune airflow to match your environment without the motor noise or heat commonly found in traditional AC fans.\u003c\/p\u003e\n\u003cp data-start=\"581\" data-end=\"941\"\u003eThe detachable motor box allows for simple cleaning and maintenance, while the dual ball-bearing design enables mounting in any orientation. Whether you're ventilating a grow tent, cooling electronics, or managing air exchange in tight spaces, the CLOUDLINE S4 provides reliable, energy-efficient performance backed by durable construction and quiet operation.\u003c\/p\u003e\n\u003ch2 data-start=\"943\" data-end=\"958\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"959\" data-end=\"1526\"\u003e• \u003cstrong data-start=\"961\" data-end=\"1045\"\u003e8-speed manual controller with PWM technology for precise, quiet airflow control\u003c\/strong\u003e\u003cbr data-start=\"1045\" data-end=\"1048\"\u003e• \u003cstrong data-start=\"1050\" data-end=\"1132\"\u003eMixed-flow fan design maintains strong airflow even under high static pressure\u003c\/strong\u003e\u003cbr data-start=\"1132\" data-end=\"1135\"\u003e• \u003cstrong data-start=\"1137\" data-end=\"1214\"\u003eEC motor reduces noise and energy consumption compared to AC-powered fans\u003c\/strong\u003e\u003cbr data-start=\"1214\" data-end=\"1217\"\u003e• \u003cstrong data-start=\"1219\" data-end=\"1283\"\u003eDetachable motor housing simplifies cleaning and maintenance\u003c\/strong\u003e\u003cbr data-start=\"1283\" data-end=\"1286\"\u003e• \u003cstrong data-start=\"1288\" data-end=\"1365\"\u003eDual ball bearings rated for 67,000 hours allow mounting in any direction\u003c\/strong\u003e\u003cbr data-start=\"1365\" data-end=\"1368\"\u003e• \u003cstrong data-start=\"1370\" data-end=\"1448\"\u003eIP44 rating provides resistance to dust and liquids for tough environments\u003c\/strong\u003e\u003cbr data-start=\"1448\" data-end=\"1451\"\u003e• \u003cstrong data-start=\"1453\" data-end=\"1526\"\u003eCompatible with CLOUDLINE T4 smart controllers for shared programming\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1528\" data-end=\"1543\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1544\" data-end=\"1849\"\u003e• Ventilating grow tents, grow rooms, and hydroponic environments\u003cbr data-start=\"1609\" data-end=\"1612\"\u003e• Cooling AV closets, equipment racks, and server cabinets\u003cbr data-start=\"1670\" data-end=\"1673\"\u003e• Improving airflow in bathrooms, attics, workshops, and small rooms\u003cbr data-start=\"1741\" data-end=\"1744\"\u003e• Air exchange for intake or exhaust setups\u003cbr data-start=\"1787\" data-end=\"1790\"\u003e• Ideal for low-noise ventilation in sensitive environments\u003c\/p\u003e\n\u003ch2 data-start=\"1851\" data-end=\"1876\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1877\" data-end=\"2144\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1877\" data-end=\"1904\"\u003e\n\u003ctr data-start=\"1877\" data-end=\"1904\"\u003e\n\u003cth data-start=\"1877\" data-end=\"1893\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1893\" data-end=\"1904\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1915\" data-end=\"2144\"\u003e\n\u003ctr data-start=\"1915\" data-end=\"1939\"\u003e\n\u003ctd data-start=\"1915\" data-end=\"1927\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1927\" data-end=\"1939\"\u003e4 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1940\" data-end=\"1961\"\u003e\n\u003ctd data-start=\"1940\" data-end=\"1950\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1950\" data-end=\"1961\"\u003e205 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1962\" data-end=\"1986\"\u003e\n\u003ctd data-start=\"1962\" data-end=\"1976\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1976\" data-end=\"1986\"\u003e28 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1987\" data-end=\"2020\"\u003e\n\u003ctd data-start=\"1987\" data-end=\"1998\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1998\" data-end=\"2020\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2021\" data-end=\"2057\"\u003e\n\u003ctd data-start=\"2021\" data-end=\"2034\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-start=\"2034\" data-end=\"2057\" data-col-size=\"sm\"\u003e6.9 x 11.9 x 7.4 in\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2058\" data-end=\"2100\"\u003e\n\u003ctd data-start=\"2058\" data-end=\"2071\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2071\" data-end=\"2100\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2101\" data-end=\"2144\"\u003e\n\u003ctd data-start=\"2101\" data-end=\"2110\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2110\" data-end=\"2144\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"2146\" data-end=\"2164\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2165\" data-end=\"2304\"\u003e• CLOUDLINE S4 Inline Duct Fan\u003cbr data-start=\"2195\" data-end=\"2198\"\u003e• 8-Speed Manual Speed Controller (PWM)\u003cbr data-start=\"2237\" data-end=\"2240\"\u003e• AC Power Adapter\u003cbr data-start=\"2258\" data-end=\"2261\"\u003e• Mounting Hardware\u003cbr data-start=\"2280\" data-end=\"2283\"\u003e• Installation Manual\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/dKlHCzYtsWA\" width=\"560\" height=\"315\"\u003e\u003c\/iframe\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e** If you order a variation that comes with ducting you will receive genuine 4-Layer Black \u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ac-infinity\"\u003eAC Infinity\u003c\/a\u003e Ducting which is much higher quality than standard aluminum ducting.\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31968551895107,"sku":"AI-CLS4","price":89.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-S4-AC-Infinity-Fan-with-Speed-Controller-Happy-Hydro-23092508295235.jpg?v=1782710271"},{"product_id":"cloudline-t4-quiet-inline-duct-fan-system-with-temperature-and-humidity-controller-4-inch","title":"Cloudline T4 AC Infinity Fan with Controller 69 Pro","description":"\u003cp data-start=\"0\" data-end=\"367\"\u003eThe AC Infinity CLOUDLINE T4 is a smart 4-inch inline duct fan engineered for growers, HVAC users, and AV system builders who need quiet, precise, and fully automated ventilation control. Paired with the advanced Controller 69 Pro, this system delivers dynamic temperature and humidity programming, minimum speed settings, timers, cycles, and full scheduling options.\u003c\/p\u003e\n\u003cp data-start=\"369\" data-end=\"821\"\u003eThe mixed-flow fan design and PWM-controlled EC motor provide powerful airflow while maintaining whisper-quiet operation, even in high static pressure environments. With the included thermal probe, remote app connectivity, and support for pairing an additional EC fan, the CLOUDLINE T4 offers a complete climate-management solution for grow tents, hydroponic rooms, bathrooms, closets, and ventilation projects requiring professional-grade performance.\u003c\/p\u003e\n\u003ch2 data-start=\"823\" data-end=\"838\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"839\" data-end=\"1415\"\u003e• \u003cstrong data-start=\"841\" data-end=\"934\"\u003eSmart Controller 69 Pro enables dynamic temperature, humidity, and time-based programming\u003c\/strong\u003e\u003cbr data-start=\"934\" data-end=\"937\"\u003e• \u003cstrong data-start=\"939\" data-end=\"1015\"\u003eQuiet EC motor with PWM control maintains smooth performance at low RPMs\u003c\/strong\u003e\u003cbr data-start=\"1015\" data-end=\"1018\"\u003e• \u003cstrong data-start=\"1020\" data-end=\"1097\"\u003eMixed-flow design delivers strong airflow even under high static pressure\u003c\/strong\u003e\u003cbr data-start=\"1097\" data-end=\"1100\"\u003e• \u003cstrong data-start=\"1102\" data-end=\"1188\"\u003eBluetooth and WiFi connectivity allow remote monitoring, alarms, and data insights\u003c\/strong\u003e\u003cbr data-start=\"1188\" data-end=\"1191\"\u003e• \u003cstrong data-start=\"1193\" data-end=\"1253\"\u003eDetachable motor box makes cleaning and maintenance easy\u003c\/strong\u003e\u003cbr data-start=\"1253\" data-end=\"1256\"\u003e• \u003cstrong data-start=\"1258\" data-end=\"1337\"\u003eDual ball bearings rated for 67,000 hours allow mounting in any orientation\u003c\/strong\u003e\u003cbr data-start=\"1337\" data-end=\"1340\"\u003e• \u003cstrong data-start=\"1342\" data-end=\"1415\"\u003eCan connect to one additional AC Infinity EC fan for expanded airflow\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1417\" data-end=\"1432\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1433\" data-end=\"1685\"\u003e• Hydroponic grow tents and grow rooms\u003cbr data-start=\"1471\" data-end=\"1474\"\u003e• AV racks, server closets, and equipment cabinets\u003cbr data-start=\"1524\" data-end=\"1527\"\u003e• Transferring heating\/cooling between rooms\u003cbr data-start=\"1571\" data-end=\"1574\"\u003e• Ventilating bathrooms, attics, workshops, and garages\u003cbr data-start=\"1629\" data-end=\"1632\"\u003e• Any low-noise or automated ventilation installation\u003c\/p\u003e\n\u003ch2 data-start=\"1687\" data-end=\"1712\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1713\" data-end=\"1984\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1713\" data-end=\"1740\"\u003e\n\u003ctr data-start=\"1713\" data-end=\"1740\"\u003e\n\u003cth data-start=\"1713\" data-end=\"1729\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1729\" data-end=\"1740\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1751\" data-end=\"1984\"\u003e\n\u003ctr data-start=\"1751\" data-end=\"1775\"\u003e\n\u003ctd data-start=\"1751\" data-end=\"1763\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-start=\"1763\" data-end=\"1775\" data-col-size=\"sm\"\u003e4 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1776\" data-end=\"1797\"\u003e\n\u003ctd data-start=\"1776\" data-end=\"1786\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-start=\"1786\" data-end=\"1797\" data-col-size=\"sm\"\u003e205 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1798\" data-end=\"1822\"\u003e\n\u003ctd data-start=\"1798\" data-end=\"1812\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1812\" data-end=\"1822\"\u003e28 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1823\" data-end=\"1856\"\u003e\n\u003ctd data-start=\"1823\" data-end=\"1834\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-start=\"1834\" data-end=\"1856\" data-col-size=\"sm\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1857\" data-end=\"1897\"\u003e\n\u003ctd data-start=\"1857\" data-end=\"1870\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1870\" data-end=\"1897\"\u003e6.9 x 11.9 x 7.4 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1898\" data-end=\"1940\"\u003e\n\u003ctd data-start=\"1898\" data-end=\"1911\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-start=\"1911\" data-end=\"1940\" data-col-size=\"sm\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1941\" data-end=\"1984\"\u003e\n\u003ctd data-start=\"1941\" data-end=\"1950\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-start=\"1950\" data-end=\"1984\" data-col-size=\"sm\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"1986\" data-end=\"2004\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2005\" data-end=\"2183\"\u003e• CLOUDLINE T4 Inline Fan\u003cbr data-start=\"2030\" data-end=\"2033\"\u003e• Controller 69 Pro (WiFi + Bluetooth)\u003cbr data-start=\"2071\" data-end=\"2074\"\u003e• Corded Thermal Probe\u003cbr data-start=\"2096\" data-end=\"2099\"\u003e• Two Duct Clamps\u003cbr data-start=\"2116\" data-end=\"2119\"\u003e• AC Power Adapter\u003cbr data-start=\"2137\" data-end=\"2140\"\u003e• Mounting Hardware\u003cbr data-start=\"2159\" data-end=\"2162\"\u003e• Installation Manual\u003c\/p\u003e\n\u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan\u003e\u003ciframe height=\"315\" width=\"560\" src=\"https:\/\/www.youtube.com\/embed\/dKlHCzYtsWA\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31968550649923,"sku":"AI-CLT4","price":119.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/Cloudline-T4-AC-Infinity-Fan-with-Controller-69-Pro-Happy-Hydro-24361866264643.jpg?v=1782710258"},{"product_id":"cloudline-s6-quiet-inline-duct-fan-system-with-speed-controller-6-inch","title":"Cloudline S6 AC Infinity Fan with Speed Controller","description":"\u003cdiv\u003e\u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ventilation-packages\/products\/6-inch-ac-infinity-grow-room-ventilation-package\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/6_Inch_Budget_AC_Infinity_Grow_Room_Ventilation_Package_480x480.jpg?v=1596499183\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\"\u003e\u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ventilation-packages\/products\/6-inch-ac-infinity-grow-room-ventilation-package\"\u003e\u003cspan style=\"text-decoration: underline;\"\u003e\u003cstrong\u003eCheck out the Cloudline S6 ventilation package which has all you need to get you started\u003c\/strong\u003e\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cul\u003e\n\u003cli style=\"list-style-type: none;\"\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cp data-start=\"95\" data-end=\"584\"\u003eThe AC Infinity CLOUDLINE S6 is a powerful yet ultra-quiet 6-inch inline duct fan designed for growers, AV technicians, and homeowners who need efficient and reliable ventilation. Featuring a mixed-flow design and a PWM-controlled EC motor, the S6 delivers strong airflow while maintaining minimal noise, even in high static pressure environments. Its 8-speed manual controller allows precise adjustments to match your ventilation needs without the loud performance of traditional AC fans.\u003c\/p\u003e\n\u003cp data-start=\"586\" data-end=\"944\"\u003eThe detachable motor housing simplifies maintenance, and its dual ball bearings are rated for long life in any mounting orientation. With an IP44 rating and compatibility with T-Series smart controllers, the CLOUDLINE S6 provides a durable, energy-efficient solution for grow tents, equipment racks, bathrooms, attics, and a wide range of ventilation setups.\u003c\/p\u003e\n\u003ch2 data-start=\"946\" data-end=\"961\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"962\" data-end=\"1523\"\u003e• \u003cstrong data-start=\"964\" data-end=\"1046\"\u003e8-speed manual speed controller using PWM technology for smooth, quiet airflow\u003c\/strong\u003e\u003cbr data-start=\"1046\" data-end=\"1049\"\u003e• \u003cstrong data-start=\"1051\" data-end=\"1129\"\u003eMixed-flow fan design maintains strong CFM even under high static pressure\u003c\/strong\u003e\u003cbr data-start=\"1129\" data-end=\"1132\"\u003e• \u003cstrong data-start=\"1134\" data-end=\"1219\"\u003eEC motor reduces noise, heat, and energy consumption compared to standard AC fans\u003c\/strong\u003e\u003cbr data-start=\"1219\" data-end=\"1222\"\u003e• \u003cstrong data-start=\"1224\" data-end=\"1290\"\u003eDetachable motor box allows fast cleaning and easy maintenance\u003c\/strong\u003e\u003cbr data-start=\"1290\" data-end=\"1293\"\u003e• \u003cstrong data-start=\"1295\" data-end=\"1380\"\u003eDual ball bearings rated for 67,000 hours support installation in any orientation\u003c\/strong\u003e\u003cbr data-start=\"1380\" data-end=\"1383\"\u003e• \u003cstrong data-start=\"1385\" data-end=\"1444\"\u003eIP44-rated for resistance to dust and splashing liquids\u003c\/strong\u003e\u003cbr data-start=\"1444\" data-end=\"1447\"\u003e• \u003cstrong data-start=\"1449\" data-end=\"1523\"\u003eCompatible with CLOUDLINE T6 smart controllers for advanced automation\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1525\" data-end=\"1540\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1541\" data-end=\"1841\"\u003e• Ventilating grow tents and hydroponic grow rooms\u003cbr data-start=\"1591\" data-end=\"1594\"\u003e• Cooling AV closets, racks, electronics cabinets, and server rooms\u003cbr data-start=\"1661\" data-end=\"1664\"\u003e• Transferring heating or cooling between rooms\u003cbr data-start=\"1711\" data-end=\"1714\"\u003e• Bathroom, attic, workshop, and general air-exchange installations\u003cbr data-start=\"1781\" data-end=\"1784\"\u003e• Quiet ventilation where precise speed control is needed\u003c\/p\u003e\n\u003ch2 data-start=\"1843\" data-end=\"1868\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1869\" data-end=\"2140\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1869\" data-end=\"1896\"\u003e\n\u003ctr data-start=\"1869\" data-end=\"1896\"\u003e\n\u003cth data-start=\"1869\" data-end=\"1885\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1885\" data-end=\"1896\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1907\" data-end=\"2140\"\u003e\n\u003ctr data-start=\"1907\" data-end=\"1931\"\u003e\n\u003ctd data-start=\"1907\" data-end=\"1919\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1919\" data-end=\"1931\"\u003e6 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1932\" data-end=\"1953\"\u003e\n\u003ctd data-start=\"1932\" data-end=\"1942\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1942\" data-end=\"1953\"\u003e402 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1954\" data-end=\"1978\"\u003e\n\u003ctd data-start=\"1954\" data-end=\"1968\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1968\" data-end=\"1978\"\u003e32 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1979\" data-end=\"2012\"\u003e\n\u003ctd data-start=\"1979\" data-end=\"1990\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1990\" data-end=\"2012\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2013\" data-end=\"2053\"\u003e\n\u003ctd data-start=\"2013\" data-end=\"2026\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2026\" data-end=\"2053\"\u003e7.9 x 12.6 x 8.4 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2054\" data-end=\"2096\"\u003e\n\u003ctd data-start=\"2054\" data-end=\"2067\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2067\" data-end=\"2096\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2097\" data-end=\"2140\"\u003e\n\u003ctd data-start=\"2097\" data-end=\"2106\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2106\" data-end=\"2140\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"2142\" data-end=\"2160\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2161\" data-end=\"2293\"\u003e• CLOUDLINE S6 Inline Fan\u003cbr data-start=\"2186\" data-end=\"2189\"\u003e• 8-Speed PWM Manual Speed Controller\u003cbr data-start=\"2226\" data-end=\"2229\"\u003e• AC Power Adapter\u003cbr data-start=\"2247\" data-end=\"2250\"\u003e• Mounting Hardware\u003cbr data-start=\"2269\" data-end=\"2272\"\u003e• Installation Manual\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003ciframe src=\"https:\/\/www.youtube.com\/embed\/dKlHCzYtsWA\" width=\"560\" height=\"315\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e** If you order a variation that comes with ducting you will receive genuine 4-Layer Black \u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ac-infinity\"\u003eAC Infinity\u003c\/a\u003e Ducting which is much higher quality than standard aluminum ducting.\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31968558874691,"sku":"AI-CLS6","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-S6-AC-Infinity-Fan-with-Speed-Controller-Happy-Hydro-23092509212739.jpg?v=1782710258"},{"product_id":"cloudline-t6-quiet-inline-duct-fan-system-with-temperature-and-humidity-controller-6-inch","title":"Cloudline T6 AC Infinity Fan with Controller 69 Pro","description":"\u003cdiv\u003e\n\u003cp data-start=\"0\" data-end=\"363\"\u003eThe AC Infinity CLOUDLINE T6 is a premium 6-inch smart inline duct fan designed for growers, HVAC users, and AV system builders who need precise, automated, and ultra-quiet ventilation control. Powered by a PWM-controlled EC motor and a mixed-flow impeller, the T6 delivers strong airflow while maintaining minimal noise—even in high static pressure environments.\u003c\/p\u003e\n\u003cp data-start=\"365\" data-end=\"918\"\u003ePaired with the advanced Controller 69 Pro, this system provides temperature and humidity triggers, dynamic speed programming, minimum speed settings, timers, cycles, scheduling, and full app connectivity for remote monitoring and automation. With a detachable motor housing for easy maintenance, dual ball bearings rated for long life, and support for pairing an additional EC fan, the CLOUDLINE T6 delivers professional-grade climate management for grow tents, hydroponic rooms, AV closets, and air-exchange systems requiring both power and precision.\u003c\/p\u003e\n\u003ch2 data-start=\"920\" data-end=\"935\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"936\" data-end=\"1618\"\u003e• \u003cstrong data-start=\"938\" data-end=\"1026\"\u003eController 69 Pro provides advanced temperature, humidity, and time-based automation\u003c\/strong\u003e\u003cbr data-start=\"1026\" data-end=\"1029\"\u003e• \u003cstrong data-start=\"1031\" data-end=\"1119\"\u003eQuiet and energy-efficient EC motor using PWM control for smooth low-RPM performance\u003c\/strong\u003e\u003cbr data-start=\"1119\" data-end=\"1122\"\u003e• \u003cstrong data-start=\"1124\" data-end=\"1206\"\u003eMixed-flow impeller design maintains strong airflow under high static pressure\u003c\/strong\u003e\u003cbr data-start=\"1206\" data-end=\"1209\"\u003e• \u003cstrong data-start=\"1211\" data-end=\"1303\"\u003eWiFi + Bluetooth app connectivity enables remote access, alerts, charts, and data export\u003c\/strong\u003e\u003cbr data-start=\"1303\" data-end=\"1306\"\u003e• \u003cstrong data-start=\"1308\" data-end=\"1371\"\u003eDetachable motor box allows simple cleaning and maintenance\u003c\/strong\u003e\u003cbr data-start=\"1371\" data-end=\"1374\"\u003e• \u003cstrong data-start=\"1376\" data-end=\"1436\"\u003eSupports connection to one additional AC Infinity EC fan\u003c\/strong\u003e\u003cbr data-start=\"1436\" data-end=\"1439\"\u003e• \u003cstrong data-start=\"1441\" data-end=\"1531\"\u003eDual ball bearings rated for 67,000 hours provide flexible mounting in any orientation\u003c\/strong\u003e\u003cbr data-start=\"1531\" data-end=\"1534\"\u003e• \u003cstrong data-start=\"1536\" data-end=\"1618\"\u003eIP44 rating protects against dust and splashing liquids for harsh environments\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1620\" data-end=\"1635\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1636\" data-end=\"1911\"\u003e• Hydroponic grow tents and large grow rooms\u003cbr data-start=\"1680\" data-end=\"1683\"\u003e• Ventilating AV racks, server closets, and electronics cabinets\u003cbr data-start=\"1747\" data-end=\"1750\"\u003e• Transferring heating and cooling between rooms\u003cbr data-start=\"1798\" data-end=\"1801\"\u003e• Exhausting bathrooms, attics, garages, and workshops\u003cbr data-start=\"1855\" data-end=\"1858\"\u003e• Any location requiring quiet, automated ventilation\u003c\/p\u003e\n\u003ch2 data-start=\"1913\" data-end=\"1938\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1939\" data-end=\"2210\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1939\" data-end=\"1966\"\u003e\n\u003ctr data-start=\"1939\" data-end=\"1966\"\u003e\n\u003cth data-start=\"1939\" data-end=\"1955\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1955\" data-end=\"1966\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1977\" data-end=\"2210\"\u003e\n\u003ctr data-start=\"1977\" data-end=\"2001\"\u003e\n\u003ctd data-start=\"1977\" data-end=\"1989\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-start=\"1989\" data-end=\"2001\" data-col-size=\"sm\"\u003e6 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2002\" data-end=\"2023\"\u003e\n\u003ctd data-start=\"2002\" data-end=\"2012\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-start=\"2012\" data-end=\"2023\" data-col-size=\"sm\"\u003e402 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2024\" data-end=\"2048\"\u003e\n\u003ctd data-start=\"2024\" data-end=\"2038\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-start=\"2038\" data-end=\"2048\" data-col-size=\"sm\"\u003e32 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2049\" data-end=\"2082\"\u003e\n\u003ctd data-start=\"2049\" data-end=\"2060\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2060\" data-end=\"2082\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2083\" data-end=\"2123\"\u003e\n\u003ctd data-start=\"2083\" data-end=\"2096\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-start=\"2096\" data-end=\"2123\" data-col-size=\"sm\"\u003e7.9 x 12.6 x 8.4 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2124\" data-end=\"2166\"\u003e\n\u003ctd data-start=\"2124\" data-end=\"2137\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2137\" data-end=\"2166\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2167\" data-end=\"2210\"\u003e\n\u003ctd data-start=\"2167\" data-end=\"2176\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2176\" data-end=\"2210\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"2212\" data-end=\"2230\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2231\" data-end=\"2409\"\u003e• CLOUDLINE T6 Inline Fan\u003cbr data-start=\"2256\" data-end=\"2259\"\u003e• Controller 69 Pro (WiFi + Bluetooth)\u003cbr data-start=\"2297\" data-end=\"2300\"\u003e• Corded Thermal Probe\u003cbr data-start=\"2322\" data-end=\"2325\"\u003e• Two Duct Clamps\u003cbr data-start=\"2342\" data-end=\"2345\"\u003e• AC Power Adapter\u003cbr data-start=\"2363\" data-end=\"2366\"\u003e• Mounting Hardware\u003cbr data-start=\"2385\" data-end=\"2388\"\u003e• Installation Manual\u003c\/p\u003e\n\u003c\/div\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31968554352707,"sku":"AI-CLT6","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-T6-AC-Infinity-Fan-with-Controller-69-Pro-Happy-Hydro-23092509704259.jpg?v=1782710244"},{"product_id":"cloudline-s8-quiet-inline-duct-fan-system-with-speed-controller-8-inch","title":"Cloudline S8 AC Infinity Fan with Speed Controller","description":"\u003cdiv\u003e\u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ventilation-packages\/products\/8-inch-budget-ac-infinity-grow-room-ventilation-package\"\u003e\u003cimg style=\"display: block; margin-left: auto; margin-right: auto;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/8_Inch_Budget_AC_Infinity_Grow_Room_Ventilation_Package_480x480.jpg?v=1596499580\"\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003cp data-start=\"0\" data-end=\"317\"\u003eThe AC Infinity CLOUDLINE S8 is a high-capacity 8-inch inline duct fan engineered for growers, HVAC users, and AV system builders who need powerful airflow with ultra-quiet performance. Delivering up to 740 CFM, the S8 is ideal for larger grow tents, hydroponic rooms, AV closets, and whole-room ventilation projects.\u003c\/p\u003e\n\u003cp data-start=\"319\" data-end=\"831\"\u003eIts mixed-flow design, paired with a PWM-controlled EC motor, ensures smooth, energy-efficient operation even in high static pressure environments. The included 8-speed manual controller allows precise airflow adjustments without the noise and heat associated with AC-powered fans. With a detachable motor box for easy cleaning, dual ball bearings rated for long life, and an IP44 dust\/liquid-resistant housing, the CLOUDLINE S8 provides dependable, low-noise ventilation for demanding air-exchange applications.\u003c\/p\u003e\n\u003ch2 data-start=\"833\" data-end=\"848\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"849\" data-end=\"1361\"\u003e• \u003cstrong data-start=\"851\" data-end=\"922\"\u003e8-speed PWM manual controller for smooth, precise speed adjustments\u003c\/strong\u003e\u003cbr data-start=\"922\" data-end=\"925\"\u003e• \u003cstrong data-start=\"927\" data-end=\"1002\"\u003eEC motor provides quiet, energy-efficient performance at all RPM levels\u003c\/strong\u003e\u003cbr data-start=\"1002\" data-end=\"1005\"\u003e• \u003cstrong data-start=\"1007\" data-end=\"1080\"\u003eMixed-flow design maintains strong airflow under high static pressure\u003c\/strong\u003e\u003cbr data-start=\"1080\" data-end=\"1083\"\u003e• \u003cstrong data-start=\"1085\" data-end=\"1143\"\u003eDetachable motor housing allows fast and easy cleaning\u003c\/strong\u003e\u003cbr data-start=\"1143\" data-end=\"1146\"\u003e• \u003cstrong data-start=\"1148\" data-end=\"1227\"\u003eDual ball bearings rated for 67,000 hours support mounting in any direction\u003c\/strong\u003e\u003cbr data-start=\"1227\" data-end=\"1230\"\u003e• \u003cstrong data-start=\"1232\" data-end=\"1291\"\u003eIP44-rated for resistance to dust and splashing liquids\u003c\/strong\u003e\u003cbr data-start=\"1291\" data-end=\"1294\" data-is-only-node=\"\"\u003e• \u003cstrong data-start=\"1296\" data-end=\"1361\"\u003eCompatible with CLOUDLINE T8 smart controllers for automation\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1363\" data-end=\"1378\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1379\" data-end=\"1667\"\u003e• Large hydroponic grow tents and grow rooms\u003cbr data-start=\"1423\" data-end=\"1426\"\u003e• Cooling AV closets, equipment racks, and server cabinets\u003cbr data-start=\"1484\" data-end=\"1487\"\u003e• Improving airflow in rooms, kitchens, workshops, attics, and garages\u003cbr data-start=\"1557\" data-end=\"1560\"\u003e• Exhausting bathrooms, basements, or other confined spaces\u003cbr data-start=\"1619\" data-end=\"1622\"\u003e• Any setup requiring high CFM with low noise\u003c\/p\u003e\n\u003ch2 data-start=\"1669\" data-end=\"1694\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1695\" data-end=\"1966\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1695\" data-end=\"1722\"\u003e\n\u003ctr data-start=\"1695\" data-end=\"1722\"\u003e\n\u003cth data-start=\"1695\" data-end=\"1711\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1711\" data-end=\"1722\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1733\" data-end=\"1966\"\u003e\n\u003ctr data-start=\"1733\" data-end=\"1757\"\u003e\n\u003ctd data-start=\"1733\" data-end=\"1745\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-start=\"1745\" data-end=\"1757\" data-col-size=\"sm\"\u003e8 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1758\" data-end=\"1779\"\u003e\n\u003ctd data-start=\"1758\" data-end=\"1768\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-start=\"1768\" data-end=\"1779\" data-col-size=\"sm\"\u003e740 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1780\" data-end=\"1804\"\u003e\n\u003ctd data-start=\"1780\" data-end=\"1794\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-start=\"1794\" data-end=\"1804\" data-col-size=\"sm\"\u003e39 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1805\" data-end=\"1838\"\u003e\n\u003ctd data-start=\"1805\" data-end=\"1816\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-start=\"1816\" data-end=\"1838\" data-col-size=\"sm\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1839\" data-end=\"1879\"\u003e\n\u003ctd data-start=\"1839\" data-end=\"1852\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1852\" data-end=\"1879\"\u003e8.5 x 11.9 x 9.2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1880\" data-end=\"1922\"\u003e\n\u003ctd data-start=\"1880\" data-end=\"1893\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-start=\"1893\" data-end=\"1922\" data-col-size=\"sm\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1923\" data-end=\"1966\"\u003e\n\u003ctd data-start=\"1923\" data-end=\"1932\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1932\" data-end=\"1966\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"1968\" data-end=\"1986\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"1987\" data-end=\"2116\"\u003e• CLOUDLINE S8 Inline Fan\u003cbr data-start=\"2012\" data-end=\"2015\"\u003e• 8-Speed PWM Manual Speed Controller\u003cbr data-start=\"2052\" data-end=\"2055\"\u003e• AC Power Plug\u003cbr data-start=\"2070\" data-end=\"2073\"\u003e• Mounting Hardware\u003cbr data-start=\"2092\" data-end=\"2095\"\u003e• Installation Manual\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003ciframe height=\"315\" width=\"560\" src=\"https:\/\/www.youtube.com\/embed\/dKlHCzYtsWA\"\u003e\u003c\/iframe\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan\u003e\u003cstrong\u003e** If you order a variation that comes with ducting you will receive genuine 4-Layer Black \u003ca href=\"https:\/\/www.happyhydro.com\/collections\/ac-infinity\"\u003eAC Infinity\u003c\/a\u003e Ducting which is much higher quality than standard aluminum ducting.\u003c\/strong\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31968578535491,"sku":"AI-CLS8","price":159.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-S8-AC-Infinity-Fan-with-Speed-Controller-Happy-Hydro-23092508753987.jpg?v=1782710243"},{"product_id":"cloudline-t8-quiet-inline-duct-fan-system-with-temperature-and-humidity-controller-8-inch","title":"Cloudline T8 AC Infinity Fan with Controller 69 Pro","description":"\u003cp data-start=\"0\" data-end=\"360\"\u003eThe AC Infinity CLOUDLINE T8 is a powerful 8-inch smart inline duct fan designed for growers and homeowners who need precise, automated, and ultra-quiet ventilation control. Engineered with a mixed-flow impeller and a PWM-controlled EC motor, the T8 delivers strong 740 CFM airflow while maintaining low noise levels, even in high static pressure environments.\u003c\/p\u003e\n\u003cp data-start=\"362\" data-end=\"833\"\u003ePaired with the advanced Controller 69 Pro, this system offers dynamic temperature and humidity triggers, customizable speed automation, timers, alarms, scheduling features, and full app connectivity via WiFi and Bluetooth. Its detachable motor box allows easy cleaning, while dual ball bearings and an IP44-rated housing ensure long-lasting performance in demanding grow tents, hydroponic rooms, AV closets, and ventilation projects requiring high-airflow smart control.\u003c\/p\u003e\n\u003ch2 data-start=\"835\" data-end=\"850\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"851\" data-end=\"1518\"\u003e• \u003cstrong data-start=\"853\" data-end=\"938\"\u003eController 69 Pro provides smart temperature, humidity, and time-based automation\u003c\/strong\u003e\u003cbr data-start=\"938\" data-end=\"941\"\u003e• \u003cstrong data-start=\"943\" data-end=\"1038\"\u003eWiFi + Bluetooth app access for remote control, alerts, data logs, and advanced programming\u003c\/strong\u003e\u003cbr data-start=\"1038\" data-end=\"1041\"\u003e• \u003cstrong data-start=\"1043\" data-end=\"1127\"\u003eEC motor with PWM control ensures smooth, efficient, and whisper-quiet operation\u003c\/strong\u003e\u003cbr data-start=\"1127\" data-end=\"1130\"\u003e• \u003cstrong data-start=\"1132\" data-end=\"1211\"\u003eMixed-flow impeller maintains strong airflow in high static pressure setups\u003c\/strong\u003e\u003cbr data-start=\"1211\" data-end=\"1214\"\u003e• \u003cstrong data-start=\"1216\" data-end=\"1288\"\u003eDetachable motor housing simplifies cleaning and ongoing maintenance\u003c\/strong\u003e\u003cbr data-start=\"1288\" data-end=\"1291\"\u003e• \u003cstrong data-start=\"1293\" data-end=\"1375\"\u003eDual ball bearings rated for 67,000 hours allow universal mounting orientation\u003c\/strong\u003e\u003cbr data-start=\"1375\" data-end=\"1378\"\u003e• \u003cstrong data-start=\"1380\" data-end=\"1439\"\u003eIP44 rating protects against dust and splashing liquids\u003c\/strong\u003e\u003cbr data-start=\"1439\" data-end=\"1442\"\u003e• \u003cstrong data-start=\"1444\" data-end=\"1518\"\u003eSupports pairing with a second CLOUDLINE S8 fan for shared programming\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1520\" data-end=\"1535\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1536\" data-end=\"1817\"\u003e• Hydroponic grow rooms and large grow tents\u003cbr data-start=\"1580\" data-end=\"1583\"\u003e• Cooling AV closets, server racks, and equipment cabinets\u003cbr data-start=\"1641\" data-end=\"1644\"\u003e• Transferring heating or cooling between rooms\u003cbr data-start=\"1691\" data-end=\"1694\"\u003e• Exhausting bathrooms, attics, garages, and basements\u003cbr data-start=\"1748\" data-end=\"1751\"\u003e• Any setup requiring high CFM with intelligent climate automation\u003c\/p\u003e\n\u003ch2 data-start=\"1819\" data-end=\"1844\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1845\" data-end=\"2116\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1845\" data-end=\"1872\"\u003e\n\u003ctr data-start=\"1845\" data-end=\"1872\"\u003e\n\u003cth data-start=\"1845\" data-end=\"1861\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1861\" data-end=\"1872\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1883\" data-end=\"2116\"\u003e\n\u003ctr data-start=\"1883\" data-end=\"1907\"\u003e\n\u003ctd data-start=\"1883\" data-end=\"1895\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1895\" data-end=\"1907\"\u003e8 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1908\" data-end=\"1929\"\u003e\n\u003ctd data-start=\"1908\" data-end=\"1918\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1918\" data-end=\"1929\"\u003e740 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1930\" data-end=\"1954\"\u003e\n\u003ctd data-start=\"1930\" data-end=\"1944\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1944\" data-end=\"1954\"\u003e39 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1955\" data-end=\"1988\"\u003e\n\u003ctd data-start=\"1955\" data-end=\"1966\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1966\" data-end=\"1988\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1989\" data-end=\"2029\"\u003e\n\u003ctd data-start=\"1989\" data-end=\"2002\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2002\" data-end=\"2029\"\u003e8.5 x 11.9 x 9.2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2030\" data-end=\"2072\"\u003e\n\u003ctd data-start=\"2030\" data-end=\"2043\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2043\" data-end=\"2072\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2073\" data-end=\"2116\"\u003e\n\u003ctd data-start=\"2073\" data-end=\"2082\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2082\" data-end=\"2116\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"2118\" data-end=\"2136\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2137\" data-end=\"2312\"\u003e• CLOUDLINE T8 Inline Fan\u003cbr data-start=\"2162\" data-end=\"2165\"\u003e• Controller 69 Pro (WiFi + Bluetooth)\u003cbr data-start=\"2203\" data-end=\"2206\"\u003e• Corded Thermal Probe\u003cbr data-start=\"2228\" data-end=\"2231\"\u003e• Two Duct Clamps\u003cbr data-start=\"2248\" data-end=\"2251\"\u003e• AC Power Plug\u003cbr data-start=\"2266\" data-end=\"2269\"\u003e• Mounting Hardware\u003cbr data-start=\"2288\" data-end=\"2291\"\u003e• Installation Manual\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31968566214723,"sku":"AI-CLT8","price":199.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-T8-AC-Infinity-Fan-with-Controller-69-Pro-Happy-Hydro-23092509343811.webp?v=1782710230"},{"product_id":"cloudline-s10-quiet-inline-duct-fan-system-with-temperature-and-humidity-controller-10-inch-under-production-eta-oct-2019","title":"Cloudline S10 AC Infinity Fan with Speed Controller","description":"\u003cp data-start=\"0\" data-end=\"426\"\u003eThe AC Infinity CLOUDLINE S10 is a high-power 10-inch inline duct fan engineered for large grow tents, hydroponic rooms, AV spaces, and whole-room ventilation applications requiring strong, quiet, and energy-efficient airflow. Delivering up to 1011 CFM, the S10 combines a mixed-flow impeller with a PWM-controlled EC motor to maintain high static pressure performance while keeping noise levels surprisingly low for its size.\u003c\/p\u003e\n\u003cp data-start=\"428\" data-end=\"888\"\u003eThe included 8-speed manual controller allows precise airflow control without the added heat or hum found in AC-motor fans. Built for reliability, the detachable motor housing simplifies cleaning, and dual ball bearings rated for 67,000 hours ensure long-lasting performance in any mounting orientation. With IP44 protection and compatibility with CLOUDLINE T10 smart controllers, the CLOUDLINE S10 is an exceptional choice for high-demand ventilation systems.\u003c\/p\u003e\n\u003ch2 data-start=\"890\" data-end=\"905\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"906\" data-end=\"1523\"\u003e• \u003cstrong data-start=\"908\" data-end=\"996\"\u003e8-speed PWM controller enables smooth, precise speed adjustments without motor noise\u003c\/strong\u003e\u003cbr data-start=\"996\" data-end=\"999\"\u003e• \u003cstrong data-start=\"1001\" data-end=\"1082\"\u003ePowerful 1011 CFM airflow ideal for large grow rooms and ventilation projects\u003c\/strong\u003e\u003cbr data-start=\"1082\" data-end=\"1085\"\u003e• \u003cstrong data-start=\"1087\" data-end=\"1154\"\u003eEC motor provides quiet, efficient performance even at low RPMs\u003c\/strong\u003e\u003cbr data-start=\"1154\" data-end=\"1157\"\u003e• \u003cstrong data-start=\"1159\" data-end=\"1234\"\u003eMixed-flow impeller maintains strong airflow under high static pressure\u003c\/strong\u003e\u003cbr data-start=\"1234\" data-end=\"1237\"\u003e• \u003cstrong data-start=\"1239\" data-end=\"1305\"\u003eDetachable motor box allows fast cleaning and easy maintenance\u003c\/strong\u003e\u003cbr data-start=\"1305\" data-end=\"1308\"\u003e• \u003cstrong data-start=\"1310\" data-end=\"1381\"\u003eDual ball bearings rated for long lifespan allow universal mounting\u003c\/strong\u003e\u003cbr data-start=\"1381\" data-end=\"1384\"\u003e• \u003cstrong data-start=\"1386\" data-end=\"1443\"\u003eIP44-rated housing resists dust and splashing liquids\u003c\/strong\u003e\u003cbr data-start=\"1443\" data-end=\"1446\"\u003e• \u003cstrong data-start=\"1448\" data-end=\"1523\"\u003eCompatible with CLOUDLINE T10 smart controllers for advanced automation\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1525\" data-end=\"1540\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1541\" data-end=\"1869\"\u003e• Ventilating large hydroponic grow rooms and commercial-sized grow tents\u003cbr data-start=\"1614\" data-end=\"1617\"\u003e• Cooling AV closets, server racks, and equipment cabinets\u003cbr data-start=\"1675\" data-end=\"1678\"\u003e• Transferring heating\/cooling between rooms\u003cbr data-start=\"1722\" data-end=\"1725\"\u003e• Exhausting attics, basements, workshops, garages, and large spaces\u003cbr data-start=\"1793\" data-end=\"1796\"\u003e• Any high-airflow ventilation setup requiring quiet EC motor performance\u003c\/p\u003e\n\u003ch2 data-start=\"1871\" data-end=\"1896\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1897\" data-end=\"2172\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1897\" data-end=\"1924\"\u003e\n\u003ctr data-start=\"1897\" data-end=\"1924\"\u003e\n\u003cth data-start=\"1897\" data-end=\"1913\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1913\" data-end=\"1924\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1935\" data-end=\"2172\"\u003e\n\u003ctr data-start=\"1935\" data-end=\"1960\"\u003e\n\u003ctd data-start=\"1935\" data-end=\"1947\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1947\" data-end=\"1960\"\u003e10 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1961\" data-end=\"1983\"\u003e\n\u003ctd data-start=\"1961\" data-end=\"1971\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1971\" data-end=\"1983\"\u003e1011 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1984\" data-end=\"2008\"\u003e\n\u003ctd data-start=\"1984\" data-end=\"1998\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-start=\"1998\" data-end=\"2008\" data-col-size=\"sm\"\u003e48 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2009\" data-end=\"2042\"\u003e\n\u003ctd data-start=\"2009\" data-end=\"2020\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-start=\"2020\" data-end=\"2042\" data-col-size=\"sm\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2043\" data-end=\"2085\"\u003e\n\u003ctd data-start=\"2043\" data-end=\"2056\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2056\" data-end=\"2085\"\u003e11.3 x 15.1 x 12.2 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2086\" data-end=\"2128\"\u003e\n\u003ctd data-start=\"2086\" data-end=\"2099\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2099\" data-end=\"2128\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2129\" data-end=\"2172\"\u003e\n\u003ctd data-start=\"2129\" data-end=\"2138\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2138\" data-end=\"2172\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"2174\" data-end=\"2192\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2193\" data-end=\"2316\"\u003e• CLOUDLINE S10 Inline Fan\u003cbr data-start=\"2219\" data-end=\"2222\"\u003e• 8-Speed PWM Speed Controller\u003cbr data-start=\"2252\" data-end=\"2255\"\u003e• AC Power Plug\u003cbr data-start=\"2270\" data-end=\"2273\"\u003e• Mounting Hardware\u003cbr data-start=\"2292\" data-end=\"2295\"\u003e• Installation Manual\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":39315872153667,"sku":"AI-CLS10","price":279.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-S10-AC-Infinity-Fan-with-Speed-Controller-Happy-Hydro-23092507443267.jpg?v=1782710174"},{"product_id":"cloudline-s12-quiet-inline-duct-fan-system-with-speed-controller-12-inch","title":"Cloudline S12AC Infinity Fan with Speed Controller","description":"\u003cp data-start=\"0\" data-end=\"390\"\u003eThe AC Infinity CLOUDLINE S12 is a heavy-duty 12-inch inline duct fan designed for growers and ventilation professionals who need maximum airflow combined with quiet, energy-efficient performance. Delivering an impressive 1500 CFM, this high-capacity fan uses a mixed-flow impeller and an EC motor controlled by PWM technology, enabling smooth low-RPM operation with reduced heat and noise.\u003c\/p\u003e\n\u003cp data-start=\"392\" data-end=\"873\"\u003eThe included 8-speed manual controller lets you fine-tune airflow for any environment, while the detachable motor housing simplifies cleaning and maintenance. Built with dual ball bearings and an IP44-rated enclosure, the CLOUDLINE S12 is engineered for long-term durability in demanding grow rooms, AV closets, workshops, and large-scale ventilation projects. Its high static pressure capability ensures strong airflow even when faced with long ducting runs or restrictive setups.\u003c\/p\u003e\n\u003ch2 data-start=\"875\" data-end=\"890\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"891\" data-end=\"1488\"\u003e• \u003cstrong data-start=\"893\" data-end=\"967\"\u003eHigh-capacity 12\" design delivers 1500 CFM for large ventilation needs\u003c\/strong\u003e\u003cbr data-start=\"967\" data-end=\"970\"\u003e• \u003cstrong data-start=\"972\" data-end=\"1041\"\u003e8-speed PWM controller provides precise, quiet airflow adjustment\u003c\/strong\u003e\u003cbr data-start=\"1041\" data-end=\"1044\"\u003e• \u003cstrong data-start=\"1046\" data-end=\"1113\"\u003eEC motor ensures efficient, low-noise performance at all speeds\u003c\/strong\u003e\u003cbr data-start=\"1113\" data-end=\"1116\"\u003e• \u003cstrong data-start=\"1118\" data-end=\"1186\"\u003eMixed-flow impeller maintains airflow under high static pressure\u003c\/strong\u003e\u003cbr data-start=\"1186\" data-end=\"1189\"\u003e• \u003cstrong data-start=\"1191\" data-end=\"1254\"\u003eDetachable motor box enables quick cleaning and maintenance\u003c\/strong\u003e\u003cbr data-start=\"1254\" data-end=\"1257\"\u003e• \u003cstrong data-start=\"1259\" data-end=\"1338\"\u003eDual ball bearings rated for 67,000 hours allow mounting in any orientation\u003c\/strong\u003e\u003cbr data-start=\"1338\" data-end=\"1341\"\u003e• \u003cstrong data-start=\"1343\" data-end=\"1418\"\u003eIP44-rated housing resists dust and splashing for long-term reliability\u003c\/strong\u003e\u003cbr data-start=\"1418\" data-end=\"1421\"\u003e• \u003cstrong data-start=\"1423\" data-end=\"1488\"\u003eCompatible with CLOUDLINE T12 controller for smart automation\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1490\" data-end=\"1505\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1506\" data-end=\"1858\"\u003e• Large hydroponic tents, indoor grow rooms, and greenhouse ventilation\u003cbr data-start=\"1577\" data-end=\"1580\"\u003e• Cooling AV equipment racks, server closets, and electronics cabinets\u003cbr data-start=\"1650\" data-end=\"1653\"\u003e• Boosting HVAC airflow between rooms or across long duct runs\u003cbr data-start=\"1715\" data-end=\"1718\"\u003e• Exhausting garages, attics, basements, workshops, and industrial spaces\u003cbr data-start=\"1791\" data-end=\"1794\"\u003e• Any setup requiring strong, quiet, reliable continuous airflow\u003c\/p\u003e\n\u003ch2 data-start=\"1860\" data-end=\"1885\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1886\" data-end=\"2161\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1886\" data-end=\"1913\"\u003e\n\u003ctr data-start=\"1886\" data-end=\"1913\"\u003e\n\u003cth data-start=\"1886\" data-end=\"1902\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1902\" data-end=\"1913\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1924\" data-end=\"2161\"\u003e\n\u003ctr data-start=\"1924\" data-end=\"1949\"\u003e\n\u003ctd data-start=\"1924\" data-end=\"1936\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1936\" data-end=\"1949\"\u003e12 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1950\" data-end=\"1972\"\u003e\n\u003ctd data-start=\"1950\" data-end=\"1960\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1960\" data-end=\"1972\"\u003e1500 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1973\" data-end=\"1997\"\u003e\n\u003ctd data-start=\"1973\" data-end=\"1987\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1987\" data-end=\"1997\"\u003e62 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1998\" data-end=\"2031\"\u003e\n\u003ctd data-start=\"1998\" data-end=\"2009\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2009\" data-end=\"2031\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2032\" data-end=\"2074\"\u003e\n\u003ctd data-start=\"2032\" data-end=\"2045\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2045\" data-end=\"2074\"\u003e12.2 x 17.7 x 14.0 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2075\" data-end=\"2117\"\u003e\n\u003ctd data-start=\"2075\" data-end=\"2088\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2088\" data-end=\"2117\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2118\" data-end=\"2161\"\u003e\n\u003ctd data-start=\"2118\" data-end=\"2127\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2127\" data-end=\"2161\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"2163\" data-end=\"2181\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2182\" data-end=\"2339\"\u003e• CLOUDLINE S12 Inline Fan\u003cbr data-start=\"2208\" data-end=\"2211\"\u003e• 8-Speed Manual Speed Controller\u003cbr data-start=\"2244\" data-end=\"2247\"\u003e• Corded AC Power Plug\u003cbr data-start=\"2269\" data-end=\"2272\"\u003e• Two 12\" Duct Clamps\u003cbr data-start=\"2293\" data-end=\"2296\"\u003e• Mounting Hardware\u003cbr data-start=\"2315\" data-end=\"2318\"\u003e• Installation Manual\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":39315872743491,"sku":"AI-CLS12","price":379.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-S12AC-Infinity-Fan-with-Speed-Controller-Happy-Hydro-23092507869251.jpg?v=1782710159"},{"product_id":"cloudline-t10-quiet-inline-duct-fan-system-with-tempature-humidy-controller-10-inch","title":"Cloudline T10 AC Infinity Fan with Controller 69 Pro","description":"\u003cp data-start=\"0\" data-end=\"416\"\u003eThe AC Infinity CLOUDLINE T10 is a powerful 10-inch smart inline duct fan designed for large grow tents, hydroponic systems, AV spaces, and home ventilation setups requiring strong airflow with intelligent climate automation. Delivering up to 1011 CFM, this high-capacity fan uses a mixed-flow impeller and a PWM-controlled EC motor to maintain exceptional performance while keeping noise and energy consumption low.\u003c\/p\u003e\n\u003cp data-start=\"418\" data-end=\"859\"\u003ePaired with the advanced Controller 69 Pro, the T10 provides dynamic temperature and humidity triggers, customizable fan speeds, scheduling, timers, alarms, eco-mode, and full WiFi\/Bluetooth app connectivity for remote monitoring and automation. With a detachable motor box, dual ball bearings, and an IP44-rated housing, the CLOUDLINE T10 offers a durable, cleanable, and long-lasting solution for precise, quiet, and efficient ventilation.\u003c\/p\u003e\n\u003ch2 data-start=\"861\" data-end=\"876\"\u003eKey Features\u003c\/h2\u003e\n\u003cp data-start=\"877\" data-end=\"1532\"\u003e• \u003cstrong data-start=\"879\" data-end=\"964\"\u003eController 69 Pro delivers smart temperature, humidity, and time-based automation\u003c\/strong\u003e\u003cbr data-start=\"964\" data-end=\"967\"\u003e• \u003cstrong data-start=\"969\" data-end=\"1057\"\u003eWiFi + Bluetooth app access for remote control, alerts, scheduling, and data history\u003c\/strong\u003e\u003cbr data-start=\"1057\" data-end=\"1060\"\u003e• \u003cstrong data-start=\"1062\" data-end=\"1140\"\u003eEC motor using PWM technology ensures quiet, efficient low-RPM performance\u003c\/strong\u003e\u003cbr data-start=\"1140\" data-end=\"1143\"\u003e• \u003cstrong data-start=\"1145\" data-end=\"1232\"\u003eMixed-flow design maintains high static pressure airflow for demanding applications\u003c\/strong\u003e\u003cbr data-start=\"1232\" data-end=\"1235\"\u003e• \u003cstrong data-start=\"1237\" data-end=\"1302\"\u003eDetachable motor housing allows easy cleaning and maintenance\u003c\/strong\u003e\u003cbr data-start=\"1302\" data-end=\"1305\"\u003e• \u003cstrong data-start=\"1307\" data-end=\"1389\"\u003eDual ball bearings rated for 67,000 hours support universal mounting positions\u003c\/strong\u003e\u003cbr data-start=\"1389\" data-end=\"1392\"\u003e• \u003cstrong data-start=\"1394\" data-end=\"1451\"\u003eIP44-rated housing resists dust and splashing liquids\u003c\/strong\u003e\u003cbr data-start=\"1451\" data-end=\"1454\"\u003e• \u003cstrong data-start=\"1456\" data-end=\"1532\"\u003eSupports pairing with CLOUDLINE S10 for synchronized ventilation control\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2 data-start=\"1534\" data-end=\"1549\"\u003eApplications\u003c\/h2\u003e\n\u003cp data-start=\"1550\" data-end=\"1845\"\u003e• Large hydroponic grow tents and commercial grow rooms\u003cbr data-start=\"1605\" data-end=\"1608\"\u003e• Cooling AV equipment racks, server cabinets, and electronics closets\u003cbr data-start=\"1678\" data-end=\"1681\"\u003e• Boosting HVAC airflow between rooms\u003cbr data-start=\"1718\" data-end=\"1721\"\u003e• Exhausting attics, garages, basements, and workspaces\u003cbr data-start=\"1776\" data-end=\"1779\"\u003e• Any environment requiring high-CFM, quiet, automated ventilation\u003c\/p\u003e\n\u003ch2 data-start=\"1847\" data-end=\"1872\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"TyagGW_tableContainer\"\u003e\n\u003cdiv class=\"group TyagGW_tableWrapper flex w-fit flex-col-reverse\" tabindex=\"-1\"\u003e\n\u003ctable data-start=\"1873\" data-end=\"2150\" class=\"w-fit min-w-(--thread-content-width)\"\u003e\n\u003cthead data-start=\"1873\" data-end=\"1900\"\u003e\n\u003ctr data-start=\"1873\" data-end=\"1900\"\u003e\n\u003cth data-start=\"1873\" data-end=\"1889\" data-col-size=\"sm\"\u003eSpecification\u003c\/th\u003e\n\u003cth data-start=\"1889\" data-end=\"1900\" data-col-size=\"sm\"\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody data-start=\"1911\" data-end=\"2150\"\u003e\n\u003ctr data-start=\"1911\" data-end=\"1936\"\u003e\n\u003ctd data-start=\"1911\" data-end=\"1923\" data-col-size=\"sm\"\u003eDuct Size\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1923\" data-end=\"1936\"\u003e10 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1937\" data-end=\"1959\"\u003e\n\u003ctd data-start=\"1937\" data-end=\"1947\" data-col-size=\"sm\"\u003eAirflow\u003c\/td\u003e\n\u003ctd data-start=\"1947\" data-end=\"1959\" data-col-size=\"sm\"\u003e1011 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1960\" data-end=\"1984\"\u003e\n\u003ctd data-start=\"1960\" data-end=\"1974\" data-col-size=\"sm\"\u003eNoise Level\u003c\/td\u003e\n\u003ctd data-start=\"1974\" data-end=\"1984\" data-col-size=\"sm\"\u003e48 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"1985\" data-end=\"2018\"\u003e\n\u003ctd data-start=\"1985\" data-end=\"1996\" data-col-size=\"sm\"\u003eBearings\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"1996\" data-end=\"2018\"\u003eDual ball bearings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2019\" data-end=\"2063\"\u003e\n\u003ctd data-start=\"2019\" data-end=\"2032\" data-col-size=\"sm\"\u003eDimensions\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2032\" data-end=\"2063\"\u003e9.81 x 15.20 x 11.30 inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2064\" data-end=\"2106\"\u003e\n\u003ctd data-start=\"2064\" data-end=\"2077\" data-col-size=\"sm\"\u003eMotor Type\u003c\/td\u003e\n\u003ctd data-col-size=\"sm\" data-start=\"2077\" data-end=\"2106\"\u003eEC motor with PWM control\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr data-start=\"2107\" data-end=\"2150\"\u003e\n\u003ctd data-start=\"2107\" data-end=\"2116\" data-col-size=\"sm\"\u003eRating\u003c\/td\u003e\n\u003ctd data-start=\"2116\" data-end=\"2150\" data-col-size=\"sm\"\u003eIP44 dust and splash resistant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch2 data-start=\"2152\" data-end=\"2170\"\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp data-start=\"2171\" data-end=\"2351\"\u003e• CLOUDLINE T10 Inline Fan\u003cbr data-start=\"2197\" data-end=\"2200\"\u003e• Controller 69 Pro (WiFi + Bluetooth)\u003cbr data-start=\"2238\" data-end=\"2241\"\u003e• Corded Thermal Probe\u003cbr data-start=\"2263\" data-end=\"2266\"\u003e• Two 10\" Duct Clamps\u003cbr data-start=\"2287\" data-end=\"2290\"\u003e• AC Power Plug\u003cbr data-start=\"2305\" data-end=\"2308\"\u003e• Mounting Hardware\u003cbr data-start=\"2327\" data-end=\"2330\"\u003e• Installation Manual\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":32230746128451,"sku":"AI-CLT10","price":299.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Cloudline-T10-AC-Infinity-Fan-with-Controller-69-Pro-Happy-Hydro-23092508098627.webp?v=1782710146"},{"product_id":"1-gallon-aeration-fabric-pot-plant-grow-bag-w-handles-black-6h-x-7d","title":"1-Gallon Fabric Pot w\/Handles (5-Pack) Black 6H x 7D","description":"\u003cul\u003e\n\u003cli\u003eAllows roots to breathe and grow healthier\u003c\/li\u003e\n\u003cli\u003eBoosts plant growth and yields\u003c\/li\u003e\n\u003cli\u003eDecreased risk of transplant shock\u003c\/li\u003e\n\u003cli\u003eCreates improved overall root structure\u003c\/li\u003e\n\u003cli\u003ePrevents roots from circling to its death aka root bound or pot bound\u003c\/li\u003e\n\u003cli\u003eKeeps plant warmer in winter and cooler in the summer\u003c\/li\u003e\n\u003cli\u003eBPA-Free\u003c\/li\u003e\n\u003cli\u003eIdeal for growing small plants and trees and great for herbs like onions and garlics and even small tomatoes if you like\u003c\/li\u003e\n\u003cli\u003ePot Dimension : 7\" Diameter 6\" Height\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Happy Hydro","offers":[{"title":"Default Title","offer_id":31897126961219,"sku":"247P-FP-1_5-Pack","price":12.55,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/1-Gallon-Fabric-Pot-w-Handles-5-Pack-Black-6H-x-7D-Happy-Hydro-23092440039491.jpg?v=1782710020"},{"product_id":"1-gallon-transplanter-w-velcro-closure-aeration-fabric-pot-plant-grow-bag-w-handles-black-6h-x-7d","title":"1-Gallon Transplanter Fabric Pot (5-Pack) w\/handles and Velcro for easy transplanting (Black 6H x 7D)","description":"\u003cul\u003e\n\u003cli\u003eVelcro closure for easy transplant\u003c\/li\u003e\n\u003cli\u003eFabric pots allow roots to breathe and grow healthier all day and everyday.\u003c\/li\u003e\n\u003cli\u003eUltimately boosts plant growth and yields like never before.\u003c\/li\u003e\n\u003cli\u003eGreatly decreased the risk of any transplant shock.\u003c\/li\u003e\n\u003cli\u003eHelps create an improved overall root structure for a long lasting life.\u003c\/li\u003e\n\u003cli\u003ePrevents roots from circling to its death which is never good.\u003c\/li\u003e\n\u003cli\u003eKeeps plant warmer in winter and cooler in the summer.\u003c\/li\u003e\n\u003cli\u003eNever worry about drowning your plant. Just make sure you don't let it go completely dry.\u003c\/li\u003e\n\u003cli\u003eBPA-Free.  Made with high quality new raw material (No harmful recycling material). \u003c\/li\u003e\n\u003cli\u003ePot Dimension : 7\" Diameter 6\" Height\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Happy Hydro","offers":[{"title":"Default Title","offer_id":31897182765123,"sku":"247P-FP-1GTP_5-Pack","price":13.6,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/1-Gallon-Transplanter-Fabric-Pot-5-Pack-w-handles-and-Velcro-for-easy-transplanting-Black-6H-x-7D-Happy-Hydro-23092440563779.jpg?v=1782710020"},{"product_id":"3-gallon-aeration-fabric-pot-plant-grow-bag-w-handles-black-9h-x-10d","title":"3-Gallon Fabric Pots w\/Handles (5-Pack) Black 9H x 10D","description":"\u003cul\u003e\n\u003cli\u003eAllows roots to breathe and grow healthier\u003c\/li\u003e\n\u003cli\u003eBoosts plant growth and yields\u003c\/li\u003e\n\u003cli\u003eDecreased risk of transplant shock\u003c\/li\u003e\n\u003cli\u003eCreates improved overall root structure\u003c\/li\u003e\n\u003cli\u003ePrevents roots from circling to its death aka root bound or pot bound\u003c\/li\u003e\n\u003cli\u003eKeeps plant warmer in winter and cooler in the summer\u003c\/li\u003e\n\u003cli\u003eBPA-Free\u003c\/li\u003e\n\u003cli\u003eIdeal for growing small plants and trees and great for herbs like onions and garlics and even small tomatoes if you like\u003c\/li\u003e\n\u003cli\u003ePot Dimension : 10\" Diameter 9\" Height\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Happy Hydro","offers":[{"title":"Default Title","offer_id":31897185189955,"sku":"247P-FP-3_5-Pack","price":13.6,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/3-Gallon-Fabric-Pots-w-Handles-5-Pack-Black-9H-x-10D-Happy-Hydro-23092446658627.jpg?v=1782710019"},{"product_id":"5-gallon-aeration-fabric-pot-plant-grow-bag-w-handles-black-9h-x-10d","title":"Fabric Pots w\/ Handles 5 Pack","description":"\u003cul\u003e\n\u003cli\u003eIncrease the speed of your plant's growth by allowing the roots more oxygen\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eGet bigger yields from faster and bigger crops\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eDecrease your risk of transplant shock \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eBuild an improved root structure that doesn't get root bound\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eKeep plant warmer in winter and cooler in the summer\u003c\/li\u003e\n\u003cli\u003eBuilt with BPA-Free materials\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eIdeal for cash crops\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cstrong\u003eDimensions:\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003e1 Gallon = 7\" Diameter 6\" Height\u003c\/li\u003e\n\u003cli\u003e3 Gallon = 10\" Diameter 9\" Height\u003c\/li\u003e\n\u003cli\u003e5 Gallon = 12\" Diameter 10\" Height\u003c\/li\u003e\n\u003cli\u003e7 Gallon = 13\" Diameter 12\" Height\u003c\/li\u003e\n\u003cli\u003e10 Gallon = 13\" Diameter 15\" Height\u003c\/li\u003e\n\u003cli\u003e15 Gallon = 14.5\" Height 17\" Diameter \u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e25 Gallon = 16.5\" Height 21\" Diameter \u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Happy Hydro","offers":[{"title":"5 Gallon","offer_id":39976801239107,"sku":"247P-FP-5_5-Pack","price":14.65,"currency_code":"USD","in_stock":false},{"title":"1 Gallon","offer_id":39976801206339,"sku":"247P-FP-1_5-Pack-V","price":12.55,"currency_code":"USD","in_stock":true},{"title":"3 Gallon","offer_id":39976801271875,"sku":"247P-FP-3_5-Pack-V","price":13.6,"currency_code":"USD","in_stock":false},{"title":"7 Gallon","offer_id":39976801304643,"sku":"247P-FP-7_5-Pack-V","price":14.65,"currency_code":"USD","in_stock":false},{"title":"10 Gallon","offer_id":39976801337411,"sku":"247P-FP-10G_5-Pack-V","price":15.7,"currency_code":"USD","in_stock":false},{"title":"15 Gallon","offer_id":39976801370179,"sku":"247P-FP-15G_5-Pack-V","price":17.8,"currency_code":"USD","in_stock":false},{"title":"25 Gallon","offer_id":39976801402947,"sku":"247P-FP-25G_5-Pack-V","price":18.85,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Fabric-Pots-w-Handles-5-Pack-Happy-Hydro-23092523237443.jpg?v=1782710019"},{"product_id":"7-gallon-aeration-fabric-pot-plant-grow-bag-w-handles-black-12h-x-13d","title":"7-Gallon Fabric Pots With Handles 5 Pack","description":"\u003cul\u003e\n\u003cli\u003eAllows roots to breathe and grow healthier\u003c\/li\u003e\n\u003cli\u003eBoosts plant growth and yields\u003c\/li\u003e\n\u003cli\u003eDecreased risk of transplant shock\u003c\/li\u003e\n\u003cli\u003eCreates improved overall root structure\u003c\/li\u003e\n\u003cli\u003ePrevents plants from getting root bound\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eKeeps plant warmer in winter and cooler in the summer\u003c\/li\u003e\n\u003cli\u003eBPA-Free\u003c\/li\u003e\n\u003cli\u003eIdeal for all plants\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003ePot Dimension : 13\" Diameter 12\" Height\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Happy Hydro","offers":[{"title":"Default Title","offer_id":31897188696131,"sku":"247P-FP-7_5-Pack","price":14.65,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/7-Gallon-Fabric-Pots-With-Handles-5-Pack-Happy-Hydro-23092450984003.jpg?v=1782710019"},{"product_id":"ac-infinity-raxial-s4-inline-booster-duct-fan-w-speed-controller-4-inch","title":"AC Infinity Raxial S4, 4 Inch Duct Booster Fan","description":"\u003cp\u003eAC Infinity Raxial S4 is a 4-inch duct booster fan engineered to increase airflow in HVAC ducting and improve ventilation in spaces like attics, workshops, bathrooms, and kitchens. Built with a seamless unibody die-cast frame, it minimizes vibration for smoother airflow while the AC induction motor powers durable steel blades for long-lasting performance.\u003c\/p\u003e\n\u003cp\u003eA variable speed controller is included to fine-tune airflow and noise levels for any application. Dual-ball bearings allow flexible horizontal or vertical mounting, making it a reliable solution for airflow boosting in home ventilation systems.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cp\u003e• \u003cstrong\u003eBoosts airflow in HVAC ducts and ventilates rooms such as attics and workshops\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eVariable speed controller lets you balance noise and airflow output\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eUnibody die-cast construction reduces vibration and enhances stability\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eAC induction motor with steel blades and permanently lubricated bearings\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eDual ball bearings allow horizontal or vertical installation\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eNot recommended for applications with restricted airflow\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cp\u003e• Improving HVAC air movement in long or weak duct runs\u003cbr\u003e• Ventilating kitchens, bathrooms, attics, and workshops\u003cbr\u003e• Enhancing airflow to rooms with poor circulation\u003cbr\u003e• Supporting exhaust or intake ventilation in hobby or utility areas\u003c\/p\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp\u003e• AC Infinity Raxial S4 Booster Fan\u003cbr\u003e• Variable speed controller with power plug\u003cbr\u003e• Mounting screws\u003cbr\u003e• Cable management accessories\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDuct Size\u003c\/td\u003e\n\u003ctd\u003e4”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e7.28 x 3.95 x 3.95 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAirflow\u003c\/td\u003e\n\u003ctd\u003e106 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise\u003c\/td\u003e\n\u003ctd\u003e28 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBearings\u003c\/td\u003e\n\u003ctd\u003eDual Ball\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31899602452547,"sku":"AC-RXS4","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/AC-Infinity-Raxial-S4-4-Inch-Duct-Booster-Fan-Happy-Hydro-23092578517059.jpg?v=1782710019"},{"product_id":"ac-infinity-raxial-s6-inline-booster-duct-fan-w-speed-controller-6-inch","title":"AC Infinity Raxial S6, 6 Inch Duct Booster Fan","description":"\u003cp\u003eAC Infinity Raxial S6 is a 6-inch duct booster fan engineered to enhance airflow in HVAC ducting and ventilate home spaces such as attics, bathrooms, workshops, and kitchens. Its seamless unibody die-cast design reduces vibration for smoother, more efficient airflow, while the AC induction motor powers durable steel blades for long-term reliability.\u003c\/p\u003e\n\u003cp\u003eA variable speed controller is included, allowing precise adjustment of airflow and noise levels. Dual-ball bearings enable horizontal or vertical installation, providing a dependable solution for boosting air movement in residential ventilation systems.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cp\u003e• \u003cstrong\u003eBoosts airflow in HVAC ducts and ventilates home spaces like attics and workshops\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eVariable speed controller allows customized airflow and noise control\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eSeamless unibody die-cast construction minimizes vibration and enhances airflow stability\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eAC induction motor with balanced steel blades and permanently lubricated bearings\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eDual-ball bearing design supports both horizontal and vertical mounting\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eNot ideal for environments requiring airflow through heavily restricted duct paths\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cp\u003e• Improving airflow in long or underperforming HVAC duct systems\u003cbr\u003e• Ventilating rooms such as kitchens, bathrooms, garages, attics, and workshops\u003cbr\u003e• Increasing circulation in areas with weak airflow or limited ventilation\u003cbr\u003e• Assisting exhaust or intake setups in hobby rooms or utility spaces\u003c\/p\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp\u003e• AC Infinity Raxial S6 Booster Fan\u003cbr\u003e• Variable speed controller with power plug\u003cbr\u003e• Mounting screws\u003cbr\u003e• Cable management accessories\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDuct Size\u003c\/td\u003e\n\u003ctd\u003e6”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e7.28 x 5.90 x 5.90 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAirflow\u003c\/td\u003e\n\u003ctd\u003e265 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise\u003c\/td\u003e\n\u003ctd\u003e35 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBearings\u003c\/td\u003e\n\u003ctd\u003eDual Ball\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003eWeight: 1.6215914 kg (3.57 lb)\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31899607629891,"sku":"AC-RXS6","price":35.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/AC-Infinity-Raxial-S6-6-Inch-Duct-Booster-Fan-Happy-Hydro-23092578713667.jpg?v=1782710005"},{"product_id":"ac-infinity-raxial-s8-inline-booster-duct-fan-w-speed-controller-8-inch","title":"AC Infinity Raxial S8, 8 Inch Duct Booster Fan","description":"\u003cp\u003eAC Infinity Raxial S8 is an 8-inch duct booster fan crafted to enhance airflow in HVAC ducting and ventilate home areas such as attics, garages, workshops, and bathrooms. Built with a seamless unibody die-cast housing, it minimizes vibration and ensures smooth, efficient airflow. The AC induction motor powers durable steel blades supported by dual-ball bearings for long-lasting, maintenance-free operation.\u003c\/p\u003e\n\u003cp\u003eIncluded is a variable speed controller that allows precise airflow and noise adjustment for different ventilation needs. Designed for flexible use, the fan can be installed horizontally or vertically and is ideal for boosting weak airflow in existing duct systems.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cp\u003e• \u003cstrong\u003eBoosts airflow in HVAC ducts and ventilates home spaces like attics and workshops\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eVariable speed controller for customizable airflow and noise reduction\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eSeamless unibody die-cast design minimizes vibration and improves airflow stability\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eAC induction motor with balanced steel blades and permanently lubricated bearings\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eDual-ball bearing construction supports vertical or horizontal mounting\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eNot recommended for heavily restricted duct paths or high static pressure environments\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cp\u003e• Increasing airflow in long or weak HVAC duct runs\u003cbr\u003e• Ventilating attics, garages, bathrooms, kitchens, and utility rooms\u003cbr\u003e• Improving circulation in rooms with limited ventilation\u003cbr\u003e• Assisting supplemental exhaust or intake setups in hobby or work areas\u003c\/p\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp\u003e• AC Infinity Raxial S8 Booster Fan\u003cbr\u003e• Variable speed controller with power plug\u003cbr\u003e• Mounting screws\u003cbr\u003e• Cable management accessories\u003c\/p\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDuct Size\u003c\/td\u003e\n\u003ctd\u003e8”\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e7.28 x 7.87 x 7.87 in.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAirflow\u003c\/td\u003e\n\u003ctd\u003e428 CFM\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNoise\u003c\/td\u003e\n\u003ctd\u003e43 dBA\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBearings\u003c\/td\u003e\n\u003ctd\u003eDual Ball\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":31899611922499,"sku":"AC-RXS8","price":49.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/AC-Infinity-Raxial-S8-8-Inch-Duct-Booster-Fan-Happy-Hydro-23092579074115.jpg?v=1782710005"},{"product_id":"4-inch-ac-infinity-grow-room-ventilation-package","title":"Air Filtration Kit 4\" with AI Environment Controller, Upgraded Inline Fan, Carbon Filter","description":"\u003cp\u003eComplete air filtration system for grow tents featuring an AI-powered controller that observes your grow space, pairing with the inline fan to make environmental adjustments beyond simple on\/off triggering. The CLOUDLINE Series inline fan delivers 205 CFM airflow and 29 dBa noise with a PWM-controlled EC motor. Includes an Australian carbon filter with 1200+ IAV rating using virgin charcoal for odor control. The kit comprises flexible ducting with four-layer protection, duct clamps, prefilter cloth, rope clip hangers, and mounting accessories. Part of the UIS platform designed for ecosystem integration.\u003c\/p\u003e\n\u003ch3\u003eKey Specifications\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eFan Model: CLOUDLINE Series\u003c\/li\u003e\n\u003cli\u003eController Model: CONTROLLER AI+\u003c\/li\u003e\n\u003cli\u003eDuct Size: 4 inches\u003c\/li\u003e\n\u003cli\u003eAirflow: 205 CFM\u003c\/li\u003e\n\u003cli\u003eNoise Level: 29 dBA\u003c\/li\u003e\n\u003cli\u003eMax Speed: 2800 RPM\u003c\/li\u003e\n\u003cli\u003eStatic Pressure: 324 Pa\u003c\/li\u003e\n\u003cli\u003ePower Draw: 28W max \/ 21W average\u003c\/li\u003e\n\u003cli\u003eFilter Carbon Type: Australian Virgin RC412\u003c\/li\u003e\n\u003cli\u003eCarbon Grade: 1200+ IAV\u003c\/li\u003e\n\u003cli\u003eCarbon Thickness: 38mm\u003c\/li\u003e\n\u003cli\u003eMaximum Filter Airflow: 210 CFM\u003c\/li\u003e\n\u003cli\u003eOperating Humidity: 35-85% RH\u003c\/li\u003e\n\u003cli\u003eOperating Temperature: 0-140°F\u003c\/li\u003e\n\u003cli\u003eFan Lifespan: 67,000 hours\u003c\/li\u003e\n\u003cli\u003eDucting Length: 25 feet (300 inches)\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":32132258529347,"sku":"AC-FKT4","price":229.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/AC-FKT4-Main__38778.1785961785.webp?v=1786037193"},{"product_id":"6-inch-ac-infinity-grow-room-ventilation-package","title":"Air Filtration Kit 6\" with AI Environment Controller, Upgraded Inline Fan, Carbon Filter","description":"\u003cp\u003eA complete ventilation system designed for grow spaces featuring an AI-powered controller, inline duct fan, carbon filter, and ducting components. This kit eliminates the need to purchase components separately.\u003c\/p\u003e\n\u003cp\u003eThe AI-powered controller analyzes climate patterns and anticipates spikes to program the inline fan dynamically, with WiFi app connectivity for real-time monitoring and remote control. The CONTROLLER AI+ learns from environmental data, moving beyond simple on\/off triggers, with AI-generated presets or fine-tuned manual control via the AC Infinity app.\u003c\/p\u003e\n\u003ch3\u003eKey Specifications\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eModel: AC-FKT6\u003c\/li\u003e\n\u003cli\u003eDuct Size: 6 inches\u003c\/li\u003e\n\u003cli\u003eFan Airflow: 402 CFM\u003c\/li\u003e\n\u003cli\u003eFan Noise: 34 dBa\u003c\/li\u003e\n\u003cli\u003eMax RPM: 2,800\u003c\/li\u003e\n\u003cli\u003eFilter Grade: 1200+ IAV\u003c\/li\u003e\n\u003cli\u003eFilter Carbon Type: Australian Virgin RC412\u003c\/li\u003e\n\u003cli\u003eDucting Length: 25 feet\u003c\/li\u003e\n\u003cli\u003ePower Draw: 70W max \/ 38W average\u003c\/li\u003e\n\u003cli\u003eOperating Temp: 0-140°F\u003c\/li\u003e\n\u003cli\u003eHumidity Range: 35-85% RH\u003c\/li\u003e\n\u003cli\u003eBearing Type: Dual Ball\u003c\/li\u003e\n\u003cli\u003eController: CONTROLLER AI+ with WiFi\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":32149136048195,"sku":"AC-FKT6","price":289.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/AirFiltrationKit_T6_Image1__13405.1754945278.jpg?v=1786037387"},{"product_id":"8-inch-ac-infinity-grow-room-ventilation-package","title":"Air Filtration Kit 8\" with Climate Controller, Upgraded Inline Fan, Carbon Filter","description":"\u003cp\u003eA comprehensive grow tent ventilation system featuring the CLOUDLINE PRO Series inline fan paired with a premium Australian carbon filter. This kit includes all necessary components for odor control and climate management in indoor growing spaces.\u003c\/p\u003e\n\u003cp\u003eThe CONTROLLER 69 PRO smart controller offers WiFi app connectivity for remote automation, adjusting fan speed based on temperature, humidity, and VPD levels, with minimum baseline speeds, timer modes, and custom schedules. Part of AC Infinity's UIS ecosystem platform.\u003c\/p\u003e\n\u003ch3\u003eKey Specifications\u003c\/h3\u003e\n\u003cul\u003e\n\u003cli\u003eDuct Size: 8 inches\u003c\/li\u003e\n\u003cli\u003eAirflow: 807 CFM\u003c\/li\u003e\n\u003cli\u003eNoise Level: 39 dBA\u003c\/li\u003e\n\u003cli\u003eCarbon Filter Thickness: 38mm\u003c\/li\u003e\n\u003cli\u003eDucting Length: 25 feet\u003c\/li\u003e\n\u003cli\u003eMaximum Filter Airflow: 770 CFM\u003c\/li\u003e\n\u003cli\u003ePower Draw: Max 180W, Average 78W\u003c\/li\u003e\n\u003cli\u003eFan Model: CLOUDLINE PRO (AC-FKT8)\u003c\/li\u003e\n\u003cli\u003eController Model: CONTROLLER 69 PRO\u003c\/li\u003e\n\u003cli\u003eCarbon Type: Australian Virgin RC412\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":32149137817667,"sku":"AC-FKT8","price":359.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/StorePhoto1__04042.1692315521.jpg?v=1786037506"},{"product_id":"hm-digital-1000-ppm-tds-calibration-solution-3-oz-90-ml","title":"HM Digital 1000 ppm TDS Calibration Solution 3 oz (90 ml)","description":"\u003cspan data-mce-fragment=\"1\"\u003eNaCl calibration solution 1000 ppm comes in lightweight HDPE plastic bottles. Sealed with a coated foam liner.\u003c\/span\u003e","brand":"HM Digital","offers":[{"title":"Default Title","offer_id":32159246024771,"sku":"HMDC1000","price":9.76,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/HM-Digital-1000-ppm-TDS-Calibration-Solution-3-oz-90-ml-Happy-Hydro-23092551057475.jpg?v=1782709795"},{"product_id":"hm-digital-ph-200-waterproof-ph-temperature-meter","title":"HM Digital PH-200 Waterproof pH\/Temperature Meter","description":"\u003ch2\u003e\u003cspan\u003e\u003cstrong\u003eFEATURES\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cspan\u003eMeasures pH and temperature\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eAuto-ranging three point calibration with digital fine tuning\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eIncludes 4 pH buffer solution in a sponge embedded in a clear cap, so you can see if it's dried up\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eWaterproof housing\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eSimultaneous temperature display\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eMeasurement Range: 0-14 pH\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003epH tester has d\u003cspan\u003eigital calibration (push button)\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eAuto-off function, data-hold function and low-battery indicator\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eDisplay: large and easy-to-read LCD screen includes simultaneous temperature reading\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eFactory Calibrated: The PH-200 meter is three-point factory calibrated to 4, 7, and 10 pH. The meter can be recalibrated with \u003c\/span\u003e\u003cem\u003edigital calibration\u003c\/em\u003e\u003cspan\u003e using the push buttons, rather than a screwdriver.\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan\u003eIncludes a cap, batteries, and lanyard\u003c\/span\u003e\u003cbr\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003ch2\u003e\u003cspan\u003e\u003cstrong\u003eSPECIFICATIONS\u003c\/strong\u003e\u003c\/span\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cspan\u003epH Range: 0-14\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eTemperature Range: 0-80°C\/32-176°F\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eResolution: 0.01 pH; Temperature resolution is 0.1°C\/F\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eAccuracy: +\/- 0.02 pH\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eCalibration: Digital calibration by push button\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eElectrode: Replaceable glass sensor and reference tube electrodes\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eHousing: Waterproof (submersible; floats)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003ePower source: 2 AA batteries (included)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eDimensions: 18.5 x 3.4 x 3.4 cm (7.3 x 1.3 x 1.3 inches)\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan\u003eWeight without case: 96.4 g (3.4 oz)\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"HM Digital","offers":[{"title":"Default Title","offer_id":32159247925315,"sku":"HMDPH200","price":98.05,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/HM-Digital-PH-200-Waterproof-pH-Temperature-Meter-Happy-Hydro-23092551090243.jpg?v=1782709795"},{"product_id":"hm-digital-ph-80-ph-temperature-meter","title":"HM Digital PH-80 pH\/Temperature Meter","description":"\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eThe PH-80 is an economically priced, reliable pH meter that is ideal for testing applications such as hydroponics \u0026amp; gardening, pools \u0026amp; spas, aquariums \u0026amp; reef tanks, water ionizers, drinking water and more.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eFEATURES\u003c\/span\u003e\u003c\/p\u003e\n\u003cul data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eMeasures pH and temperature\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eOne-touch automatic digital calibration\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eWater resistant\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eSimultaneous temperature display\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eSleek, lightweight design\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eLarge LCD display\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eAutomatic Temperature Compensation (ATC)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eAuto-off function, data-hold function and low-battery indicator\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003epH tester Includes storage solution in a sponge embedded in a translucent cap\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eFactory Calibrated: The PH-80 meter is factory calibration to pH 7.0. The meter can easily and quickly be recalibrated with digital calibration to pH 4.0, 7.0 or 10.0 using the meter's simple one-touch process\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eIncludes a cap, batteries, storage solution and pH 7.0 buffer\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"HM Digital","offers":[{"title":"Default Title","offer_id":32159248875587,"sku":"HMDPHM80","price":45.73,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/HM-Digital-PH-80-pH-Temperature-Meter-Happy-Hydro-24045900791875.png?v=1782709795"},{"product_id":"grodan-delta-6-5-block-4-x-4-x-2-5","title":"Grodan Delta 6.5 4x4x2.5 Inch Rockwool Blocks","description":"\u003cp data-mce-fragment=\"1\"\u003eIn collaboration with the renowned Wageningen University and Research center in The Netherlands, along with leading growers across North America, Grodan has redefined the benchmarks for stone wool substrate excellence through their Grodan Gro-Block Improved. This innovation emerges from extensive scientific exploration and rigorous field trials, integrating Grodan's pioneering Advanced Wetting Agent to set new standards in crop cultivation.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Grodan Gro-Block Improved embodies the pinnacle of substrate design, offering unparalleled uniformity in crop growth. Its meticulously engineered fiber structure and physical attributes promote a harmonious balance of water content (WC) and electrical conductivity (EC) distribution across the block. This synergy fosters a robust root system, characterized by its heightened capacity for water and nutrient absorption, culminating in the vigorous growth of crops. Enhanced by cutting-edge wetting agent and hydrophilic technology, the Grodan Gro-Block Improved ensures superior water distribution, facilitating optimal plant development and allowing for precise cultivation control.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptimal Fiber Structure:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eCrafted for uniform crop growth, ensuring balanced water and nutrient distribution.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Wetting Agent:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eIncorporates the latest in hydrophilic technology for improved water distribution and retention.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEnhanced Plant Development:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ePromotes a well-defined root system for increased water and nutrient uptake.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSustainable Use of Resources:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eEnables more efficient water and nutrient usage, contributing to environmentally responsible cultivation practices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable and Stable:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eMaintains structural integrity, firmness, and rigidity throughout the growth cycle, supporting faster rooting and nutrient replenishment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eApplications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eIdeal for specialty crop cultivation, the Grodan Gro-Block Improved is designed to support a wide range of agricultural practices. Its advanced features make it particularly suited for hydroponic systems, where precision in water and nutrient management is crucial. Gardeners can leverage the Grodan Gro-Block Improved for propagating seedlings or cuttings, ensuring a seamless transition to larger systems. Its consistent performance and superior plant steering capabilities offer an unmatched tool for achieving optimal growth conditions and maximizing crop yields.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eRockwool:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eGrodan Stonewool (rockwool) is made from molten rock spun into cotton candy-like fibers and then compressed into cubes, blocks, or slabs. Where other rockwool brand manufacturers cut all sizes from one batch of wool, Grodan is unique by making different types of fibers. The purpose is to support the plant's requirements in the different plant stages. Grodan has a tremendous capacity for absorbing nutrient solution while retaining plenty of oxygen for rapid plant growth. Grodan comes in graduated sizes. Seedlings started in cubes are easily transferred to blocks and then onto slabs if desired. Seedlings or cuttings started in the Grodan cubes can also be transplanted into more traditional planters and growing mediums.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eGrodan Blocks - \u003c\/strong\u003eThese growing blocks are used for direct sowing or\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003e\"blocking on\"\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eof Macro and Multiblock raised plants. AO 36\/40 plugs fit well into the hole sizes provided by the blocks. The blocks can then be placed on a slab for a larger growing volume. Hugo is the largest of the growing blocks. It provides enough growing volume to support a larger plant, so it does not need to be placed on top of a slab.\u003c\/p\u003e","brand":"Grodan","offers":[{"title":"1 Pack","offer_id":40931100983363,"sku":"B0714669-1","price":2.89,"currency_code":"USD","in_stock":true},{"title":"12 Pack","offer_id":40931101016131,"sku":"RW286605-12","price":15.76,"currency_code":"USD","in_stock":true},{"title":"54 Pack","offer_id":40931101048899,"sku":"RW286605-54","price":60.63,"currency_code":"USD","in_stock":true},{"title":"108 Pack","offer_id":40931101081667,"sku":"RW286605-108","price":110.19,"currency_code":"USD","in_stock":true},{"title":"216 Pack","offer_id":40931101114435,"sku":"RW286605-216","price":200.3,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Grodan-Delta-6-5-4x4x2-5-Inch-Rockwool-Blocks-Happy-Hydro-23092532772931.jpg?v=1782709751"},{"product_id":"grodan-delta-4-block-3-x-3-x-2-5-with-hole-8-pack","title":"Grodan Gro Block Improved GR4 3x3x2.6 Inch Rockwool Blocks","description":"\u003cp data-mce-fragment=\"1\"\u003eIn collaboration with the renowned Wageningen University and Research center in The Netherlands, along with leading growers across North America, Grodan has redefined the benchmarks for stone wool substrate excellence through their Grodan Gro-Block Improved. This innovation emerges from extensive scientific exploration and rigorous field trials, integrating Grodan's pioneering Advanced Wetting Agent to set new standards in crop cultivation.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Grodan Gro-Block Improved embodies the pinnacle of substrate design, offering unparalleled uniformity in crop growth. Its meticulously engineered fiber structure and physical attributes promote a harmonious balance of water content (WC) and electrical conductivity (EC) distribution across the block. This synergy fosters a robust root system, characterized by its heightened capacity for water and nutrient absorption, culminating in the vigorous growth of crops. Enhanced by cutting-edge wetting agent and hydrophilic technology, the Grodan Gro-Block Improved ensures superior water distribution, facilitating optimal plant development and allowing for precise cultivation control.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptimal Fiber Structure:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eCrafted for uniform crop growth, ensuring balanced water and nutrient distribution.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Wetting Agent:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eIncorporates the latest in hydrophilic technology for improved water distribution and retention.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEnhanced Plant Development:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003ePromotes a well-defined root system for increased water and nutrient uptake.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSustainable Use of Resources:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eEnables more efficient water and nutrient usage, contributing to environmentally responsible cultivation practices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable and Stable:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eMaintains structural integrity, firmness, and rigidity throughout the growth cycle, supporting faster rooting and nutrient replenishment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eApplications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eIdeal for specialty crop cultivation, the Grodan Gro-Block Improved is designed to support a wide range of agricultural practices. Its advanced features make it particularly suited for hydroponic systems, where precision in water and nutrient management is crucial. Gardeners can leverage the Grodan Gro-Block Improved for propagating seedlings or cuttings, ensuring a seamless transition to larger systems. Its consistent performance and superior plant steering capabilities offer an unmatched tool for achieving optimal growth conditions and maximizing crop yields.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eRockwool:\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eGrodan Stonewool (rockwool) is made from molten rock spun into cotton candy-like fibers and then compressed into cubes, blocks, or slabs. Where other rockwool brand manufacturers cut all sizes from one batch of wool, Grodan is unique by making different types of fibers. The purpose is to support the plant's requirements in the different plant stages. Grodan has a tremendous capacity for absorbing nutrient solution while retaining plenty of oxygen for rapid plant growth. Grodan comes in graduated sizes. Seedlings started in cubes are easily transferred to blocks and then onto slabs if desired. Seedlings or cuttings started in the Grodan cubes can also be transplanted into more traditional planters and growing mediums.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eGrodan Blocks - \u003c\/strong\u003eThese growing blocks are used for direct sowing or\u003cspan\u003e \u003c\/span\u003e\u003cstrong\u003e\"blocking on\"\u003c\/strong\u003e\u003cspan\u003e \u003c\/span\u003eof Macro and Multiblock raised plants. AO 36\/40 plugs fit well into the hole sizes provided by the blocks. The blocks can then be placed on a slab for a larger growing volume. Hugo is the largest of the growing blocks. It provides enough growing volume to support a larger plant, so it does not need to be placed on top of a slab.\u003c\/p\u003e","brand":"Grodan","offers":[{"title":"1 Block","offer_id":39926472147011,"sku":"RW287055-1","price":2.05,"currency_code":"USD","in_stock":true},{"title":"8 Blocks","offer_id":39926472179779,"sku":"RW287055-8","price":9.17,"currency_code":"USD","in_stock":true},{"title":"24 Blocks","offer_id":39926472212547,"sku":"RW287055-24","price":24.99,"currency_code":"USD","in_stock":true},{"title":"48 Blocks","offer_id":39926472245315,"sku":"RW287055-48","price":45.43,"currency_code":"USD","in_stock":true},{"title":"96 Blocks","offer_id":39926472278083,"sku":"RW287055-96","price":82.6,"currency_code":"USD","in_stock":true},{"title":"192 Blocks \/ Half Case","offer_id":39926472310851,"sku":"RW287055-192","price":150.18,"currency_code":"USD","in_stock":false},{"title":"384 Blocks \/ 1 Case","offer_id":39926472343619,"sku":"RW287055","price":272.44,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Grodan-Gro-Block-Improved-GR4-3x3x2-6-Inch-Rockwool-Blocks-Happy-Hydro-23092533690435.jpg?v=1782709751"},{"product_id":"grodan-improved-gro-block-jumbo-6-x-6-x-4","title":"Grodan Gro-Block Jumbo Rockwool Cubes 6 Inch x 6 Inch x 4 Inch","description":"\u003cspan data-mce-fragment=\"1\"\u003eGrodan partnered with the Wageningen University and Research facility in The Netherlands and top growers throughout North America to identify the optimal stone wool substrate and irrigation strategies for specialty crops. The result of months of scientific research and trials is Grodan Gro-Blocks Improved with our Advanced Wetting Agent. \u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eThese leading-edge blocks have the optimal fibre structure and physical properties for crop uniformity, more even Water Content (WC) and Electrical Conductivity (EC) distribution throughout the entire block, and the greatest steering capabilities available. Water distribution is more uniform throughout the entire block which is the basis for a well-defined root system with higher capacities for water and nutrient uptake to produce robust and vigorous crops.\u003c\/span\u003e","brand":"Grodan","offers":[{"title":"1 Pack","offer_id":40931071656003,"sku":"RW286613-1","price":3.94,"currency_code":"USD","in_stock":true},{"title":"8 Pack","offer_id":40931071688771,"sku":"RW286613-8","price":29.47,"currency_code":"USD","in_stock":true},{"title":"64 Pack","offer_id":40931071721539,"sku":"RW286613","price":221.39,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Grodan-Gro-Block-Jumbo-Rockwool-Cubes-6-Inch-x-6-Inch-x-4-Inch-Happy-Hydro-23092532838467.jpg?v=1782709751"},{"product_id":"grodan-grow-chunks-2-cu-ft","title":"Grodan Rockwool Grow Chunks \u0026 Cubes 2 Cubic Ft","description":"\u003cspan data-mce-fragment=\"1\"\u003eSuper light and super versatile. 2 cubic foot bag. Grow Chunks are a larger version (3\/4\" square) of the popular Grow Cubes. They are great for direct planting or for use as a filling around blocks in containers. They can be easily mixed with other media for increased aeration and added moisture-holding capabilities.\u003c\/span\u003e","brand":"Grodan","offers":[{"title":"1 Bag \/ Grow Cubes (1\/4\")","offer_id":40426134634563,"sku":"GRD30298-1","price":63.21,"currency_code":"USD","in_stock":true},{"title":"1 Bag \/ Grow Chunks (1\/2\")","offer_id":41147392589891,"sku":"GRD70039-1","price":63.21,"currency_code":"USD","in_stock":true},{"title":"3 Bags \/ Grow Cubes (1\/4\")","offer_id":40426134667331,"sku":"GRD30298","price":168.66,"currency_code":"USD","in_stock":false},{"title":"3 Bags \/ Grow Chunks (1\/2\")","offer_id":41147392622659,"sku":"GRD70039","price":168.66,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Grodan-Rockwool-Grow-Chunks-Cubes-2-Cubic-Ft-Happy-Hydro-23092533657667.jpg?v=1782709751"},{"product_id":"grodan-delta-10-block-4-x-4-x-4","title":"Grodan Gro Block Improved GR10 4x4x4 Inch Rockwool Grow Blocks","description":"\u003cp data-mce-fragment=\"1\"\u003eIn collaboration with the renowned Wageningen University and Research center in The Netherlands, along with leading growers across North America, Grodan has redefined the benchmarks for stone wool substrate excellence through their Grodan Gro-Block Improved. This innovation emerges from extensive scientific exploration and rigorous field trials, integrating Grodan's pioneering Advanced Wetting Agent to set new standards in crop cultivation.\u003cbr\u003e\u003c\/p\u003e\n\u003cp\u003eThe Grodan Gro-Block Improved embodies the pinnacle of substrate design, offering unparalleled uniformity in crop growth. Its meticulously engineered fiber structure and physical attributes promote a harmonious balance of water content (WC) and electrical conductivity (EC) distribution across the block. This synergy fosters a robust root system, characterized by its heightened capacity for water and nutrient absorption, culminating in the vigorous growth of crops. Enhanced by cutting-edge wetting agent and hydrophilic technology, the Grodan Gro-Block Improved ensures superior water distribution, facilitating optimal plant development and allowing for precise cultivation control.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eOptimal Fiber Structure:\u003c\/strong\u003e Crafted for uniform crop growth, ensuring balanced water and nutrient distribution.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAdvanced Wetting Agent:\u003c\/strong\u003e Incorporates the latest in hydrophilic technology for improved water distribution and retention.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eEnhanced Plant Development:\u003c\/strong\u003e Promotes a well-defined root system for increased water and nutrient uptake.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eSustainable Use of Resources:\u003c\/strong\u003e Enables more efficient water and nutrient usage, contributing to environmentally responsible cultivation practices.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eDurable and Stable:\u003c\/strong\u003e Maintains structural integrity, firmness, and rigidity throughout the growth cycle, supporting faster rooting and nutrient replenishment.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eApplications:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eIdeal for specialty crop cultivation, the Grodan Gro-Block Improved is designed to support a wide range of agricultural practices. Its advanced features make it particularly suited for hydroponic systems, where precision in water and nutrient management is crucial. Gardeners can leverage the Grodan Gro-Block Improved for propagating seedlings or cuttings, ensuring a seamless transition to larger systems. Its consistent performance and superior plant steering capabilities offer an unmatched tool for achieving optimal growth conditions and maximizing crop yields.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong\u003eRockwool:\u003c\/strong\u003e Grodan Stonewool (rockwool) is made from molten rock spun into cotton candy-like fibers and then compressed into cubes, blocks, or slabs. Where other rockwool brand manufacturers cut all sizes from one batch of wool, Grodan is unique by making different types of fibers. The purpose is to support the plant's requirements in the different plant stages. Grodan has a tremendous capacity for absorbing nutrient solution while retaining plenty of oxygen for rapid plant growth. Grodan comes in graduated sizes. Seedlings started in cubes are easily transferred to blocks and then onto slabs if desired. Seedlings or cuttings started in the Grodan cubes can also be transplanted into more traditional planters and growing mediums.\u003c\/p\u003e\n\u003cp data-mce-fragment=\"1\"\u003e\u003cstrong data-mce-fragment=\"1\"\u003eGrodan Blocks - \u003c\/strong\u003eThese growing blocks are used for direct sowing or \u003cstrong\u003e\"blocking on\"\u003c\/strong\u003e of Macro and Multiblock raised plants. AO 36\/40 plugs fit well into the hole sizes provided by the blocks. The blocks can then be placed on a slab for a larger growing volume. Hugo is the largest of the growing blocks. It provides enough growing volume to support a larger plant, so it does not need to be placed on top of a slab.\u003c\/p\u003e","brand":"Grodan","offers":[{"title":"1 Block","offer_id":39926446620739,"sku":"B0714678-1","price":3.11,"currency_code":"USD","in_stock":true},{"title":"12 Block","offer_id":39926444294211,"sku":"RW286661-12","price":26.31,"currency_code":"USD","in_stock":true},{"title":"24 Block","offer_id":39926444326979,"sku":"RW286661-24","price":42.12,"currency_code":"USD","in_stock":false},{"title":"48 Block","offer_id":39926444359747,"sku":"RW286661-48","price":82.2,"currency_code":"USD","in_stock":false},{"title":"72 Block \/ Half Case","offer_id":39926444392515,"sku":"RW286661-72","price":115.96,"currency_code":"USD","in_stock":false},{"title":"144 Block \/ 1 Case","offer_id":39926444425283,"sku":"RW286661","price":210.84,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Grodan-Gro-Block-Improved-GR10-4x4x4-Inch-Rockwool-Grow-Blocks-Happy-Hydro-23092533133379.jpg?v=1782709751"},{"product_id":"grodan-improved-gro-block-hugo-6-x-6-x-5-8-8-pack","title":"Grodan Hugo Gro-Blocks Rockwool Cubes 6x6x6\"","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eGrodan partnered with the Wageningen University and Research facility in The Netherlands and top growers throughout North America to identify the optimal stone wool substrate and irrigation strategies for specialty crops. The result of months of scientific research and trials is Grodan Gro-Blocks Improved with our Advanced Wetting Agent. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eActual Size:\u003c\/strong\u003e 6x6x5.8\" \u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eThese leading-edge blocks have the optimal fibre structure and physical properties for crop uniformity, more even Water Content (WC) and Electrical Conductivity (EC) distribution throughout the entire block, and the greatest steering capabilities available. Water distribution is more uniform throughout the entire block which is the basis for a well-defined root system with higher capacities for water and nutrient uptake to produce robust and vigorous crops.\u003c\/span\u003e\u003c\/p\u003e","brand":"Grodan","offers":[{"title":"1 Pack","offer_id":39833692373059,"sku":"GRD274999-1","price":4.16,"currency_code":"USD","in_stock":true},{"title":"8 Pack","offer_id":39833692340291,"sku":"RW274999-8","price":31.58,"currency_code":"USD","in_stock":true},{"title":"64 Pack","offer_id":39833692405827,"sku":"RW274999","price":240.37,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Grodan-Hugo-Gro-Blocks-Rockwool-Cubes-6x6x6-Happy-Hydro-23092533624899.jpg?v=1782709751"},{"product_id":"hm-digital-aquapro-tds-temperature-meter","title":"HM Digital AquaPro TDS\/Temperature Meter","description":"\u003cul type=\"disc\" data-mce-fragment=\"1\"\u003e\n\u003cli data-mce-fragment=\"1\"\u003eMeasures total dissolved solids (TDS) and temperature\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eAutomatic Temperature Compensation (ATC)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eWater-resistant housing\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eMeasurement Range: 0-5000 ppm\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eDigital Calibration (push button)\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eAuto-off function, data-hold function and low-battery indicator\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eDisplay: large and easy-to-read LCD screen includes simultaneous temperature reading\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eThe AquaPro is calibrated with a 342 ppm NaCl solution—can be recalibrated with digital calibration using the push buttons, rather than a screwdriver\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eMagnetic back\u003c\/li\u003e\n\u003cli data-mce-fragment=\"1\"\u003eIncludes a cap and batteries\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"HM Digital","offers":[{"title":"Default Title","offer_id":32167873380419,"sku":"HMDAP1","price":38.1,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/HM-Digital-AquaPro-TDS-Temperature-Meter-Happy-Hydro-23092555448387.jpg?v=1782709722"},{"product_id":"foxfarm-grow-big-liquid-concentrate-1-qt","title":"FoxFarm Grow Big® Liquid Concentrate, 1 Quart","description":"\u003cspan data-mce-fragment=\"1\"\u003eGet your garden going with Grow Big, FoxFarm's liquid concentrate fertilizer for lush vegetative growth. Grow Big contains earthworm castings, Norwegian kelp and essential micronutrients. FoxFarm's special brew is designed to enhance plant size and structure, allowing for more abundant fruit, flower and bud development.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eGarden Tip: Allow new plantings a few days to settle in, then begin using at the rate of two teaspoons per gallon of water every other time you water. You can also use Grow Big for foliar feeding, applying to both sides of leaves, preferably early in the morning. At the first sign of flowering, switch to one of FoxFarm’s blooming fertilizers. For best results, refer to the FoxFarm Feeding Schedule.\u003c\/span\u003e","brand":"FoxFarm","offers":[{"title":"Default Title","offer_id":32167900512323,"sku":"FX14006","price":27.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/FoxFarm-Grow-Big-Liquid-Concentrate-1-Quart-Happy-Hydro-23092523728963.jpg?v=1782709708"},{"product_id":"foxfarm-big-bloom-liquid-concentrate-1-qt","title":"FoxFarm Big Bloom Liquid Concentrate, 1 Quart","description":"\u003cspan data-mce-fragment=\"1\"\u003eBig Bloom Liquid Plant Food is a carefully selected blend of fertilizers formulated to support multiple blooms and seed formations. This liquid plant food supplies nutrients that your plants can access immediately. \u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eBig Bloom contains bat guano and earthworm castings.  Bat guano has been used for centuries as a fertilizer for all kinds of plants. Combined with earthworm castings they create a nutrient-rich mix that can help your plants thrive.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eGarden tip: Big Bloom is formulated for all fruiting and flowering plants, and it can be used during all stages of plant growth. \u003c\/span\u003e","brand":"FoxFarm","offers":[{"title":"Default Title","offer_id":32167903723587,"sku":"B0380637","price":23.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/FoxFarm-Big-Bloom-Liquid-Concentrate-1-Quart-Happy-Hydro-23092523597891.jpg?v=1782709707"},{"product_id":"foxfarm-tiger-bloom-liquid-concentrate-1-qt","title":"FoxFarm Tiger Bloom® Liquid Concentrate, 1 Quart","description":"\u003cspan data-mce-fragment=\"1\"\u003eFoxFarm Tiger Bloom is a phosphorus fertilizer that contains nitrogen to support vigorous growth. It is formulated with a low pH to maintain stability in storage and keep micronutrients available. Tiger Bloom can be used for both hydroponic and soil applications.  Tiger Bloom is designed to encourage abundant fruit, flower, and multiple bud development. Use Tiger Bloom at the first signs of flowering through harvest.\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eGarden tip: Use Tiger Bloom at the first sign of flowering at the rate of 2-3 teaspoons per gallon of water. It can also be used as a foliar fertilizer; just apply it to both sides of leaves early in the morning.\u003c\/span\u003e","brand":"FoxFarm","offers":[{"title":"Default Title","offer_id":32167906672707,"sku":"FX14019","price":27.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/FoxFarm-Tiger-Bloom-Liquid-Concentrate-1-Quart-Happy-Hydro-23092523892803.jpg?v=1782709707"},{"product_id":"foxfarm-hydro-formula-nutrients-trio-3-qts","title":"FoxFarm Nutrients Hydro Formula - Trio 3 Quarts","description":"\u003cspan data-mce-fragment=\"1\"\u003eThe Right Juice for the Right Use!\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003cspan data-mce-fragment=\"1\"\u003eHere’s a convenient three-pack of FoxFarm's top liquid fertilizers for growing: Big Bloom, Grow Big Hydroponic, and Tiger Bloom. Designed to work together to support vigorous growth, multiple bud development and abundant fruit.\u003c\/span\u003e","brand":"FoxFarm","offers":[{"title":"Default Title","offer_id":32167908442179,"sku":"FX14050","price":74.05,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/FoxFarm-Nutrients-Hydro-Formula-Trio-3-Quarts-Happy-Hydro-23092523794499.jpg?v=1782709707"},{"product_id":"rapitest-pro-soil-test-kit","title":"Rapitest Professional Soil Test Kit","description":"\u003cp\u003e4 individual color comparators for pH, N, P, K. \u003cstrong\u003e10 tests for each.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"a-unordered-list a-vertical a-spacing-mini\"\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eContains components for 40 tests. 10 each for Soil pH, N, P and K\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eComes with sturdy plastic case\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eSimple and detailed instructions included\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003epH preference list for hundreds of plants included\u003c\/span\u003e\u003c\/li\u003e\n\u003cli class=\"a-spacing-mini\"\u003e\u003cspan class=\"a-list-item\"\u003eTips for gardening and altering soil conditions included\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"Luster Leaf","offers":[{"title":"Default Title","offer_id":32204948996163,"sku":"LUS1662","price":29.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/Rapitest-Professional-Soil-Test-Kit-Happy-Hydro-25118242766915.jpg?v=1782709645"},{"product_id":"digital-moisture-meter","title":"Digital Moisture Meter","description":"\u003cp\u003eDigital results from 0 to 9.9. Printed instructions and extensive plant list.\u003c\/p\u003e","brand":"Luster Leaf","offers":[{"title":"Default Title","offer_id":32204949553219,"sku":"LL01825","price":17.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Digital-Moisture-Meter-Happy-Hydro-23092513964099.jpg?v=1782709645"},{"product_id":"digital-ph-meter","title":"Luster Leaf Digital Soil pH Meter","description":"\u003cp\u003eThis pH tester by Luster Leaf produces digital results from 3.5 to 9.0. Instructions and plant pH preference list included.\u003c\/p\u003e","brand":"Luster Leaf","offers":[{"title":"Default Title","offer_id":32204951158851,"sku":"LL01845","price":18.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Luster-Leaf-Digital-Soil-pH-Meter-Happy-Hydro-23092513865795.jpg?v=1782709645"},{"product_id":"active-air-3-way-meter","title":"Active Air 3 Way Meter","description":"\u003cspan data-mce-fragment=\"1\"\u003eGardeners can conveniently test their moisture, light, and pH levels with the handy Active Air 3-Way Meter. Moisture readings register on a scale of 0 (dry) to 10 (moist); light readings range from 0 LUX (low light) to 2000 LUX (very strong light); accurate pH readings range between pH 3.5 and 8. The durable, easy-to-read tester is suitable for indoors or out and needs no batteries to operate. Remove from soil and clean prongs after each use to ensure the moisture meter stays in top performance shape.\u003c\/span\u003e","brand":"Active Air","offers":[{"title":"Default Title","offer_id":32204953059395,"sku":"MGMLP1","price":13.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Active-Air-3-Way-Meter-Happy-Hydro-23092474576963.jpg?v=1782709645"},{"product_id":"2-way-ph-moisture-meter","title":"Active Air 2 Way pH \u0026 Moisture Meter","description":"\u003cspan data-mce-fragment=\"1\"\u003eGardeners can conveniently test moisture and pH levels with the handy Active Air 2-Way Meter. Moisture readings register on a scale of 0 (dry) to 10 (moist). pH readings between pH 3 (acidic) and pH 10 (basic) are represented. The durable, easy-to-read tester is suitable for indoors or out and needs no batteries to operate. Remove from soil and clean prongs after each use to ensure the moisture meter stays in top performance shape.\u003c\/span\u003e","brand":"Active Air","offers":[{"title":"Default Title","offer_id":32204955091011,"sku":"MGMP1","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Active-Air-2-Way-pH-Moisture-Meter-Happy-Hydro-23092446036035.jpg?v=1782709645"},{"product_id":"grow-t-clay-pebbles-40-l","title":"GROW!T Clay Pebbles, 40 L","description":"\u003cp\u003eGROW!T\u003cspan\u003e horticultural clay pebbles are made from 100% natural clay. They are clean, pH stable, and offer great aeration and drainage in hydroponics, especially in flood and drain, deep water culture, and drip feed systems. Due to their unique structure and ability to cover a large surface area, they offer the ideal environment to foster beneficial bacterial growth around the root zone, leading to naturally healthier plants.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 0pt;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-size: small; font-family: Calibri;\"\u003eGROW!T Clay Pebbles benefits:\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 10pt;\"\u003e \u003c\/p\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eExtremely stable in both pH and EC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eMade from 100% natural clay\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eStrong structural integrity means that they are less likely to break and compact, which helps to prevent dripper systems from getting blocked\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003ePre-washed to aid in stability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eDrains freely and does not hold any excess water, providing good oxygen levels around the root; suitable for flood and drain systems, multi-pot and drip feed systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003ePebble size 4 mm-16 mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cp style=\"margin: 0in 0in 10pt;\"\u003e \u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 0pt;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-size: small; font-family: Calibri;\"\u003eGROW!T Clay Pebbles can be used for:\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 10pt;\"\u003e \u003c\/p\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l0 level1 lfo2; tab-stops: list .5in;\"\u003e\n\u003cstrong\u003eAeration of growing media\u003c\/strong\u003e - ideal to mix into coco coir or soil to aid aeration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l0 level1 lfo2; tab-stops: list .5in;\"\u003e\n\u003cstrong\u003eDrainage\u003c\/strong\u003e - will hold water as well as offering great aeration properties and free draining\u003c\/li\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l0 level1 lfo2; tab-stops: list .5in;\"\u003e\n\u003cstrong\u003eDecoration\u003c\/strong\u003e - looks great as a top dressing for pots and also helps to prevent evaporation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydroponics\/hydroculture\u003c\/strong\u003e - used widely in hydroponic growing, they are ideal for flood and drain, deep water culture and drip feed systems\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAquaponics\u003c\/strong\u003e - are also ideal to be used in aquaponic systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan\u003eWhen used in \u003c\/span\u003e\u003cspan\u003eaeration of growing media, mix GROW!T horticultural clay pebbles into your coco coir or soil at a rate 4 parts clay to 7 parts soil to loosen up the structure, leading to better root development.\u003c\/span\u003e\u003c\/p\u003e","brand":"Grow!T","offers":[{"title":"Default Title","offer_id":32225739440195,"sku":"GMC40L","price":37.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/GROW-T-Clay-Pebbles-40-L-Happy-Hydro-23092535263299.jpg?v=1782709616"},{"product_id":"happy-frog-tomato-vegetable-dry-fertilizer-4-lb-bag","title":"FoxFarm Happy Frog Tomato \u0026 Vegetable Fertilizer OMRI Organic 4lb Bag","description":"\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eHappy Frog Tomato \u0026amp; Vegetable Fertilizer is specifically formulated for use on all veggies, tomato varieties, soft fruits and berries. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eThe nitrogen, phosphorus and potassium in this blend supply the nutrition necessary to support the vegetative and flowering stages of plant growth. This fertilizer also contains calcium which helps prevent blossom end rot and builds stronger cell walls, boosting the plants ability to resist disease. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eMycorrhizal fungi are included to help increase root efficiency, which may enhance nutrient uptake and water absorption. \u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan data-mce-fragment=\"1\"\u003eOMRI Listed\u003c\/span\u003e\u003c\/p\u003e","brand":"FoxFarm","offers":[{"title":"Default Title","offer_id":32225747992643,"sku":"B0485419","price":15.15,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/FoxFarm-Happy-Frog-Tomato-Vegetable-Fertilizer-OMRI-Organic-4lb-Bag-Happy-Hydro-23092524318787.jpg?v=1782709616"},{"product_id":"happy-frog-fruit-flower-dry-fertilizer-4-lb-bag","title":"Happy Frog Fruit \u0026 Flower Dry Fertilizer - 4 lb","description":"\u003cspan data-mce-fragment=\"1\"\u003eHappy Frog Fruit \u0026amp; Flower Fertilizer (NPK 4-9-3) is specifically designed to supply phosphorus for fruit and flower development. Also contains nitrogen essential to support growth through the end of the growing season. Mycorrhizal fungi are included to help increase root efficiency, which may enhance nutrient uptake and water absorption. OMRI Listed\u003c\/span\u003e","brand":"FoxFarm","offers":[{"title":"Default Title","offer_id":32225759789123,"sku":"B0485420","price":17.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Happy-Frog-Fruit-Flower-Dry-Fertilizer-4-lb-Happy-Hydro-23092540375107.jpg?v=1782709602"},{"product_id":"happy-frog-jump-start-dry-fertilizer-4-lb","title":"Happy Frog Jump Start Fertilizer (3-4-3) - 4 lb","description":"\u003cp\u003eIntroducing Happy Frog Jump Start Fertilizer - the ultimate solution to kickstart your plants' growth and bring new life to your garden! This high-performance, all-natural fertilizer is specially formulated to ensure plants receive the essential nutrients they need to flourish immediately.\u003c\/p\u003e\n\u003cp\u003eHappy Frog Jump Start Fertilizer is crafted from a unique blend of organic ingredients, including beneficial microbes, mycorrhizal fungi, and humic acids. This powerful combination promotes rapid root development, vigorous growth, and improved nutrient uptake, setting your plants up for a healthy and successful growing season.\u003c\/p\u003e\n\u003cp\u003eProduct Highlights:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eAll-natural and eco-friendly formula: Happy Frog Jump Start Fertilizer is made from 100% organic materials, making it environmentally safe and perfect for sustainable gardening practices.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eEnhances root development: Our expertly designed formula stimulates strong root growth, ensuring plants have a solid foundation for optimal health.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eBoosts nutrient absorption: The blend of mycorrhizal fungi and humic acids improves plants' ability to absorb essential nutrients, leading to more robust growth and increased yields.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eVersatile application: This fertilizer is suitable for various plants, including vegetables, fruits, flowers, shrubs, and trees, making it the perfect addition to any garden.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003e\u003cspan style=\"font-size: 1.4em;\"\u003eEasy to use: Mix Happy Frog Jump Start Fertilizer into your soil or potting mix, and watch your plants thrive!\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e","brand":"FoxFarm","offers":[{"title":"Default Title","offer_id":32225761722435,"sku":"FX14670","price":17.05,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/Happy-Frog-Jump-Start-Fertilizer-3-4-3-4-lb-Happy-Hydro-23092540407875.jpg?v=1782709602"},{"product_id":"grow-t-clay-pebbles-10l","title":"GROW!T Clay Pebbles, 10L","description":"\u003cp\u003eGROW!T\u003cspan\u003e horticultural clay pebbles are made from 100% natural clay. They are clean, pH stable, and offer great aeration and drainage in hydroponics, especially in flood and drain, deep water culture, and drip feed systems. Due to their unique structure and ability to cover a large surface area, they offer the ideal environment to foster beneficial bacterial growth around the root zone, leading to naturally healthier plants.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 0pt;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-size: small; font-family: Calibri;\"\u003eGROW!T Clay Pebbles benefits:\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 10pt;\"\u003e \u003c\/p\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eExtremely stable in both pH and EC\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eMade from 100% natural clay\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eStrong structural integrity means that they are less likely to break and compact, which helps to prevent dripper systems from getting blocked\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003ePre-washed to aid in stability\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003eDrains freely and does not hold any excess water, providing good oxygen levels around the root; suitable for flood and drain systems, multi-pot and drip feed systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l1 level1 lfo1; tab-stops: list .5in;\"\u003ePebble size 4 mm-16 mm\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cp style=\"margin: 0in 0in 10pt;\"\u003e \u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 0pt;\"\u003e\u003cstrong\u003e\u003cspan style=\"font-size: small; font-family: Calibri;\"\u003eGROW!T Clay Pebbles can be used for:\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp style=\"margin: 0in 0in 10pt;\"\u003e \u003c\/p\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l0 level1 lfo2; tab-stops: list .5in;\"\u003e\n\u003cstrong\u003eAeration of growing media\u003c\/strong\u003e - ideal to mix into coco coir or soil to aid aeration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"font-size: small; font-family: Times New Roman;\"\u003e\u003c\/span\u003e\n\u003cul style=\"margin-top: 0in;\" type=\"disc\"\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l0 level1 lfo2; tab-stops: list .5in;\"\u003e\n\u003cstrong\u003eDrainage\u003c\/strong\u003e - will hold water as well as offering great aeration properties and free draining\u003c\/li\u003e\n\u003cli style=\"margin: 0in 0in 0pt; color: #000000; font-style: normal; font-weight: normal; mso-list: l0 level1 lfo2; tab-stops: list .5in;\"\u003e\n\u003cstrong\u003eDecoration\u003c\/strong\u003e - looks great as a top dressing for pots and also helps to prevent evaporation\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eHydroponics\/hydroculture\u003c\/strong\u003e - used widely in hydroponic growing, they are ideal for flood and drain, deep water culture and drip feed systems\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eAquaponics\u003c\/strong\u003e - are also ideal to be used in aquaponic systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cspan\u003eWhen used in \u003c\/span\u003e\u003cspan\u003eaeration of growing media, mix GROW!T horticultural clay pebbles into your coco coir or soil at a rate 4 parts clay to 7 parts soil to loosen up the structure, leading to better root development.\u003c\/span\u003e\u003c\/p\u003e","brand":"Grow!T","offers":[{"title":"Default Title","offer_id":32250816725059,"sku":"GMC10L","price":23.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/products\/GROW-T-Clay-Pebbles-10L-Happy-Hydro-23092535623747.jpg?v=1782709602"},{"product_id":"cloudlab-422-grow-tent","title":"2x2 Grow Tent, AC Infinity Cloudlab 422 - 24\"x24\"x48\"","description":"\u003cp\u003eThe AC Infinity CLOUDLAB 422 is a premium 2x2 grow tent engineered for home cultivators who want superior durability, light control, and environmental stability. Measuring 24\" x 24\" x 48\", this tent comfortably supports a 1–2 plant grow while delivering professional-grade construction.\u003c\/p\u003e\n\u003cp\u003eIts ultra-thick 2000D canvas eliminates common light leaks, while the reflective mylar interior maximizes light efficiency to support strong, consistent plant growth. A reinforced 22mm steel pole frame provides exceptional rigidity, supporting twice the weight of standard tents for mounting lights, fans, and accessories. Integrated features such as a viewing window, mesh intake, dual duct ports, controller pass-through, and external controller mounting plate make this tent fully compatible with advanced ventilation and automation setups. Designed for serious growers, CLOUDLAB tents deliver performance, longevity, and an optimized growing environment.\u003c\/p\u003e\n\u003ch2\u003eKey Features\u003c\/h2\u003e\n\u003cp\u003e• \u003cstrong\u003eHeavy-duty 2000D canvas prevents light leaks and boosts climate stability\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003e22mm steel frame supports double the weight of standard grow tents\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eReflective mylar interior enhances lighting efficiency for better plant growth\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eViewing window allows monitoring without disturbing your environment\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003e4\" and 6\" duct ports support most inline duct fans, including Cloudline models\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eMesh intake allows clean airflow while blocking debris and insects\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eController-ready design with cable pass-through and external mount plate\u003c\/strong\u003e\u003cbr\u003e• \u003cstrong\u003eIncludes carrying case, floor tray, and tool bag for easy setup and organization\u003c\/strong\u003e\u003c\/p\u003e\n\u003ch2\u003eApplications\u003c\/h2\u003e\n\u003cp\u003e• Ideal for 1–2 plant indoor grows\u003cbr\u003e• Suitable for LED grow lights, inline duct fans, carbon filters, and automation controllers\u003cbr\u003e• Great for growers seeking maximum light control and efficient airflow\u003cbr\u003e• Perfect for beginners or experienced cultivators who want a compact, high-performance grow tent\u003c\/p\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e24\" x 24\" x 48\" (61 x 61 x 121.9 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDuct Opening Sizes\u003c\/td\u003e\n\u003ctd\u003e4\", 6\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eViewing Window\u003c\/td\u003e\n\u003ctd\u003e9.84\" x 9.84\" (25 x 25 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSide Intake Hole\u003c\/td\u003e\n\u003ctd\u003e5.90\" x 14.17\" (15 x 36 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting Strap Length\u003c\/td\u003e\n\u003ctd\u003e5.51\" (140 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterials\u003c\/td\u003e\n\u003ctd\u003eOxford exterior, Mylar interior, Steel poles\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Thickness\u003c\/td\u003e\n\u003ctd\u003e22 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBeam Weight Capacity\u003c\/td\u003e\n\u003ctd\u003e150 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Capacity\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003ch2\u003eWhat’s Included\u003c\/h2\u003e\n\u003cp\u003e• CLOUDLAB 422 Grow Tent (24\" x 24\" x 48\")\u003cbr\u003e• Floor Tray\u003cbr\u003e• Tool Bag\u003cbr\u003e• Carrying Case\u003cbr\u003e• Assembly Accessories\u003c\/p\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":32291677962307,"sku":"AC-CBA422","price":129.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/2x2-Grow-Tent-AC-Infinity-Cloudlab-422-24-x24-x48-Happy-Hydro-25993057009731.jpg?v=1782709573"},{"product_id":"cloudlab-632-grow-tent","title":"2x3 Grow Tent, AC Infinity Cloudlab 632 - 24\"x36\"x72\"","description":"\u003cp\u003eAC Infinity's new series of CLOUDLAB grow tents feature a myriad of improvements upon the standard grow tent. The CLOUDLAB 632 measures 36\" x 24\" x 72\" and provides enough space for a 2-plant grow.\u003c\/p\u003e\n\u003cp\u003eThe 2000D canvas is a notable upgrade, eliminating light leaks common with other tents. A viewing window allows you to monitor your growth without disturbing your plants.\u003c\/p\u003e\n\u003cp\u003eThe steel pole frame is thicker than most standard grow tents and carries twice the weight. The ceiling support poles allow for the mounting of lights, fans, and other gear. The inner mylar layer reflects and preserves the power of your lights.\u003c\/p\u003e\n\u003cp\u003e4\" and 6\" duct holes allow the CLOUDLAB 632 to be paired with most standard inline duct fans (we recommend the Cloudline T4). The mesh intake hole at the tent's base allows air to flow freely while keeping out debris and insects.\u003c\/p\u003e\n\u003cp\u003eThe tent is controller ready, including a cable pass-through and external controller mount plate. Other accessories include a carrying case, floor tray, and tool bag.\u003c\/p\u003e\n\u003cp\u003eThe AC Infinity CLOUDLAB line of grow tents provides a premium experience for home cultivators. CLOUDLAB tents are available in a range of sizes to suit any grow.\u003c\/p\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eDimensions\u003c\/td\u003e\n\u003ctd\u003e36\" x 24\" x 72\" (90 x 60 x 180 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDuct Opening Sizes\u003c\/td\u003e\n\u003ctd\u003e4\", 6\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eViewing Window Size\u003c\/td\u003e\n\u003ctd\u003e11.81 x 12.59 in. (30.0 x 32.0 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSide Intake Hole Size\u003c\/td\u003e\n\u003ctd\u003e5.90 x 11.41 in. (15.0 x 29.0 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRear Intake Hole Size\u003c\/td\u003e\n\u003ctd\u003e5.90 x 14.17 in. (15.0 x 36.0 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMounting Strap Length\u003c\/td\u003e\n\u003ctd\u003e5.51 in. (140.0 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOuter Tent Material\u003c\/td\u003e\n\u003ctd\u003eOxford\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eInner Tent Material\u003c\/td\u003e\n\u003ctd\u003eMylar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Material\u003c\/td\u003e\n\u003ctd\u003eSteel\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePole Thickness\u003c\/td\u003e\n\u003ctd\u003e22 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBeam Weight Capacity\u003c\/td\u003e\n\u003ctd\u003e150 lbs.\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Capacity\u003c\/td\u003e\n\u003ctd\u003e2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e","brand":"AC Infinity","offers":[{"title":"Default Title","offer_id":32291678519363,"sku":"AC-CBA632","price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2082\/5769\/files\/2x3-Grow-Tent-AC-Infinity-Cloudlab-632-24-x36-x72-Happy-Hydro-25993046851651.jpg?v=1782709573"}],"url":"https:\/\/happyhydro.com\/collections\/start-your-first-grow.oembed?page=6","provider":"Happy Hydro","version":"1.0","type":"link"}