{"product_id":"wall-mounted-cat-grooming-comb-🐾","title":"Wall-Mounted Cat Grooming Comb 🐾","description":"\u003c!-- House of Tails™ — Wall-Mounted Cat Grooming Comb --\u003e\n\u003cstyle\u003e\n  .hot-cat-groomer {\n    --black: #0b0b0b;\n    --black-soft: #151515;\n    --gold: #d4af37;\n    --gold-light: #f0d77a;\n    --white: #ffffff;\n    --text: #222222;\n    --muted: #777777;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    color: var(--text);\n    background: var(--white);\n    max-width: 900px;\n    margin: 0 auto;\n    overflow: hidden;\n  }\n\n  .hot-cat-groomer * {\n    box-sizing: border-box;\n  }\n\n  \/* HERO *\/\n  .hot-hero {\n    position: relative;\n    padding: 48px 28px 42px;\n    background:\n      radial-gradient(circle at 85% 20%, rgba(212,175,55,.18), transparent 30%),\n      linear-gradient(145deg, #080808, #171717);\n    color: #fff;\n    border-radius: 18px;\n    margin-bottom: 22px;\n    text-align: center;\n  }\n\n  .hot-eyebrow {\n    display: inline-block;\n    color: var(--gold-light);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n\n  .hot-hero h2 {\n    margin: 0 auto 14px;\n    max-width: 680px;\n    font-size: clamp(29px, 6vw, 48px);\n    line-height: 1.05;\n    font-weight: 850;\n    letter-spacing: -1.5px;\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: #d8d8d8;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .hot-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-top: 25px;\n    padding: 9px 15px;\n    border: 1px solid rgba(212,175,55,.45);\n    border-radius: 100px;\n    color: #fff;\n    font-size: 12px;\n    font-weight: 700;\n    background: rgba(255,255,255,.05);\n  }\n\n  \/* SECTION *\/\n  .hot-section {\n    padding: 26px 4px;\n  }\n\n  .hot-section-title {\n    text-align: center;\n    margin-bottom: 22px;\n  }\n\n  .hot-section-title small {\n    display: block;\n    color: #b08c20;\n    font-weight: 800;\n    font-size: 11px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 7px;\n  }\n\n  .hot-section-title h3 {\n    margin: 0;\n    color: var(--black);\n    font-size: 26px;\n    line-height: 1.15;\n  }\n\n  \/* INTERACTIVE BENEFITS *\/\n  .hot-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 12px;\n  }\n\n  .hot-benefit {\n    position: relative;\n    background: #fff;\n    border: 1px solid #e8e8e8;\n    border-radius: 15px;\n    padding: 20px;\n    cursor: pointer;\n    transition: .28s ease;\n    box-shadow: 0 5px 20px rgba(0,0,0,.04);\n  }\n\n  .hot-benefit:hover,\n  .hot-benefit:focus-within {\n    transform: translateY(-4px);\n    border-color: rgba(212,175,55,.65);\n    box-shadow: 0 12px 30px rgba(0,0,0,.10);\n  }\n\n  .hot-benefit-top {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n  }\n\n  .hot-icon {\n    width: 44px;\n    height: 44px;\n    min-width: 44px;\n    display: grid;\n    place-items: center;\n    border-radius: 12px;\n    background: var(--black);\n    color: var(--gold-light);\n    font-size: 20px;\n  }\n\n  .hot-benefit h4 {\n    margin: 0;\n    font-size: 15px;\n    color: #111;\n  }\n\n  .hot-plus {\n    margin-left: auto;\n    color: var(--gold);\n    font-size: 22px;\n    font-weight: 300;\n    transition: transform .25s ease;\n  }\n\n  .hot-benefit input {\n    display: none;\n  }\n\n  .hot-details {\n    max-height: 0;\n    overflow: hidden;\n    opacity: 0;\n    transition: max-height .35s ease, opacity .25s ease, margin .25s ease;\n  }\n\n  .hot-benefit input:checked ~ .hot-details {\n    max-height: 100px;\n    opacity: 1;\n    margin-top: 14px;\n  }\n\n  .hot-benefit input:checked ~ .hot-benefit-top .hot-plus {\n    transform: rotate(45deg);\n  }\n\n  .hot-details p {\n    margin: 0;\n    padding-top: 13px;\n    border-top: 1px solid #eee;\n    color: #666;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  \/* FEATURE STRIP *\/\n  .hot-strip {\n    margin: 20px 0 6px;\n    padding: 24px 20px;\n    border-radius: 16px;\n    background: var(--black);\n    color: #fff;\n    text-align: center;\n  }\n\n  .hot-strip strong {\n    display: block;\n    color: var(--gold-light);\n    font-size: 20px;\n    margin-bottom: 6px;\n  }\n\n  .hot-strip span {\n    display: block;\n    color: #cfcfcf;\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  \/* HOW IT WORKS *\/\n  .hot-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .hot-step {\n    text-align: center;\n    padding: 20px 12px;\n    border-radius: 14px;\n    background: #f8f8f8;\n  }\n\n  .hot-step-number {\n    width: 32px;\n    height: 32px;\n    margin: 0 auto 10px;\n    display: grid;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--gold);\n    color: #111;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .hot-step strong {\n    display: block;\n    font-size: 14px;\n    margin-bottom: 5px;\n  }\n\n  .hot-step span {\n    color: #777;\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  \/* CLOSING *\/\n  .hot-closing {\n    margin-top: 22px;\n    padding: 35px 24px;\n    border-radius: 18px;\n    background: linear-gradient(145deg, #111, #050505);\n    color: white;\n    text-align: center;\n  }\n\n  .hot-closing h3 {\n    margin: 0 0 10px;\n    font-size: 26px;\n  }\n\n  .hot-closing h3 span {\n    color: var(--gold-light);\n  }\n\n  .hot-closing p {\n    max-width: 620px;\n    margin: 0 auto;\n    color: #c9c9c9;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .hot-promise {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-top: 20px;\n    color: var(--gold-light);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: .5px;\n  }\n\n  @media (max-width: 650px) {\n    .hot-hero {\n      padding: 38px 20px;\n      border-radius: 14px;\n    }\n\n    .hot-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-steps {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-section {\n      padding-left: 0;\n      padding-right: 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hot-cat-groomer\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hot-hero\"\u003e\n\u003cdiv class=\"hot-eyebrow\"\u003eHouse of Tails™ • Premium Cat Care\u003c\/div\u003e\n\u003ch2\u003eThe Scratch They \u003cspan\u003eCan't Get Enough Of.\u003c\/span\u003e 🐱\u003c\/h2\u003e\n\u003cp\u003eTurn your cat's natural rubbing instinct into a satisfying self-grooming session — helping remove loose fur while giving them a gentle massage they'll keep coming back for.\u003c\/p\u003e\n\u003cdiv class=\"hot-badge\"\u003e✦ Self-Grooming • Less Fur • More Purrs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-section-title\"\u003e\n\u003csmall\u003eDesigned for Cats\u003c\/small\u003e\n\u003ch3\u003eWhy They'll Love It\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefits\"\u003e\n\u003clabel class=\"hot-benefit\"\u003e \u003cinput type=\"checkbox\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"hot-benefit-top\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🧲\u003c\/div\u003e\n\u003ch4\u003eEasy Adhesive Mount\u003c\/h4\u003e\n\u003cdiv class=\"hot-plus\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-details\"\u003e\n\u003cp\u003eNo drilling or complicated installation. Simply attach it to a suitable smooth surface and let your cat discover their new favourite grooming spot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003clabel class=\"hot-benefit\"\u003e \u003cinput type=\"checkbox\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"hot-benefit-top\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🪮\u003c\/div\u003e\n\u003ch4\u003eGentle Grooming Bristles\u003c\/h4\u003e\n\u003cdiv class=\"hot-plus\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-details\"\u003e\n\u003cp\u003eFlexible bristles help capture loose fur while providing a gentle massage as your cat rubs against the comb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003clabel class=\"hot-benefit\"\u003e \u003cinput type=\"checkbox\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"hot-benefit-top\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🧱\u003c\/div\u003e\n\u003ch4\u003eBuilt for Daily Use\u003c\/h4\u003e\n\u003cdiv class=\"hot-plus\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-details\"\u003e\n\u003cp\u003eMade from durable PP material designed to handle regular rubbing, scratching and everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003clabel class=\"hot-benefit\"\u003e \u003cinput type=\"checkbox\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"hot-benefit-top\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch4\u003eReady in Seconds\u003c\/h4\u003e\n\u003cdiv class=\"hot-plus\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-details\"\u003e\n\u003cp\u003eSimple assembly means you can have your cat's grooming station ready without complicated tools or instructions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003clabel class=\"hot-benefit\"\u003e \u003cinput type=\"checkbox\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"hot-benefit-top\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🏠\u003c\/div\u003e\n\u003ch4\u003eSpace-Saving Design\u003c\/h4\u003e\n\u003cdiv class=\"hot-plus\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-details\"\u003e\n\u003cp\u003eMounts neatly against a wall, corner or suitable furniture surface without taking up valuable floor space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003clabel class=\"hot-benefit\"\u003e \u003cinput type=\"checkbox\"\u003e\u003c\/label\u003e\n\u003cdiv class=\"hot-benefit-top\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch4\u003eFollows Natural Instincts\u003c\/h4\u003e\n\u003cdiv class=\"hot-plus\"\u003e+\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-details\"\u003e\n\u003cp\u003eCats naturally rub against corners and surfaces. This clever design turns that behaviour into an effortless grooming opportunity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURE STRIP --\u003e\n\u003cdiv class=\"hot-strip\"\u003e\n\u003cstrong\u003eLess Fur Around Your Home. More Happy Grooming.\u003c\/strong\u003e \u003cspan\u003e Give your cat a grooming experience they can enjoy whenever they want — without chasing them around with a brush. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-section-title\"\u003e\n\u003csmall\u003eIt's That Simple\u003c\/small\u003e\n\u003ch3\u003eGrooming Made Effortless\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-steps\"\u003e\n\u003cdiv class=\"hot-step\"\u003e\n\u003cdiv class=\"hot-step-number\"\u003e01\u003c\/div\u003e\n\u003cstrong\u003eMount\u003c\/strong\u003e \u003cspan\u003eAttach the comb to a suitable smooth surface.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-step\"\u003e\n\u003cdiv class=\"hot-step-number\"\u003e02\u003c\/div\u003e\n\u003cstrong\u003eDiscover\u003c\/strong\u003e \u003cspan\u003eLet your curious cat investigate their new grooming station.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-step\"\u003e\n\u003cdiv class=\"hot-step-number\"\u003e03\u003c\/div\u003e\n\u003cstrong\u003eEnjoy\u003c\/strong\u003e \u003cspan\u003eWatch them rub, massage and groom themselves naturally.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"hot-closing\"\u003e\n\u003ch3\u003eBecause Happy Cats Deserve \u003cspan\u003eHappy Homes.\u003c\/span\u003e 🐾\u003c\/h3\u003e\n\u003cp\u003eA simple little upgrade that encourages natural self-grooming, keeps your cat entertained and helps make everyday cat care easier.\u003c\/p\u003e\n\u003cdiv class=\"hot-promise\"\u003e✦ HOUSE OF TAILS™ • MADE FOR PETS, LOVED BY OWNERS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46648909004902,"sku":null,"price":289.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/lifestyle-with-benefits.png?v=1787737692","url":"https:\/\/houseoftails.co.za\/products\/wall-mounted-cat-grooming-comb-%f0%9f%90%be","provider":"House Of Tails™","version":"1.0","type":"link"}