{"product_id":"sleep-scratch-play-basket-rjc","title":"Schlaf-Kratz-Spiel-Korb","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✨ Für natürliche Katzenverhalten entworfen\u003c\/span\u003e\n\u003ch1\u003eInstinktgetriebene Ruhe \u0026amp; Spiel: Der ultimative 3-in-1 Katzenkorb\u003c\/h1\u003e\n\n\u003cp\u003eEin gemütliches Bett, ein robuster Kratzer und ein spaßiger Spielplatz – alles vereint in einem stilvollen, wohnfreundlichen Design, das Ihre Katze lieben wird.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg alt=\"3-in-1 Katzenkorb-Held\" 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=\"Kratzen- und Schlafkomfortzone\" 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\"\u003eGemütlicher Schlafplatz\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eRobuster Kratzer\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eKratzen \u0026amp; Schlafen: Komfortzone mit Doppelwirkung\u003c\/h2\u003e\n\n\u003cp\u003eStillen Sie den natürlichen Kratztrieb Ihrer Katze an den robusten, rindenähnlichen gewebten Wänden und lassen Sie sie sich anschließend an derselben sicheren Stelle zum Nickerchen zusammenrollen. Dieses Zwei-in-Eins-Design hilft, das Kratzen von Ihren Möbeln wegzulenken und bietet gleichzeitig einen vertrauten Rückzugsort zur Entspannung.\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=\"Integriertes interaktives Spielzeug\" 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\"\u003eIntegriertes Spielzeug\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eSelbstunterhaltung\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eIntegrierter Langeweile-Killer: Interaktives Spiel\u003c\/h2\u003e\n\n\u003cp\u003eDas integrierte Baumwollseil-Spielzeug mit einem komplex geknoteten Ball verwandelt die Schlafenszeit sofort in Spielzeit. Die flexiblen, gewebten Korbwände bieten reaktiven Widerstand beim Schlagen und Ziehen, halten Ihre Katze beschäftigt und unterhalten, auch wenn Sie nicht zum Spielen da sind.\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=\"Material aus natürlichem Baumwollseil\" 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% Baumwollseil\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eWaschbar\u003c\/span\u003e \u003cspan class=\"feature-tag\"\u003eAtmungsaktiv\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch2\u003eNatürliches Baumwollseil: Sicher, atmungsaktiv \u0026amp; waschbar\u003c\/h2\u003e\n\n\u003cp\u003eGefertigt aus weichem, hautfreundlichem Baumwollseil sorgt die offene Webstruktur für ausgezeichnete Luftzirkulation und verhindert Hitzestau für ganzjährigen Komfort. Die verstärkte Konstruktion hält die Form auch bei Gebrauch, und der gesamte Korb ist vollständig waschbar für einfache Reinigung und langanhaltende Frische.\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\u003eGrößen- \u0026amp; Maßanleitung\u003c\/h2\u003e\n\n\u003cp class=\"pd-sizing-intro\"\u003eFinden Sie die perfekte Passform für Ihren pelzigen Freund. Die Maße beziehen sich auf die Außenmaße des Korbs.\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\"\u003eKlein (S)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eDurchmesser:\u003c\/strong\u003e 13,8\" (35 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eHöhe:\u003c\/strong\u003e 5,1\" (13 cm)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\" style=\"margin-top: 1rem;\"\u003e\n\u003cstrong\u003eAm besten geeignet für:\u003c\/strong\u003e Kätzchen und kleine Katzen, die einen gemütlichen, sicheren Ruheplatz suchen.\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\"\u003eMittel (M)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eDurchmesser:\u003c\/strong\u003e 43 cm (16,9\")\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eHöhe:\u003c\/strong\u003e 14 cm (5,5\")\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\" style=\"margin-top: 1rem;\"\u003e\n\u003cstrong\u003eAm besten geeignet für:\u003c\/strong\u003e Standard erwachsene Katzen. Bietet viel Platz zum Zusammenrollen oder leicht Ausstrecken.\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\"\u003eGroß (L)\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eDurchmesser:\u003c\/strong\u003e 48 cm (18,9\")\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\"\u003e\n\u003cstrong\u003eHöhe:\u003c\/strong\u003e 15 cm (5,9\")\u003c\/div\u003e\n\n\u003cdiv class=\"size-detail\" style=\"margin-top: 1rem;\"\u003e\n\u003cstrong\u003eAm besten geeignet für:\u003c\/strong\u003e Große Rassen (wie Maine Coons) oder Mehrkatzenhaushalte, die gerne zusammen kuscheln.\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\u003eSpezifikationen\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eMerkmal\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\"\u003eNatur-Baumwollseil, Kunstleder-Label\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Colors Available\"\u003eVerfügbare Farben\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBraun\/Weiß, Grau\/Weiß, Grün\/Weiß (siehe Produktauswahl)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Design Features\"\u003eDesignmerkmale\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eKatzenohr-Griffe, angebrachtes Seilball-Spielzeug, zweifarbiges Flechtdesign\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Weight Capacity\"\u003eGewichtskapazität\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eTrägt Katzen bis zu etwa 10 kg (Große Größe)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Care Instructions\"\u003ePflegehinweise\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVollständig waschbar (Schonwaschgang empfohlen), Form neu anpassen und an der Luft trocknen lassen\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\u003eHäufig gestellte Fragen\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst der Korb maschinenwaschbar?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eJa, der gesamte Baumwollseilkorb ist waschbar. Wir empfehlen einen Schonwaschgang mit kaltem Wasser und anschließend das manuelle Formen, bevor Sie ihn vollständig an der Luft trocknen lassen, um seine Form zu erhalten.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIst das Material kratzfest genug?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eAbsolut. Der Korb ist aus dickem, verstärktem Baumwollseil geflochten, das die Textur von Baumrinde nachahmt und somit eine befriedigende und langlebige Oberfläche für die täglichen Kratzbedürfnisse Ihrer Katze bietet.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003ePasst meine große Katze bequem hinein?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eDer Korb ist geräumig gestaltet und kann Katzen mit einem Gewicht von bis zu etwa 10 kg bequem tragen. Wir bieten verschiedene Größen (Small, Medium, Large) an, bitte beachten Sie unseren obenstehenden Größenleitfaden, um die beste Passform zu wählen.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Cartivra","offers":[{"title":"Braun \/ Klein","offer_id":46764401852589,"sku":"0612-15218552","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Grau \/ Klein","offer_id":46764401885357,"sku":"0612-15211854","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Olivgrün \/ Klein","offer_id":46764401918125,"sku":"0612-15214893","price":26.95,"currency_code":"USD","in_stock":true},{"title":"Braun \/ Mittel","offer_id":46764401950893,"sku":"0612-15210297","price":30.95,"currency_code":"USD","in_stock":true},{"title":"Grau \/ Mittel","offer_id":46764401983661,"sku":"0612-15212741","price":30.95,"currency_code":"USD","in_stock":true},{"title":"Olivgrün \/ Mittel","offer_id":46764402016429,"sku":"0612-15216470","price":30.95,"currency_code":"USD","in_stock":true},{"title":"Braun \/ Groß","offer_id":46764402049197,"sku":"0612-15218326","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Grau \/ Groß","offer_id":46764402081965,"sku":"0612-15219731","price":34.95,"currency_code":"USD","in_stock":true},{"title":"Olivgrün \/ Groß","offer_id":46764402114733,"sku":"0612-15211802","price":34.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0727\/2831\/4029\/files\/224ce746834c608236e535f806be8f43_cf6c3a4d-acf6-413f-8a8b-c1bedc65418f.jpg?v=1783418417","url":"https:\/\/newjoyloo.com\/de\/products\/sleep-scratch-play-basket-rjc","provider":"Newjoyloo","version":"1.0","type":"link"}