{"product_id":"aquarium-nitrifying-bacteria-tablets","title":"🐠 Aquarium Nitrifying Bacteria Tablets – 120PC Bio Filter Support","description":"\u003cstyle\u003e\n.aquabacteria-page,\n.aquabacteria-page *{\n  box-sizing:border-box;\n}\n\n.aquabacteria-page{\n  --ink:#283538;\n  --text:#5b686b;\n  --muted:#7d898c;\n\n  --aqua:#64979a;\n  --aqua-dark:#45777b;\n  --aqua-soft:#edf7f7;\n\n  --blue:#708fa0;\n  --sage:#748b79;\n  --gold:#b69a63;\n  --teal:#5f8f86;\n  --sand:#c5a77e;\n\n  --white:#ffffff;\n  --soft:#f7faf9;\n  --cream:#fffaf4;\n  --line:#dfe8e7;\n\n  width:100%;\n  max-width:760px;\n  margin:0 auto;\n  padding:8px;\n\n  background:#f7faf9;\n  color:var(--text);\n\n  font-family:-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif;\n  font-size:17px;\n  line-height:1.55;\n\n  -webkit-font-smoothing:antialiased;\n}\n\n.aquabacteria-page h1,\n.aquabacteria-page h2,\n.aquabacteria-page h3,\n.aquabacteria-page p{\n  margin-top:0;\n}\n\n.aquabacteria-page img{\n  display:block;\n  width:100%;\n  max-width:100%;\n  height:auto;\n}\n\n\n\/* =====================================================\n   CARD\n===================================================== *\/\n\n.ab-card{\n  margin-bottom:14px;\n  overflow:hidden;\n\n  background:#ffffff;\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(44,65,67,.05);\n}\n\n.ab-aqua{border-top:5px solid var(--aqua);}\n.ab-blue{border-top:5px solid var(--blue);}\n.ab-sage{border-top:5px solid var(--sage);}\n.ab-gold{border-top:5px solid var(--gold);}\n.ab-teal{border-top:5px solid var(--teal);}\n\n.ab-copy{\n  padding:21px 18px 16px;\n  text-align:left;\n}\n\n.ab-image-wrap{\n  padding:0 12px 12px;\n}\n\n.ab-image{\n  border-radius:16px;\n}\n\n\n\/* =====================================================\n   TYPOGRAPHY\n===================================================== *\/\n\n.ab-kicker{\n  display:inline-block;\n\n  margin-bottom:8px;\n  padding:5px 10px;\n\n  background:var(--aqua-soft);\n  border-radius:999px;\n\n  color:var(--aqua-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.ab-title{\n  margin:0 0 9px;\n\n  color:var(--ink);\n\n  font-size:25px;\n  line-height:1.2;\n  letter-spacing:-.35px;\n\n  font-weight:900;\n  text-align:left;\n}\n\n.ab-text{\n  margin:0;\n\n  color:var(--text);\n\n  font-size:17px;\n  line-height:1.55;\n\n  text-align:left;\n}\n\n.ab-text strong{\n  color:var(--ink);\n}\n\n\n\/* =====================================================\n   HERO\n===================================================== *\/\n\n.ab-hero{\n  background:\n    radial-gradient(\n      circle at 50% 0%,\n      #dfeeee 0%,\n      transparent 48%\n    ),\n    linear-gradient(\n      145deg,\n      #ffffff 0%,\n      #f8fcfb 58%,\n      #eef5f3 100%\n    );\n\n  border-color:#dce8e6;\n}\n\n.ab-hero .ab-copy{\n  padding:28px 18px 17px;\n  text-align:center;\n}\n\n.ab-eyebrow{\n  display:inline-block;\n\n  margin-bottom:10px;\n\n  color:var(--aqua-dark);\n\n  font-size:12px;\n  line-height:1.2;\n  font-weight:900;\n  letter-spacing:1px;\n\n  text-transform:uppercase;\n}\n\n.ab-hero-title{\n  max-width:650px;\n  margin:0 auto 10px;\n\n  color:#293436;\n\n  font-size:30px;\n  line-height:1.12;\n  letter-spacing:-.6px;\n\n  font-weight:950;\n  text-align:center;\n}\n\n.ab-hero-text{\n  max-width:620px;\n  margin:0 auto;\n\n  color:#657174;\n\n  font-size:17px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.ab-hero-line{\n  width:54px;\n  height:3px;\n\n  margin:17px auto 0;\n\n  background:var(--aqua);\n  border-radius:999px;\n}\n\n\n\/* =====================================================\n   LIST\n===================================================== *\/\n\n.ab-list{\n  margin:13px 0 0;\n  padding:0;\n\n  list-style:none;\n}\n\n.ab-list li{\n  position:relative;\n\n  margin-bottom:8px;\n  padding-left:27px;\n\n  color:#566265;\n\n  font-size:16px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.ab-list li:last-child{\n  margin-bottom:0;\n}\n\n.ab-list li:before{\n  content:\"✓\";\n\n  position:absolute;\n  left:0;\n  top:0;\n\n  color:var(--aqua-dark);\n\n  font-weight:900;\n}\n\n\n\/* =====================================================\n   HIGHLIGHT\n===================================================== *\/\n\n.ab-highlight{\n  margin-top:13px;\n  padding:12px 14px;\n\n  background:#eff8f7;\n\n  border-left:4px solid var(--aqua);\n  border-radius:10px;\n\n  color:#52686a;\n\n  font-size:15px;\n  line-height:1.5;\n  font-weight:750;\n\n  text-align:left;\n}\n\n.ab-highlight strong{\n  color:#374f51;\n}\n\n\n\/* =====================================================\n   ROWS\n===================================================== *\/\n\n.ab-rows{\n  margin-top:13px;\n\n  border-top:1px solid var(--line);\n}\n\n.ab-row{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n}\n\n.ab-row:last-child{\n  border-bottom:0;\n}\n\n.ab-row b,\n.ab-row span{\n  padding:10px 8px;\n\n  font-size:13px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.ab-row b{\n  color:var(--ink);\n}\n\n.ab-row span{\n  color:var(--muted);\n}\n\n\n\/* =====================================================\n   STEPS\n===================================================== *\/\n\n.ab-steps{\n  display:grid;\n  gap:9px;\n\n  margin-top:13px;\n}\n\n.ab-step{\n  padding:11px 13px;\n\n  background:#fbfcfb;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n\n  color:#586366;\n\n  font-size:15px;\n  line-height:1.45;\n\n  text-align:left;\n}\n\n.ab-step strong{\n  color:var(--aqua-dark);\n}\n\n\n\/* =====================================================\n   INFO CARD\n===================================================== *\/\n\n.ab-info{\n  margin-bottom:14px;\n  padding:21px 17px;\n\n  background:#ffffff;\n\n  border:1px solid var(--line);\n  border-radius:22px;\n\n  box-shadow:0 7px 20px rgba(44,65,67,.04);\n\n  text-align:left;\n}\n\n.ab-section-kicker{\n  display:inline-block;\n\n  margin-bottom:7px;\n  padding:5px 10px;\n\n  background:var(--aqua-soft);\n  border-radius:999px;\n\n  color:var(--aqua-dark);\n\n  font-size:12px;\n  font-weight:900;\n  letter-spacing:.45px;\n\n  text-transform:uppercase;\n}\n\n.ab-section-title{\n  margin:0 0 14px;\n\n  color:var(--ink);\n\n  font-size:24px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:left;\n}\n\n\n\/* =====================================================\n   VALUE CARD\n===================================================== *\/\n\n.ab-value{\n  background:\n    linear-gradient(\n      145deg,\n      #eef8f6 0%,\n      #ffffff 100%\n    );\n\n  border-color:#d8e8e5;\n}\n\n.ab-value-number{\n  margin:3px 0 3px;\n\n  color:var(--aqua-dark);\n\n  font-size:40px;\n  line-height:1;\n  font-weight:950;\n\n  letter-spacing:-1px;\n}\n\n.ab-value-label{\n  margin:0 0 12px;\n\n  color:#53676a;\n\n  font-size:15px;\n  font-weight:800;\n}\n\n\n\/* =====================================================\n   SPEC\n===================================================== *\/\n\n.ab-spec{\n  margin:0;\n  padding:0;\n\n  overflow:hidden;\n\n  border:1px solid var(--line);\n  border-radius:15px;\n\n  list-style:none;\n}\n\n.ab-spec li{\n  display:grid;\n  grid-template-columns:40% 60%;\n\n  border-bottom:1px solid var(--line);\n\n  font-size:14px;\n}\n\n.ab-spec li:last-child{\n  border-bottom:0;\n}\n\n.ab-spec-label,\n.ab-spec-value{\n  padding:11px;\n  text-align:left;\n}\n\n.ab-spec-label{\n  background:#edf7f7;\n\n  color:var(--aqua-dark);\n\n  font-weight:850;\n}\n\n.ab-spec-value{\n  background:#fff;\n\n  color:#576164;\n}\n\n\n\/* =====================================================\n   NOTES\n===================================================== *\/\n\n.ab-note{\n  background:#fffaf3;\n  border-color:#eadfce;\n}\n\n.ab-note-list{\n  margin:0;\n  padding-left:21px;\n\n  color:#5e5954;\n\n  font-size:15px;\n  line-height:1.55;\n}\n\n.ab-note-list li{\n  margin-bottom:8px;\n  text-align:left;\n}\n\n.ab-note-list li:last-child{\n  margin-bottom:0;\n}\n\n\n\/* =====================================================\n   FAQ\n===================================================== *\/\n\n.ab-faq details{\n  margin-bottom:8px;\n\n  overflow:hidden;\n\n  background:#fff;\n\n  border:1px solid var(--line);\n  border-radius:13px;\n}\n\n.ab-faq details:last-child{\n  margin-bottom:0;\n}\n\n.ab-faq summary{\n  position:relative;\n\n  padding:13px 40px 13px 14px;\n\n  cursor:pointer;\n  list-style:none;\n\n  color:var(--ink);\n\n  font-size:14px;\n  line-height:1.4;\n\n  font-weight:800;\n  text-align:left;\n}\n\n.ab-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.ab-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n  right:14px;\n  top:4px;\n\n  color:var(--aqua-dark);\n\n  font-size:25px;\n}\n\n.ab-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.ab-answer{\n  padding:0 14px 14px;\n\n  color:var(--muted);\n\n  font-size:13px;\n  line-height:1.6;\n\n  text-align:left;\n}\n\n\n\/* =====================================================\n   FINAL CTA\n===================================================== *\/\n\n.ab-final{\n  padding:28px 18px;\n\n  text-align:center;\n\n  background:\n    linear-gradient(\n      145deg,\n      #eaf7f5 0%,\n      #ffffff 56%,\n      #f7f1e8 100%\n    );\n\n  border:1px solid #dce8e6;\n  border-radius:22px;\n}\n\n.ab-final h2{\n  max-width:620px;\n  margin:0 auto 9px;\n\n  color:var(--ink);\n\n  font-size:27px;\n  line-height:1.2;\n\n  font-weight:900;\n  text-align:center;\n}\n\n.ab-final p{\n  max-width:590px;\n  margin:0 auto 16px;\n\n  color:#657174;\n\n  font-size:16px;\n  line-height:1.5;\n\n  text-align:center;\n}\n\n.ab-button{\n  display:block;\n\n  width:100%;\n  max-width:430px;\n\n  margin:0 auto;\n  padding:14px 20px;\n\n  background:var(--aqua-dark);\n  border-radius:14px;\n\n  color:#fff!important;\n\n  text-decoration:none;\n\n  font-size:16px;\n  font-weight:900;\n\n  box-shadow:0 6px 14px rgba(69,119,123,.18);\n}\n\n.ab-trust{\n  margin-top:15px;\n  padding-top:13px;\n\n  border-top:1px solid #dce7e5;\n\n  color:#687476;\n\n  font-size:12px;\n  line-height:1.7;\n\n  text-align:center;\n}\n\n.ab-policy{\n  max-width:630px;\n\n  margin:8px auto 0!important;\n\n  color:#899092!important;\n\n  font-size:11px!important;\n  line-height:1.45!important;\n\n  text-align:center!important;\n}\n\n\n\/* =====================================================\n   MOBILE\n===================================================== *\/\n\n@media(max-width:520px){\n\n  .aquabacteria-page{\n    padding:6px;\n  }\n\n  .ab-card{\n    margin-bottom:12px;\n    border-radius:20px;\n  }\n\n  .ab-copy{\n    padding:19px 15px 14px;\n  }\n\n  .ab-hero .ab-copy{\n    padding:25px 15px 16px;\n  }\n\n  .ab-hero-title{\n    font-size:28px;\n  }\n\n  .ab-title{\n    font-size:23px;\n  }\n\n  .ab-image-wrap{\n    padding-right:9px;\n    padding-left:9px;\n    padding-bottom:9px;\n  }\n\n  .ab-info{\n    padding:19px 15px;\n  }\n\n  .ab-spec li{\n    grid-template-columns:41% 59%;\n  }\n\n  .ab-spec-label,\n  .ab-spec-value{\n    padding:10px 9px;\n  }\n\n  .ab-value-number{\n    font-size:36px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"aquabacteria-page\"\u003e\n\u003c!-- =================================================\n       HERO\n  ================================================== --\u003e\n\u003csection class=\"ab-card ab-hero\"\u003e\n\u003cdiv class=\"ab-copy\"\u003e\n\u003cspan class=\"ab-eyebrow\"\u003e 🐠 BENEFICIAL BACTERIA SUPPORT \u003c\/span\u003e\n\u003ch1 class=\"ab-hero-title\"\u003eSupport the Biological Filtration Your Aquarium Relies On.\u003c\/h1\u003e\n\u003cp class=\"ab-hero-text\"\u003eNitrifying bacteria tablets designed to help \u003cstrong\u003esupport beneficial bacteria colonies and biological filtration\u003c\/strong\u003e as part of routine freshwater aquarium care.\u003c\/p\u003e\n\u003cdiv class=\"ab-hero-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-image-wrap\"\u003e\u003cimg class=\"ab-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0620\/5571\/0877\/files\/spp_shopify20260909170854_eedcefd43e0386f0ca4600e29a63970c.jpg?v=1788944938\" alt=\"Aquarium nitrifying bacteria tablets\" loading=\"eager\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       WATER QUALITY SUPPORT\n  ================================================== --\u003e\n\u003csection class=\"ab-card ab-blue\"\u003e\n\u003cdiv class=\"ab-copy\"\u003e\n\u003cspan class=\"ab-kicker\"\u003e SUPPORTS ROUTINE WATER CARE \u003c\/span\u003e\n\u003ch2 class=\"ab-title\"\u003e💧 Help Support Cleaner, Clearer-Looking Aquarium Water\u003c\/h2\u003e\n\u003cp class=\"ab-text\"\u003eBeneficial bacteria play an important role in biological filtration. These tablets are designed to work alongside the aquarium filter to support that process during routine care.\u003c\/p\u003e\n\u003cul class=\"ab-list\"\u003e\n\u003cli\u003eSupports beneficial bacteria activity\u003c\/li\u003e\n\u003cli\u003eWorks alongside biological filtration\u003c\/li\u003e\n\u003cli\u003eDesigned for freshwater aquarium maintenance\u003c\/li\u003e\n\u003cli\u003eSuitable for simple turbid-water conditions described by the product\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-image-wrap\"\u003e\u003cimg class=\"ab-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0620\/5571\/0877\/files\/spp_shopify20260909170859_4eefa04dc21b412e92e50b613d40f569.jpg?v=1788944942\" alt=\"Aquarium water quality biological filtration support\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       APPLICATION\n  ================================================== --\u003e\n\u003csection class=\"ab-card ab-gold\"\u003e\n\u003cdiv class=\"ab-copy\"\u003e\n\u003cspan class=\"ab-kicker\"\u003e IMPORTANT APPLICATION METHOD \u003c\/span\u003e\n\u003ch2 class=\"ab-title\"\u003e✅ Place the Tablet on the Filter Cotton — Not Directly in the Water\u003c\/h2\u003e\n\u003cp class=\"ab-text\"\u003eThe supplied instructions specifically recommend placing the tablet \u003cstrong\u003eon the filter cotton\u003c\/strong\u003e rather than dropping it directly into the aquarium water.\u003c\/p\u003e\n\u003cdiv class=\"ab-steps\"\u003e\n\u003cdiv class=\"ab-step\"\u003e\n\u003cstrong\u003e1. Check the filter cotton:\u003c\/strong\u003e make sure it remains permeable and water can pass through it properly.\u003c\/div\u003e\n\u003cdiv class=\"ab-step\"\u003e\n\u003cstrong\u003e2. Place the tablet:\u003c\/strong\u003e position the tablet on the filter cotton as directed.\u003c\/div\u003e\n\u003cdiv class=\"ab-step\"\u003e\n\u003cstrong\u003e3. Keep filtration running:\u003c\/strong\u003e allow the aquarium filtration system to continue operating normally.\u003c\/div\u003e\n\u003cdiv class=\"ab-step\"\u003e\n\u003cstrong\u003e4. Run an oxygen pump:\u003c\/strong\u003e the supplied directions recommend aeration during use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-highlight\"\u003e\u003cstrong\u003eDo not drop the tablet directly into the aquarium water.\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-image-wrap\"\u003e\u003cimg class=\"ab-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0620\/5571\/0877\/files\/spp_shopify20260909170902_513543bee5f737c2aac16aff4151ccd2.jpg?v=1788944946\" alt=\"Place aquarium bacteria tablet on filter cotton\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       BIOLOGICAL FILTRATION\n  ================================================== --\u003e\n\u003csection class=\"ab-card ab-sage\"\u003e\n\u003cdiv class=\"ab-copy\"\u003e\n\u003cspan class=\"ab-kicker\"\u003e WORKS WITH YOUR FILTER \u003c\/span\u003e\n\u003ch2 class=\"ab-title\"\u003e🌿 Support the Beneficial Bacteria Inside Your Filtration System\u003c\/h2\u003e\n\u003cp class=\"ab-text\"\u003eThe tablets contain nitrifying bacteria intended to help establish and support beneficial bacteria colonies associated with the aquarium's biological filtration process.\u003c\/p\u003e\n\u003cdiv class=\"ab-rows\"\u003e\n\u003cdiv class=\"ab-row\"\u003e\n\u003cb\u003eBeneficial Bacteria\u003c\/b\u003e \u003cspan\u003eSupports colony establishment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-row\"\u003e\n\u003cb\u003eFilter Cotton\u003c\/b\u003e \u003cspan\u003eRecommended placement location\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-row\"\u003e\n\u003cb\u003eFiltration\u003c\/b\u003e \u003cspan\u003eSupports the biological filtration process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-row\"\u003e\n\u003cb\u003eAeration\u003c\/b\u003e \u003cspan\u003eOxygen pump recommended during use\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-image-wrap\"\u003e\u003cimg class=\"ab-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0620\/5571\/0877\/files\/spp_shopify20260909170906_a92349d3d5c53cfe68f7bc17b20d60e7.jpg?v=1788944950\" alt=\"Aquarium beneficial bacteria biological filter support\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       ROUTINE CARE\n  ================================================== --\u003e\n\u003csection class=\"ab-card ab-teal\"\u003e\n\u003cdiv class=\"ab-copy\"\u003e\n\u003cspan class=\"ab-kicker\"\u003e FOR ROUTINE FRESHWATER AQUARIUM CARE \u003c\/span\u003e\n\u003ch2 class=\"ab-title\"\u003e🐟 A Simple Addition to Your Aquarium Maintenance Routine\u003c\/h2\u003e\n\u003cp class=\"ab-text\"\u003eDesigned for routine freshwater aquarium maintenance and the simple turbid-water conditions described in the supplied product information.\u003c\/p\u003e\n\u003cul class=\"ab-list\"\u003e\n\u003cli\u003eDesigned for freshwater aquarium care\u003c\/li\u003e\n\u003cli\u003eKeep filter cotton permeable during use\u003c\/li\u003e\n\u003cli\u003eRun an oxygen pump as directed\u003c\/li\u003e\n\u003cli\u003eUse through the filtration area, not directly in the tank water\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ab-image-wrap\"\u003e\u003cimg class=\"ab-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0620\/5571\/0877\/files\/spp_shopify20260909170911_412ecc6d0de31f39b98117a9ee0fa4b4.jpg?v=1788944955\" alt=\"Freshwater aquarium routine care bacteria tablets\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       120 TABLETS\n  ================================================== --\u003e\n\u003csection class=\"ab-info ab-value\"\u003e\u003cspan class=\"ab-section-kicker\"\u003e ONE BOTTLE \u003c\/span\u003e\n\u003cdiv class=\"ab-value-number\"\u003e120 Tablets\u003c\/div\u003e\n\u003cp class=\"ab-value-label\"\u003eAquarium Nitrifying Bacteria Tablets Per Bottle\u003c\/p\u003e\n\u003cp class=\"ab-text\"\u003eEach bottle contains \u003cstrong\u003e120 tablets\u003c\/strong\u003e, giving you a convenient supply for ongoing aquarium care according to the product's recommended application method.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       PRODUCT DETAILS\n  ================================================== --\u003e\n\u003csection class=\"ab-info\"\u003e\u003cspan class=\"ab-section-kicker\"\u003e PRODUCT INFORMATION \u003c\/span\u003e\n\u003ch2 class=\"ab-section-title\"\u003e📋 Product Details\u003c\/h2\u003e\n\u003cul class=\"ab-spec\"\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-spec-label\"\u003eProduct\u003c\/span\u003e \u003cspan class=\"ab-spec-value\"\u003e Aquarium Nitrifying Bacteria Tablets \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-spec-label\"\u003eColor\u003c\/span\u003e \u003cspan class=\"ab-spec-value\"\u003e White \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-spec-label\"\u003eMaterial \/ Contents\u003c\/span\u003e \u003cspan class=\"ab-spec-value\"\u003e Nitrifying Bacteria \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-spec-label\"\u003eQuantity\u003c\/span\u003e \u003cspan class=\"ab-spec-value\"\u003e 120 Tablets \/ Bottle \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-spec-label\"\u003eApplication\u003c\/span\u003e \u003cspan class=\"ab-spec-value\"\u003e Place on Filter Cotton \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-spec-label\"\u003eRecommended Use\u003c\/span\u003e \u003cspan class=\"ab-spec-value\"\u003e Routine Freshwater Aquarium Care \u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"ab-spec-label\"\u003ePackage\u003c\/span\u003e \u003cspan class=\"ab-spec-value\"\u003e 1 Bottle × 120 Tablets \u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       PACKAGE\n  ================================================== --\u003e\n\u003csection class=\"ab-info\"\u003e\u003cspan class=\"ab-section-kicker\"\u003e WHAT YOU RECEIVE \u003c\/span\u003e\n\u003ch2 class=\"ab-section-title\"\u003e📦 Package Includes\u003c\/h2\u003e\n\u003cdiv class=\"ab-highlight\"\u003e\n\u003cstrong\u003e1 × Bottle of Aquarium Nitrifying Bacteria Tablets\u003c\/strong\u003e\u003cbr\u003e120 Tablets Per Bottle\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       NOTES\n  ================================================== --\u003e\n\u003csection class=\"ab-info ab-note\"\u003e\u003cspan class=\"ab-section-kicker\"\u003e IMPORTANT BEFORE USE \u003c\/span\u003e\n\u003ch2 class=\"ab-section-title\"\u003e⚠️ Application Notes\u003c\/h2\u003e\n\u003cul class=\"ab-note-list\"\u003e\n\u003cli\u003eDo not place the tablet directly into the aquarium water.\u003c\/li\u003e\n\u003cli\u003ePlace the tablet on the filter cotton as directed.\u003c\/li\u003e\n\u003cli\u003eKeep the filter cotton permeable during use.\u003c\/li\u003e\n\u003cli\u003eRun an oxygen pump during use according to the supplied instructions.\u003c\/li\u003e\n\u003cli\u003eThis product is designed for simple turbid-water conditions.\u003c\/li\u003e\n\u003cli\u003eThe supplied product information states that it is not effective for green or yellow water.\u003c\/li\u003e\n\u003cli\u003eNo specific tablet dosage by aquarium volume was supplied, so do not infer a dose from this page.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FAQ\n  ================================================== --\u003e\n\u003csection class=\"ab-info ab-faq\"\u003e\u003cspan class=\"ab-section-kicker\"\u003e QUICK ANSWERS \u003c\/span\u003e\n\u003ch2 class=\"ab-section-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat do these tablets do?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eThey contain nitrifying bacteria intended to help support beneficial bacteria colonies and the aquarium's biological filtration process.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I put the tablet directly into the aquarium?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eNo. The supplied instructions specifically state that the tablet should be placed on the filter cotton rather than directly into the aquarium water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many tablets are included?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eEach bottle contains 120 aquarium nitrifying bacteria tablets.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this for freshwater aquariums?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eYes. The supplied product information describes the tablets for routine freshwater aquarium maintenance.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to run an oxygen pump?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eYes. The supplied instructions recommend running an oxygen pump during use.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhy does the filter cotton need to stay permeable?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eThe supplied instructions specifically say to keep the filter cotton permeable while using the product so water can continue moving through the filtration area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it work for green aquarium water?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eThe supplied product information states that it is not effective for green or yellow water.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow many tablets should I use?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eA specific dosage based on aquarium size or water volume was not provided in the supplied information, so this page does not state a dosage.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat comes in the package?\u003c\/summary\u003e\n\u003cdiv class=\"ab-answer\"\u003eThe package includes 1 bottle containing 120 aquarium nitrifying bacteria tablets.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- =================================================\n       FINAL CTA\n  ================================================== --\u003e\n\u003csection class=\"ab-final\"\u003e\n\u003ch2\u003e🐠 Support the Filter System Behind a Healthier-Looking Aquarium.\u003c\/h2\u003e\n\u003cp\u003eAdd nitrifying bacteria support to your freshwater aquarium maintenance routine with a convenient 120-tablet bottle designed for filter-cotton application.\u003c\/p\u003e\n\u003ca href=\"#product-form\" class=\"ab-button\"\u003e GET YOUR 120-TABLET BOTTLE → \u003c\/a\u003e\n\u003cdiv class=\"ab-trust\"\u003e📦 Tracked Shipping  ·  🚚 Free Shipping on Orders Over $59.98  ·  🔒 Secure Checkout  ·  💬 Order Support\u003c\/div\u003e\n\u003cp class=\"ab-policy\"\u003ePlace on filter cotton only. Do not place directly into aquarium water. Keep filter cotton permeable and run an oxygen pump during use.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"HYL","offers":[{"title":"1-Pack (120 Tablets) \/ 🔥Buy 1 Get 1 Free - 2 packs","offer_id":51140020601079,"sku":"NC01752609102236-水立清120片*2","price":29.99,"currency_code":"USD","in_stock":true},{"title":"1-Pack (120 Tablets) \/ 🔥🔥Buy 2 Get 2 Free -4 packs","offer_id":51140020633847,"sku":"NC01752609102236-水立清120片*4","price":49.99,"currency_code":"USD","in_stock":true},{"title":"1-Pack (120 Tablets) \/ 🔥🔥Buy 3 Get 3 Free -6 packs","offer_id":51140020666615,"sku":"NC01752609102236-水立清120片*6","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0926\/7878\/3223\/files\/spp_shopify20260909170915_6cf3ae5d288c522c994589c92fe4ffc9_a7ba9d74-6676-4277-8b5e-3806f6e72ee4.jpg?v=1789022460","url":"https:\/\/www.zavrly.com\/products\/aquarium-nitrifying-bacteria-tablets","provider":"zavrly","version":"1.0","type":"link"}