{"product_id":"the-scratch-bed🐾🐱-the-puuurfect-gift","title":"The Scratch Bed🐾🐱{The Puuurfect Gift}","description":"\u003cstyle\u003e\n  .hot-scratch-bed {\n    --hot-black: #0b0b0b;\n    --hot-gold: #d4af37;\n    --hot-gold-light: #f1d77a;\n    --hot-white: #ffffff;\n    --hot-grey: #a7a7a7;\n    --hot-dark-grey: #171717;\n\n    background: var(--hot-black);\n    color: var(--hot-white);\n    padding: 55px 22px;\n    border-radius: 18px;\n    margin: 25px 0;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .hot-scratch-bed * {\n    box-sizing: border-box;\n  }\n\n  .hot-scratch-bed::before {\n    content: \"\";\n    position: absolute;\n    width: 300px;\n    height: 300px;\n    background: rgba(212, 175, 55, 0.08);\n    border-radius: 50%;\n    top: -150px;\n    right: -100px;\n    filter: blur(10px);\n  }\n\n  .hot-scratch-inner {\n    max-width: 1050px;\n    margin: auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hot-eyebrow {\n    text-align: center;\n    color: var(--hot-gold);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n  }\n\n  .hot-title {\n    text-align: center;\n    font-size: clamp(30px, 5vw, 48px);\n    line-height: 1.08;\n    font-weight: 800;\n    margin: 0 auto 18px;\n    max-width: 800px;\n    letter-spacing: -1px;\n  }\n\n  .hot-title span {\n    color: var(--hot-gold);\n  }\n\n  .hot-intro {\n    text-align: center;\n    color: #d0d0d0;\n    font-size: 16px;\n    line-height: 1.75;\n    max-width: 760px;\n    margin: 0 auto 38px;\n  }\n\n  .hot-divider {\n    width: 65px;\n    height: 2px;\n    background: linear-gradient(\n      90deg,\n      transparent,\n      var(--hot-gold),\n      transparent\n    );\n    margin: 0 auto 40px;\n  }\n\n  .hot-benefits {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 14px;\n  }\n\n  .hot-benefit {\n    background: linear-gradient(\n      145deg,\n      #1b1b1b,\n      #101010\n    );\n    border: 1px solid rgba(212, 175, 55, 0.25);\n    border-radius: 15px;\n    padding: 22px 16px;\n    min-height: 190px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    cursor: default;\n    transition:\n      transform 0.3s ease,\n      border-color 0.3s ease,\n      box-shadow 0.3s ease;\n  }\n\n  .hot-benefit::after {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    bottom: 0;\n    width: 100%;\n    height: 3px;\n    background: var(--hot-gold);\n    transform: scaleX(0);\n    transform-origin: center;\n    transition: transform 0.3s ease;\n  }\n\n  .hot-benefit:hover {\n    transform: translateY(-7px);\n    border-color: var(--hot-gold);\n    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);\n  }\n\n  .hot-benefit:hover::after {\n    transform: scaleX(1);\n  }\n\n  .hot-icon {\n    width: 52px;\n    height: 52px;\n    border-radius: 50%;\n    margin: 0 auto 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: rgba(212, 175, 55, 0.1);\n    border: 1px solid rgba(212, 175, 55, 0.35);\n    font-size: 24px;\n    transition: transform 0.3s ease, background 0.3s ease;\n  }\n\n  .hot-benefit:hover .hot-icon {\n    transform: scale(1.1) rotate(5deg);\n    background: rgba(212, 175, 55, 0.18);\n  }\n\n  .hot-benefit-title {\n    font-size: 15px;\n    font-weight: 800;\n    margin-bottom: 10px;\n    color: var(--hot-white);\n  }\n\n  .hot-benefit-text {\n    font-size: 13px;\n    line-height: 1.55;\n    color: var(--hot-grey);\n    margin: 0;\n  }\n\n  .hot-bottom {\n    margin-top: 35px;\n    padding: 20px;\n    border: 1px solid rgba(212, 175, 55, 0.25);\n    border-radius: 14px;\n    background: rgba(212, 175, 55, 0.05);\n    text-align: center;\n  }\n\n  .hot-bottom strong {\n    color: var(--hot-gold-light);\n  }\n\n  .hot-bottom-text {\n    margin: 0;\n    color: #d6d6d6;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .hot-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-top: 18px;\n    color: var(--hot-black);\n    background: linear-gradient(\n      135deg,\n      var(--hot-gold-light),\n      var(--hot-gold)\n    );\n    padding: 13px 25px;\n    border-radius: 50px;\n    font-weight: 800;\n    font-size: 13px;\n    text-decoration: none;\n    transition: transform 0.25s ease, box-shadow 0.25s ease;\n  }\n\n  .hot-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.25);\n  }\n\n  @media (max-width: 900px) {\n    .hot-benefits {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 600px) {\n    .hot-scratch-bed {\n      padding: 40px 15px;\n      border-radius: 12px;\n    }\n\n    .hot-benefits {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 10px;\n    }\n\n    .hot-benefit {\n      min-height: 185px;\n      padding: 18px 12px;\n    }\n\n    .hot-title {\n      font-size: 31px;\n    }\n\n    .hot-intro {\n      font-size: 14px;\n    }\n  }\n\n  @media (max-width: 390px) {\n    .hot-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-benefit {\n      min-height: auto;\n    }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"hot-scratch-bed\"\u003e\n  \u003cdiv class=\"hot-scratch-inner\"\u003e\n\n    \u003cdiv class=\"hot-eyebrow\"\u003e\n      House of Tails™\n    \u003c\/div\u003e\n\n    \u003ch2 class=\"hot-title\"\u003e\n      Your Cat's New \u003cspan\u003eFavourite Spot.\u003c\/span\u003e 🐾\n    \u003c\/h2\u003e\n\n    \u003cp class=\"hot-intro\"\u003e\n      Scratch. Stretch. Snooze. Repeat.  \n      Give your cat a space designed around their natural instincts while\n      helping protect the furniture you love.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"hot-divider\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"hot-benefits\"\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🐾\u003c\/div\u003e\n        \u003cdiv class=\"hot-benefit-title\"\u003e\n          Durable Scratch Surface\n        \u003c\/div\u003e\n        \u003cp class=\"hot-benefit-text\"\u003e\n          Tough sisal gives cats a satisfying surface to scratch, stretch\n          and exercise their natural instincts.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e😴\u003c\/div\u003e\n        \u003cdiv class=\"hot-benefit-title\"\u003e\n          Cosy Rest Zone\n        \u003c\/div\u003e\n        \u003cp class=\"hot-benefit-text\"\u003e\n          After playtime, your cat gets a dedicated place to curl up,\n          relax and enjoy a peaceful nap.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv class=\"hot-benefit-title\"\u003e\n          All-Season Comfort\n        \u003c\/div\u003e\n        \u003cp class=\"hot-benefit-text\"\u003e\n          Designed to become a favourite lounging and scratching spot\n          your cat can enjoy throughout the year.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🏠\u003c\/div\u003e\n        \u003cdiv class=\"hot-benefit-title\"\u003e\n          Furniture Saver\n        \u003c\/div\u003e\n        \u003cp class=\"hot-benefit-text\"\u003e\n          Give destructive scratching a better destination and help\n          redirect attention away from your couch and furniture.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hot-benefit\"\u003e\n        \u003cdiv class=\"hot-icon\"\u003e🎁\u003c\/div\u003e\n        \u003cdiv class=\"hot-benefit-title\"\u003e\n          The Purrfect Gift\n        \u003c\/div\u003e\n        \u003cp class=\"hot-benefit-text\"\u003e\n          A thoughtful gift for cat lovers — practical, entertaining\n          and designed around what cats naturally love.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"hot-bottom\"\u003e\n      \u003cp class=\"hot-bottom-text\"\u003e\n        \u003cstrong\u003e🐱 Made for Cats. Loved by Cats.\u003c\/strong\u003e\u003cbr\u003e\n        Suitable for cats of all breeds and sizes — giving them a dedicated\n        space to scratch, stretch, play and rest.\n      \u003c\/p\u003e\n\n      \u003ca href=\"#AddToCart\" class=\"hot-cta\"\u003e\n        Give Your Cat Their Own Spot \u003cspan\u003e→\u003c\/span\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46643786383462,"sku":null,"price":499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/the-scratch-bed-black-cat-clean-background-house-of-tails.png?v=1787659038","url":"https:\/\/houseoftails.co.za\/products\/the-scratch-bed%f0%9f%90%be%f0%9f%90%b1-the-puuurfect-gift","provider":"House Of Tails™","version":"1.0","type":"link"}