{"product_id":"integrated-scoop-waste-bin","title":"Integrated Scoop Waste Bin","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：一体化猫砂铲+垃圾桶\n  目标受众：追求便捷清洁体验的养猫人群\n  视觉风格：现代、整洁、功能导向。配色以产品本身的灰白色为主，搭配柔和的强调色。\n  模块顺序：Hero (核心利益) -\u003e Feature 1 (铲装一体) -\u003e Feature 2 (自带袋仓) -\u003e Feature 3 (通用设计与细节) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_0.png, Feature1=image_2.png, Feature2=image_0.png (局部), Feature3=image_4.png\n  规格图映射：Specs=image_6.png\n  对比模块：未加入，因为产品定位是独特的“一体化”解决方案，直接强调其便利性比与普通铲子对比更有效。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #607d8b; \/* Muted blue-grey from the product accents *\/\n      --primary-hover: #455a64;\n      --text-main: #333333;\n      --text-sub: #666666;\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      --spacing-section: clamp(3rem, 6vw, 5rem);\n      --spacing-block: clamp(1.5rem, 4vw, 2.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    }\n\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      font-weight: 600;\n      margin-bottom: 1rem;\n      line-height: 1.3;\n    }\n\n    .product-detail-container h1 { font-size: clamp(32px, 4vw, 42px); }\n    .product-detail-container h2 { font-size: clamp(24px, 3vw, 32px); }\n    .product-detail-container h3 { font-size: clamp(20px, 2.5vw, 24px); }\n    .product-detail-container p { font-size: clamp(16px, 1.2vw, 18px); margin-bottom: 1.5rem; color: var(--text-sub); }\n\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\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-trust-badge {\n      display: inline-flex;\n      align-items: center;\n      background: var(--bg-soft);\n      padding: 0.5rem 1rem;\n      border-radius: 2rem;\n      font-size: 16px;\n      font-weight: 500;\n      color: var(--primary);\n      margin-bottom: 1.5rem;\n    }\n    .pd-trust-badge svg { margin-right: 0.5rem; }\n    .pd-hero-image {\n      margin-top: var(--spacing-block);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n\n    \/* Feature Sections *\/\n    .pd-feature {\n      display: flex;\n      align-items: center;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n    .pd-feature.reverse {\n      flex-direction: row-reverse;\n    }\n    .pd-feature-media,\n    .pd-feature-copy {\n      flex: 1;\n    }\n    .pd-feature-media {\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n    }\n    .pd-tags-list {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-top: 1rem;\n    }\n    .pd-tag {\n      background: var(--bg-soft);\n      padding: 0.4rem 0.8rem;\n      border-radius: 2rem;\n      font-size: 15px;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications Section *\/\n    .pd-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    .pd-specs-table th,\n    .pd-specs-table td {\n      text-align: left;\n      padding: 1rem 1.5rem;\n      border-bottom: 1px solid var(--bg-soft);\n    }\n    .pd-specs-table th {\n      width: 35%;\n      font-weight: 600;\n      color: var(--text-main);\n      background: var(--bg-soft);\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 Section *\/\n    .pd-faq-item {\n      background: var(--bg-card);\n      padding: 1.5rem;\n      border-radius: var(--radius-md);\n      margin-bottom: 1rem;\n    }\n    .pd-faq-question {\n      font-weight: 600;\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: center;\n    }\n    .pd-faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      margin-right: 0.75rem;\n      font-weight: 700;\n    }\n    .pd-faq-answer {\n      padding-left: 1.75rem;\n      margin-bottom: 0;\n    }\n\n    \/* Use a standard placeholder style *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      background: #eee;\n      border: 2px dashed #ccc;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 2rem;\n      box-sizing: border-box;\n      color: #777;\n      font-family: monospace;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 767px) {\n      .pd-feature, .pd-feature.reverse {\n        flex-direction: column;\n        text-align: center;\n      }\n      .pd-tags-list {\n        justify-content: center;\n      }\n      \/* Mobile Table *\/\n      .pd-specs-table, .pd-specs-table thead, .pd-specs-table tbody, .pd-specs-table tr, .pd-specs-table th, .pd-specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-specs-table thead { display: none; }\n      .pd-specs-table tr { margin-bottom: 1rem; border: 1px solid var(--bg-soft); border-radius: var(--radius-md); overflow: hidden; }\n      .pd-specs-table td {\n        padding: 0.75rem 1rem;\n        text-align: right;\n        position: relative;\n        padding-left: 40%;\n        border-bottom: 1px solid var(--bg-soft);\n      }\n      .pd-specs-table td:last-child { border-bottom: none; }\n      .pd-specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 35%;\n        font-weight: 600;\n        text-align: left;\n        color: var(--text-main);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-trust-badge\"\u003e\n\u003csvg fill=\"none\" height=\"16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" viewbox=\"0 0 24 24\" width=\"16\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Simplifying Cat Care\u003c\/div\u003e\n\n\u003ch1\u003eScoop, Bag, and Dispose in One Easy Motion\u003c\/h1\u003e\n\n\u003cp\u003eDiscover the all-in-one tool that combines a litter scoop with a built-in waste bin, making daily cleaning faster, cleaner, and more convenient.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-image\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714155323\/d564686dc057f15c6662cdb27e31b1f0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714155322\/1ae26f104379f3b63ce157205faf7f07.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eCleaner, Faster, One-Handed Operation\u003c\/h2\u003e\n\n\u003cp\u003eForget juggling a scoop and a separate bag. Our integrated design lets you scoop clumps and tilt them directly into the attached waste bag in a single, smooth motion. The internal baffle prevents waste from falling back out, keeping the process neat and hygienic.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-list\"\u003e\n\u003cspan class=\"pd-tag\"\u003eOne-step cleaning\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eMess-free design\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eErgonomic handle\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Built-in Bag Dispenser --\u003e\n\n\u003csection class=\"pd-section pd-feature reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003c!-- Using a part of image_0.png to show the bag loading process --\u003e\n\u003cdiv class=\"img-placeholder\" style=\"aspect-ratio: 1\/1; overflow: hidden;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714155430\/a58aab5797b5724e682657409e713c2e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eBags Are Always Right Where You Need Them\u003c\/h2\u003e\n\n\u003cp\u003eA convenient compartment at the base holds a roll of waste bags, so a fresh one is always ready to be pulled up and secured. No more searching for bags—just pull, scoop, tie, and toss.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-list\"\u003e\n\u003cspan class=\"pd-tag\"\u003eIntegrated dispenser\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEasy refill\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eQuick bag change\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Versatile Design --\u003e\n\n\u003csection class=\"pd-section pd-feature\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260714155322\/909ce5454bd6996892c703e904580eff.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eWorks Perfectly with Your Preferred Litter\u003c\/h2\u003e\n\n\u003cp\u003eThe scientifically designed scoop slots efficiently sift clean litter from clumps, making it effective for clay, tofu, crystal, and mixed litter types. A secure locking mechanism ensures the scoop and bin stay firmly connected during use.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tags-list\"\u003e\n\u003cspan class=\"pd-tag\"\u003eUniversal compatibility\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEfficient sifting\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eSecure lock\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"pd-section pd-specs\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eProduct Type\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003eIntegrated Cat Litter Scoop \u0026amp; Waste Bin\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eMaterial\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003eDurable PP Plastic\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eTotal Height\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003e28.5 cm \/ 11.22 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eScoop Width\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003e10.5 cm \/ 4.13 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eScoop Height\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003e10 cm \/ 3.93 in\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Feature\"\u003e\u003cspan style=\"font-size:16px;\"\u003eBin Height\u003c\/span\u003e\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e\u003cspan style=\"font-size:16px;\"\u003e17 cm \/ 6.69 in\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!-- FAQ Section --\u003e\n\n\u003csection class=\"pd-section pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWhat type of litter bags does this use?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eThe dispenser is designed to hold standard-sized small waste bag rolls. Refill rolls can easily be placed in the bottom compartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eIs it easy to clean?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes, the unit is made of smooth, durable plastic that is easy to wipe down or rinse with water and mild soap.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-question\"\u003eWill the litter fall back out when I tilt it?\u003c\/div\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eNo, the scoop has an internal angled baffle design that acts like a one-way valve, preventing clumps from rolling back out once they are inside the bin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Scooper (Includes 1 Roll) - Starter Kit","offer_id":45847628054719,"sku":"0714-16215654","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Scooper + 4 Rolls Refill (2-Month Supply)","offer_id":45847628120255,"sku":"0714-16218090","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/d564686dc057f15c6662cdb27e31b1f0.jpg?v=1784017348","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/integrated-scoop-waste-bin","provider":"Bak","version":"1.0","type":"link"}