{"product_id":"cat-scratching","title":"💖50% OFF!🐱Natural Sisal Cat Scratching Ball With Cardboard Pad✨","description":"\u003cstyle\u003e\n  .fsj-cat-scratcher {\n    --cat-green:#314722;\n    --cat-green-dark:#203116;\n    --cat-green-soft:#eef3e9;\n    --cat-brown:#a45612;\n    --cat-brown-dark:#74400f;\n    --cat-cream:#fbf8f1;\n    --cat-warm:#f5eee4;\n    --cat-soft:#f7f7f4;\n    --cat-ink:#2d302a;\n    --cat-text:#5c6258;\n    --cat-muted:#7a8074;\n    --cat-line:#e5e2d8;\n    --cat-white:#ffffff;\n\n    max-width:960px;\n    margin:0 auto;\n    overflow:hidden;\n    background:#ffffff;\n    color:var(--cat-text);\n\n    font-family:\n      -apple-system,\n      BlinkMacSystemFont,\n      \"Segoe UI\",\n      Roboto,\n      \"Helvetica Neue\",\n      Arial,\n      sans-serif;\n\n    line-height:1.7;\n    letter-spacing:.03px;\n    -webkit-font-smoothing:antialiased;\n  }\n\n  .fsj-cat-scratcher * {\n    box-sizing:border-box;\n  }\n\n  .fsj-cat-scratcher img {\n    display:block;\n    width:100%;\n    height:auto;\n    margin:0;\n    border:0;\n  }\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  .cat-hero {\n    padding:54px 30px 47px;\n    text-align:center;\n\n    background:\n      radial-gradient(\n        circle at 86% 7%,\n        rgba(164,86,18,.14),\n        transparent 34%\n      ),\n      radial-gradient(\n        circle at 8% 90%,\n        rgba(49,71,34,.10),\n        transparent 30%\n      ),\n      linear-gradient(\n        145deg,\n        #fffdf8 0%,\n        #f3eee3 100%\n      );\n  }\n\n  .cat-eyebrow {\n    margin:0 0 10px;\n    color:var(--cat-green);\n    font-size:11px;\n    font-weight:700;\n    line-height:1.4;\n    letter-spacing:2.4px;\n    text-transform:uppercase;\n  }\n\n  .cat-title {\n    max-width:840px;\n    margin:0 auto 16px;\n    color:var(--cat-green-dark);\n\n    font-size:clamp(36px,6vw,58px);\n    line-height:1.04;\n    font-weight:760;\n    letter-spacing:-1.4px;\n  }\n\n  .cat-title span {\n    color:var(--cat-brown);\n  }\n\n  .cat-lead {\n    max-width:710px;\n    margin:0 auto;\n    color:var(--cat-muted);\n    font-size:16px;\n    line-height:1.8;\n  }\n\n  \/* =========================\n     BENEFIT BAR\n  ========================= *\/\n\n  .cat-benefits {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    background:var(--cat-green-dark);\n  }\n\n  .cat-benefit {\n    position:relative;\n    padding:22px 7px;\n    text-align:center;\n  }\n\n  .cat-benefit:not(:last-child):after {\n    content:\"\";\n    position:absolute;\n    top:25%;\n    right:0;\n    width:1px;\n    height:50%;\n    background:rgba(255,255,255,.13);\n  }\n\n  .cat-benefit strong {\n    display:block;\n    margin-bottom:4px;\n    color:#ffffff;\n    font-size:13px;\n    font-weight:700;\n    line-height:1.4;\n  }\n\n  .cat-benefit span {\n    display:block;\n    color:rgba(255,255,255,.57);\n    font-size:10px;\n    line-height:1.45;\n  }\n\n  \/* =========================\n     SECTIONS\n  ========================= *\/\n\n  .cat-section {\n    padding:43px 30px;\n    background:#ffffff;\n  }\n\n  .cat-section.center {\n    text-align:center;\n  }\n\n  .cat-section.cream {\n    background:var(--cat-cream);\n  }\n\n  .cat-section.warm {\n    background:var(--cat-warm);\n  }\n\n  .cat-section.soft {\n    background:var(--cat-soft);\n  }\n\n  .cat-section.green-soft {\n    background:var(--cat-green-soft);\n  }\n\n  .cat-section.dark {\n    background:\n      radial-gradient(\n        circle at 15% 0%,\n        rgba(164,86,18,.16),\n        transparent 35%\n      ),\n      linear-gradient(\n        145deg,\n        #203116,\n        #3a5128\n      );\n  }\n\n  .cat-label {\n    margin:0 0 8px;\n    color:var(--cat-brown);\n    font-size:10px;\n    font-weight:700;\n    letter-spacing:2.1px;\n    text-transform:uppercase;\n  }\n\n  .cat-section.dark .cat-label {\n    color:#ddb487;\n  }\n\n  .cat-rule {\n    width:44px;\n    height:3px;\n    margin:0 auto 18px;\n    background:var(--cat-brown);\n    border-radius:10px;\n  }\n\n  .cat-section h2 {\n    max-width:800px;\n    margin:0 auto 14px;\n    color:var(--cat-green-dark);\n\n    font-size:clamp(28px,4.3vw,41px);\n    line-height:1.16;\n    font-weight:730;\n    letter-spacing:-.8px;\n  }\n\n  .cat-section h2 span {\n    color:var(--cat-brown);\n  }\n\n  .cat-section p {\n    max-width:710px;\n    margin:0 auto;\n    color:var(--cat-muted);\n    font-size:15px;\n    line-height:1.8;\n  }\n\n  .cat-section.dark h2 {\n    color:#ffffff;\n  }\n\n  .cat-section.dark h2 span {\n    color:#e2b17f;\n  }\n\n  .cat-section.dark p {\n    color:rgba(255,255,255,.68);\n  }\n\n  \/* =========================\n     FEATURE GRID\n  ========================= *\/\n\n  .cat-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:11px;\n    max-width:820px;\n    margin:29px auto 0;\n  }\n\n  .cat-card {\n    padding:22px 12px;\n    background:#ffffff;\n    border:1px solid var(--cat-line);\n    border-radius:13px;\n    text-align:center;\n  }\n\n  .cat-card strong {\n    display:block;\n    margin-bottom:5px;\n    color:var(--cat-green-dark);\n    font-size:14px;\n    font-weight:700;\n  }\n\n  .cat-card span {\n    display:block;\n    color:var(--cat-muted);\n    font-size:10.5px;\n    line-height:1.55;\n  }\n\n  \/* =========================\n     MATERIAL GRID\n  ========================= *\/\n\n  .cat-materials {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:11px;\n    max-width:820px;\n    margin:29px auto 0;\n  }\n\n  .cat-material {\n    padding:21px 12px;\n    background:#ffffff;\n    border:1px solid var(--cat-line);\n    border-radius:13px;\n    text-align:center;\n  }\n\n  .cat-material strong {\n    display:block;\n    margin-bottom:5px;\n    color:var(--cat-brown-dark);\n    font-size:13px;\n  }\n\n  .cat-material span {\n    display:block;\n    color:var(--cat-muted);\n    font-size:10.5px;\n    line-height:1.5;\n  }\n\n  \/* =========================\n     DARK GRID\n  ========================= *\/\n\n  .cat-dark-grid {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:11px;\n    max-width:800px;\n    margin:29px auto 0;\n  }\n\n  .cat-dark-card {\n    padding:20px 11px;\n    border:1px solid rgba(226,177,127,.28);\n    border-radius:12px;\n    text-align:center;\n  }\n\n  .cat-dark-card strong {\n    display:block;\n    margin-bottom:5px;\n    color:#ffffff;\n    font-size:13px;\n  }\n\n  .cat-dark-card span {\n    display:block;\n    color:rgba(255,255,255,.59);\n    font-size:10.5px;\n    line-height:1.5;\n  }\n\n  \/* =========================\n     DIMENSIONS\n  ========================= *\/\n\n  .cat-dimensions {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:11px;\n    max-width:790px;\n    margin:29px auto 0;\n  }\n\n  .cat-dimension {\n    padding:22px 10px;\n    background:#ffffff;\n    border:1px solid var(--cat-line);\n    border-radius:12px;\n    text-align:center;\n  }\n\n  .cat-dimension strong {\n    display:block;\n    margin-bottom:5px;\n    color:var(--cat-brown);\n    font-size:17px;\n  }\n\n  .cat-dimension span {\n    display:block;\n    color:var(--cat-muted);\n    font-size:11px;\n    line-height:1.45;\n  }\n\n  \/* =========================\n     LOCATIONS\n  ========================= *\/\n\n  .cat-locations {\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    max-width:850px;\n    margin:29px auto 0;\n    overflow:hidden;\n    border:1px solid var(--cat-line);\n    border-radius:13px;\n  }\n\n  .cat-location {\n    padding:21px 8px;\n    background:#ffffff;\n    border-right:1px solid var(--cat-line);\n    text-align:center;\n  }\n\n  .cat-location:last-child {\n    border-right:none;\n  }\n\n  .cat-location strong {\n    display:block;\n    margin-bottom:4px;\n    color:var(--cat-green-dark);\n    font-size:13px;\n  }\n\n  .cat-location span {\n    display:block;\n    color:var(--cat-muted);\n    font-size:10px;\n    line-height:1.45;\n  }\n\n  \/* =========================\n     DETAIL STRIP\n  ========================= *\/\n\n  .cat-strip {\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    background:var(--cat-green-dark);\n  }\n\n  .cat-strip-item {\n    position:relative;\n    padding:21px 7px;\n    text-align:center;\n  }\n\n  .cat-strip-item:not(:last-child):after {\n    content:\"\";\n    position:absolute;\n    top:25%;\n    right:0;\n    width:1px;\n    height:50%;\n    background:rgba(255,255,255,.13);\n  }\n\n  .cat-strip-item strong {\n    display:block;\n    margin-bottom:3px;\n    color:#dfb17e;\n    font-size:13px;\n  }\n\n  .cat-strip-item span {\n    color:rgba(255,255,255,.54);\n    font-size:10px;\n  }\n\n  \/* =========================\n     NOTE\n  ========================= *\/\n\n  .cat-note {\n    max-width:790px;\n    margin:28px auto 0;\n    padding:21px 22px;\n    background:#ffffff;\n    border-left:4px solid var(--cat-brown);\n    border-radius:9px;\n    text-align:left;\n  }\n\n  .cat-note strong {\n    display:block;\n    margin-bottom:6px;\n    color:var(--cat-green-dark);\n    font-size:14px;\n  }\n\n  .cat-note p {\n    max-width:none;\n    margin:0;\n    font-size:13px;\n    line-height:1.72;\n  }\n\n  \/* =========================\n     FAQ\n  ========================= *\/\n\n  .cat-faq {\n    padding:18px 30px 42px;\n    background:#ffffff;\n  }\n\n  .cat-faq details {\n    border-top:1px solid var(--cat-line);\n  }\n\n  .cat-faq details:last-child {\n    border-bottom:1px solid var(--cat-line);\n  }\n\n  .cat-faq summary {\n    position:relative;\n    padding:19px 36px 19px 0;\n\n    color:var(--cat-green-dark);\n    font-size:15px;\n    font-weight:700;\n\n    cursor:pointer;\n    list-style:none;\n  }\n\n  .cat-faq summary::-webkit-details-marker {\n    display:none;\n  }\n\n  .cat-faq summary:after {\n    content:\"+\";\n    position:absolute;\n    right:4px;\n    top:13px;\n\n    color:var(--cat-brown);\n    font-size:25px;\n    line-height:1;\n  }\n\n  .cat-faq details[open] summary:after {\n    content:\"−\";\n  }\n\n  .cat-faq-content {\n    padding:0 0 20px;\n    color:var(--cat-muted);\n    font-size:14px;\n    line-height:1.72;\n  }\n\n  .cat-faq-content p {\n    margin:0;\n  }\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media(max-width:640px) {\n\n    .cat-hero {\n      padding:38px 20px 34px;\n    }\n\n    .cat-title {\n      font-size:36px;\n      letter-spacing:-1px;\n    }\n\n    .cat-lead {\n      font-size:15px;\n    }\n\n    .cat-benefits {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .cat-benefit:nth-child(2):after {\n      display:none;\n    }\n\n    .cat-benefit:nth-child(-n+2) {\n      border-bottom:1px solid rgba(255,255,255,.1);\n    }\n\n    .cat-section {\n      padding:33px 20px;\n    }\n\n    .cat-section h2 {\n      font-size:29px;\n    }\n\n    .cat-grid,\n    .cat-materials,\n    .cat-dark-grid,\n    .cat-dimensions {\n      grid-template-columns:1fr;\n    }\n\n    .cat-locations {\n      grid-template-columns:repeat(2,1fr);\n    }\n\n    .cat-location:nth-child(2) {\n      border-right:none;\n    }\n\n    .cat-location:nth-child(-n+2) {\n      border-bottom:1px solid var(--cat-line);\n    }\n\n    .cat-faq {\n      padding:12px 20px 34px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"fsj-cat-scratcher\"\u003e\n\n  \u003c!-- =========================\n       HERO\n  ========================== --\u003e\n\n  \u003csection class=\"cat-hero\"\u003e\n\n    \u003cp class=\"cat-eyebrow\"\u003e\n      3-IN-1 INDOOR CAT ACTIVITY STATION\n    \u003c\/p\u003e\n\n    \u003ch2 class=\"cat-title\"\u003e\n      Scratch. Bat.\n      \u003cbr\u003e\n      \u003cspan\u003eRest in One Compact Spot.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp class=\"cat-lead\"\u003e\n      A compact cat activity station combining a curved scratching surface,\n      a rope-wrapped rolling ball and an open arch space for everyday\n      scratching, batting and indoor lounging.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HERO GIF --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/0910_7791abcc-8ab6-4081-bb63-8814db999ecc.gif?v=1789358496\" alt=\"3-in-1 cat scratcher with rolling ball and arch\"\u003e\n\n\n  \u003c!-- IMAGE 1 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/1_c3212322-4887-4146-a8ae-3b447113cffc.png?v=1789358991\" alt=\"3-in-1 ferris wheel cat scratcher with ball and arch\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       BENEFITS\n  ========================== --\u003e\n\n  \u003cdiv class=\"cat-benefits\"\u003e\n\n    \u003cdiv class=\"cat-benefit\"\u003e\n      \u003cstrong\u003eCurved Scratcher\u003c\/strong\u003e\n      \u003cspan\u003eTextured surface for daily scratching\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cat-benefit\"\u003e\n      \u003cstrong\u003eRolling Play Ball\u003c\/strong\u003e\n      \u003cspan\u003eTop-mounted batting activity\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cat-benefit\"\u003e\n      \u003cstrong\u003eArch Space\u003c\/strong\u003e\n      \u003cspan\u003eOpen area underneath the scratcher\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cat-benefit\"\u003e\n      \u003cstrong\u003eCompact Footprint\u003c\/strong\u003e\n      \u003cspan\u003eDesigned for indoor spaces\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- IMAGE 2 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/2_a4b10851-274e-4d0e-96a8-23ec46182fd3.png?v=1789358991\" alt=\"Cat scratcher dimensions 35 cm long 15 cm wide and 26 cm high\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       COMPACT SIZE\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section cream center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      COMPACT INDOOR DESIGN\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      A Multi-Activity Cat Spot\n      \u003cspan\u003eWithout a Large Footprint\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The compact structure combines several activity areas in one unit,\n      making it suitable for selected living rooms, bedrooms,\n      cat corners and smaller indoor spaces.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-dimensions\"\u003e\n\n      \u003cdiv class=\"cat-dimension\"\u003e\n        \u003cstrong\u003e35 cm \/ 13.7 in\u003c\/strong\u003e\n        \u003cspan\u003eApproximate overall length\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-dimension\"\u003e\n        \u003cstrong\u003e15 cm \/ 5.9 in\u003c\/strong\u003e\n        \u003cspan\u003eApproximate overall width\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-dimension\"\u003e\n        \u003cstrong\u003e26 cm \/ 10.2 in\u003c\/strong\u003e\n        \u003cspan\u003eApproximate overall height\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 3 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/3_c7e19566-76d3-412f-8183-51e6729990aa.png?v=1789358991\" alt=\"Cat scratch play and hide activity station\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       3-IN-1 FUNCTIONS\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section green-soft center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      THREE ACTIVITY AREAS\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      One Structure.\n      \u003cspan\u003eThree Ways to Use It.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Cats can interact with different parts of the structure depending\n      on their mood, from scratching the curved board to batting the top\n      ball or using the open arch area underneath.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-grid\"\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eCurved Scratch Surface\u003c\/strong\u003e\n        \u003cspan\u003e\n          Textured corrugated surface designed for everyday scratching.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eTop Play Ball\u003c\/strong\u003e\n        \u003cspan\u003e\n          Rope-wrapped ball positioned at an elevated height for batting.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eOpen Arch Space\u003c\/strong\u003e\n        \u003cspan\u003e\n          Provides an additional area underneath for sitting or lounging.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 4 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/4_7dbfa10b-c8ad-4509-8167-a9ef39095e8b.png?v=1789358991\" alt=\"Wood frame corrugated scratch board and rope wrapped cat play ball\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       MATERIALS\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section warm center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      WARM NATURAL-LOOK MATERIALS\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Textures Designed for\n      \u003cspan\u003eIndoor Cat Activity\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The structure combines a warm wood-look frame,\n      corrugated scratching material and a rope-wrapped top ball\n      for a coordinated indoor appearance.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-materials\"\u003e\n\n      \u003cdiv class=\"cat-material\"\u003e\n        \u003cstrong\u003eWood Frame\u003c\/strong\u003e\n        \u003cspan\u003e\n          Smooth structural side pieces with a warm natural appearance.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-material\"\u003e\n        \u003cstrong\u003eCorrugated Scratch Board\u003c\/strong\u003e\n        \u003cspan\u003e\n          Textured curved surface designed for scratching activity.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-material\"\u003e\n        \u003cstrong\u003eRope-Wrapped Ball\u003c\/strong\u003e\n        \u003cspan\u003e\n          Elevated rounded surface for batting and paw interaction.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 5 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/5_c14e6cd0-fc46-4cd9-b73f-26c8510a036a.png?v=1789358991\" alt=\"Cat batting elevated rope wrapped play ball\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       BALL PLAY\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section dark center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      ELEVATED PLAY FEATURE\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      A Top Ball Made for\n      \u003cspan\u003ePawing \u0026amp; Batting\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The elevated rope-wrapped ball adds a second texture and activity\n      point above the scratching surface, giving cats another way\n      to interact with the station.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-dark-grid\"\u003e\n\n      \u003cdiv class=\"cat-dark-card\"\u003e\n        \u003cstrong\u003eElevated Position\u003c\/strong\u003e\n        \u003cspan\u003e\n          Encourages upright reaching and paw interaction.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-dark-card\"\u003e\n        \u003cstrong\u003eRounded Surface\u003c\/strong\u003e\n        \u003cspan\u003e\n          Easy for paws to contact from different angles.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-dark-card\"\u003e\n        \u003cstrong\u003eRope Texture\u003c\/strong\u003e\n        \u003cspan\u003e\n          Adds a different tactile surface above the scratch board.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 6 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/6_232f4a65-358a-40c1-a19f-ad5bc68597e0.png?v=1789358991\" alt=\"Cat using curved corrugated scratching surface\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       SCRATCHING\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section soft center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      CURVED SCRATCHING AREA\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      A Textured Surface for\n      \u003cspan\u003eEveryday Scratching\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The arched corrugated board gives cats a curved surface they\n      can approach from different positions for everyday indoor\n      scratching and stretching activity.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-grid\"\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eCurved Profile\u003c\/strong\u003e\n        \u003cspan\u003e\n          Offers a different scratching angle than a flat board.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eTextured Cardboard\u003c\/strong\u003e\n        \u003cspan\u003e\n          Corrugated surface provides a familiar scratching texture.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eTwo-Sided Access\u003c\/strong\u003e\n        \u003cspan\u003e\n          Open positioning lets cats approach from either side.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 7 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/7_8d09496d-a6c6-46c9-9cf8-183153e64d18.png?v=1789358992\" alt=\"Cat resting underneath arched scratching station\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       ARCH SPACE\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section cream center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      OPEN ARCH SPACE\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      An Extra Spot for\n      \u003cspan\u003eResting \u0026amp; Peeking Out\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The open space beneath the curved scratch board provides\n      another area for cats to sit, pause or lounge depending on\n      their size and preference.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 8 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/8_4aa48468-d5d8-43f1-ab78-b2f325df2484.png?v=1789358991\" alt=\"Cat activity station for scratching batting and indoor play\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       DAILY ACTIVITY\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section green-soft center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      ADD VARIETY TO THE CAT CORNER\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      More Than\n      \u003cspan\u003eJust a Flat Scratching Board\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      By combining scratching, elevated paw play and an open arch area,\n      the design gives your cat several ways to interact with one compact\n      piece of indoor furniture.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 9 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/9_4ae7bbe2-f6a2-41dd-ab0e-a547367af5c4.png?v=1789358991\" alt=\"Compact cat scratcher in living room bedroom cat corner and studio\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       HOME PLACEMENT\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section warm center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      DESIGNED FOR INDOOR SPACES\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      A Warm Look That Fits\n      \u003cspan\u003eInto Everyday Rooms\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      The natural wood-look frame and neutral scratching surfaces\n      are easy to place alongside common home furnishings without\n      the visual bulk of a large cat tower.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-locations\"\u003e\n\n      \u003cdiv class=\"cat-location\"\u003e\n        \u003cstrong\u003eLiving Room\u003c\/strong\u003e\n        \u003cspan\u003ePlace near your cat's usual activity area\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-location\"\u003e\n        \u003cstrong\u003eBedroom\u003c\/strong\u003e\n        \u003cspan\u003eCompact setup for selected indoor spaces\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-location\"\u003e\n        \u003cstrong\u003eCat Corner\u003c\/strong\u003e\n        \u003cspan\u003eAdd to an existing pet activity area\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-location\"\u003e\n        \u003cstrong\u003eStudio Space\u003c\/strong\u003e\n        \u003cspan\u003eUseful where floor space is limited\u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- IMAGE 10 --\u003e\n\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/10_025a9749-1e0f-4a0c-9cdd-7ac7b6504ddf.png?v=1789358991\" alt=\"Cat scratcher details including rope ball wood frame screws and corrugated board\" loading=\"lazy\"\u003e\n\n\n  \u003c!-- =========================\n       DETAILS\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section soft center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      DETAILS THAT SUPPORT THE STRUCTURE\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Simple Components.\n      \u003cspan\u003eThoughtful Indoor Design.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"cat-grid\"\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eRope-Wrapped Ball\u003c\/strong\u003e\n        \u003cspan\u003e\n          Textured upper play element positioned above the arch.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eWood Side Frame\u003c\/strong\u003e\n        \u003cspan\u003e\n          Supports the curved board and elevated ball structure.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cat-card\"\u003e\n        \u003cstrong\u003eScrew Fastenings\u003c\/strong\u003e\n        \u003cspan\u003e\n          Metal screw fittings secure the visible structural connections.\n        \u003c\/span\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       STRIP\n  ========================== --\u003e\n\n  \u003cdiv class=\"cat-strip\"\u003e\n\n    \u003cdiv class=\"cat-strip-item\"\u003e\n      \u003cstrong\u003e3-in-1 Design\u003c\/strong\u003e\n      \u003cspan\u003eScratch • Bat • Rest\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cat-strip-item\"\u003e\n      \u003cstrong\u003eApprox. 35 cm Long\u003c\/strong\u003e\n      \u003cspan\u003eCompact indoor footprint\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cat-strip-item\"\u003e\n      \u003cstrong\u003eWarm Wood Look\u003c\/strong\u003e\n      \u003cspan\u003eNatural-style home appearance\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003c!-- =========================\n       SAFETY \/ CARE\n  ========================== --\u003e\n\n  \u003csection class=\"cat-section dark center\"\u003e\n\n    \u003cp class=\"cat-label\"\u003e\n      BEFORE YOUR CAT USES IT\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-rule\"\u003e\u003c\/div\u003e\n\n    \u003ch2\u003e\n      Set It Up Securely.\n      \u003cspan\u003eCheck It Regularly.\u003c\/span\u003e\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Place the scratcher on a stable, level indoor surface\n      and make sure all visible fittings are secure before use.\n    \u003c\/p\u003e\n\n    \u003cdiv class=\"cat-note\"\u003e\n\n      \u003cstrong\u003e\n        Care \u0026amp; Use Note\n      \u003c\/strong\u003e\n\n      \u003cp\u003e\n        Check the frame, screws, rope-wrapped ball and corrugated\n        scratching surface regularly for looseness or excessive wear.\n        Keep the cardboard scratching area dry. Wipe the frame with\n        a soft cloth as needed. Stop use if any component becomes\n        loose, broken or presents a sharp edge. Always consider your\n        cat's size and individual play style when introducing a new\n        scratching or activity product.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =========================\n       FAQ\n  ========================== --\u003e\n\n  \u003csection class=\"cat-faq\"\u003e\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Are the Three Main Functions?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          The design combines a curved corrugated scratching surface,\n          an elevated rope-wrapped play ball and an open arch space\n          underneath for additional indoor use.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Are the Approximate Dimensions?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          The product imagery shows an overall size of approximately\n          35 cm \/ 13.7 in long, 15 cm \/ 5.9 in wide and\n          26 cm \/ 10.2 in high. Review the product images and selected\n          option before ordering.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Is the Scratching Surface Made From?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          The product imagery identifies the curved scratching area\n          as corrugated scratch board material, supported by a\n          wood-look side frame.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Is the Top Ball Made From?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          The upper play ball is shown with a rope-wrapped exterior,\n          providing a different texture from the corrugated board below.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Where Can I Place It?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          It is designed for indoor use and can be placed in suitable\n          living rooms, bedrooms, pet corners or other stable indoor areas.\n          Keep enough surrounding space for your cat to approach and use it.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        Can My Cat Rest Under the Arch?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          The product includes an open space beneath the curved scratcher.\n          Whether an individual cat chooses to sit or lounge there will\n          depend on the cat's size and preference.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        How Should I Care for the Scratcher?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          Keep the corrugated board dry, wipe the frame when needed\n          and periodically check the screws, ball and scratching surface\n          for wear or looseness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n\n    \u003cdetails\u003e\n\n      \u003csummary\u003e\n        What Should I Check Before Ordering?\n      \u003c\/summary\u003e\n\n      \u003cdiv class=\"cat-faq-content\"\u003e\n        \u003cp\u003e\n          Check the approximate overall dimensions, available installation\n          space and your cat's size and activity style to determine whether\n          this compact design suits your home.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/details\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"fanusinjoy","offers":[{"title":"Medium size – comes with caged mouse toy","offer_id":55915153621364,"sku":"LT10544317A1+LT10253550A1","price":26.99,"currency_code":"GBP","in_stock":true},{"title":"Large – Free caged mouse toy included","offer_id":55915153654132,"sku":"LT10544317A1+LT10253550A2","price":47.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1006\/7057\/0868\/files\/1_c3212322-4887-4146-a8ae-3b447113cffc.png?v=1789358991","url":"https:\/\/fanusinjoy.com\/products\/cat-scratching","provider":"fanusinjoy","version":"1.0","type":"link"}