{"product_id":"automatic-parrot-feeder-with-shell-separator","title":"Automatic Parrot Feeder with Shell Separator 🦜","description":"\u003c!-- House of Tails™ | Automatic Parrot Feeder --\u003e\n\u003cstyle\u003e\n    .hot-parrot-feeder {\n      --black: #0b0b0b;\n      --dark: #111111;\n      --gold: #d4af37;\n      --gold-light: #f2d675;\n      --white: #ffffff;\n      --muted: #b9b9b9;\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--white);\n      background: var(--black);\n      border-radius: 24px;\n      overflow: hidden;\n      margin: 20px 0;\n      box-shadow: 0 18px 50px rgba(0,0,0,.25);\n    }\n\n    .hot-hero {\n      position: relative;\n      padding: 55px 28px;\n      text-align: center;\n      background:\n        radial-gradient(circle at 50% 0%, rgba(212,175,55,.18), transparent 42%),\n        linear-gradient(145deg, #151515, #050505);\n      border-bottom: 1px solid rgba(212,175,55,.35);\n    }\n\n    .hot-badge {\n      display: inline-block;\n      padding: 8px 15px;\n      border: 1px solid rgba(212,175,55,.55);\n      border-radius: 50px;\n      color: var(--gold-light);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1.6px;\n      text-transform: uppercase;\n      margin-bottom: 18px;\n      background: rgba(212,175,55,.07);\n    }\n\n    .hot-hero h2 {\n      margin: 0 auto 14px;\n      max-width: 700px;\n      font-size: clamp(30px, 6vw, 48px);\n      line-height: 1.08;\n      font-weight: 800;\n      letter-spacing: -1.2px;\n    }\n\n    .hot-hero h2 span {\n      color: var(--gold-light);\n    }\n\n    .hot-hero p {\n      max-width: 650px;\n      margin: 0 auto;\n      color: #d1d1d1;\n      font-size: 16px;\n      line-height: 1.75;\n    }\n\n    .hot-section {\n      padding: 42px 24px;\n      background: var(--dark);\n    }\n\n    .hot-title {\n      text-align: center;\n      margin-bottom: 28px;\n    }\n\n    .hot-title h3 {\n      margin: 0 0 8px;\n      font-size: 27px;\n    }\n\n    .hot-title p {\n      margin: 0;\n      color: var(--muted);\n      font-size: 14px;\n    }\n\n    .hot-benefits {\n      max-width: 850px;\n      margin: auto;\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 14px;\n    }\n\n    .hot-card {\n      position: relative;\n      background: linear-gradient(145deg, #191919, #0d0d0d);\n      border: 1px solid rgba(255,255,255,.08);\n      border-radius: 18px;\n      padding: 22px;\n      cursor: pointer;\n      transition: all .3s ease;\n      overflow: hidden;\n    }\n\n    .hot-card:hover,\n    .hot-card.active {\n      transform: translateY(-4px);\n      border-color: rgba(212,175,55,.65);\n      box-shadow: 0 12px 30px rgba(0,0,0,.35);\n    }\n\n    .hot-card::after {\n      content: \"\";\n      position: absolute;\n      width: 100px;\n      height: 100px;\n      right: -50px;\n      top: -50px;\n      background: rgba(212,175,55,.08);\n      border-radius: 50%;\n      transition: .3s;\n    }\n\n    .hot-card:hover::after {\n      transform: scale(1.5);\n    }\n\n    .hot-icon {\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 14px;\n      background: rgba(212,175,55,.1);\n      border: 1px solid rgba(212,175,55,.3);\n      font-size: 23px;\n      margin-bottom: 15px;\n    }\n\n    .hot-card h4 {\n      margin: 0 0 8px;\n      font-size: 17px;\n    }\n\n    .hot-card h4 span {\n      color: var(--gold-light);\n    }\n\n    .hot-card p {\n      margin: 0;\n      color: #aaa;\n      font-size: 13px;\n      line-height: 1.65;\n    }\n\n    .hot-expand {\n      margin-top: 12px;\n      color: var(--gold-light);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 1px;\n      text-transform: uppercase;\n    }\n\n    .hot-extra {\n      max-height: 0;\n      overflow: hidden;\n      opacity: 0;\n      transition: all .35s ease;\n    }\n\n    .hot-card.active .hot-extra {\n      max-height: 100px;\n      opacity: 1;\n      margin-top: 10px;\n    }\n\n    .hot-extra p {\n      color: #d6d6d6;\n      font-size: 12px;\n    }\n\n    .hot-highlight {\n      padding: 42px 25px;\n      text-align: center;\n      background:\n        linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.72)),\n        radial-gradient(circle, #806a24, #0a0a0a 65%);\n      border-top: 1px solid rgba(212,175,55,.2);\n      border-bottom: 1px solid rgba(212,175,55,.2);\n    }\n\n    .hot-highlight .emoji {\n      font-size: 38px;\n      margin-bottom: 10px;\n    }\n\n    .hot-highlight h3 {\n      margin: 0 0 10px;\n      font-size: 25px;\n    }\n\n    .hot-highlight h3 span {\n      color: var(--gold-light);\n    }\n\n    .hot-highlight p {\n      max-width: 650px;\n      margin: auto;\n      color: #d0d0d0;\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .hot-features {\n      max-width: 850px;\n      margin: 35px auto 0;\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n    }\n\n    .hot-feature {\n      padding: 18px 10px;\n      text-align: center;\n      border-radius: 15px;\n      background: #141414;\n      border: 1px solid rgba(255,255,255,.07);\n    }\n\n    .hot-feature strong {\n      display: block;\n      color: var(--gold-light);\n      font-size: 12px;\n      margin-bottom: 5px;\n    }\n\n    .hot-feature span {\n      color: #aaa;\n      font-size: 11px;\n    }\n\n    .hot-footer {\n      padding: 32px 24px;\n      text-align: center;\n      background: #080808;\n    }\n\n    .hot-footer .paw {\n      font-size: 27px;\n      margin-bottom: 8px;\n    }\n\n    .hot-footer h3 {\n      margin: 0 0 7px;\n      font-size: 20px;\n    }\n\n    .hot-footer h3 span {\n      color: var(--gold-light);\n    }\n\n    .hot-footer p {\n      margin: 0;\n      color: #999;\n      font-size: 13px;\n    }\n\n    @media (max-width: 650px) {\n      .hot-benefits,\n      .hot-features {\n        grid-template-columns: 1fr;\n      }\n\n      .hot-hero {\n        padding: 42px 20px;\n      }\n\n      .hot-section {\n        padding: 35px 16px;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"hot-parrot-feeder\"\u003e\n\u003cdiv class=\"hot-hero\"\u003e\n\u003cdiv class=\"hot-badge\"\u003e🦜 Premium Bird Care\u003c\/div\u003e\n\u003ch2\u003eMess-Free Feeding.\u003cbr\u003e\u003cspan\u003eHappy Birds.\u003c\/span\u003e ✨\u003c\/h2\u003e\n\u003cp\u003eGive your feathered friend a cleaner, smarter feeding experience. The Automatic Parrot Feeder helps reduce scattered seeds and keeps fresh food available with less daily maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-title\"\u003e\n\u003ch3\u003e✨ Why Bird Owners Love It\u003c\/h3\u003e\n\u003cp\u003eTap or hover over each benefit to discover more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefits\"\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🌾\u003c\/div\u003e\n\u003ch4\u003e\n\u003cspan\u003eBuilt-In\u003c\/span\u003e Shell Separator\u003c\/h4\u003e\n\u003cp\u003eHelps separate discarded seed husks from fresh food.\u003c\/p\u003e\n\u003cdiv class=\"hot-expand\"\u003eTap to explore ↓\u003c\/div\u003e\n\u003cdiv class=\"hot-extra\"\u003e\n\u003cp\u003eLess husk build-up means a cleaner feeding area and less frequent cleaning around the food bowl.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🚧\u003c\/div\u003e\n\u003ch4\u003e\n\u003cspan\u003eAnti-Spill\u003c\/span\u003e Design\u003c\/h4\u003e\n\u003cp\u003eCurved guards help keep seeds and water contained.\u003c\/p\u003e\n\u003cdiv class=\"hot-expand\"\u003eTap to explore ↓\u003c\/div\u003e\n\u003cdiv class=\"hot-extra\"\u003e\n\u003cp\u003eDesigned to minimise mess around the cage so your bird's feeding station stays more organised.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🧲\u003c\/div\u003e\n\u003ch4\u003e\n\u003cspan\u003eEasy\u003c\/span\u003e Hanging Mount\u003c\/h4\u003e\n\u003cp\u003eAttaches directly to suitable cage bars without tools.\u003c\/p\u003e\n\u003cdiv class=\"hot-expand\"\u003eTap to explore ↓\u003c\/div\u003e\n\u003cdiv class=\"hot-extra\"\u003e\n\u003cp\u003eSimply position the feeder where your bird can comfortably access it and secure it to the cage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🧹\u003c\/div\u003e\n\u003ch4\u003e\n\u003cspan\u003eAll-In-One\u003c\/span\u003e Food Box\u003c\/h4\u003e\n\u003cp\u003eCombines feeding and watering in one compact setup.\u003c\/p\u003e\n\u003cdiv class=\"hot-expand\"\u003eTap to explore ↓\u003c\/div\u003e\n\u003cdiv class=\"hot-extra\"\u003e\n\u003cp\u003eA space-saving design that helps keep essential feeding supplies together inside the cage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🐦\u003c\/div\u003e\n\u003ch4\u003e\n\u003cspan\u003eBird-Friendly\u003c\/span\u003e Size\u003c\/h4\u003e\n\u003cp\u003eSuitable for parrots, cockatiels and similar small-to-medium birds.\u003c\/p\u003e\n\u003cdiv class=\"hot-expand\"\u003eTap to explore ↓\u003c\/div\u003e\n\u003cdiv class=\"hot-extra\"\u003e\n\u003cp\u003eA practical everyday feeding solution for a variety of companion birds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e⏰\u003c\/div\u003e\n\u003ch4\u003e\n\u003cspan\u003eLess\u003c\/span\u003e Daily Refilling\u003c\/h4\u003e\n\u003cp\u003eDesigned to provide a convenient supply of food between refills.\u003c\/p\u003e\n\u003cdiv class=\"hot-expand\"\u003eTap to explore ↓\u003c\/div\u003e\n\u003cdiv class=\"hot-extra\"\u003e\n\u003cp\u003eSpend less time managing the feeding station and more time enjoying your bird.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-highlight\"\u003e\n\u003cdiv class=\"emoji\"\u003e🦜✨\u003c\/div\u003e\n\u003ch3\u003eA Cleaner Cage.\u003cbr\u003e\u003cspan\u003eA Happier Bird.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eFrom everyday meals to those busy days when you need a little extra convenience, this feeder is designed to make bird care simpler, cleaner and more organised.\u003c\/p\u003e\n\u003cdiv class=\"hot-features\"\u003e\n\u003cdiv class=\"hot-feature\"\u003e\n\u003cstrong\u003e🌾 LESS MESS\u003c\/strong\u003e \u003cspan\u003eHelps contain scattered food\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-feature\"\u003e\n\u003cstrong\u003e🧲 EASY SETUP\u003c\/strong\u003e \u003cspan\u003eConvenient cage mounting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-feature\"\u003e\n\u003cstrong\u003e🐦 EVERYDAY USE\u003c\/strong\u003e \u003cspan\u003eDesigned for companion birds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-footer\"\u003e\n\u003cdiv class=\"paw\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003eBecause Every Bird Deserves a \u003cspan\u003eBetter Home.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eCleaner feeding. Less hassle. More happy moments together. 💛\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46648964612198,"sku":null,"price":289.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/blue-feeder-with-benefits.png?v=1787738984","url":"https:\/\/houseoftails.co.za\/products\/automatic-parrot-feeder-with-shell-separator","provider":"House Of Tails™","version":"1.0","type":"link"}