{"product_id":"sleep-scratch-play-basket","title":"Sleep Scratch Play Basket","description":" \n\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(2rem, 5vw, 4rem);\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    }\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: 1rem;\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 - Scheme A *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-md);\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    }\n\n    .hero-tag {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1rem;\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\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    .feature-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 0.75rem;\n      margin-bottom: 1rem;\n    }\n\n    .feature-tag {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      padding: 0.4rem 0.8rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\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    }\n\n    .specs-table th, .specs-table td {\n      padding: 1rem;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n      color: var(--text-main);\n      width: 30%;\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\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\n      .specs-table td {\n        border-bottom: 1px solid var(--border-color);\n        position: relative;\n        padding-left: 50%;\n      }\n\n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1rem;\n        width: 45%;\n        white-space: nowrap;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n      \n      .specs-table th {\n          display: none;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-item {\n      margin-bottom: 1.5rem;\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: 600;\n      color: var(--text-main);\n      font-size: 18px;\n      margin-bottom: 0.75rem;\n      display: flex;\n      align-items: center;\n    }\n\n    .faq-question::before {\n      content: \"Q.\";\n      color: var(--primary);\n      font-weight: 700;\n      margin-right: 0.75rem;\n      font-size: 20px;\n    }\n\n    .faq-answer {\n      color: var(--text-sub);\n      margin-left: 2rem;\n    }\n\u003c\/style\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：猫咪睡磨玩三合一编织窝\n  目标受众：注重产品功能性和家居美观性的猫主\n  视觉风格：温馨、自然、舒适、现代简约\n  配色策略：以暖棕色\/灰色为主色，搭配柔和的米色背景，营造舒适感\n  模块顺序：Intro\/Hero -\u003e Feature 1 (睡磨一体) -\u003e Feature 2 (互动玩法) -\u003e Feature 3 (材质设计) -\u003e Specifications -\u003e FAQ\n  详情图映射：Hero=image_2.png, Feature1=image_4.png, Feature2=image_3.png, Feature3=image_6.png\n  规格图映射：Specs=image_8.png\n  对比模块：未加入（无明显对比对象，功能融合是主要卖点）\n  --\u003e\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\u003cdiv\u003e\u003cimg cke-id=\"img100\" 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!-- 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\u003cdiv\u003e\u003cimg cke-id=\"img105\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609172006\/61a7d38eaf9dddb3354a85a891eb7cb1.jpg\"\u003e\u003c\/div\u003e\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\u003cdiv\u003e\u003cimg cke-id=\"img106\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609172006\/f7bb8496b64b2fc9d46173e0b86372fd.jpg\"\u003e\u003c\/div\u003e\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\u003cdiv\u003e\u003cimg cke-id=\"img107\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260609172006\/cd24a962e111615bcf72f092bd43f384.jpg\"\u003e\u003c\/div\u003e\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!-- 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\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Material\"\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\"\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=\"Sizes Available\"\u003eSmall, Medium, Large (Refer to product selection for specific dimensions)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Features\"\u003eCat-ear handles, attached rope ball toy, dual-color design\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Recommended For\"\u003eCats up to approximately 22 lbs (based on product testing)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\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\n\u003cp style=\"font-size: 14px; margin-top: 1rem; color: var(--text-sub);\"\u003e* Please refer to the product variants at the top of the page for exact size dimensions and color availability.\u003c\/p\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 choose the one that best suits your cat's size.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Cartivra","offers":[{"title":"Brown \/ Small","offer_id":57808097607840,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ Small","offer_id":57808097640608,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Olive Green \/ Small","offer_id":57808097673376,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Medium","offer_id":57808097706144,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ Medium","offer_id":57808097738912,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Olive Green \/ Medium","offer_id":57808097771680,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Brown \/ Large","offer_id":57808097804448,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Grey \/ Large","offer_id":57808097837216,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Olive Green \/ Large","offer_id":57808097869984,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/7656\/5664\/files\/224ce746834c608236e535f806be8f43.jpg?v=1780996990","url":"https:\/\/cartivra.com\/products\/sleep-scratch-play-basket","provider":"Cartivra","version":"1.0","type":"link"}