{"product_id":"3-in-1-aquarium-cleaner-kit","title":"3-in-1 Aquarium Cleaner Kit","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Manual Aquarium Siphon Cleaner\n  Target Audience: Aquarium hobbyists and fish keepers seeking convenient tank maintenance\n  Visual Style: Modern, clean, aquatic slate-blue accents\n  Color Strategy: Deep aquatic blue highlights, Slate\/Charcoal text, Soft slate grey backgrounds\n  Module Order: Intro\/Hero, Features (3 sections with Z-pattern on desktop), Tank Compatibility Guide, Specifications, FAQ\n  Detail Image Mapping: Hero=detail_4, Feature1=detail_1, Feature2=detail_4, Feature3=detail_2\n  Specification Data Source: spec_1, spec_2, spec_3 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Not included (No specific comparison datasets provided)\n  Information Boundary: Only information explicitly provided in the product analysis report, detail images, specification images, and the current conversation has been used. No unverified product facts have been added. All units converted accurately.\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #2b5a7a;\n      --primary-hover: #1e425c;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f8fafc;\n      --bg-soft: #f1f5f9;\n      --radius-md: 8px;\n      --radius-lg: 12px;\n      --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);\n      --border-color: #e2e8f0;\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      background-color: var(--bg-body);\n    }\n\n    \/* TYPOGRAPHY SYSTEM *\/\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\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    .product-detail-container .guide-title {\n      font-size: 20px;\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container span,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    \/* SPACING *\/\n    .product-detail-container section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* IMAGES DEFAULT FLOW *\/\n    .product-detail-container img,\n    .product-detail-container .image-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .product-detail-container .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      padding: 40px 20px;\n      text-align: center;\n      box-sizing: border-box;\n      color: var(--text-sub);\n      font-weight: 500;\n    }\n\n    \/* BADGES \u0026 TAGS *\/\n    .product-detail-container .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container .badge {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 6px 14px;\n      border-radius: 50px;\n      font-weight: 600;\n      display: inline-block;\n    }\n\n    .product-detail-container .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 12px;\n    }\n\n    .product-detail-container .tag {\n      background-color: var(--bg-body);\n      border: 1px solid var(--border-color);\n      color: var(--text-main);\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      font-weight: 500;\n    }\n\n    \/* HERO BLOCK *\/\n    .product-detail-container .hero-block {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .hero-content {\n      margin-bottom: 20px;\n    }\n\n    \/* FEATURE SECTIONS (Z-PATTERN) *\/\n    .product-detail-container .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 20px;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* COMPATIBILITY GUIDE *\/\n    .product-detail-container .guide-section {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n    }\n\n    .product-detail-container .guide-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .guide-card {\n      background-color: var(--bg-body);\n      padding: 16px;\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n\n    .product-detail-container .guide-card-title {\n      font-weight: 600;\n      color: var(--text-main);\n      margin-bottom: 4px;\n    }\n\n    \/* SPECIFICATIONS TABLE *\/\n    .product-detail-container .specifications-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .product-detail-container .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-container .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .product-detail-container .spec-table td {\n      padding: 12px 0;\n      vertical-align: top;\n    }\n\n    \/* FAQ SECTION *\/\n    .product-detail-container .faq-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 24px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .product-detail-container .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 16px 0;\n    }\n\n    .product-detail-container .faq-item:last-child {\n      border-bottom: none;\n      padding-bottom: 0;\n    }\n\n    .product-detail-container .faq-item:first-child {\n      padding-top: 8px;\n    }\n\n    .product-detail-container .faq-question {\n      margin-bottom: 8px;\n      display: flex;\n      align-items: center;\n      gap: 8px;\n    }\n\n    \/* RESPONSIVE LAYOUTS (DESKTOP) *\/\n    @media (min-width: 768px) {\n      .product-detail-container .hero-block {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 32px;\n        align-items: center;\n        padding: 40px;\n      }\n\n      .product-detail-container .hero-content {\n        margin-bottom: 0;\n      }\n\n      .product-detail-container .feature-item {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 32px;\n        align-items: center;\n        padding: 40px;\n      }\n\n      \/* Desktop Z-Pattern alternating direction *\/\n      .product-detail-container .feature-item.reverse {\n        grid-template-columns: 1fr 1fr;\n      }\n\n      .product-detail-container .feature-item.reverse .feature-media {\n        order: 2;\n      }\n\n      .product-detail-container .feature-item.reverse .feature-copy {\n        order: 1;\n      }\n\n      .product-detail-container .guide-grid {\n        grid-template-columns: repeat(3, 1fr);\n        gap: 20px;\n      }\n\n      .product-detail-container .spec-table td {\n        padding: 16px 0;\n      }\n\n      .product-detail-container .spec-table td:first-child {\n        font-weight: 600;\n        width: 35%;\n        color: var(--text-main);\n      }\n    }\n\n    \/* RESPONSIVE SPECIFICATIONS \u0026 MOBILE LOCK *\/\n    @media (max-width: 767px) {\n      .product-detail-container {\n        padding: 0 4%;\n      }\n\n      \/* Mobile Spacing Lock *\/\n      .product-detail-container h1 {\n        font-size: 22px !important;\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      .product-detail-container .guide-title {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container span,\n      .product-detail-container td,\n      .product-detail-container th,\n      .product-detail-container .faq-answer,\n      .product-detail-container .badge,\n      .product-detail-container .tag {\n        font-size: 18px !important;\n      }\n\n      \/* Mobile First Rule: Image on Top, Copy on Bottom *\/\n      .product-detail-container .feature-media {\n        order: 1;\n      }\n\n      .product-detail-container .feature-copy {\n        order: 2;\n      }\n\n      \/* Mobile Specifications Grid Fallback (No Overlap\/Overflow) *\/\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        color: var(--text-main);\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\u003c\/style\u003e\n\u003c!-- A. INTRO \/ HERO CONTENT BLOCK --\u003e\n\u003csection class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"badge\"\u003eHands-Free Aquarium Care\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eHands-Free 3-in-1 Aquarium Maintenance Kit\u003c\/h1\u003e\n\n\u003cp\u003eSimplify tank upkeep with a manual siphon cleaner that handles water changes, gravel washing, and waste removal without requiring constant holding.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831180110\/d589211a0ab647e2c3997c5bbd21983b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831180505\/325036feb505ad75fcdc62e39869f9d5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eVersatile 3-in-1 Cleaning\u003c\/h2\u003e\n\n\u003cp\u003eCombine routine maintenance into one kit. Effortlessly switch attachment setups to carry out complete water changes, targeted gravel washing, and systematic debris filtration.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eWater Changes\u003c\/span\u003e \u003cspan class=\"tag\"\u003eGravel Washing\u003c\/span\u003e \u003cspan class=\"tag\"\u003eDebris Extraction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831180505\/c27b989967f92d86201e8928f253195e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003e15mm Right-Angle Hang Hook\u003c\/h2\u003e\n\n\u003cp\u003eFeatures a 90-degree rigid plastic hook with an anti-slip support bracket. Easily secures the siphon tube directly to aquarium walls up to 15mm thick, completely freeing your hands during operation.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eHands-Free Hook\u003c\/span\u003e \u003cspan class=\"tag\"\u003eMax 15mm Glass\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260831180110\/a0da3fcbcd52cfe75106de70a3d6b6fa.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"feature-title\"\u003eFlow Control \u0026amp; Fish Protection\u003c\/h2\u003e\n\n\u003cp\u003eManage flow rates via the cross-winged adjustment valve. Complete sand washing safely using the clear gravel attachment equipped with an internal screen mesh to keep substrate and fish safe.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eRotary Control Valve\u003c\/span\u003e \u003cspan class=\"tag\"\u003eSafety Mesh Screen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- OPTIONAL: TANK COMPATIBILITY GUIDE --\u003e\u003c!-- C. SPECIFICATIONS --\u003e\n\n\u003csection class=\"specifications-section\"\u003e\n\u003ch2\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 data-label=\"Power Source\"\u003e\u003cspan class=\"spec-value\"\u003eManual Siphon (No electric cords, plugs, or batteries required)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Primary Material\"\u003e\u003cspan class=\"spec-value\"\u003eMatte plastic joints, clear corrugated PVC hose, ribbed squeeze bulb\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Nozzle Options\"\u003e\u003cspan class=\"spec-value\"\u003eCylindrical gravel washing nozzle, flat duckbill utility nozzle\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color Configurations\"\u003e\u003cspan class=\"spec-value\"\u003eGrey \/ Blue\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=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e👉 How do I secure the siphon to the tank?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eUse the rigid grey 90-degree plastic hook integrated on the upper tube. Simply hang it over the rim of your aquarium (fits glass up to 15mm thick) to anchor the siphon in place for hands-free drainage.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e👉 Will my small fish or sand get sucked out?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. The cylindrical gravel cleaning nozzle features a built-in safety filter screen mesh. This barrier blocks small fish and substrate while letting water and fine waste flow safely past.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e👉 How is the water flow controlled?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThere is a cross-shaped rotary control valve located right below the ribbed siphon bulb. Turn the ear-tabs on the valve to increase, decrease, or stop the flow of water instantly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Charcoal Gray \/ 1-Pack (Everyday Essential)","offer_id":46116561060031,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ 1-Pack (Everyday Essential)","offer_id":46116561092799,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ 2-Pack (Multi-Tank Set - 10% OFF)","offer_id":46116561125567,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ 2-Pack (Multi-Tank Set - 10% OFF)","offer_id":46116561158335,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ 3-Pack (Best Value - 15% OFF)","offer_id":46116561191103,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \/ 3-Pack (Best Value - 15% OFF)","offer_id":46116561223871,"sku":null,"price":9.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/d589211a0ab647e2c3997c5bbd21983b.jpg?v=1788171169","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/3-in-1-aquarium-cleaner-kit","provider":"Bak","version":"1.0","type":"link"}