{"product_id":"wooden-wobble-cat-toy","title":"Wooden Wobble Cat Toy","description":"\u003cstyle type=\"text\/css\"\u003e\/* Design System (CSS Variables) *\/    .product-detail-container {      --primary: #2D3748;      --primary-hover: #4A5568;      --text-main: #4A5568;      --text-sub: #718096;      --bg-body: #FFFFFF;      --bg-card: #F7FAFC;      --border-color: #E2E8F0;      --radius-md: 12px;      --radius-lg: 20px;      --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.03);      --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.06);      \/* Typography \u0026 Spacing System *\/      --spacing-section: clamp(2.5rem, 6vw, 5rem);      --spacing-module: clamp(2rem, 5vw, 4rem);            font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      color: var(--text-main);      background-color: var(--bg-body);      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      line-height: 1.7;    }    .product-detail-container *,    .product-detail-container *::before,    .product-detail-container *::after {      box-sizing: inherit;    }    \/* Typography Scale *\/    .product-detail-container h1 {      font-size: clamp(32px, 4vw, 44px);      line-height: 1.2;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 800;      letter-spacing: -0.02em;    }    .product-detail-container h2 {      font-size: clamp(24px, 3vw, 32px);      line-height: 1.3;      color: var(--primary);      margin: 0 0 1.5rem 0;      font-weight: 700;    }    .product-detail-container h3 {      font-size: clamp(20px, 2.5vw, 24px);      line-height: 1.4;      color: var(--primary);      margin: 0 0 1rem 0;      font-weight: 600;    }    .product-detail-container p {      font-size: clamp(16px, 2vw, 18px);      color: var(--text-sub);      margin: 0 0 1.5rem 0;    }    \/* Badges (Non-interactive) *\/    .detail-badge-group {      display: flex;      flex-wrap: wrap;      gap: 12px;      margin-bottom: 2rem;    }    .detail-badge {      display: inline-flex;      align-items: center;      padding: 8px 18px;      background: var(--bg-card);      border: 1px solid var(--border-color);      border-radius: 30px;      font-size: 15px;      font-weight: 600;      color: var(--primary);      box-shadow: var(--shadow-sm);    }    \/* Image Protocol \u0026 Placeholders *\/    .img-placeholder {      width: 100%;      background-color: var(--bg-card);      border-radius: var(--radius-lg);      display: flex;      align-items: center;      justify-content: center;      overflow: hidden;      box-shadow: var(--shadow-sm);    }        .img-placeholder img {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-lg);      transition: transform 0.4s ease;    }        .img-placeholder:hover img {      transform: scale(1.03);    }    .standalone-image {      margin-bottom: var(--spacing-section);    }    \/* Modules *\/    .hero-section {      text-align: center;      margin-top: 3rem;      margin-bottom: var(--spacing-section);    }    .hero-section .detail-badge-group {      justify-content: center;    }    .text-block-centered {      text-align: center;      max-width: 800px;      margin: 0 auto var(--spacing-section) auto;      padding: 2rem;      background: var(--bg-card);      border-radius: var(--radius-lg);      box-shadow: var(--shadow-sm);    }    \/* Z-Pattern Features *\/    .feature-list {      display: flex;      flex-direction: column;      gap: var(--spacing-section);      margin-bottom: var(--spacing-section);    }    .feature-item {      display: flex;      flex-direction: column;      gap: 2rem;      align-items: center;    }    .feature-media, .feature-copy {      width: 100%;    }    \/* Specs Table *\/    .specs-section {      margin-bottom: var(--spacing-section);    }    .specs-table-wrapper {      background: var(--bg-card);      border-radius: var(--radius-lg);      padding: clamp(1.5rem, 3vw, 3rem);      box-shadow: var(--shadow-sm);      margin-bottom: 2rem;    }    .specs-table {      width: 100%;      border-collapse: collapse;    }        \/* FAQ Section *\/    .faq-section {      margin-bottom: var(--spacing-section);    }    .faq-item {      background: var(--bg-card);      border-radius: var(--radius-md);      padding: 1.5rem 2rem;      margin-bottom: 1rem;      border: 1px solid var(--border-color);      transition: all 0.2s ease;    }    .faq-item:hover {      border-color: #CBD5E0;      box-shadow: var(--shadow-sm);      transform: translateY(-2px);    }    .faq-question {      font-size: clamp(18px, 2.5vw, 20px);      font-weight: 700;      color: var(--primary);      margin-bottom: 0.75rem;    }    .faq-answer {      font-size: clamp(16px, 2vw, 17px);      color: var(--text-sub);      margin: 0;    }    \/* Desktop Enhancements (Z-Pattern \u0026 Table) *\/    @media (min-width: 768px) {      .feature-item {        flex-direction: row;        gap: var(--spacing-module);      }      .feature-item.reverse {        flex-direction: row-reverse;      }      .feature-media, .feature-copy {        flex: 1;      }      .feature-copy {        padding: 0 2rem;      }            .specs-table th, .specs-table td {        padding: 1.25rem 1rem;        text-align: left;        border-bottom: 1px solid var(--border-color);        font-size: 17px;      }      .specs-table th {        font-weight: 700;        color: var(--primary);        width: 30%;      }      .specs-table tr:last-child td, .specs-table tr:last-child th {        border-bottom: none;      }    }    \/* Mobile Specs Table Lock (Card Based) *\/    @media (max-width: 767px) {      .specs-table,       .specs-table thead,       .specs-table tbody,       .specs-table tr,       .specs-table th,       .specs-table td {        display: block;        width: 100%;      }      .specs-table thead {        display: none;      }      .specs-table tr {        background: var(--bg-body);        border: 1px solid var(--border-color);        border-radius: var(--radius-md);        margin-bottom: 1rem;        padding: 1.25rem;      }      .specs-table td {        display: flex;        justify-content: space-between;        align-items: center;        padding: 0.75rem 0;        border-bottom: 1px solid var(--bg-card);        font-size: 15px;        text-align: right;      }      .specs-table td:last-child {        border-bottom: none;        padding-bottom: 0;      }      .specs-table td::before {        content: attr(data-label);        font-weight: 700;        color: var(--primary);        text-align: left;        flex-basis: 40%;        margin-right: 1rem;      }    }\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003ch3\u003e\u003cstrong\u003eWooden Wobble Cat Toy with Catnip – Silent, Natural \u0026amp; Irresistibly Fun\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cdiv class=\"detail-badge-group\"\u003e\n\u003cdiv class=\"detail-badge\"\u003e🐾 Unpredictable Fun\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🌿 Pet-Safe Materials\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🌱 Organic Catnip\u003c\/div\u003e\n\u003cdiv class=\"detail-badge\"\u003e🏡 Aesthetic Decor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Unpredictable Wobble Fun\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204150915\/1e95180951ec356604a6d52877d2d29a.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🐾 Unpredictable Wobble Fun\u003c\/h3\u003e\n\u003cp\u003eUnlike static plush toys, the weighted wooden base creates a self-righting tumbler motion that never falls down. A gentle paw tap sends the character spinning and bobbing unpredictably, mimicking the movement of live prey. This stimulates your cat’s natural hunting instincts and encourages healthy exercise—no batteries required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Natural Beech Wood \u0026amp; Pet-Safe Materials\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204150915\/ae7e3b1368ecde8ccaea8cb54b2edfba.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🌿 Natural Beech Wood \u0026amp; Pet-Safe Materials\u003c\/h3\u003e\n\u003cp\u003eCrafted from smooth-finished natural beech wood and durable linen fabric, this toy is non-toxic, bite-resistant, and free from harsh plastic smells. Safe for both kittens and adult cats to chew, kick, hug, and play with confidence.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Infused with Premium Organic Catnip\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204150915\/7707caaa55262da8785b5fe2a883f0d9.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🌱 Infused with Premium Organic Catnip\u003c\/h3\u003e\n\u003cp\u003eEach toy hides a secret heart of potent, organic catnip. The subtle natural scent awakens your cat’s instincts, turning these charming wooden figures into irresistible targets for batting, nuzzling, and stress relief.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Aesthetic Home Decor \u0026amp; Silent Play\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204150915\/7e29605abf594893815592b66e5f1065.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e🏡 Aesthetic Home Decor \u0026amp; Silent Play\u003c\/h3\u003e\n\u003cp\u003eSay goodbye to noisy, ugly plastic toys. With a minimalist wooden design, Niuniu and Nienie double as charming home decor when placed on shelves or desks. The smooth wooden base rolls quietly on carpets, allowing late-night play without disturbing your sleep.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-table-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003cth\u003eDetails\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eMaterial\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eNatural beech wood + linen fabric\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCore Feature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eSelf-righting wobble base\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eCatnip\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003ePremium organic catnip inside\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eNoise Level\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eSilent rolling, pet-friendly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd data-label=\"Specification\"\u003e\u003cstrong\u003eRecommended For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd data-label=\"Details\"\u003eKittens and adult cats\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"standalone-image\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cimg alt=\"Product Layout and Dimensions\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260204150915\/a4cf8f4ab87ff02ed2b6fadf27d4ca93.jpg\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\u003cdiv class=\"faq-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e1. Will this toy tip over or fall down?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The weighted base creates a self-righting wobble motion, so it always returns upright.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e2. Is the catnip safe for cats?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. The toy contains premium organic catnip that is non-toxic and safe for cats.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e3. Is this toy noisy on hard floors?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eNo. The smooth wooden base rolls quietly, especially on carpets or rugs.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e4. Can kittens use this toy?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eAbsolutely. The materials are safe and gentle, suitable for kittens and adult cats.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003e5. Can it be used as decor when not in use?\u003c\/div\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes. Its minimalist wooden design allows it to double as stylish home decor.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Joypolly","offers":[{"title":"Blue","offer_id":43066229457001,"sku":"0326-20271122","price":12.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":43066229489769,"sku":"0326-20274726","price":12.99,"currency_code":"USD","in_stock":true},{"title":"(1 Pink + 1 Blue)","offer_id":43066229522537,"sku":"0326-20276731","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0640\/8270\/6537\/files\/80d46e55711978ec6273c1e3142dc8f3.jpg?v=1774576145","url":"https:\/\/joypolly.com\/products\/wooden-wobble-cat-toy","provider":"Joypolly","version":"1.0","type":"link"}