{"product_id":"self-refilling-coop-waterer","title":"Self-Refilling Coop Waterer","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：自动家禽饮水器（重力感应）\n  目标受众：后院家禽饲养者、农户\n  视觉风格：实用、清晰、可靠、田园风\n  配色策略：以产品红为主色，搭配干净的白色背景和深灰色文字，营造专业洁净感。\n  模块顺序：Intro\/Hero -\u003e 核心原理(自动重力) -\u003e 核心痛点解决(防漏) -\u003e 通用安装与材质 -\u003e 规格表 -\u003e FAQ\n  详情图映射：Hero=image_3.png, Feature1=image_2.png, Feature2=image_4.png, Feature3=image_1.png\n  规格图映射：Specs data sourced from image_1.png and text\n  对比模块：未加入 (无明显前后对比需求，功能点直接阐述更佳)\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #E3242B; \/* 产品鲜红色 *\/\n      --primary-hover: #C11920;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-soft: #F9F9F7;\n      --border-color: #E5E5E5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);\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    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 40px); }\n    .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); }\n    .product-detail-container h3 { font-size: 22px; }\n    .product-detail-container p { font-size: 18px; color: var(--text-sub); margin-bottom: 1.5rem; }\n\n    .pd-section {\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Generic Image Style *\/\n    .pd-img-responsive {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\n    }\n\n    \/* Tags *\/\n    .pd-tag {\n      display: inline-block;\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 6px 12px;\n      border-radius: 20px;\n      font-size: 16px;\n      margin-right: 8px;\n      margin-bottom: 8px;\n      font-weight: 500;\n    }\n\n    \/* --- Module Styles --- *\/\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n    .pd-hero__badge {\n      display: inline-block;\n      background-color: var(--primary);\n      color: white;\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 600;\n      font-size: 16px;\n      text-transform: uppercase;\n      letter-spacing: 1px;\n      margin-bottom: 1rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .pd-feature:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .pd-feature__media,\n    .pd-feature__copy {\n      flex: 1;\n    }\n\n    \/* Specifications Table *\/\n    .pd-specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .pd-specs-table th,\n    .pd-specs-table td {\n      padding: 16px 24px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .pd-specs-table th {\n      font-weight: 600;\n      width: 40%;\n      color: var(--text-main);\n    }\n    .pd-specs-table td {\n      color: var(--text-sub);\n    }\n    .pd-specs-table tr:last-child th,\n    .pd-specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .pd-faq-item {\n      margin-bottom: 2rem;\n      padding-bottom: 2rem;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .pd-faq-item:last-child {\n      border-bottom: none;\n    }\n    .pd-faq__question {\n      font-weight: 700;\n      font-size: 20px;\n      margin-bottom: 0.5rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: baseline;\n    }\n    .pd-faq__question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 8px;\n      font-weight: 800;\n    }\n    .pd-faq__answer {\n      margin-bottom: 0;\n    }\n\n    \/* Mobile Queries *\/\n    @media (max-width: 767px) {\n      .pd-feature,\n      .pd-feature:nth-child(even) {\n        flex-direction: column;\n        text-align: center;\n      }\n      .pd-feature__media {\n        margin-bottom: 1.5rem;\n        width: 100%;\n      }\n      .pd-tags-container {\n        justify-content: center;\n        display: flex;\n        flex-wrap: wrap;\n      }\n\n      \/* Mobile Table *\/\n      .pd-specs-table, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr {\n        margin-bottom: 1rem;\n        background: var(--bg-soft);\n        border-radius: var(--radius-md);\n        padding: 1rem;\n      }\n      .pd-specs-table td {\n        padding: 8px 0;\n        border-bottom: 1px solid var(--border-color);\n        display: flex;\n        justify-content: space-between;\n        text-align: right;\n      }\n      .pd-specs-table td:last-child { border-bottom: none; }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        font-weight: 600;\n        text-align: left;\n        padding-right: 1rem;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"pd-hero__badge\"\u003eDesigned for Coop Ease\u003c\/span\u003e\n\u003ch1\u003eEffortless Hydration for Your Flock\u003c\/h1\u003e\n\n\u003cp\u003eUpgrade your coop with these automatic, gravity-fed waterer cups. Ensure your poultry has constant access to fresh, clean water without the daily hassle of refilling dirty troughs.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img75\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611182122\/ac7172d5ea05d3df04acdbedcdbb5e46.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Gravity Automation --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img76\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611182122\/3cdd18eafa15725eb1119f71691afc86.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eFresh Water On Demand\u003c\/h2\u003e\n\n\u003cp\u003eSave time and reduce labor with the smart gravity-fed design. The spring-loaded valve automatically refills the cup as your birds drink and stops precisely when full. No more checking water levels constantly.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-container\"\u003e\n\u003cspan class=\"pd-tag\"\u003eGravity Activated\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSelf-Refilling\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eConsistent Water Level\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Leak-Proof Design --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img77\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611182122\/5ced98724aad2f195d0c068ee34b71fc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eLeak-Proof for a Drier Coop\u003c\/h2\u003e\n\n\u003cp\u003eDon't let leaky drinkers create a messy, unhealthy coop floor. Our cups feature a reliable double-sealing system with a rubber washer and a secure wingnut fastening, ensuring a watertight fit on your container.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-container\"\u003e\n\u003cspan class=\"pd-tag\"\u003eDual Rubber Seals\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSecure Wingnut Fit\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMess-Free\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Universal \u0026 Durable --\u003e\n\n\u003cdiv class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature__media\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img78\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260611182122\/b934e418f701f77e94ff7210f398b60e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature__copy\"\u003e\n\u003ch2\u003eUniversal Fit \u0026amp; Built Tough\u003c\/h2\u003e\n\n\u003cp\u003eCreate your own system in minutes. These cups easily install onto virtually any plastic container, bucket, or PVC pipe using a standard 3\/8\" drill bit. Made from thick, high-quality PP material, they are built to withstand outdoor conditions and active flocks.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-container\"\u003e\n\u003cspan class=\"pd-tag\"\u003eFits Buckets \u0026amp; PVC\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eDurable PP Material\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEasy DIY Install\u003c\/span\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=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eHigh-Quality Polypropylene (PP)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Cup Diameter\"\u003e2.85 inches (Wide mouth for chickens \u0026amp; ducks)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Thread Size\"\u003e3\/8 inch Standard Thread\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Required Drill Bit\"\u003e3\/8 inch (For installation)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Total Length\"\u003eApprox. 3.86 inches\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Mechanism\"\u003eGravity-fed automatic valve with spring\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eWhat containers can I use these with?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eThese are highly versatile and work great on almost any plastic container, including 5-gallon buckets, barrels, plastic troughs, or standard PVC piping.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eWhat size hole do I need to drill for installation?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eYou will need a 3\/8\" drill bit to create the perfect size hole for the threaded stem, ensuring a secure and leak-proof fit with the included washer and wingnut.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq__question\"\u003eAre these suitable for ducks?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq__answer\"\u003eYes. The cups feature a wide 2.85\" diameter design, making them comfortable for chickens, ducks, and other poultry to drink from easily.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"6-Pack (Starter Set + Free Drill Bit)","offer_id":51754718626082,"sku":"0611-18258627","price":12.95,"currency_code":"USD","in_stock":true},{"title":"8-Pack (Most Popular + Free Drill Bit)","offer_id":51754718658850,"sku":"0611-18253894","price":16.95,"currency_code":"USD","in_stock":true},{"title":"10-Pack (Best Value + Free Drill Bit)","offer_id":51754718691618,"sku":"0611-18254300","price":20.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/0942\/8002\/files\/ac7172d5ea05d3df04acdbedcdbb5e46.jpg?v=1781173573","url":"https:\/\/newshopllox.com\/products\/self-refilling-coop-waterer","provider":"Newshopllox","version":"1.0","type":"link"}