{"product_id":"2pcs-bird-cage-feeder-water-bowls-with-clip-brackets🐦","title":"2pcs Bird Cage Feeder \u0026 Water Bowls with Clip Brackets🐦","description":"\u003c!-- HOUSE OF TAILS™ | PREMIUM BIRD CAGE BOWL SET --\u003e\n\u003cstyle\u003e\n    .hot-bird-bowl {\n      --black: #080808;\n      --black-soft: #111111;\n      --gold: #d4af37;\n      --gold-light: #f1d77a;\n      --white: #ffffff;\n      --grey: #b8b8b8;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n      color: var(--white);\n      background: var(--black);\n      border-radius: 24px;\n      overflow: hidden;\n      margin: 20px auto;\n      max-width: 1100px;\n      box-shadow: 0 20px 60px rgba(0,0,0,.35);\n    }\n\n    .hot-bird-bowl * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n    .hot-hero {\n      position: relative;\n      padding: 65px 35px 60px;\n      text-align: center;\n      background:\n        radial-gradient(circle at 50% 0%, rgba(212,175,55,.18), transparent 42%),\n        linear-gradient(145deg, #080808, #151515 55%, #090909);\n      overflow: hidden;\n    }\n\n    .hot-hero:before {\n      content: \"\";\n      position: absolute;\n      width: 280px;\n      height: 280px;\n      border: 1px solid rgba(212,175,55,.15);\n      border-radius: 50%;\n      left: 50%;\n      top: -145px;\n      transform: translateX(-50%);\n    }\n\n    .hot-eyebrow {\n      position: relative;\n      display: inline-block;\n      color: var(--gold-light);\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 16px;\n    }\n\n    .hot-hero h2 {\n      position: relative;\n      margin: 0 auto 18px;\n      max-width: 800px;\n      font-size: clamp(32px, 5vw, 55px);\n      line-height: 1.05;\n      font-weight: 900;\n      letter-spacing: -1.5px;\n    }\n\n    .hot-hero h2 span {\n      color: var(--gold);\n    }\n\n    .hot-hero p {\n      position: relative;\n      max-width: 680px;\n      margin: auto;\n      color: #d0d0d0;\n      font-size: 17px;\n      line-height: 1.7;\n    }\n\n    \/* TRUST BAR *\/\n    .hot-trust {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      border-top: 1px solid rgba(212,175,55,.18);\n      border-bottom: 1px solid rgba(212,175,55,.18);\n      background: #0d0d0d;\n    }\n\n    .hot-trust-item {\n      padding: 18px 12px;\n      text-align: center;\n      border-right: 1px solid rgba(255,255,255,.07);\n    }\n\n    .hot-trust-item:last-child {\n      border-right: 0;\n    }\n\n    .hot-trust-icon {\n      font-size: 21px;\n      margin-bottom: 5px;\n    }\n\n    .hot-trust-item strong {\n      display: block;\n      color: #fff;\n      font-size: 13px;\n    }\n\n    .hot-trust-item small {\n      color: #999;\n      font-size: 11px;\n    }\n\n    \/* SECTION *\/\n    .hot-section {\n      padding: 55px 30px;\n      background: #fff;\n      color: #111;\n    }\n\n    .hot-section.dark {\n      background: #0d0d0d;\n      color: #fff;\n    }\n\n    .hot-heading {\n      text-align: center;\n      margin-bottom: 35px;\n    }\n\n    .hot-heading .mini {\n      color: #a78320;\n      font-size: 11px;\n      font-weight: 900;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n    }\n\n    .hot-heading h3 {\n      margin: 8px 0 10px;\n      font-size: clamp(27px, 4vw, 38px);\n      font-weight: 900;\n    }\n\n    .hot-heading p {\n      max-width: 620px;\n      margin: auto;\n      color: #777;\n      line-height: 1.6;\n    }\n\n    .dark .hot-heading p {\n      color: #aaa;\n    }\n\n    \/* INTERACTIVE BENEFITS *\/\n    .hot-benefits {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n      max-width: 900px;\n      margin: auto;\n    }\n\n    .hot-benefit {\n      position: relative;\n      min-height: 165px;\n      padding: 26px;\n      border-radius: 18px;\n      background: #fff;\n      border: 1px solid #e7e7e7;\n      cursor: pointer;\n      overflow: hidden;\n      transition: all .35s ease;\n      box-shadow: 0 8px 25px rgba(0,0,0,.06);\n    }\n\n    .hot-benefit:after {\n      content: \"\";\n      position: absolute;\n      width: 90px;\n      height: 90px;\n      border-radius: 50%;\n      background: rgba(212,175,55,.08);\n      right: -30px;\n      bottom: -30px;\n      transition: .35s ease;\n    }\n\n    .hot-benefit:hover,\n    .hot-benefit:focus {\n      transform: translateY(-6px);\n      border-color: var(--gold);\n      box-shadow: 0 15px 35px rgba(0,0,0,.12);\n    }\n\n    .hot-benefit:hover:after {\n      transform: scale(2);\n    }\n\n    .hot-benefit-icon {\n      position: relative;\n      z-index: 2;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 48px;\n      height: 48px;\n      border-radius: 14px;\n      background: #0b0b0b;\n      color: var(--gold-light);\n      font-size: 22px;\n      margin-bottom: 17px;\n      transition: .35s ease;\n    }\n\n    .hot-benefit:hover .hot-benefit-icon {\n      background: var(--gold);\n      color: #080808;\n      transform: rotate(-4deg) scale(1.05);\n    }\n\n    .hot-benefit h4 {\n      position: relative;\n      z-index: 2;\n      margin: 0 0 7px;\n      font-size: 17px;\n      font-weight: 850;\n    }\n\n    .hot-benefit p {\n      position: relative;\n      z-index: 2;\n      margin: 0;\n      color: #777;\n      font-size: 13px;\n      line-height: 1.55;\n    }\n\n    \/* INCLUDED *\/\n    .hot-included {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 14px;\n      max-width: 750px;\n      margin: auto;\n    }\n\n    .hot-included-card {\n      flex: 1 1 260px;\n      padding: 25px;\n      border: 1px solid rgba(212,175,55,.25);\n      border-radius: 16px;\n      background: linear-gradient(145deg,#141414,#0a0a0a);\n      text-align: center;\n      transition: .3s ease;\n    }\n\n    .hot-included-card:hover {\n      border-color: var(--gold);\n      transform: translateY(-5px);\n    }\n\n    .hot-included-card .number {\n      color: var(--gold);\n      font-size: 34px;\n      font-weight: 900;\n    }\n\n    .hot-included-card strong {\n      display: block;\n      margin-top: 4px;\n      font-size: 15px;\n    }\n\n    .hot-included-card span {\n      display: block;\n      margin-top: 6px;\n      color: #999;\n      font-size: 12px;\n    }\n\n    \/* SPECIES *\/\n    .hot-species {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 9px;\n      margin-top: 25px;\n    }\n\n    .hot-species span {\n      padding: 9px 15px;\n      border-radius: 100px;\n      background: #161616;\n      border: 1px solid rgba(212,175,55,.25);\n      color: #ddd;\n      font-size: 12px;\n      transition: .25s ease;\n    }\n\n    .hot-species span:hover {\n      background: var(--gold);\n      color: #080808;\n      border-color: var(--gold);\n    }\n\n    \/* FINAL CTA *\/\n    .hot-cta {\n      position: relative;\n      padding: 60px 30px;\n      text-align: center;\n      background:\n        radial-gradient(circle at center, rgba(212,175,55,.14), transparent 55%),\n        #080808;\n      border-top: 1px solid rgba(212,175,55,.2);\n    }\n\n    .hot-cta h3 {\n      margin: 0 0 12px;\n      font-size: clamp(28px, 4vw, 40px);\n      font-weight: 900;\n    }\n\n    .hot-cta h3 span {\n      color: var(--gold);\n    }\n\n    .hot-cta p {\n      max-width: 580px;\n      margin: 0 auto 25px;\n      color: #aaa;\n      line-height: 1.6;\n    }\n\n    .hot-cta-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      padding: 12px 19px;\n      border: 1px solid rgba(212,175,55,.45);\n      border-radius: 100px;\n      color: var(--gold-light);\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: .5px;\n    }\n\n    .hot-dot {\n      width: 7px;\n      height: 7px;\n      background: var(--gold);\n      border-radius: 50%;\n      box-shadow: 0 0 10px var(--gold);\n      animation: hotPulse 1.8s infinite;\n    }\n\n    @keyframes hotPulse {\n      0%,100% { transform: scale(1); opacity: 1; }\n      50% { transform: scale(1.5); opacity: .55; }\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 650px) {\n      .hot-hero {\n        padding: 48px 22px;\n      }\n\n      .hot-section {\n        padding: 45px 18px;\n      }\n\n      .hot-benefits {\n        grid-template-columns: 1fr;\n      }\n\n      .hot-trust-item {\n        padding: 15px 7px;\n      }\n\n      .hot-trust-item strong {\n        font-size: 11px;\n      }\n\n      .hot-trust-item small {\n        font-size: 9px;\n      }\n\n      .hot-benefit {\n        min-height: auto;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"hot-bird-bowl\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hot-hero\"\u003e\n\u003cdiv class=\"hot-eyebrow\"\u003eHouse of Tails™ • Bird Essentials\u003c\/div\u003e\n\u003ch2\u003eKeep Your Bird \u003cspan\u003eFed \u0026amp; Hydrated\u003c\/span\u003e in Style 🐦\u003c\/h2\u003e\n\u003cp\u003eA smarter feeding station designed to keep food and water secure, accessible and beautifully organised inside your bird's cage.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST --\u003e\n\u003cdiv class=\"hot-trust\"\u003e\n\u003cdiv class=\"hot-trust-item\"\u003e\n\u003cdiv class=\"hot-trust-icon\"\u003e🔒\u003c\/div\u003e\n\u003cstrong\u003eSecure Fit\u003c\/strong\u003e \u003csmall\u003eDesigned to stay in place\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-trust-item\"\u003e\n\u003cdiv class=\"hot-trust-icon\"\u003e🧼\u003c\/div\u003e\n\u003cstrong\u003eEasy Cleaning\u003c\/strong\u003e \u003csmall\u003eSmooth \u0026amp; simple to maintain\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-trust-item\"\u003e\n\u003cdiv class=\"hot-trust-icon\"\u003e💧\u003c\/div\u003e\n\u003cstrong\u003eFood \u0026amp; Water\u003c\/strong\u003e \u003csmall\u003eOne versatile solution\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-heading\"\u003e\n\u003cdiv class=\"mini\"\u003eDesigned for Everyday Ease\u003c\/div\u003e\n\u003ch3\u003eSmall Details. Big Difference.\u003c\/h3\u003e\n\u003cp\u003eHover over each benefit to discover why this bowl set belongs in your bird's cage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefits\"\u003e\n\u003cdiv class=\"hot-benefit\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-benefit-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch4\u003eSecure Clip Brackets\u003c\/h4\u003e\n\u003cp\u003eFirmly attaches to cage bars to help prevent tipping, movement and unnecessary spills during mealtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefit\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-benefit-icon\"\u003e💧\u003c\/div\u003e\n\u003ch4\u003eFood \u0026amp; Water Ready\u003c\/h4\u003e\n\u003cp\u003eUse one bowl for fresh food and the other for water — or customise the setup to suit your bird's routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefit\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-benefit-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch4\u003eEasy to Clean\u003c\/h4\u003e\n\u003cp\u003eSmooth interior surfaces make everyday cleaning quick, helping you maintain a fresh feeding environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefit\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-benefit-icon\"\u003e💪\u003c\/div\u003e\n\u003ch4\u003eBuilt for Daily Use\u003c\/h4\u003e\n\u003cp\u003eSturdy construction makes these bowls ideal for the everyday demands of active pet birds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefit\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-benefit-icon\"\u003e📐\u003c\/div\u003e\n\u003ch4\u003eUniversal Cage Fit\u003c\/h4\u003e\n\u003cp\u003eDesigned to work with most standard bird cages, making installation simple and convenient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefit\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003ch4\u003eCleaner Cage Setup\u003c\/h4\u003e\n\u003cp\u003eKeep feeding essentials neatly positioned instead of relying on loose bowls that can easily move around.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"hot-section dark\"\u003e\n\u003cdiv class=\"hot-heading\"\u003e\n\u003cdiv class=\"mini\"\u003eEverything You Need\u003c\/div\u003e\n\u003ch3\u003eWhat's Inside the Box?\u003c\/h3\u003e\n\u003cp\u003eA complete 2-piece feeding setup ready to install in your bird's cage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-included\"\u003e\n\u003cdiv class=\"hot-included-card\"\u003e\n\u003cdiv class=\"number\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eBird Bowls\u003c\/strong\u003e \u003cspan\u003eFor food, water, treats or seeds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-included-card\"\u003e\n\u003cdiv class=\"number\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eMetal Clip Brackets\u003c\/strong\u003e \u003cspan\u003eFor secure cage attachment\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003csection class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-heading\"\u003e\n\u003cdiv class=\"mini\"\u003eMade for Feathered Friends\u003c\/div\u003e\n\u003ch3\u003eA Perfect Fit for Bird Lovers\u003c\/h3\u003e\n\u003cp\u003eIdeal for a variety of popular companion and caged bird species.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-species\"\u003e\n\u003cspan\u003e🦜 Parrots\u003c\/span\u003e \u003cspan\u003e🐤 Budgies\u003c\/span\u003e \u003cspan\u003e🐣 Canaries\u003c\/span\u003e \u003cspan\u003e🐦 Finches\u003c\/span\u003e \u003cspan\u003e🪶 Cockatiels\u003c\/span\u003e \u003cspan\u003e🐥 Other Caged Birds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"hot-cta\"\u003e\n\u003ch3\u003eUpgrade Their Cage.\u003cbr\u003e\u003cspan\u003eUpgrade Their Everyday.\u003c\/span\u003e 🐦\u003c\/h3\u003e\n\u003cp\u003eGive your feathered companion a cleaner, more organised feeding station designed for everyday convenience.\u003c\/p\u003e\n\u003cdiv class=\"hot-cta-badge\"\u003e\n\u003cspan class=\"hot-dot\"\u003e\u003c\/span\u003e House of Tails™ • Made for Better Pet Days\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46660730945638,"sku":null,"price":219.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/bird-bowl-components.png?v=1787822009","url":"https:\/\/houseoftails.co.za\/products\/2pcs-bird-cage-feeder-water-bowls-with-clip-brackets%f0%9f%90%a6","provider":"House Of Tails™","version":"1.0","type":"link"}