{"product_id":"toilet-shaped-cat-bowl","title":"Toilet Shaped Cat Bowl","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4a6b82;\n      --primary-hover: #385265;\n      --text-main: #2d2d2d;\n      --text-sub: #626262;\n      --bg-body: #ffffff;\n      --bg-card: #fafafa;\n      --bg-soft: #f0f3f5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e8eb;\n      \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      color: var(--text-main);\n      background-color: var(--bg-body);\n    }\n\n    \/* Fixed Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container .hero-title {\n      font-size: 22px !important;\n      line-height: 1.3 !important;\n      font-weight: 700;\n      margin: 0 0 12px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .feature-title,\n    .product-detail-container .faq-question,\n    .product-detail-container .specifications-title {\n      font-size: 20px !important;\n      line-height: 1.4 !important;\n      font-weight: 600;\n      margin: 0 0 16px 0;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .hero-subtitle,\n    .product-detail-container .feature-copy,\n    .product-detail-container .faq-answer,\n    .product-detail-container .tag,\n    .product-detail-container .trust-badge,\n    .product-detail-container .spec-value {\n      font-size: 18px !important;\n      line-height: 1.6 !important;\n      font-weight: 400;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .product-detail-section {\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Rules *\/\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: clamp(3rem, 10vw, 6rem) 1.5rem;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n      color: var(--text-sub);\n      font-weight: 500;\n      text-align: center;\n    }\n\n    .img-placeholder img {\n      width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Trust Badges \u0026 Tags *\/\n    .badge-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 24px;\n    }\n\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary) !important;\n      font-weight: 600 !important;\n      padding: 6px 16px;\n      border-radius: var(--radius-md);\n    }\n\n    .tag {\n      display: inline-block;\n      background-color: var(--border-color);\n      color: var(--text-main) !important;\n      font-weight: 500 !important;\n      padding: 4px 12px;\n      border-radius: var(--radius-md);\n      margin-right: 8px;\n      margin-bottom: 8px;\n    }\n\n    \/* Hero Block *\/\n    .hero-section {\n      padding-top: clamp(1.5rem, 4vw, 3rem);\n      text-align: center;\n    }\n\n    .hero-content {\n      max-width: 800px;\n      margin: 0 auto;\n    }\n\n    .hero-subtitle {\n      margin-bottom: 24px;\n    }\n\n    \/* Feature Sections *\/\n    .feature-list {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    .feature-item {\n      display: flex;\n      align-items: center;\n      gap: clamp(1.5rem, 4vw, 3rem);\n    }\n\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media,\n    .feature-copy {\n      flex: 1;\n      min-width: 0;\n    }\n\n    .feature-copy h3 {\n      margin-bottom: 12px;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: clamp(1.5rem, 4vw, 3rem);\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 16px;\n    }\n\n    .spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .spec-table td {\n      padding: 16px 12px;\n      vertical-align: top;\n    }\n\n    .spec-table td:first-child {\n      font-weight: 600;\n      color: var(--text-main);\n      width: 35%;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 24px;\n      margin-top: 20px;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      padding: 20px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .faq-question {\n      margin-bottom: 8px !important;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    \/* Mobile Responsive Rules *\/\n    @media (max-width: 767px) {\n      \/* Typography Lock - override any responsive changes *\/\n      .product-detail-container h1,\n      .product-detail-container .hero-title {\n        font-size: 22px !important;\n      }\n\n      .product-detail-container h2,\n      .product-detail-container h3,\n      .product-detail-container .section-title,\n      .product-detail-container .feature-title,\n      .product-detail-container .faq-question,\n      .product-detail-container .specifications-title {\n        font-size: 20px !important;\n      }\n\n      .product-detail-container p,\n      .product-detail-container li,\n      .product-detail-container td,\n      .product-detail-container th,\n      .product-detail-container .hero-subtitle,\n      .product-detail-container .feature-copy,\n      .product-detail-container .faq-answer,\n      .product-detail-container .tag,\n      .product-detail-container .trust-badge,\n      .product-detail-container .spec-value {\n        font-size: 18px !important;\n      }\n\n      \/* Mobile Feature Order Lock (Image First -\u003e Text Second) *\/\n      .feature-item,\n      .feature-item:nth-child(even) {\n        flex-direction: column !important;\n        gap: 16px;\n      }\n\n      .feature-media,\n      .feature-copy {\n        width: 100% !important;\n      }\n\n      \/* Mobile Specifications Table (Responsive Safety Layout) *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        border-bottom: 1px solid var(--border-color);\n      }\n\n      .spec-table tr:last-child td {\n        border-bottom: none;\n      }\n\n      .spec-table td:first-child {\n        width: auto;\n        font-weight: 600;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Miniature toilet-shaped pet food and water bowl\nTarget Audience: Cat owners seeking playful, space-saving, wall-mounted pet bowls\nVisual Style: Modern, clean, minimalist with soft neutral tones\nColor Strategy: White and soft gray backgrounds with charcoal text and light steel-blue accents\nModule Order: Hero -\u003e Features (Dual-use, Materials, Assembly) -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_2, Feature3=detail_4\nSpecification Data Source: spec_1, spec_2 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (no reliable comparative data available)\nInformation Boundary: Only uses verified dimensions from spec_1 (8.1cm, 10cm, 7cm, 8.3cm), materials from detail_2 (ABS plastic, stainless steel), insert options from spec_2 (White, Silver, Gold), and mounting steps from detail_4. No unverified claims or marketing puffery.\n--\u003e\u003c!-- Hero Content Block --\u003e\n\u003csection class=\"product-detail-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"badge-container\" style=\"justify-content: center;\"\u003e\u003cspan class=\"trust-badge\"\u003eRemovable Stainless Steel Insert\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eFun Miniature Toilet-Shaped Pet Bowl\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eA playful miniature toilet design that turns your pet's daily feeding and drinking into an amusing, memorable experience while keeping floors neat.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img54\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904103633\/0a93078d95025be0940ab8eab4c5ef89.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img56\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904103633\/75ac29393c99d4d2f308f003b52bc471.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eAmusing \u0026amp; Versatile Food or Water Bowl\u003c\/h3\u003e\n\n\u003cp class=\"feature-copy\"\u003eDesigned to serve both dry kibble, wet food, or fresh drinking water. This novelty miniature bowl adds a comical twist to your cat's eating routine, providing a practical container with a humorous visual aspect.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\" style=\"margin-top: 16px;\"\u003e\n\u003cspan class=\"tag\"\u003eDry or Wet Food\u003c\/span\u003e \u003cspan class=\"tag\"\u003eWater Supply\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Material \u0026 Durability --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img57\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904103633\/10dba3874e6b0bfbaca5b1e39fde33c0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eThickened ABS Shell \u0026amp; Metal Basin\u003c\/h3\u003e\n\n\u003cp class=\"feature-copy\"\u003eCrafted from a durable, drop-resistant ABS plastic outer frame that holds its shape. The inner lining consists of a removable stainless steel basin that lifts out easily, simplifying cleaning and quick refills.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\" style=\"margin-top: 16px;\"\u003e\n\u003cspan class=\"tag\"\u003eThickened ABS Plastic\u003c\/span\u003e \u003cspan class=\"tag\"\u003eStainless Steel Inner Bowl\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Wall Mounting --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img58\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260904103633\/e36ef8f32b2614ee7e91c7c55fd274a1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"feature-title\"\u003eTool-Free Adhesive Installation\u003c\/h3\u003e\n\n\u003cp class=\"feature-copy\"\u003eMounts cleanly to flat surfaces without drilling holes or nails. The adhesive patch supports the weight of the bowl easily, allowing you to hang the unit at your cat's preferred height off the ground.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\" style=\"margin-top: 16px;\"\u003e\n\u003cspan class=\"tag\"\u003eDamage-Free Installation\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAdhesive Support\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Block (Text Only - No Images) --\u003e\n\n\u003csection class=\"product-detail-section specifications-section\"\u003e\n\u003ch2 class=\"specifications-title\"\u003eSpecifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eWidth\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e8.1 cm (3.2 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eTotal Height\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e10.0 cm (3.9 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eSticker-to-Base Height\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e7.0 cm (2.8 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eBowl Cover Diameter\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003e8.3 cm (3.3 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMaterials\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eABS Plastic Outer Shell + Stainless Steel Inner Bowl\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eInner Bowl Colors\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eWhite, Silver, Gold\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd\u003eMounting Method\u003c\/td\u003e\n\t\t\t\u003ctd\u003e\u003cspan class=\"spec-value\"\u003eDamage-Free Adhesive Patch\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Block --\u003e\n\n\u003csection class=\"product-detail-section faq-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Does this bowl require batteries or electrical outlets?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo. This is a fully non-electric, static feeding and watering bowl. It does not use any water pumps, cords, or electronic parts, making it safe and simple to use anywhere.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 How do you clean the feeding bowl?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe stainless steel inner bowl is designed to be completely removable. You can easily lift it out of the ABS plastic frame to clean, rinse, or wipe down before putting it back in place.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003e💡 Can this be placed directly on the floor?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, the bowl can sit flat on the floor, or you can choose to mount it to your wall, door frame, or furniture using the included adhesive mounting sticker.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Sleek Silver","offer_id":44833085620275,"sku":"0909-13494563","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Classic White","offer_id":44833085653043,"sku":"0909-13492020","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Luxury Gold","offer_id":44833085685811,"sku":"0909-13494903","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🔥 Silver + Gold (2 Bowls • Save 15%) – Most Popular","offer_id":44833085718579,"sku":"0909-13490489","price":22.95,"currency_code":"USD","in_stock":true},{"title":"White + Silver (2 Bowls • Save 15%)","offer_id":44833085751347,"sku":"0909-13499294","price":22.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/9612\/7283\/files\/0a93078d95025be0940ab8eab4c5ef89.jpg?v=1788933067","url":"https:\/\/whiskivo.com\/products\/toilet-shaped-cat-bowl","provider":"Whiskivo","version":"1.0","type":"link"}