{"product_id":"automatic-pool-surface-cleaner","title":"Automatic Pool Surface Cleaner","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：地上泳池水面撇渣器 (Above-ground Pool Surface Skimmer)\n  目标受众：寻求简化泳池维护的地上泳池业主\n  视觉风格：清晰、实用、强调功能对比。配色采用产品本身的灰\/蓝\/红点缀，背景保持干净现代。\n  模块顺序：Hero -\u003e Compare (视觉冲击) -\u003e Installation Feature (解决痛点) -\u003e Maintenance Feature (核心功能) -\u003e Specifications -\u003e FAQ\n  详情图映射：\n  - Hero: image_0.png (展示工作状态的右半部分)\n  - Compare: image_0.png (展示完整的对比图)\n  - Feature 1 (Installation): image_1.png (展示完整产品结构)\n  - Feature 2 (Maintenance): image_1.png (展示拆解的篮子组件)\n  规格图映射：无 (基于观察填写基础信息)\n  对比模块：已加入。image_0.png 提供了极佳的使用前后对比，能直观传达核心价值。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #0056b3; \/* Deep Blue from basket\/accents *\/\n      --primary-hover: #004494;\n      --accent-red: #d32f2f; \/* Red from adjustment lever *\/\n      --text-main: #212529;\n      --text-sub: #6c757d;\n      --bg-body: #ffffff;\n      --bg-card: #f8f9fa;\n      --bg-soft: #e9ecef;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);\n      --border-color: #dee2e6;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\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    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1.5rem;\n    }\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Reusable Components *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 500;\n      margin-bottom: 1rem;\n    }\n\n    \/* Image Placeholder Style *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background: #f0f2f5;\n      border: 2px dashed #cbd5e0;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #6c757d;\n      font-family: monospace;\n      padding: 2rem;\n      box-sizing: border-box;\n    }\n\n    \/* Layout Modules *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .hero-media {\n      margin-top: 2rem;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      box-shadow: var(--shadow-lg);\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n      flex-direction: column;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n      width: 100%;\n    }\n    .feature-media img, .feature-media .img-placeholder {\n      border-radius: var(--radius-lg);\n    }\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.5rem;\n      margin-top: 1rem;\n    }\n    .feature-tag-sm {\n      background: var(--bg-soft);\n      padding: 0.25rem 0.75rem;\n      border-radius: 4px;\n      font-size: 14px;\n      color: var(--text-sub);\n    }\n\n    \/* Compare Section Specific *\/\n    .compare-section .feature-media {\n      box-shadow: var(--shadow-lg);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Specifications *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .specs-table th {\n      font-weight: 600;\n      width: 40%;\n      color: var(--text-main);\n      background: var(--bg-soft);\n    }\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      margin-bottom: 1rem;\n    }\n    .faq-item details {\n      padding-bottom: 1rem;\n    }\n    .faq-item summary {\n      font-size: 20px;\n      font-weight: 600;\n      cursor: pointer;\n      padding: 1rem 0;\n      list-style: none;\n      position: relative;\n    }\n    .faq-item summary::-webkit-details-marker {\n      display: none;\n    }\n    .faq-item summary::after {\n      content: '+';\n      position: absolute;\n      right: 0;\n      font-size: 24px;\n      color: var(--primary);\n    }\n    .faq-item details[open] summary::after {\n      content: '-';\n    }\n    .faq-item p {\n      margin-bottom: 0;\n      padding-bottom: 1rem;\n    }\n\n    \/* Responsive *\/\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        background: var(--bg-card);\n      }\n      .specs-table td {\n        text-align: right;\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        text-align: left;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDesigned for Above-Ground Pools\u003c\/span\u003e\n\u003ch1\u003eAutomate Your Pool Cleaning: Surface Debris Gone Before It Sinks\u003c\/h1\u003e\n\n\u003cp\u003eEnjoy sparkling clear water with less effort. This automatic skimmer effortlessly captures leaves, bugs, and floating debris before they settle on the bottom.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003c!-- [ 📷 需替换：image_0.png (建议裁剪使用右侧工作状态部分) ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529113122\/c3a095e40871d722d0a0c11fe8076ba6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: The Problem \u0026 Solution (Compare) --\u003e\n\n\u003cdiv class=\"pd-section compare-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_0.png ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img53\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529105847\/e4ba365b0138d5a5cfff89c9c0ccbd43.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eStop Debris Before It Sinks\u003c\/h2\u003e\n\n\u003cp\u003eManual skimming is endless work. Once debris sinks, it becomes sludge on your pool floor. This surface skimmer connects to your filter pump to create a continuous vortex, actively pulling in floating messes automatically so your pool stays cleaner, longer.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag-sm\"\u003e✅ Continuous Cleaning\u003c\/span\u003e \u003cspan class=\"feature-tag-sm\"\u003e✅ Reduces Vacuuming\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Installation --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_1.png ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img-2-52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529105841\/a1abc1e8767783ef950a99ec87083fa9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eEasy Clamp-On Installation\u003c\/h2\u003e\n\n\u003cp\u003eForget complex plumbing or permanent modifications. The adjustable mounting bracket securely clamps onto the frame of most above-ground pools. The red lever allows for quick height adjustments to match your water level, ensuring optimal skimming performance.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag-sm\"\u003eTool-Free Setup\u003c\/span\u003e \u003cspan class=\"feature-tag-sm\"\u003eAdjustable Height\u003c\/span\u003e \u003cspan class=\"feature-tag-sm\"\u003eSecure Mount\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Maintenance --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003c!-- [ 📷 需替换：image_1.png (建议重点展示蓝色滤篮部分) ] --\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260529105728\/88e21a837f32420d38c83ed5397b14c7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eLarge-Capacity, Easy-Clean Basket\u003c\/h2\u003e\n\n\u003cp\u003eThe spacious internal strainer basket holds significant amounts of debris, extending the time between cleanings. When it's full, simply lift it out by the handle, empty the contents, and rinse. It's designed to maintain strong water flow even as it collects leaves.\u003c\/p\u003e\n\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag-sm\"\u003eHigh Capacity\u003c\/span\u003e \u003cspan class=\"feature-tag-sm\"\u003eEasy Lift Handle\u003c\/span\u003e \u003cspan class=\"feature-tag-sm\"\u003eProtect Pump Health\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Product Type\"\u003eSurface Skimmer\u003c\/td\u003e\n\t\t\t\u003ctd\u003eFor Above-Ground Pools\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Installation Method\"\u003eClamp-On Bracket\u003c\/td\u003e\n\t\t\t\u003ctd\u003eAdjustable, Tool-Free\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Primary Material\"\u003eDurable Plastic\u003c\/td\u003e\n\t\t\t\u003ctd\u003eCorrosion Resistant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Color\"\u003eGrey Body \/ Blue Basket \u0026amp; Accents\u003c\/td\u003e\n\t\t\t\u003ctd\u003eWith Red Adjustment Lever\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Components Included\"\u003eSkimmer Body, Removable Basket, Lid, Adjustable Bracket, Hose Adapter\u003c\/td\u003e\n\t\t\t\u003ctd\u003eHigh Capacity\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eDoes this skimmer require a pump to work?\u003c\/summary\u003e\n\n\u003cp\u003eYes, this surface skimmer relies on the suction from your existing pool filter pump to create the vortex action that draws in debris. It connects via a hose to your pump's intake.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eWill this fit my specific above-ground pool?\u003c\/summary\u003e\n\n\u003cp\u003eThe adjustable clamp-on bracket is designed to be compatible with most standard metal or soft-sided above-ground pool frames. The height adjustment ensures it can sit correctly at the water line.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdetails\u003e\u003csummary\u003eHow often do I need to clean the basket?\u003c\/summary\u003e\n\n\u003cp\u003eFrequency depends on your environment (e.g., how many trees are nearby). The large-capacity basket reduces cleaning frequency, but it's best to check it regularly, especially after windy days, to ensure optimal water flow.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Varitino","offers":[{"title":"Blue","offer_id":48941639565562,"sku":"0529-16541854","price":74.95,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":48941639532794,"sku":"0529-16542293","price":74.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0779\/4527\/4618\/files\/c3a095e40871d722d0a0c11fe8076ba6.jpg?v=1780025497","url":"https:\/\/varitino.com\/products\/automatic-pool-surface-cleaner","provider":"Varitino","version":"1.0","type":"link"}