{"product_id":"sleep-scratch-play-basket","title":"Sleep Scratch Play Basket","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n\n      \/* Design System Variables *\/\n      --primary: #8C6239;\n      --primary-hover: #6F4E2D;\n      --text-main: #333333;\n      --text-sub: #666666;\n      --bg-body: #FFFFFF;\n      --bg-card: #F9F9F9;\n      --bg-soft: #FAF6F3;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);\n      --shadow-lg: 0 8px 16px rgba(0,0,0,0.1);\n      --border-color: #E5E5E5;\n      --spacing-section: clamp(3rem, 6vw, 5rem);\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      line-height: 1.2;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      font-weight: 800;\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      line-height: 1.3;\n      color: var(--text-main);\n      margin-bottom: 1.5rem;\n      font-weight: 700;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      line-height: 1.4;\n      color: var(--text-main);\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(16px, 2vw, 18px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Image Styling *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      box-shadow: var(--shadow-sm);\n    }\n\n    \/* Module Spacing *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n      padding-top: 2rem;\n    }\n\n    .hero-tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1.25rem;\n      border-radius: 50px;\n      font-weight: 700;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n      border: 1px solid rgba(140, 98, 57, 0.2);\n    }\n\n    .hero-media {\n      margin-top: 2rem;\n    }\n\n    \/* Feature Sections (Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 4vw, 4rem);\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 100%;\n      }\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1.25rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.4rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 15px;\n      font-weight: 600;\n    }\n\n    \/* Sizing Guide Section *\/\n    .pd-sizing-guide {\n      background-color: var(--bg-soft);\n      border-radius: var(--radius-lg);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border: 1px solid #EBE3DC;\n    }\n\n    .pd-sizing-guide h2 {\n      text-align: center;\n      color: var(--primary);\n      margin-bottom: 0.5rem;\n    }\n\n    .pd-sizing-intro {\n      text-align: center;\n      margin-bottom: 2.5rem;\n      font-weight: 500;\n    }\n\n    .size-cards-container {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 1.5rem;\n    }\n\n    @media (min-width: 768px) {\n      .size-cards-container {\n        grid-template-columns: repeat(3, 1fr);\n      }\n    }\n\n    .size-card {\n      background: var(--bg-body);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border-color);\n      transition: transform 0.2s ease;\n    }\n\n    .size-card:hover {\n      transform: translateY(-5px);\n      box-shadow: var(--shadow-lg);\n      border-color: var(--primary);\n    }\n\n    .size-icon {\n      font-size: 28px;\n      margin-bottom: 1rem;\n      display: block;\n    }\n\n    .size-title {\n      font-size: 20px;\n      font-weight: 700;\n      color: var(--text-main);\n      margin-bottom: 1rem;\n      padding-bottom: 0.5rem;\n      border-bottom: 2px solid var(--bg-soft);\n    }\n\n    .size-detail {\n      font-size: 15px;\n      color: var(--text-sub);\n      margin-bottom: 0.5rem;\n      line-height: 1.5;\n    }\n\n    .size-detail strong {\n      color: var(--text-main);\n    }\n\n    \/* Specifications *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 1.25rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n    }\n\n    .specs-table tr:last-child th, .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead {\n        display: none;\n      }\n      .specs-table tr {\n        margin-bottom: 1rem;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n      }\n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        border-bottom: 1px solid var(--border-color);\n        padding: 1rem;\n      }\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        margin-bottom: 0.25rem;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 1rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      background-color: var(--bg-card);\n    }\n\n    .faq-question {\n      font-weight: 700;\n      color: var(--text-main);\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: flex-start;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 800;\n      margin-right: 0.75rem;\n      font-size: 20px;\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n      margin-left: 2.2rem;\n      font-size: 16px;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section pd-hero\"\u003e\n\u003cspan class=\"hero-tag\"\u003e✨ Designed for Natural Cat Behaviors\u003c\/span\u003e\n\u003ch1\u003eInstinct-Driven Rest \u0026amp; Play: The Ultimate 3-in-1 Cat Basket\u003c\/h1\u003e\n\n\u003cp\u003eA cozy bed, a durable scratcher, and a fun playground—all woven into one stylish, home-friendly design your cat will love.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"3-in-1 Cat Basket Hero\" cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609172006\/224ce746834c608236e535f806be8f43.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- B. Feature Sections --\u003e\u003c!-- Feature 1: Scratch \u0026 Sleep --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Scratch and Sleep Comfort Zone\" cke-id=\"img59\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609172006\/61a7d38eaf9dddb3354a85a891eb7cb1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eCozy Sleeping Spot\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eDurable Scratcher\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eScratch \u0026amp; Sleep: Dual-Function Comfort Zone\u003c\/h2\u003e\n\n\u003cp\u003eSatisfy your cat's natural urge to scratch on the durable, bark-like woven walls, then let them curl up for a nap in the same secure spot. This two-in-one design helps redirect scratching away from your furniture while providing a dedicated, familiar sanctuary for relaxation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Interactive Play --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Built-in Interactive Play Toy\" cke-id=\"img60\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609172006\/f7bb8496b64b2fc9d46173e0b86372fd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003eBuilt-in Toy\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSelf-Entertainment\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eBuilt-in Boredom Buster: Interactive Play\u003c\/h2\u003e\n\n\u003cp\u003eThe integrated cotton rope teaser with a complex knotted ball instantly turns bed-time into play-time. The flexible woven basket walls provide responsive resistance for batting and tugging, keeping your cat engaged and entertained even when you're not available to play.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Material \u0026 Design --\u003e\n\n\u003cdiv class=\"pd-section feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"Natural Cotton Rope Material\" cke-id=\"img61\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609172006\/cd24a962e111615bcf72f092bd43f384.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"feature-tags\"\u003e\n\u003cspan class=\"feature-tag\"\u003e100% Cotton Rope\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWashable\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eBreathable\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eNatural Cotton Rope: Safe, Breathable \u0026amp; Washable\u003c\/h2\u003e\n\n\u003cp\u003eCrafted from soft, skin-friendly cotton rope, the open-weave structure ensures excellent airflow, preventing heat buildup for year-round comfort. The reinforced construction maintains its shape under use, and the entire basket is fully washable for easy cleaning and long-lasting freshness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- NEW: Size \u0026 Dimensions Guide --\u003e\n\n\u003cdiv class=\"pd-section pd-sizing-guide\"\u003e\n\u003ch2\u003eSize \u0026amp; Dimensions Guide\u003c\/h2\u003e\n\n\u003cp class=\"pd-sizing-intro\"\u003eFind the perfect fit for your furry friend. Measurements represent the outer dimensions of the basket.\u003c\/p\u003e\n\n\u003cdiv class=\"size-cards-container\"\u003e\n\u003c!-- Small Size --\u003e\n\u003cdiv class=\"size-card\"\u003e\n\u003cspan class=\"size-icon\"\u003e🐾\u003c\/span\u003e\n\n\u003cdiv class=\"size-title\"\u003eSmall (S)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eDiameter:\u003c\/strong\u003e 13.8\" (35 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eHeight:\u003c\/strong\u003e 5.1\" (13 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\" style=\"margin-top: 1rem;\"\u003e\n\u003cstrong\u003eBest For:\u003c\/strong\u003e Kittens and petite cats looking for a snug, secure resting spot.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Medium Size --\u003e\n\n\u003cdiv class=\"size-card\"\u003e\n\u003cspan class=\"size-icon\"\u003e🐈\u003c\/span\u003e\n\n\u003cdiv class=\"size-title\"\u003eMedium (M)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eDiameter:\u003c\/strong\u003e 16.9\" (43 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eHeight:\u003c\/strong\u003e 5.5\" (14 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\" style=\"margin-top: 1rem;\"\u003e\n\u003cstrong\u003eBest For:\u003c\/strong\u003e Standard adult cats. Offers plenty of room to curl up or stretch out slightly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Large Size --\u003e\n\n\u003cdiv class=\"size-card\"\u003e\n\u003cspan class=\"size-icon\"\u003e🐅\u003c\/span\u003e\n\n\u003cdiv class=\"size-title\"\u003eLarge (L)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eDiameter:\u003c\/strong\u003e 18.9\" (48 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eHeight:\u003c\/strong\u003e 5.9\" (15 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\" style=\"margin-top: 1rem;\"\u003e\n\u003cstrong\u003eBest For:\u003c\/strong\u003e Large breeds (like Maine Coons) or multi-cat households who love to cuddle together.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Specifications --\u003e\n\n\u003cdiv class=\"pd-section pd-specs\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\u003eMaterial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eNatural Cotton Rope, Faux Leather Label\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Colors Available\"\u003eColors Available\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBrown\/White, Grey\/White, Green\/White (Refer to product selection)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Features\"\u003eDesign Features\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eCat-ear handles, attached rope ball toy, dual-color woven design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight Capacity\"\u003eWeight Capacity\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eSupports cats up to approximately 22 lbs (Large size)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003eCare Instructions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eFully washable (gentle cycle recommended), reshape and air dry\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- D. FAQ --\u003e\n\n\u003cdiv class=\"pd-section pd-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the basket machine washable?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the entire cotton rope basket is washable. We recommend using a gentle cycle with cold water and then reshaping it by hand before letting it air dry completely to maintain its form.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs the material durable enough for scratching?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The basket is woven from thick, reinforced cotton rope designed to mimic the texture of tree bark, making it a satisfying and durable surface for your cat's daily scratching needs.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill my large cat fit comfortably?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eThe basket is designed to be spacious and can comfortably support cats weighing up to approximately 22 lbs. We offer different sizes (Small, Medium, Large), so please refer to our Size Guide above to choose the best fit.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"Brown \/ Small","offer_id":44191802949675,"sku":"0612-15218552","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ Small","offer_id":44191802982443,"sku":"0612-15211854","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Olive Green \/ Small","offer_id":44191803015211,"sku":"0612-15214893","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Medium","offer_id":44191803047979,"sku":"0612-15210297","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ Medium","offer_id":44191803080747,"sku":"0612-15212741","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Olive Green \/ Medium","offer_id":44191803113515,"sku":"0612-15216470","price":20.95,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Large","offer_id":44191803146283,"sku":"0612-15218326","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Grey \/ Large","offer_id":44191803179051,"sku":"0612-15219731","price":24.95,"currency_code":"USD","in_stock":true},{"title":"Olive Green \/ Large","offer_id":44191803211819,"sku":"0612-15211802","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0629\/2776\/5547\/files\/224ce746834c608236e535f806be8f43_cf6c3a4d-acf6-413f-8a8b-c1bedc65418f.jpg?v=1781249183","url":"https:\/\/nestoly.com\/products\/sleep-scratch-play-basket","provider":"Nestoly","version":"1.0","type":"link"}