{"product_id":"crystal-clear-bird-bath-spa-🐦","title":"Crystal Clear Bird Bath Spa 🐦","description":"\u003c!-- HOUSE OF TAILS™ | CRYSTAL CLEAR BIRD BATH SPA --\u003e\n\u003cstyle\u003e\n  .hot-bird-spa {\n    --hot-black: #0a0a0a;\n    --hot-black-2: #111111;\n    --hot-gold: #d4af37;\n    --hot-gold-light: #f4df9b;\n    --hot-white: #ffffff;\n    --hot-muted: #b8b8b8;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    background: var(--hot-black);\n    color: var(--hot-white);\n    border-radius: 24px;\n    overflow: hidden;\n    margin: 25px 0;\n    box-shadow: 0 15px 50px rgba(0,0,0,.25);\n  }\n\n  .hot-bird-spa * {\n    box-sizing: border-box;\n  }\n\n  .hot-spa-hero {\n    position: relative;\n    padding: 55px 25px;\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(212,175,55,.18), transparent 45%),\n      linear-gradient(135deg, #080808, #151515);\n    border-bottom: 1px solid rgba(212,175,55,.25);\n  }\n\n  .hot-spa-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 8px 15px;\n    border: 1px solid rgba(212,175,55,.45);\n    border-radius: 50px;\n    color: var(--hot-gold-light);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .hot-spa-hero h2 {\n    margin: 0 auto 15px;\n    max-width: 750px;\n    color: var(--hot-white);\n    font-size: clamp(30px, 5vw, 52px);\n    line-height: 1.08;\n    letter-spacing: -1.5px;\n    font-weight: 800;\n  }\n\n  .hot-spa-hero h2 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-spa-hero p {\n    max-width: 680px;\n    margin: auto;\n    color: #d0d0d0;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* PREMIUM BENEFIT GRID *\/\n  .hot-benefits {\n    padding: 45px 25px;\n    background: #0c0c0c;\n  }\n\n  .hot-section-title {\n    text-align: center;\n    margin-bottom: 30px;\n  }\n\n  .hot-section-title small {\n    display: block;\n    color: var(--hot-gold);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n\n  .hot-section-title h3 {\n    margin: 0;\n    color: #fff;\n    font-size: 28px;\n    font-weight: 800;\n  }\n\n  .hot-benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 14px;\n    max-width: 1100px;\n    margin: auto;\n  }\n\n  .hot-benefit {\n    position: relative;\n    min-height: 205px;\n    padding: 24px 18px;\n    background: linear-gradient(145deg, #171717, #0d0d0d);\n    border: 1px solid rgba(255,255,255,.08);\n    border-radius: 18px;\n    overflow: hidden;\n    cursor: default;\n    transition: all .35s ease;\n  }\n\n  .hot-benefit:before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 2px;\n    background: linear-gradient(90deg, transparent, var(--hot-gold), transparent);\n    transform: scaleX(.2);\n    transition: transform .35s ease;\n  }\n\n  .hot-benefit:hover {\n    transform: translateY(-8px);\n    border-color: rgba(212,175,55,.5);\n    box-shadow: 0 15px 35px rgba(0,0,0,.4);\n  }\n\n  .hot-benefit:hover:before {\n    transform: scaleX(1);\n  }\n\n  .hot-benefit-icon {\n    width: 52px;\n    height: 52px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(212,175,55,.1);\n    border: 1px solid rgba(212,175,55,.25);\n    border-radius: 14px;\n    font-size: 25px;\n    margin-bottom: 18px;\n    transition: all .35s ease;\n  }\n\n  .hot-benefit:hover .hot-benefit-icon {\n    background: var(--hot-gold);\n    transform: rotate(-4deg) scale(1.08);\n  }\n\n  .hot-benefit h4 {\n    margin: 0 0 9px;\n    color: #fff;\n    font-size: 16px;\n    line-height: 1.3;\n  }\n\n  .hot-benefit p {\n    margin: 0;\n    color: #a9a9a9;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* OWNER BENEFITS *\/\n  .hot-owner {\n    padding: 50px 25px;\n    background:\n      radial-gradient(circle at 10% 50%, rgba(212,175,55,.08), transparent 35%),\n      #101010;\n  }\n\n  .hot-owner-grid {\n    max-width: 1050px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 14px;\n  }\n\n  .hot-owner-card {\n    padding: 25px 20px;\n    border-radius: 16px;\n    background: rgba(255,255,255,.035);\n    border: 1px solid rgba(255,255,255,.07);\n    transition: .3s ease;\n  }\n\n  .hot-owner-card:hover {\n    background: rgba(212,175,55,.07);\n    border-color: rgba(212,175,55,.35);\n    transform: translateY(-5px);\n  }\n\n  .hot-owner-card .icon {\n    font-size: 25px;\n    margin-bottom: 12px;\n  }\n\n  .hot-owner-card strong {\n    display: block;\n    color: #fff;\n    font-size: 15px;\n    margin-bottom: 7px;\n  }\n\n  .hot-owner-card span {\n    color: #999;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* EXPERIENCE BANNER *\/\n  .hot-experience {\n    margin: 0;\n    padding: 55px 25px;\n    text-align: center;\n    background:\n      linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.9)),\n      radial-gradient(circle at center, #5c4810, #080808 65%);\n    border-top: 1px solid rgba(212,175,55,.2);\n  }\n\n  .hot-experience .quote {\n    max-width: 700px;\n    margin: auto;\n    color: #fff;\n    font-size: clamp(21px, 3vw, 30px);\n    line-height: 1.45;\n    font-weight: 700;\n  }\n\n  .hot-experience .quote span {\n    color: var(--hot-gold);\n  }\n\n  .hot-experience .sub {\n    margin: 14px auto 0;\n    color: #aaa;\n    font-size: 14px;\n  }\n\n  \/* GOLD CTA *\/\n  .hot-spa-cta {\n    padding: 30px 25px;\n    text-align: center;\n    background: #080808;\n  }\n\n  .hot-spa-cta-inner {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    color: #080808;\n    background: linear-gradient(135deg, #f2d675, #c9a52e);\n    padding: 15px 28px;\n    border-radius: 50px;\n    font-size: 14px;\n    font-weight: 800;\n    letter-spacing: .3px;\n    box-shadow: 0 8px 25px rgba(212,175,55,.18);\n  }\n\n  \/* MOBILE *\/\n  @media (max-width: 900px) {\n    .hot-benefit-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hot-owner-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 600px) {\n    .hot-spa-hero {\n      padding: 42px 20px;\n    }\n\n    .hot-spa-hero h2 {\n      font-size: 32px;\n    }\n\n    .hot-spa-hero p {\n      font-size: 14px;\n    }\n\n    .hot-benefits,\n    .hot-owner {\n      padding: 38px 16px;\n    }\n\n    .hot-benefit-grid,\n    .hot-owner-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-benefit {\n      min-height: auto;\n    }\n\n    .hot-benefit:hover {\n      transform: translateY(-3px);\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hot-bird-spa\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hot-spa-hero\"\u003e\n    \u003cdiv class=\"hot-spa-eyebrow\"\u003e✦ House of Tails™ Premium\u003c\/div\u003e\n\n    \u003ch2\u003e\n      A \u003cspan\u003eSpa Day\u003c\/span\u003e,\u003cbr\u003e\n      Every Day 🐦\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Turn everyday bath time into a luxurious little ritual.\n      The Crystal Clear Bird Bath Spa gives your feathered companion\n      a dedicated space to splash, preen and stay fresh — while keeping\n      the surrounding area cleaner.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- BIRD BENEFITS --\u003e\n  \u003csection class=\"hot-benefits\"\u003e\n\n    \u003cdiv class=\"hot-section-title\"\u003e\n      \u003csmall\u003eDesigned For Happy Birds\u003c\/small\u003e\n      \u003ch3\u003eWhy Your Bird Will Love It\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hot-benefit-grid\"\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-benefit-icon\"\u003e🔍\u003c\/div\u003e\n        \u003ch4\u003eCrystal-Clear Visibility\u003c\/h4\u003e\n        \u003cp\u003e\n          The transparent design gives you an unobstructed view\n          while your bird enjoys bath time.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-benefit-icon\"\u003e💧\u003c\/div\u003e\n        \u003ch4\u003eSplash-Proof Design\u003c\/h4\u003e\n        \u003cp\u003e\n          Helps contain water and splashes inside the bathing area\n          for a cleaner cage environment.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-benefit-icon\"\u003e🛁\u003c\/div\u003e\n        \u003ch4\u003eSpacious Bathing Area\u003c\/h4\u003e\n        \u003cp\u003e\n          A comfortable bathing space designed to give your bird\n          room to splash, move and enjoy itself.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-benefit-icon\"\u003e🔒\u003c\/div\u003e\n        \u003ch4\u003eSecure Cage Attachment\u003c\/h4\u003e\n        \u003cp\u003e\n          Designed to attach securely to most standard bird cage\n          bars for convenient everyday use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-benefit-icon\"\u003e🧼\u003c\/div\u003e\n        \u003ch4\u003eEasy to Clean\u003c\/h4\u003e\n        \u003cp\u003e\n          Smooth surfaces make rinsing and cleaning quick and\n          hassle-free after every bath.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- OWNER BENEFITS --\u003e\n  \u003csection class=\"hot-owner\"\u003e\n\n    \u003cdiv class=\"hot-section-title\"\u003e\n      \u003csmall\u003eAnd For You\u003c\/small\u003e\n      \u003ch3\u003eLess Mess. More Enjoyment.\u003c\/h3\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hot-owner-grid\"\u003e\n\n      \u003cdiv class=\"hot-owner-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🚫💦\u003c\/div\u003e\n        \u003cstrong\u003eLess Water Everywhere\u003c\/strong\u003e\n        \u003cspan\u003e\n          The enclosed bathing area helps keep unwanted splashes\n          contained instead of ending up around the cage.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-owner-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🧹\u003c\/div\u003e\n        \u003cstrong\u003eLess Cleaning\u003c\/strong\u003e\n        \u003cspan\u003e\n          Spend less time wiping up after bath time and more time\n          enjoying your feathered companion.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-owner-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e❤️\u003c\/div\u003e\n        \u003cstrong\u003eA Daily Little Luxury\u003c\/strong\u003e\n        \u003cspan\u003e\n          Give your bird a dedicated space to enjoy one of its\n          favourite natural behaviours.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-owner-card\"\u003e\n        \u003cdiv class=\"icon\"\u003e🎁\u003c\/div\u003e\n        \u003cstrong\u003eA Gift They'll Enjoy\u003c\/strong\u003e\n        \u003cspan\u003e\n          Turn an ordinary cage into a more enriching and enjoyable\n          environment for your feathered friend.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- EMOTIONAL CLOSE --\u003e\n  \u003csection class=\"hot-experience\"\u003e\n    \u003cdiv class=\"quote\"\u003e\n      “Because bath time shouldn't feel like a chore —\n      it should feel like a \u003cspan\u003espa day.\u003c\/span\u003e”\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"sub\"\u003e\n      Give your feathered friend a bathing space they'll look forward to.\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- CTA --\u003e\n  \u003cdiv class=\"hot-spa-cta\"\u003e\n    \u003cdiv class=\"hot-spa-cta-inner\"\u003e\n      ✦ Elevate Their Everyday ✦\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46656123175014,"sku":null,"price":359.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/crystal-clear-bird-bath-spa-bird-benefits.png?v=1787820695","url":"https:\/\/houseoftails.co.za\/products\/crystal-clear-bird-bath-spa-%f0%9f%90%a6","provider":"House Of Tails™","version":"1.0","type":"link"}