{"product_id":"rechargeable-dual-outlet-fish-aerator","title":"Rechargeable Dual-Outlet Fish Aerator","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #F2C94C;\n      --primary-hover: #E2B93C;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #F1F1F1;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 10px 30px rgba(0,0,0,0.08);\n      --border-color: #E5E5E5;\n\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    }\n\n    .product-detail-container * {\n      box-sizing: border-box;\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .main-title {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 16px 0;\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n    }\n\n    .product-detail-container p,\n    .product-detail-container span,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .body-text,\n    .product-detail-container .feature-tag,\n    .product-detail-container .trust-badge {\n      font-size: 18px;\n      line-height: 1.6;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholder Style *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed #CCCCCC;\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      text-align: center;\n      padding: 40px 20px;\n      margin: 16px 0;\n    }\n\n    .image-placeholder span {\n      font-size: 18px;\n      font-weight: 500;\n      color: #777777;\n    }\n\n    \/* Trust Badge *\/\n    .trust-badge-container {\n      margin-bottom: 24px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: var(--text-main);\n      padding: 6px 14px;\n      border-radius: 4px;\n      font-weight: 600;\n    }\n\n    \/* Feature Layouts *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      width: 100%;\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 16px;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: 20px;\n      font-weight: 500;\n    }\n\n    \/* Specifications Table *\/\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table td {\n      padding: 16px 10px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      margin-bottom: 16px;\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      color: var(--text-main);\n      margin-bottom: 8px;\n    }\n\n    .faq-answer {\n      margin: 0;\n    }\n\n    \/* Responsive Lock \u0026 Layouts (Mobile) *\/\n    @media (max-width: 767px) {\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td:first-child {\n        display: none;\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\n    \/* Desktop Adjustments *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 50%;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Floating rechargeable dual-outlet oxygen aerator pump\n  Target Audience: Anglers, pond owners, aquarium hobbyists\n  Visual Style: High-contrast outdoor-ready theme with vibrant accent tones\n  Color Strategy: Solar Yellow (#F2C94C) primary accents, deep charcoal text (#222222), and clean off-white card backgrounds\n  Module Order: Hero -\u003e Features (3-Speed Aeration, Direct Water Surface Floating, Low-Noise Operation, Universal Charging, Compact Size) -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_4, Feature1=detail_5, Feature2=detail_3, Feature3=detail_2, Feature4=detail_1\n  Specification Data Source: spec_1 (Data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (lack of verified competitor metrics in provided reports)\n  Information Boundary: Strictly relies on facts extracted from detail images 1-5 and the report. Contains no speculative dimensions, weights, or unconfirmed materials.\n  --\u003e\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"detail-section hero-section\"\u003e\n\u003cdiv class=\"trust-badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003eUp to 42-Hour Runtime\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eFloating Aerator Pump with Dual Oxygen Outlets\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eKeep your water thoroughly oxygenated with a convenient floating design. No complex installations or mounting brackets are required—simply place the device directly on the water surface to start aerating.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img123\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908171655\/f81450c66015f263f9996a8e1784757a.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img124\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908171655\/efd4c168a189b23de4638686f48fdc52.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e3-Speed Adjustable Oxygen Output\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eCustomize the circulation flow to meet the requirements of your pond or tank. Choose between low, medium, or high speed output configurations with simple, user-friendly controls.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eLow Speed\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eMedium Speed\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eHigh Speed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img125\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908171655\/778d1c1955bc3b397d6fec6d92d277e5.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eLow-Noise Motor Operation\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEngineered with noise-reduction technology that operates silently at approximately 45dB. Enjoy powerful, balanced water circulation without causing disturbances during fishing trips or rest.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e45dB Motor\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eQuiet Circulation\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img126\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908171655\/46f51c26dd2c4a0e6a3707508cf4c42c.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eUniversal Type-C Fast Charging\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eRecharge your equipment quickly without specialized power adapters. Compatible with standard Type-C cables, allowing you to charge from portable power banks, cars, or home adapters.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eType-C Interface\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eCharging Protection Cap\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\n\u003cspan\u003e\u003c\/span\u003e\n\n\u003cdiv\u003e\u003cspan\u003e\u003cdiv\u003e\u003cimg cke-id=\"img127\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260908171655\/e2e23f4c351b6e8fd279aaf137cfc54d.jpg\"\u003e\u003c\/div\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eCompact \u0026amp; Easy to Carry\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eDesigned with a sleek, space-saving circular shape that easily fits inside outdoor gear bags, side compartments, or directly in your hand.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eSleek Circular Body\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003ePortable Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWaterproof Rating\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Waterproof Rating\"\u003e\u003cspan class=\"spec-value\"\u003eIPX7 \/ IPX6 Waterproof Rating\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eRuntime Limit\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Runtime Limit\"\u003e\u003cspan class=\"spec-value\"\u003eUp to 42 Hours\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eNoise Level\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Noise Level\"\u003e\u003cspan class=\"spec-value\"\u003e~45dB (Quiet Operation Motor)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eAeration Design\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Aeration Design\"\u003e\u003cspan class=\"spec-value\"\u003eDual Outlets with Transparent Tubes and 2 Air Stones\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSpeed Configuration\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Speed Configuration\"\u003e\u003cspan class=\"spec-value\"\u003e3 Adjustable Speed Levels\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eCharging Port\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Charging Port\"\u003e\u003cspan class=\"spec-value\"\u003eType-C Port with Rubber Protective Seal\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003csection class=\"detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow does the device stay afloat on water?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer body-text\"\u003eThe pump is constructed with a dedicated waterproof floating body that balances itself naturally on the surface. This design ensures it continues aerating water even when the depth changes.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eAre there two separate air tubes included?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer body-text\"\u003eYes, the device is built with a dual-hole outlet design. It utilizes two transparent tubes that suspend underwater, each ending with an air stone to distribute small, dense bubbles evenly.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow do I adjust the output speed of the pump?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer body-text\"\u003eThe circular control panel on the top surface contains an interface that lets you switch between 3 speed settings (low, medium, and high) to match different weather and pond water requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pump (Everyday Aeration)","offer_id":52800622592132,"sku":"20260911-161452-1589","price":24.95,"currency_code":"USD","in_stock":true},{"title":"🔥 2 Pumps (Main \u0026 Backup • Save 10%) – Most Popular","offer_id":52800622624900,"sku":"20260911-161452-8647","price":44.91,"currency_code":"USD","in_stock":true},{"title":"⭐ 3 Pumps (Multi-Tank Pack) – Best Value","offer_id":52800622657668,"sku":"20260911-161452-0755","price":66.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0961\/3053\/1460\/files\/f81450c66015f263f9996a8e1784757a.jpg?v=1789114581","url":"https:\/\/everyneeding.com\/products\/rechargeable-dual-outlet-fish-aerator","provider":"Everyneeding","version":"1.0","type":"link"}