{"product_id":"duck-puzzle-feeder-iq-treat-toy-for-cats-small-dogs","title":"🦆 Duck Puzzle Feeder – IQ Treat Toy for Cats \u0026 Small Dogs,","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width,initial-scale=1\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n\/* =========================\n   MAIN PAGE\n========================= *\/\n\n.dtc-page{\n  background:transparent;\n  font-family:Arial,Helvetica,sans-serif;\n  color:#26362f;\n  border:2px solid #D8B86A;\n  border-radius:10px;\n  padding:0;\n  margin:0;\n}\n\n.dtc-page *{\n  box-sizing:border-box;\n}\n\n.dtc-page .dtc-container{\n  max-width:820px;\n  margin:auto;\n  padding:18px;\n}\n\n.dtc-page .dtc-card{\n  background:transparent;\n  border-radius:0;\n  padding:0;\n  box-shadow:none;\n}\n\n\n\/* =========================\n   HEADINGS\n========================= *\/\n\n.dtc-page .dtc-h1{\n  font-size:32px;\n  text-align:center;\n  color:#315E4D;\n  margin:0 0 25px;\n  line-height:1.3;\n}\n\n\n\/* =========================\n   HERO\n========================= *\/\n\n.dtc-page .dtc-hero{\n  background:#4F715F;\n  color:#fff;\n  padding:22px;\n  border-radius:16px;\n  margin-bottom:25px;\n}\n\n.dtc-page .dtc-hero h2{\n  margin:0 0 10px;\n  font-size:24px;\n}\n\n.dtc-page .dtc-hero p{\n  margin:0;\n  opacity:.96;\n  line-height:1.7;\n}\n\n\n\/* =========================\n   IMAGE\n========================= *\/\n\n.dtc-page .dtc-img{\n  width:100%;\n  display:block;\n  border-radius:16px;\n}\n\n\n\/* =========================\n   SECTION TITLE\n========================= *\/\n\n.dtc-page .dtc-section-title{\n  font-size:28px;\n  color:#315E4D;\n  margin:35px 0 20px;\n  padding-bottom:10px;\n  border-bottom:3px solid #D6A63E;\n}\n\n\n\/* =========================\n   FEATURES\n========================= *\/\n\n.dtc-page .dtc-feature{\n  background:#FAF8F1;\n  border-left:6px solid #D6A63E;\n  padding:18px;\n  margin:18px 0;\n  border-radius:14px;\n  box-shadow:0 6px 20px rgba(38,54,47,.07);\n}\n\n.dtc-page .dtc-feature h3{\n  margin:0 0 10px;\n  color:#315E4D;\n  font-size:21px;\n}\n\n.dtc-page .dtc-feature p{\n  margin:0;\n  line-height:1.7;\n}\n\n\n\/* =========================\n   SPECIFICATIONS\n========================= *\/\n\n.dtc-page .dtc-spec{\n  margin-top:35px;\n  background:#FFF8E8;\n  padding:22px;\n  border-radius:16px;\n}\n\n.dtc-page .dtc-table{\n  width:100%;\n  border-collapse:collapse;\n}\n\n.dtc-page .dtc-table td{\n  padding:12px 6px;\n  border-bottom:1px solid #E6D29B;\n  vertical-align:top;\n}\n\n.dtc-page .dtc-table tr:last-child td{\n  border-bottom:none;\n}\n\n.dtc-page .dtc-table td:first-child{\n  font-weight:bold;\n  color:#315E4D;\n  width:35%;\n}\n\n\n\/* =========================\n   FAQ\n========================= *\/\n\n.dtc-page .dtc-faq{\n  margin-top:35px;\n}\n\n.dtc-page .dtc-faq details{\n  background:#FAF8F1;\n  border:1px solid #E8E1D2;\n  border-radius:12px;\n  margin-bottom:14px;\n  padding:18px;\n  box-shadow:0 5px 18px rgba(38,54,47,.06);\n  transition:all .3s ease;\n}\n\n\/* FAQ Question *\/\n\n.dtc-page .dtc-faq summary{\n  cursor:pointer;\n  font-weight:bold;\n  color:#315E4D;\n  font-size:18px;\n  display:flex;\n  align-items:center;\n  gap:10px;\n  list-style:none;\n}\n\n\/* Hide Browser Default Arrow *\/\n\n.dtc-page .dtc-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.dtc-page .dtc-faq summary::marker{\n  display:none;\n  content:\"\";\n}\n\n\/* Custom Animated Arrow *\/\n\n.dtc-page .dtc-faq summary::before{\n  content:\"▶\";\n  font-size:14px;\n  color:#B88322;\n  display:inline-block;\n  flex-shrink:0;\n  transform-origin:center;\n  animation:faqArrowMove 1.2s ease-in-out infinite;\n}\n\n\/* Arrow Moving Animation *\/\n\n@keyframes faqArrowMove{\n  0%{\n    transform:translateX(0);\n  }\n\n  50%{\n    transform:translateX(5px);\n  }\n\n  100%{\n    transform:translateX(0);\n  }\n}\n\n\/* Arrow Rotates Down When Open *\/\n\n.dtc-page .dtc-faq details[open] \u003e summary::before{\n  animation:none;\n  transform:rotate(90deg);\n}\n\n\/* FAQ Answer *\/\n\n.dtc-page .dtc-faq p{\n  margin:15px 0 0;\n  color:#536159;\n  line-height:1.6;\n}\n\n\n\/* =========================\n   CTA\n========================= *\/\n\n.dtc-page .dtc-cta{\n  margin-top:35px;\n  background:#4F715F;\n  color:#fff;\n  padding:35px 20px;\n  text-align:center;\n  border-radius:18px;\n}\n\n.dtc-page .dtc-cta h2{\n  margin:0 0 12px;\n  font-size:30px;\n}\n\n.dtc-page .dtc-cta p{\n  margin:0 0 20px;\n  line-height:1.7;\n  opacity:.96;\n}\n\n.dtc-page .dtc-btn{\n  display:inline-block;\n  background:#D29B35;\n  color:#fff;\n  padding:18px 38px;\n  border-radius:999px;\n  font-size:22px;\n  font-weight:bold;\n  text-decoration:none;\n  animation:dtcbounce 1.3s infinite;\n  box-shadow:0 10px 25px rgba(117,83,25,.25);\n}\n\n.dtc-page .dtc-btn:hover{\n  background:#BD8729;\n  color:#fff;\n}\n\n@keyframes dtcbounce{\n  0%,100%{\n    transform:translateY(0);\n  }\n\n  50%{\n    transform:translateY(-8px);\n  }\n}\n\n\n\/* =========================\n   MOBILE\n========================= *\/\n\n@media(max-width:768px){\n\n  .dtc-page .dtc-container{\n    padding:10px;\n  }\n\n  .dtc-page .dtc-card{\n    padding:0;\n  }\n\n  .dtc-page .dtc-h1{\n    font-size:26px;\n  }\n\n  .dtc-page .dtc-hero h2{\n    font-size:22px;\n  }\n\n  .dtc-page .dtc-section-title{\n    font-size:24px;\n  }\n\n  .dtc-page .dtc-feature h3{\n    font-size:19px;\n  }\n\n  .dtc-page .dtc-faq summary{\n    font-size:17px;\n  }\n\n  .dtc-page .dtc-btn{\n    display:block;\n    width:100%;\n    box-sizing:border-box;\n    text-align:center;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"dtc-page\"\u003e\n\u003cdiv class=\"dtc-container\"\u003e\n\u003cdiv class=\"dtc-card\"\u003e\n\u003ch1 class=\"dtc-h1\"\u003eTurn Treat Time Into Brain-Boosting Play!\u003c\/h1\u003e\n\u003cdiv class=\"dtc-hero\"\u003e\n\u003ch2\u003e🐾 \u003cspan style=\"color: rgb(255, 255, 255);\"\u003eIs Your Pet Eating Too Fast or Getting Bored?\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThis interactive duck-shaped treat dispenser transforms ordinary feeding into a rewarding puzzle that encourages play, learning and slower eating.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/TikSave.io_7541500789001325837.gif?v=1785383656\" alt=\"\" style=\"display: block; margin-left: auto; margin-right: auto;\"\u003e\u003c!-- Replace the image URL below with your main product image --\u003e\n\u003ch2 class=\"dtc-section-title\"\u003e🧠 Smarter Play, Happier Pets\u003c\/h2\u003e\n\u003cdiv class=\"dtc-feature\"\u003e\n\u003ch2\u003e\u003cspan class=\"\"\u003e🦆 Play, Train \u0026amp; Slow Feed in One\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan\u003eA fun boredom-busting activity for cats and small dogs when you are working, relaxing or away from home for a short period.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp class=\"ds-markdown-paragraph\"\u003e\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/ChatGPTImage2026_7_29_23_25_08_2.png?v=1785382272\" alt=\"\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dtc-feature\"\u003e\n\u003ch3\u003e🎚️ 3 Lid Sizes, Custom Dispensing\u003c\/h3\u003e\n\u003cp\u003eMatch the lid to your pet's kibble size and portion flow.\u003c\/p\u003e\n\u003cp\u003eLid Size    Recommended Kibble Size\u003cbr\u003e✅12 mm    8–10 mm kibble\u003cbr\u003e✅16 mm    11–13 mm kibble\u003cbr\u003e✅20 mm    15–18 mm kibble\u003cbr\u003eGradual release helps prevent overfeeding.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/ChatGPTImage2026_7_29_23_25_09_3.png?v=1785382272\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dtc-feature\"\u003e\n\u003ch3\u003e🍽️ Slow Feed for Healthier Eating\u003c\/h3\u003e\n\u003cp\u003eOne press releases a few treats at a time to support digestion and reduce gulping.\u003c\/p\u003e\n\u003cp\u003e✅ Slows Eating\u003c\/p\u003e\n\u003cp\u003e✅ Supports Digestion\u003c\/p\u003e\n\u003cp\u003e✅ More Engagement\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/ChatGPTImage2026_7_29_23_25_09_4.png?v=1785382272\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dtc-feature\"\u003e\n\u003ch3\u003e🛡️ Safe, Tough \u0026amp; Pet-Friendly\u003c\/h3\u003e\n\u003cp\u003eMade from food-grade PP with smooth edges for durable everyday play.\u003c\/p\u003e\n\u003cp\u003e✅ Food-Grade PP\u003c\/p\u003e\n\u003cp\u003e✅ Non-Toxic\u003c\/p\u003e\n\u003cp\u003e✅ Safe, Hygienic \u0026amp; Odourless\u003c\/p\u003e\n\u003cp\u003e✅ BPA-Free and Safe for Daily Use\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/ChatGPTImage2026_7_29_23_25_10_5.png?v=1785382272\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dtc-feature\"\u003e\n\u003ch3\u003e🦆 Easy to Use\u003c\/h3\u003e\n\u003cp\u003eSimple setup makes training fun for cats and small dogs.\u003c\/p\u003e\n\u003cp\u003e✅Choose the Right Lid – Pick the opening size that matches your pet's treats.\u003c\/p\u003e\n\u003cp\u003e✅Fill with Treats – Load the duck with dry kibble or small treats.\u003c\/p\u003e\n\u003cp\u003e✅Press for Reward – Your pet presses the pedal and gets a tasty reward!\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/ChatGPTImage2026_7_29_23_25_10_6.png?v=1785382272\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dtc-feature\"\u003e\n\u003ch3\u003e💧 Easy to Clean \u0026amp; Reuse\u003c\/h3\u003e\n\u003cp\u003eWashable design makes daily care fast, simple and hassle-free.\u003c\/p\u003e\n\u003cp\u003e✅ Rinse Clean\u003c\/p\u003e\n\u003cp\u003e✅ Reusable\u003c\/p\u003e\n\u003cp\u003e✅ Low Maintenance\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/ChatGPTImage2026_7_29_23_25_14_7.png?v=1785382272\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dtc-spec\"\u003e\n\u003ch2 style=\"color: #315e4d; margin-top: 0;\"\u003e📦 Product Specifications\u003c\/h2\u003e\n\u003ctable class=\"dtc-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Type\u003c\/td\u003e\n\u003ctd\u003eInteractive Puzzle Treat Dispenser\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003eDuck-Shaped Pedal Feeder\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eProduct Size\u003c\/td\u003e\n\u003ctd\u003eApproximately 8.6 Inches\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eFood-Grade PP Material\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOutlet Sizes\u003c\/td\u003e\n\u003ctd\u003e12 mm, 16 mm and 20 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDispensing Method\u003c\/td\u003e\n\u003ctd\u003ePedal-Activated Treat Release\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended For\u003c\/td\u003e\n\u003ctd\u003eCats and Small Dogs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable Food\u003c\/td\u003e\n\u003ctd\u003eDry Treats and Small Kibble\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCleaning\u003c\/td\u003e\n\u003ctd\u003eWashable and Easy to Rinse\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cbr\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/7758\/5195\/files\/ChatGPTImage2026_7_29_23_25_14_8.png?v=1785382272\" alt=\"\"\u003e\u003cbr\u003e\u003c!-- =========================\n           FAQ\n      ========================== --\u003e\n\u003cdiv class=\"dtc-faq\"\u003e\n\u003ch2 class=\"dtc-section-title\"\u003e❓ Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does my pet release the treats?\u003c\/summary\u003e\n\u003cp\u003ePlace dry treats or small kibble inside the transparent container. When your pet presses the pedal, a small amount of food is released from the duck-shaped dispenser.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for both cats and dogs?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for cats and small dogs that can comfortably interact with the pedal and eat the treats placed inside.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhich food outlet size should I use?\u003c\/summary\u003e\n\u003cp\u003eChoose the 12 mm, 16 mm or 20 mm outlet according to the size of your pet's treats and the amount you want released with each press.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill my pet understand how to use it?\u003c\/summary\u003e\n\u003cp\u003eMost pets need a little guidance at first. Demonstrate the pedal, place a few treats nearby and reward your pet when they interact with the correct area.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan this toy help slow down eating?\u003c\/summary\u003e\n\u003cp\u003eYes. Because food is released in smaller portions through active play, it encourages a slower and more controlled feeding pace.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow should I clean the dispenser?\u003c\/summary\u003e\n\u003cp\u003eEmpty any remaining food, separate the removable parts and rinse them with water. Allow every part to dry completely before refilling.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- =========================\n           CTA\n      ========================== --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"LJW","offers":[{"title":"Yellow","offer_id":49536790855908,"sku":"NC02302607302589-小黄鸭漏食器","price":25.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":49536790888676,"sku":"NC02302607302589-小白鸭漏食器","price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0814\/4044\/0548\/files\/ChatGPTImage2026_7_29_23_25_08_1.png?v=1785408271","url":"https:\/\/rrighodew.com\/products\/duck-puzzle-feeder-iq-treat-toy-for-cats-small-dogs","provider":"Rrighodew.com","version":"1.0","type":"link"}