{"product_id":"dog-puzzle-slow-feeder-bowl","title":"Dog Puzzle Slow Feeder Bowl 🧠","description":"\u003cstyle\u003e\n\/* =========================================================\n   HOUSE OF TAILS™ — PREMIUM DOG PUZZLE SLOW FEEDER\n   Black • Gold • White\n========================================================= *\/\n\n.hot-puzzle {\n  --black: #070707;\n  --black2: #101010;\n  --black3: #181818;\n  --gold: #d4af37;\n  --gold-light: #f5d76e;\n  --white: #ffffff;\n  --muted: #b8b8b8;\n\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n\n  background:\n    radial-gradient(circle at 100% 0%, rgba(212,175,55,.17), transparent 28%),\n    radial-gradient(circle at 0% 100%, rgba(212,175,55,.08), transparent 30%),\n    linear-gradient(145deg, var(--black), var(--black2));\n\n  color: var(--white);\n  border-radius: 25px;\n  padding: 48px 22px;\n  margin: 25px auto;\n  max-width: 1000px;\n  overflow: hidden;\n  position: relative;\n\n  box-shadow:\n    0 25px 65px rgba(0,0,0,.32);\n}\n\n.hot-puzzle * {\n  box-sizing: border-box;\n}\n\n\/* GOLD TOP LINE *\/\n\n.hot-puzzle::before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 8%;\n  right: 8%;\n  height: 1px;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      var(--gold),\n      transparent\n    );\n\n  opacity: .9;\n}\n\n\/* INNER *\/\n\n.hot-puzzle-inner {\n  max-width: 900px;\n  margin: auto;\n  position: relative;\n  z-index: 2;\n}\n\n\/* PREMIUM BADGE *\/\n\n.hot-puzzle-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n\n  border: 1px solid rgba(212,175,55,.6);\n\n  color: var(--gold-light);\n\n  padding: 8px 15px;\n\n  border-radius: 100px;\n\n  font-size: 10px;\n  font-weight: 800;\n\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n\n  margin-bottom: 18px;\n\n  background: rgba(212,175,55,.05);\n}\n\n\/* MAIN TITLE *\/\n\n.hot-puzzle-title {\n  margin: 0 0 15px;\n\n  font-size: clamp(30px, 5vw, 48px);\n\n  line-height: 1.05;\n\n  font-weight: 850;\n\n  letter-spacing: -1px;\n}\n\n.hot-puzzle-title span {\n  color: var(--gold);\n}\n\n\/* SUBTITLE *\/\n\n.hot-puzzle-subtitle {\n  color: var(--muted);\n\n  max-width: 760px;\n\n  font-size: 16px;\n\n  line-height: 1.75;\n\n  margin: 0;\n}\n\n.hot-puzzle-subtitle strong {\n  color: var(--white);\n}\n\n\/* DIVIDER *\/\n\n.hot-puzzle-divider {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n\n  margin: 29px 0 21px;\n}\n\n.hot-puzzle-divider::before,\n.hot-puzzle-divider::after {\n  content: \"\";\n\n  height: 1px;\n\n  flex: 1;\n\n  background:\n    linear-gradient(\n      90deg,\n      transparent,\n      rgba(212,175,55,.55)\n    );\n}\n\n.hot-puzzle-divider::after {\n  background:\n    linear-gradient(\n      90deg,\n      rgba(212,175,55,.55),\n      transparent\n    );\n}\n\n.hot-puzzle-divider span {\n  color: var(--gold);\n\n  font-size: 13px;\n}\n\n\/* INTERACTIVE MESSAGE *\/\n\n.hot-puzzle-interactive {\n  text-align: center;\n\n  color: var(--gold-light);\n\n  font-size: 11px;\n\n  font-weight: 800;\n\n  letter-spacing: 1.3px;\n\n  text-transform: uppercase;\n\n  margin-bottom: 16px;\n}\n\n\/* BENEFITS GRID *\/\n\n.hot-puzzle-benefits {\n  display: grid;\n\n  grid-template-columns: repeat(2, 1fr);\n\n  gap: 14px;\n}\n\n\/* BENEFIT CARD *\/\n\n.hot-puzzle-card {\n  position: relative;\n\n  overflow: hidden;\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(255,255,255,.055),\n      rgba(255,255,255,.015)\n    );\n\n  border: 1px solid rgba(212,175,55,.22);\n\n  border-radius: 18px;\n\n  padding: 22px;\n\n  min-height: 190px;\n\n  cursor: pointer;\n\n  transition:\n    transform .3s ease,\n    border-color .3s ease,\n    box-shadow .3s ease,\n    background .3s ease;\n}\n\n\/* GOLD GLOW *\/\n\n.hot-puzzle-card::before {\n  content: \"\";\n\n  position: absolute;\n\n  width: 160px;\n  height: 160px;\n\n  right: -75px;\n  top: -75px;\n\n  background:\n    radial-gradient(\n      circle,\n      rgba(212,175,55,.19),\n      transparent 70%\n    );\n\n  transition: transform .45s ease;\n}\n\n\/* HOVER *\/\n\n.hot-puzzle-card:hover,\n.hot-puzzle-card:focus-within {\n\n  transform: translateY(-6px);\n\n  border-color: var(--gold);\n\n  background:\n    linear-gradient(\n      145deg,\n      rgba(212,175,55,.11),\n      rgba(255,255,255,.025)\n    );\n\n  box-shadow:\n    0 18px 40px rgba(0,0,0,.35),\n    0 0 25px rgba(212,175,55,.07);\n}\n\n.hot-puzzle-card:hover::before,\n.hot-puzzle-card:focus-within::before {\n  transform: scale(1.7);\n}\n\n\/* ICON *\/\n\n.hot-puzzle-icon {\n  width: 46px;\n  height: 46px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 13px;\n\n  background: rgba(212,175,55,.09);\n\n  border: 1px solid rgba(212,175,55,.27);\n\n  font-size: 22px;\n\n  margin-bottom: 14px;\n\n  position: relative;\n  z-index: 1;\n\n  transition:\n    transform .3s ease,\n    background .3s ease;\n}\n\n.hot-puzzle-card:hover .hot-puzzle-icon {\n  transform: scale(1.1) rotate(-3deg);\n\n  background: rgba(212,175,55,.15);\n}\n\n\/* CARD TITLE *\/\n\n.hot-puzzle-card h3 {\n  position: relative;\n  z-index: 1;\n\n  color: var(--white);\n\n  font-size: 16px;\n\n  margin: 0 0 8px;\n\n  font-weight: 800;\n}\n\n.hot-puzzle-card h3 span {\n  color: var(--gold-light);\n}\n\n\/* CARD TEXT *\/\n\n.hot-puzzle-card p {\n  position: relative;\n  z-index: 1;\n\n  color: var(--muted);\n\n  font-size: 13px;\n\n  line-height: 1.65;\n\n  margin: 0;\n}\n\n\/* TAG *\/\n\n.hot-puzzle-tag {\n  display: inline-block;\n\n  position: relative;\n  z-index: 1;\n\n  margin-top: 12px;\n\n  padding: 4px 9px;\n\n  border-radius: 5px;\n\n  background: rgba(212,175,55,.08);\n\n  color: var(--gold-light);\n\n  font-size: 9px;\n\n  font-weight: 800;\n\n  letter-spacing: .8px;\n\n  text-transform: uppercase;\n}\n\n\/* PERFECT FOR *\/\n\n.hot-puzzle-perfect {\n  margin-top: 18px;\n\n  padding: 23px;\n\n  border-radius: 18px;\n\n  background:\n    linear-gradient(\n      135deg,\n      rgba(212,175,55,.10),\n      rgba(255,255,255,.025)\n    );\n\n  border: 1px solid rgba(212,175,55,.3);\n}\n\n.hot-puzzle-perfect-title {\n  display: flex;\n  align-items: center;\n\n  gap: 9px;\n\n  color: var(--white);\n\n  font-size: 16px;\n\n  font-weight: 800;\n\n  margin-bottom: 13px;\n}\n\n.hot-puzzle-perfect-title span {\n  color: var(--gold);\n}\n\n\/* PERFECT ITEMS *\/\n\n.hot-puzzle-perfect-list {\n  display: flex;\n\n  flex-wrap: wrap;\n\n  gap: 8px;\n}\n\n.hot-puzzle-perfect-item {\n  padding: 8px 11px;\n\n  border-radius: 8px;\n\n  background: rgba(255,255,255,.04);\n\n  border: 1px solid rgba(255,255,255,.08);\n\n  color: #d5d5d5;\n\n  font-size: 11px;\n\n  font-weight: 600;\n\n  transition:\n    all .25s ease;\n}\n\n.hot-puzzle-perfect-item:hover {\n  border-color: var(--gold);\n\n  color: var(--gold-light);\n\n  transform: translateY(-2px);\n\n  background: rgba(212,175,55,.06);\n}\n\n\/* TESTIMONIAL *\/\n\n.hot-puzzle-testimonial {\n  margin-top: 18px;\n\n  padding: 26px;\n\n  text-align: center;\n\n  border-radius: 18px;\n\n  background:\n    radial-gradient(\n      circle at center,\n      rgba(212,175,55,.10),\n      transparent 65%\n    );\n\n  border: 1px solid rgba(212,175,55,.18);\n}\n\n.hot-puzzle-quote {\n  color: var(--gold);\n\n  font-size: 32px;\n\n  line-height: 1;\n\n  margin-bottom: 5px;\n}\n\n.hot-puzzle-testimonial p {\n  max-width: 680px;\n\n  margin: auto;\n\n  color: #d2d2d2;\n\n  font-size: 14px;\n\n  line-height: 1.7;\n\n  font-style: italic;\n}\n\n\/* FINAL MESSAGE *\/\n\n.hot-puzzle-footer {\n  margin-top: 30px;\n\n  padding-top: 26px;\n\n  border-top: 1px solid rgba(212,175,55,.18);\n\n  text-align: center;\n}\n\n.hot-puzzle-footer h3 {\n  margin: 0 0 8px;\n\n  color: var(--white);\n\n  font-size: 23px;\n\n  font-weight: 850;\n}\n\n.hot-puzzle-footer h3 span {\n  color: var(--gold);\n}\n\n.hot-puzzle-footer p {\n  color: #999;\n\n  font-size: 12px;\n\n  margin: 0 0 19px;\n}\n\n\/* CTA *\/\n\n.hot-puzzle-cta {\n  display: inline-flex;\n\n  align-items: center;\n  justify-content: center;\n\n  padding: 14px 27px;\n\n  border-radius: 100px;\n\n  background:\n    linear-gradient(\n      135deg,\n      var(--gold),\n      #b89120\n    );\n\n  color: #080808 !important;\n\n  text-decoration: none;\n\n  font-size: 12px;\n\n  font-weight: 900;\n\n  letter-spacing: .8px;\n\n  text-transform: uppercase;\n\n  box-shadow:\n    0 9px 27px rgba(212,175,55,.20);\n\n  transition:\n    transform .3s ease,\n    box-shadow .3s ease;\n}\n\n.hot-puzzle-cta:hover {\n  transform: translateY(-3px);\n\n  box-shadow:\n    0 14px 35px rgba(212,175,55,.32);\n}\n\n\/* MOBILE *\/\n\n@media (max-width: 650px) {\n\n  .hot-puzzle {\n    padding: 32px 15px;\n\n    border-radius: 19px;\n  }\n\n  .hot-puzzle-title {\n    font-size: 32px;\n  }\n\n  .hot-puzzle-subtitle {\n    font-size: 14px;\n  }\n\n  .hot-puzzle-benefits {\n    grid-template-columns: 1fr;\n\n    gap: 11px;\n  }\n\n  .hot-puzzle-card {\n    min-height: auto;\n\n    padding: 19px;\n  }\n\n  .hot-puzzle-perfect {\n    padding: 18px;\n  }\n\n  .hot-puzzle-perfect-list {\n    gap: 6px;\n  }\n\n  .hot-puzzle-perfect-item {\n    font-size: 10px;\n  }\n\n  .hot-puzzle-testimonial {\n    padding: 21px;\n  }\n}\n\n\/* ACCESSIBILITY *\/\n\n@media (prefers-reduced-motion: reduce) {\n\n  .hot-puzzle-card,\n  .hot-puzzle-icon,\n  .hot-puzzle-perfect-item,\n  .hot-puzzle-cta {\n    transition: none;\n  }\n\n  .hot-puzzle-card:hover,\n  .hot-puzzle-cta:hover {\n    transform: none;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"hot-puzzle\"\u003e\n\n  \u003cdiv class=\"hot-puzzle-inner\"\u003e\n\n    \u003c!-- PREMIUM BADGE --\u003e\n\n    \u003cdiv class=\"hot-puzzle-badge\"\u003e\n      ✦ House of Tails™ Premium Enrichment\n    \u003c\/div\u003e\n\n\n    \u003c!-- MAIN HEADING --\u003e\n\n    \u003ch2 class=\"hot-puzzle-title\"\u003e\n      Feed Their Body.\u003cbr\u003e\n      \u003cspan\u003eChallenge Their Mind.\u003c\/span\u003e 🧠🐾\n    \u003c\/h2\u003e\n\n\n    \u003cp class=\"hot-puzzle-subtitle\"\u003e\n      Mealtime just got smarter. The\n      \u003cstrong\u003eDog Puzzle Slow Feeder Bowl\u003c\/strong\u003e\n      transforms ordinary meals into an engaging enrichment experience,\n      encouraging your dog to slow down, explore and work for their rewards.\n    \u003c\/p\u003e\n\n\n    \u003c!-- DIVIDER --\u003e\n\n    \u003cdiv class=\"hot-puzzle-divider\"\u003e\n      \u003cspan\u003e✦\u003c\/span\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"hot-puzzle-interactive\"\u003e\n      ✦ Tap or hover over each benefit to explore\n    \u003c\/div\u003e\n\n\n    \u003c!-- INTERACTIVE BENEFITS --\u003e\n\n    \u003cdiv class=\"hot-puzzle-benefits\"\u003e\n\n\n      \u003c!-- BENEFIT 1 --\u003e\n\n      \u003cdiv class=\"hot-puzzle-card\" tabindex=\"0\"\u003e\n\n        \u003cdiv class=\"hot-puzzle-icon\"\u003e\n          🐶\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          \u003cspan\u003eSlows Down\u003c\/span\u003e Fast Eaters\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The puzzle-style design encourages dogs to work through their food\n          rather than rushing through the entire meal at once.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"hot-puzzle-tag\"\u003e\n          More Mindful Mealtimes\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 2 --\u003e\n\n      \u003cdiv class=\"hot-puzzle-card\" tabindex=\"0\"\u003e\n\n        \u003cdiv class=\"hot-puzzle-icon\"\u003e\n          🧩\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          \u003cspan\u003eMental\u003c\/span\u003e Stimulation\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Interactive food challenges encourage natural problem-solving and\n          exploration, helping turn mealtime into an engaging activity.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"hot-puzzle-tag\"\u003e\n          Beat Boredom\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 3 --\u003e\n\n      \u003cdiv class=\"hot-puzzle-card\" tabindex=\"0\"\u003e\n\n        \u003cdiv class=\"hot-puzzle-icon\"\u003e\n          😴\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          \u003cspan\u003eRewarding\u003c\/span\u003e Enrichment\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Working for food provides mental engagement and can give your dog\n          a more satisfying alternative to simply eating from a standard bowl.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"hot-puzzle-tag\"\u003e\n          Engaging Mealtime\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 4 --\u003e\n\n      \u003cdiv class=\"hot-puzzle-card\" tabindex=\"0\"\u003e\n\n        \u003cdiv class=\"hot-puzzle-icon\"\u003e\n          🏆\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          \u003cspan\u003eBuilds\u003c\/span\u003e Confidence\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Each successfully completed challenge gives your dog an opportunity\n          to explore, learn and feel rewarded for figuring things out.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"hot-puzzle-tag\"\u003e\n          Learn \u0026amp; Explore\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 5 --\u003e\n\n      \u003cdiv class=\"hot-puzzle-card\" tabindex=\"0\"\u003e\n\n        \u003cdiv class=\"hot-puzzle-icon\"\u003e\n          🧼\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          \u003cspan\u003eEasy\u003c\/span\u003e To Clean\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Spend less time dealing with messy feeding accessories and more\n          time enjoying your dog. Dishwasher-safe design makes cleanup simple.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"hot-puzzle-tag\"\u003e\n          Easy Cleanup\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003c!-- BENEFIT 6 --\u003e\n\n      \u003cdiv class=\"hot-puzzle-card\" tabindex=\"0\"\u003e\n\n        \u003cdiv class=\"hot-puzzle-icon\"\u003e\n          🐾\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          \u003cspan\u003eDog-Friendly\u003c\/span\u003e Materials\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Designed with food-contact use in mind, giving you a practical\n          enrichment option for everyday feeding routines.\n        \u003c\/p\u003e\n\n        \u003cspan class=\"hot-puzzle-tag\"\u003e\n          Everyday Enrichment\n        \u003c\/span\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- PERFECT FOR --\u003e\n\n    \u003cdiv class=\"hot-puzzle-perfect\"\u003e\n\n      \u003cdiv class=\"hot-puzzle-perfect-title\"\u003e\n        🎯 \u003cspan\u003ePerfect For\u003c\/span\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hot-puzzle-perfect-list\"\u003e\n\n        \u003cdiv class=\"hot-puzzle-perfect-item\"\u003e\n          🐕 Fast Eaters\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hot-puzzle-perfect-item\"\u003e\n          🏠 Home-Alone Dogs\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hot-puzzle-perfect-item\"\u003e\n          🎓 Training Sessions\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hot-puzzle-perfect-item\"\u003e\n          🧘 Enrichment\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hot-puzzle-perfect-item\"\u003e\n          🌧️ Rainy Days\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hot-puzzle-perfect-item\"\u003e\n          🧩 Mental Stimulation\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- TESTIMONIAL --\u003e\n\n    \u003cdiv class=\"hot-puzzle-testimonial\"\u003e\n\n      \u003cdiv class=\"hot-puzzle-quote\"\u003e\n        “\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        “My dog used to inhale his food in 30 seconds flat.\n        Now he spends much longer working through the puzzle —\n        and he's so much calmer afterwards. Best purchase I've made for him.”\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- FINAL CTA --\u003e\n\n    \u003cdiv class=\"hot-puzzle-footer\"\u003e\n\n      \u003ch3\u003e\n        More Than A Bowl.\u003cbr\u003e\n        \u003cspan\u003eAn Experience.\u003c\/span\u003e 🌟\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        Turn everyday mealtimes into moments of discovery, engagement and reward.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#AddToCart\" class=\"hot-puzzle-cta\"\u003e\n        🛒 Make Mealtime Smarter\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46639502131302,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/dog-puzzle-slow-feeder-light-blue-bowl-navy-gold.png?v=1787575694","url":"https:\/\/houseoftails.co.za\/products\/dog-puzzle-slow-feeder-bowl","provider":"House Of Tails™","version":"1.0","type":"link"}