{"product_id":"window-bird-feeder-with-suction-cups-clear-transparent-birdhouse🐦","title":"Window Bird Feeder with Suction Cups — Clear Transparent Birdhouse🐦","description":"\u003cstyle\u003e\n  .hot-bird-feeder {\n    --black: #080808;\n    --gold: #d4af37;\n    --gold-light: #f4d77d;\n    --white: #ffffff;\n    --cream: #f8f7f3;\n    --text: #222222;\n    --muted: #6f6f6f;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: var(--text);\n    max-width: 1100px;\n    margin: 0 auto;\n    line-height: 1.65;\n  }\n\n  .hot-bird-feeder * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .hot-bf-hero {\n    background:\n      radial-gradient(circle at 85% 20%, rgba(212,175,55,.16), transparent 30%),\n      linear-gradient(135deg, #080808 0%, #151515 100%);\n    color: white;\n    padding: 65px 28px;\n    text-align: center;\n    border-radius: 24px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .hot-bf-hero:before {\n    content: \"\";\n    position: absolute;\n    width: 260px;\n    height: 260px;\n    border: 1px solid rgba(212,175,55,.2);\n    border-radius: 50%;\n    top: -120px;\n    right: -80px;\n  }\n\n  .hot-bf-eyebrow {\n    display: inline-block;\n    color: var(--gold-light);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 15px;\n  }\n\n  .hot-bf-hero h2 {\n    margin: 0 auto 18px;\n    max-width: 760px;\n    font-size: clamp(32px, 5vw, 54px);\n    line-height: 1.08;\n    letter-spacing: -1.5px;\n    font-weight: 800;\n  }\n\n  .hot-bf-hero h2 span {\n    color: var(--gold-light);\n  }\n\n  .hot-bf-hero p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: #d5d5d5;\n    font-size: 17px;\n  }\n\n  \/* GOLD DIVIDER *\/\n  .hot-bf-divider {\n    width: 70px;\n    height: 3px;\n    background: linear-gradient(90deg, var(--gold), var(--gold-light));\n    margin: 28px auto;\n    border-radius: 10px;\n  }\n\n  \/* BENEFITS *\/\n  .hot-bf-section {\n    padding: 55px 18px;\n  }\n\n  .hot-bf-heading {\n    text-align: center;\n    margin-bottom: 35px;\n  }\n\n  .hot-bf-heading h3 {\n    margin: 0 0 8px;\n    font-size: 30px;\n    color: var(--black);\n    letter-spacing: -.5px;\n  }\n\n  .hot-bf-heading p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n  }\n\n  .hot-bf-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 14px;\n  }\n\n  .hot-bf-card {\n    background: #fff;\n    border: 1px solid #e9e9e9;\n    border-radius: 18px;\n    padding: 25px 17px;\n    text-align: center;\n    cursor: pointer;\n    transition: all .35s ease;\n    position: relative;\n    overflow: hidden;\n    min-height: 190px;\n  }\n\n  .hot-bf-card:before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(145deg, rgba(212,175,55,.13), transparent 60%);\n    opacity: 0;\n    transition: opacity .35s ease;\n  }\n\n  .hot-bf-card:hover,\n  .hot-bf-card:focus-within {\n    transform: translateY(-8px);\n    border-color: rgba(212,175,55,.7);\n    box-shadow: 0 18px 40px rgba(0,0,0,.1);\n  }\n\n  .hot-bf-card:hover:before {\n    opacity: 1;\n  }\n\n  .hot-bf-icon {\n    position: relative;\n    width: 55px;\n    height: 55px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    border-radius: 50%;\n    background: var(--black);\n    color: var(--gold-light);\n    font-size: 24px;\n    transition: all .35s ease;\n  }\n\n  .hot-bf-card:hover .hot-bf-icon {\n    background: var(--gold);\n    color: var(--black);\n    transform: rotate(8deg) scale(1.08);\n  }\n\n  .hot-bf-card h4 {\n    position: relative;\n    margin: 0 0 8px;\n    font-size: 15px;\n    color: var(--black);\n  }\n\n  .hot-bf-card p {\n    position: relative;\n    margin: 0;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* EXPERIENCE SECTION *\/\n  .hot-bf-experience {\n    background: var(--cream);\n    border-radius: 22px;\n    padding: 48px 30px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 45px;\n    align-items: center;\n  }\n\n  .hot-bf-experience h3 {\n    font-size: 31px;\n    line-height: 1.2;\n    margin: 0 0 15px;\n    color: var(--black);\n  }\n\n  .hot-bf-experience h3 span {\n    color: #b28b18;\n  }\n\n  .hot-bf-experience p {\n    color: #5f5f5f;\n    margin: 0 0 22px;\n  }\n\n  .hot-bf-checks {\n    display: grid;\n    gap: 12px;\n  }\n\n  .hot-bf-check {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-weight: 600;\n    font-size: 14px;\n  }\n\n  .hot-bf-check span {\n    width: 27px;\n    height: 27px;\n    min-width: 27px;\n    border-radius: 50%;\n    background: var(--black);\n    color: var(--gold-light);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n  }\n\n  .hot-bf-visual {\n    min-height: 280px;\n    border-radius: 20px;\n    background:\n      radial-gradient(circle at center, rgba(212,175,55,.18), transparent 55%),\n      #0b0b0b;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hot-bf-visual-ring {\n    width: 180px;\n    height: 180px;\n    border: 1px solid rgba(212,175,55,.35);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    animation: hotPulse 3s ease-in-out infinite;\n  }\n\n  .hot-bf-visual-ring div {\n    width: 110px;\n    height: 110px;\n    border: 1px solid rgba(212,175,55,.5);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 48px;\n  }\n\n  @keyframes hotPulse {\n    0%,100% { transform: scale(1); opacity: .8; }\n    50% { transform: scale(1.08); opacity: 1; }\n  }\n\n  \/* PERFECT FOR *\/\n  .hot-bf-perfect {\n    padding: 55px 10px 25px;\n    text-align: center;\n  }\n\n  .hot-bf-perfect h3 {\n    font-size: 30px;\n    margin: 0 0 25px;\n    color: var(--black);\n  }\n\n  .hot-bf-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 10px;\n  }\n\n  .hot-bf-tag {\n    border: 1px solid #dedede;\n    padding: 10px 17px;\n    border-radius: 100px;\n    background: white;\n    font-size: 13px;\n    font-weight: 600;\n    transition: all .3s ease;\n  }\n\n  .hot-bf-tag:hover {\n    background: var(--black);\n    color: var(--gold-light);\n    border-color: var(--black);\n    transform: translateY(-3px);\n  }\n\n  \/* WHAT'S INCLUDED *\/\n  .hot-bf-included {\n    margin-top: 35px;\n    background: var(--black);\n    color: white;\n    border-radius: 22px;\n    padding: 40px 28px;\n    text-align: center;\n  }\n\n  .hot-bf-included h3 {\n    margin: 0 0 22px;\n    font-size: 27px;\n  }\n\n  .hot-bf-item {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    margin: 7px;\n    padding: 12px 17px;\n    border: 1px solid rgba(212,175,55,.35);\n    border-radius: 100px;\n    color: #eee;\n    font-size: 14px;\n  }\n\n  .hot-bf-item strong {\n    color: var(--gold-light);\n  }\n\n  \/* FINAL CTA *\/\n  .hot-bf-cta {\n    margin-top: 20px;\n    padding: 48px 25px;\n    text-align: center;\n    border: 1px solid #e2e2e2;\n    border-radius: 22px;\n  }\n\n  .hot-bf-cta h3 {\n    margin: 0 0 10px;\n    font-size: 31px;\n    color: var(--black);\n  }\n\n  .hot-bf-cta p {\n    margin: 0 auto;\n    max-width: 650px;\n    color: var(--muted);\n  }\n\n  .hot-bf-gold-line {\n    width: 45px;\n    height: 3px;\n    background: var(--gold);\n    margin: 20px auto 0;\n    border-radius: 10px;\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 850px) {\n    .hot-bf-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hot-bf-experience {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 520px) {\n    .hot-bf-hero {\n      padding: 48px 20px;\n      border-radius: 18px;\n    }\n\n    .hot-bf-hero h2 {\n      font-size: 34px;\n    }\n\n    .hot-bf-section {\n      padding: 40px 5px;\n    }\n\n    .hot-bf-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-bf-card {\n      min-height: auto;\n    }\n\n    .hot-bf-experience {\n      padding: 35px 22px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hot-bird-feeder\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hot-bf-hero\"\u003e\n\u003cdiv class=\"hot-bf-eyebrow\"\u003eHouse of Tails™ • Premium Bird Accessories\u003c\/div\u003e\n\u003ch2\u003eBring Nature Closer — \u003cspan\u003eRight to Your Window.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eTurn your window into a front-row seat to nature. Watch beautiful wild birds feed just centimetres away — without leaving the comfort of home. 🐦\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- INTERACTIVE BENEFITS --\u003e\n\u003csection class=\"hot-bf-section\"\u003e\n\u003cdiv class=\"hot-bf-heading\"\u003e\n\u003ch3\u003eDesigned For Better Birdwatching\u003c\/h3\u003e\n\u003cp\u003eHover or tap each benefit to explore ✦\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-grid\"\u003e\n\u003cdiv class=\"hot-bf-card\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-bf-icon\"\u003e🔍\u003c\/div\u003e\n\u003ch4\u003eCrystal-Clear View\u003c\/h4\u003e\n\u003cp\u003eTransparent construction gives you an unobstructed 360° view of your feathered visitors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-card\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-bf-icon\"\u003e💪\u003c\/div\u003e\n\u003ch4\u003eSecure Suction Grip\u003c\/h4\u003e\n\u003cp\u003eHeavy-duty suction cups hold firmly to smooth glass surfaces for confident placement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-card\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-bf-icon\"\u003e🧼\u003c\/div\u003e\n\u003ch4\u003eEasy To Clean\u003c\/h4\u003e\n\u003cp\u003eThe removable tray makes refilling and cleaning quick, simple, and hassle-free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-card\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-bf-icon\"\u003e🌾\u003c\/div\u003e\n\u003ch4\u003eFeed Their Way\u003c\/h4\u003e\n\u003cp\u003eFill it with seeds, nuts, or mixed bird feed to attract a variety of wild birds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-card\" tabindex=\"0\"\u003e\n\u003cdiv class=\"hot-bf-icon\"\u003e☀️\u003c\/div\u003e\n\u003ch4\u003eBuilt For Outdoors\u003c\/h4\u003e\n\u003cp\u003eWeather-resistant plastic is designed to handle everyday sun, rain, and wind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EXPERIENCE --\u003e\n\u003csection class=\"hot-bf-experience\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eYour Window. \u003cspan\u003eTheir New Favourite Stop.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eCreate a peaceful little wildlife experience right outside your window. Perfect for relaxing mornings, family birdwatching, or simply adding a touch of nature to your everyday routine.\u003c\/p\u003e\n\u003cdiv class=\"hot-bf-checks\"\u003e\n\u003cdiv class=\"hot-bf-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Enjoy birds from the comfort of home\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Great for apartments and homes\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Simple to fill and maintain\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Perfect for families and nature lovers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-visual\"\u003e\n\u003cdiv class=\"hot-bf-visual-ring\"\u003e\n\u003cdiv\u003e🐦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PERFECT FOR --\u003e\n\u003csection class=\"hot-bf-perfect\"\u003e\n\u003ch3\u003ePerfect For Every Bird Lover\u003c\/h3\u003e\n\u003cdiv class=\"hot-bf-tags\"\u003e\n\u003cdiv class=\"hot-bf-tag\"\u003e🏡 Homeowners\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-tag\"\u003e🏢 Apartment Living\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-tag\"\u003e🌿 Nature Lovers\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-tag\"\u003e👨👩👧 Families\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-tag\"\u003e🔭 Birdwatchers\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-tag\"\u003e🎁 Nature-Loving Gifts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"hot-bf-included\"\u003e\n\u003ch3\u003eEverything You Need To Get Started\u003c\/h3\u003e\n\u003cdiv class=\"hot-bf-item\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Clear Window Bird Feeder\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-item\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Strong Suction Cups\u003c\/div\u003e\n\u003cdiv class=\"hot-bf-item\"\u003e\n\u003cstrong\u003e✓\u003c\/strong\u003e Removable Feeding Tray\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"hot-bf-cta\"\u003e\n\u003ch3\u003eTurn Your Window Into A Birdwatching Spot. 🐦\u003c\/h3\u003e\n\u003cp\u003eBring the beauty of nature closer and enjoy fascinating feathered visitors from the comfort of your own home.\u003c\/p\u003e\n\u003cdiv class=\"hot-bf-gold-line\"\u003e\u003cbr\u003e\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":46649208406118,"sku":null,"price":359.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/window-bird-feeder-with-logo.png?v=1787743069","url":"https:\/\/houseoftails.co.za\/products\/window-bird-feeder-with-suction-cups-clear-transparent-birdhouse%f0%9f%90%a6","provider":"House Of Tails™","version":"1.0","type":"link"}