{"product_id":"🐦-easy-hanging-bird-feeder-durable-plastic-multifunctional","title":"🐦 Easy Hanging Bird Feeder – Durable Plastic, Multifunctional","description":"\u003cstyle\u003e\n  .hot-bird-feeder {\n    --black: #080808;\n    --black-soft: #121212;\n    --gold: #d4af37;\n    --gold-light: #f3d675;\n    --white: #ffffff;\n    --muted: #b9b9b9;\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    max-width: 1100px;\n    margin: 0 auto;\n    box-shadow: 0 18px 55px rgba(0,0,0,.28);\n  }\n\n  .hot-bird-feeder * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .hot-hero {\n    position: relative;\n    padding: 65px 30px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(212,175,55,.18), transparent 45%),\n      linear-gradient(145deg, #080808, #171717);\n    border-bottom: 1px solid rgba(212,175,55,.25);\n  }\n\n  .hot-eyebrow {\n    display: inline-block;\n    color: var(--gold-light);\n    border: 1px solid rgba(212,175,55,.45);\n    border-radius: 999px;\n    padding: 8px 16px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n  }\n\n  .hot-hero h2 {\n    margin: 0 auto 16px;\n    max-width: 800px;\n    font-size: clamp(30px, 5vw, 52px);\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    max-width: 700px;\n    margin: 0 auto;\n    color: #d1d1d1;\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  \/* INTRO *\/\n  .hot-intro {\n    padding: 42px 28px 20px;\n    text-align: center;\n    background: #0d0d0d;\n  }\n\n  .hot-intro h3 {\n    margin: 0 0 12px;\n    font-size: 27px;\n  }\n\n  .hot-intro p {\n    max-width: 760px;\n    margin: auto;\n    color: var(--muted);\n    line-height: 1.75;\n  }\n\n  \/* INTERACTIVE BENEFITS *\/\n  .hot-benefits {\n    padding: 35px 24px 55px;\n    background: #0d0d0d;\n  }\n\n  .hot-section-title {\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .hot-section-title h3 {\n    margin: 0 0 8px;\n    font-size: 30px;\n  }\n\n  .hot-section-title p {\n    margin: 0;\n    color: #999;\n    font-size: 14px;\n  }\n\n  .hot-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 13px;\n    max-width: 980px;\n    margin: auto;\n  }\n\n  .hot-card {\n    position: relative;\n    min-height: 180px;\n    padding: 23px 16px;\n    border: 1px solid #292929;\n    border-radius: 18px;\n    background: linear-gradient(150deg, #171717, #0c0c0c);\n    text-align: center;\n    cursor: pointer;\n    transition: .35s ease;\n    overflow: hidden;\n  }\n\n  .hot-card:before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(circle at top, rgba(212,175,55,.16), transparent 60%);\n    opacity: 0;\n    transition: .35s ease;\n  }\n\n  .hot-card:hover,\n  .hot-card:focus {\n    transform: translateY(-7px);\n    border-color: var(--gold);\n    box-shadow: 0 12px 30px rgba(212,175,55,.13);\n    outline: none;\n  }\n\n  .hot-card:hover:before,\n  .hot-card:focus:before {\n    opacity: 1;\n  }\n\n  .hot-icon {\n    position: relative;\n    width: 52px;\n    height: 52px;\n    margin: 0 auto 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n    background: rgba(212,175,55,.1);\n    border: 1px solid rgba(212,175,55,.35);\n    font-size: 25px;\n  }\n\n  .hot-card h4 {\n    position: relative;\n    margin: 0 0 9px;\n    font-size: 15px;\n    color: #fff;\n  }\n\n  .hot-card p {\n    position: relative;\n    margin: 0;\n    color: #999;\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  \/* FEATURE STRIP *\/\n  .hot-strip {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #292929;\n    border-bottom: 1px solid #292929;\n    background: #111;\n  }\n\n  .hot-strip-item {\n    padding: 28px 18px;\n    text-align: center;\n    border-right: 1px solid #292929;\n  }\n\n  .hot-strip-item:last-child {\n    border-right: 0;\n  }\n\n  .hot-strip-item strong {\n    display: block;\n    color: var(--gold-light);\n    font-size: 14px;\n    margin-bottom: 7px;\n  }\n\n  .hot-strip-item span {\n    color: #aaa;\n    font-size: 13px;\n  }\n\n  \/* PERFECT FOR *\/\n  .hot-perfect {\n    padding: 48px 28px;\n    background: linear-gradient(145deg, #0a0a0a, #151515);\n    text-align: center;\n  }\n\n  .hot-perfect h3 {\n    margin: 0 0 22px;\n    font-size: 29px;\n  }\n\n  .hot-tags {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    max-width: 850px;\n    margin: auto;\n  }\n\n  .hot-tag {\n    padding: 11px 17px;\n    border-radius: 999px;\n    border: 1px solid #333;\n    background: #101010;\n    color: #ddd;\n    font-size: 13px;\n    transition: .25s ease;\n  }\n\n  .hot-tag:hover {\n    color: #080808;\n    background: var(--gold);\n    border-color: var(--gold);\n    transform: translateY(-2px);\n  }\n\n  \/* INCLUDED *\/\n  .hot-included {\n    margin: 24px;\n    padding: 25px;\n    border-radius: 17px;\n    border: 1px solid rgba(212,175,55,.35);\n    background: linear-gradient(135deg, rgba(212,175,55,.08), rgba(255,255,255,.025));\n    text-align: center;\n  }\n\n  .hot-included strong {\n    color: var(--gold-light);\n  }\n\n  .hot-included span {\n    display: block;\n    margin-top: 7px;\n    color: #ccc;\n    font-size: 14px;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 800px) {\n    .hot-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hot-card:last-child {\n      grid-column: span 2;\n    }\n  }\n\n  @media (max-width: 560px) {\n    .hot-hero {\n      padding: 48px 20px;\n    }\n\n    .hot-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-card:last-child {\n      grid-column: auto;\n    }\n\n    .hot-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-strip-item {\n      border-right: 0;\n      border-bottom: 1px solid #292929;\n    }\n\n    .hot-strip-item:last-child {\n      border-bottom: 0;\n    }\n\n    .hot-perfect {\n      padding: 40px 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hot-bird-feeder\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hot-hero\"\u003e\n    \u003cdiv class=\"hot-eyebrow\"\u003eHOUSE OF TAILS™ • BIRD ESSENTIAL\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Feed. Hydrate. \u003cspan\u003eDelight.\u003c\/span\u003e 🐦\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Give your feathered friends a dedicated feeding station that's\n      practical, versatile and effortlessly easy to use.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTRO --\u003e\n  \u003csection class=\"hot-intro\"\u003e\n    \u003ch3\u003eOne Bowl. Endless Possibilities.\u003c\/h3\u003e\n\n    \u003cp\u003e\n      Designed for everyday bird care, this multifunctional hanging bowl\n      can be used for food, fresh water or delicious treats. Hang it inside\n      a cage, attach it near a perch or create a convenient outdoor feeding\n      station in seconds.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- INTERACTIVE BENEFITS --\u003e\n  \u003csection class=\"hot-benefits\"\u003e\n\n    \u003cdiv class=\"hot-section-title\"\u003e\n      \u003ch3\u003eWhy You'll Love It ✦\u003c\/h3\u003e\n      \u003cp\u003eHover over each benefit to explore\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hot-grid\"\u003e\n\n      \u003cdiv class=\"hot-card\" tabindex=\"0\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🪝\u003c\/div\u003e\n        \u003ch4\u003eEasy to Hang\u003c\/h4\u003e\n        \u003cp\u003e\n          Hang it inside cages, beside perches or at outdoor feeding\n          stations without complicated setup.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-card\" tabindex=\"0\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🍽️\u003c\/div\u003e\n        \u003ch4\u003e3-in-1 Function\u003c\/h4\u003e\n        \u003cp\u003e\n          Switch effortlessly between a food bowl, water dish or treat\n          holder whenever your bird needs it.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-card\" tabindex=\"0\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e💪\u003c\/div\u003e\n        \u003ch4\u003eBuilt for Everyday Use\u003c\/h4\u003e\n        \u003cp\u003e\n          Sturdy plastic construction provides a practical feeding solution\n          that's simple to maintain and clean.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-card\" tabindex=\"0\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🦜\u003c\/div\u003e\n        \u003ch4\u003eBird-Friendly Versatility\u003c\/h4\u003e\n        \u003cp\u003e\n          Suitable for a variety of feathered companions, from budgies and\n          canaries to parrots and more.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-card\" tabindex=\"0\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🌸\u003c\/div\u003e\n        \u003ch4\u003eCharming Design\u003c\/h4\u003e\n        \u003cp\u003e\n          A neat and attractive addition to your bird's habitat or garden\n          feeding area.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FEATURE STRIP --\u003e\n  \u003csection class=\"hot-strip\"\u003e\n\n    \u003cdiv class=\"hot-strip-item\"\u003e\n      \u003cstrong\u003e🐤 FEED\u003c\/strong\u003e\n      \u003cspan\u003ePerfect for everyday bird food and seed.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hot-strip-item\"\u003e\n      \u003cstrong\u003e💧 HYDRATE\u003c\/strong\u003e\n      \u003cspan\u003eKeep fresh drinking water within easy reach.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hot-strip-item\"\u003e\n      \u003cstrong\u003e🌿 TREAT\u003c\/strong\u003e\n      \u003cspan\u003eGreat for rewarding your feathered friends.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- PERFECT FOR --\u003e\n  \u003csection class=\"hot-perfect\"\u003e\n\n    \u003ch3\u003ePerfect For Every Feathered Friend 🐦\u003c\/h3\u003e\n\n    \u003cdiv class=\"hot-tags\"\u003e\n      \u003cspan class=\"hot-tag\"\u003e🦜 Parrots\u003c\/span\u003e\n      \u003cspan class=\"hot-tag\"\u003e🌈 Budgies\u003c\/span\u003e\n      \u003cspan class=\"hot-tag\"\u003e🎶 Canaries\u003c\/span\u003e\n      \u003cspan class=\"hot-tag\"\u003e💐 Hummingbirds\u003c\/span\u003e\n      \u003cspan class=\"hot-tag\"\u003e🐤 Small Birds\u003c\/span\u003e\n      \u003cspan class=\"hot-tag\"\u003e🌿 Outdoor Feeding\u003c\/span\u003e\n      \u003cspan class=\"hot-tag\"\u003e🏡 Bird Habitats\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- INCLUDED --\u003e\n  \u003cdiv class=\"hot-included\"\u003e\n    \u003cstrong\u003e📦 WHAT'S INCLUDED\u003c\/strong\u003e\n    \u003cspan\u003e1 × Multifunctional Bird Feeder \/ Bowl \/ Waterer\u003c\/span\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46649276825702,"sku":null,"price":399.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/bird-feeder-white-bg-2.png?v=1787745146","url":"https:\/\/houseoftails.co.za\/products\/%f0%9f%90%a6-easy-hanging-bird-feeder-durable-plastic-multifunctional","provider":"House Of Tails™","version":"1.0","type":"link"}