{"product_id":"dual-mode-adjustable-pet-bowl","title":"Dual-Mode Adjustable Pet Bowl","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    --primary: #2a5c43;\n    --primary-hover: #1f4432;\n    --text-main: #332d29;\n    --text-sub: #6e655f;\n    --bg-body: #faf8f5;\n    --bg-card: #ffffff;\n    --bg-soft: #f4ede4;\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: #e6ded5;\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    color: var(--text-main);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    background-color: var(--bg-body);\n  }\n\n  .product-detail-container h1,\n  .product-detail-container h2,\n  .product-detail-container h3,\n  .product-detail-container p,\n  .product-detail-container ul,\n  .product-detail-container li,\n  .product-detail-container table,\n  .product-detail-container tr,\n  .product-detail-container td,\n  .product-detail-container th {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* Typography Rules *\/\n  .hero-title {\n    font-size: 22px;\n    line-height: 1.3;\n    font-weight: 700;\n    margin-bottom: 12px;\n    color: var(--text-main);\n  }\n\n  .section-title {\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 600;\n    margin-bottom: 16px;\n    color: var(--text-main);\n  }\n\n  .body-text {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-sub);\n  }\n\n  \/* Spacing Utility *\/\n  .section-spacer {\n    margin-top: clamp(2rem, 5vw, 4rem);\n    margin-bottom: clamp(2rem, 5vw, 4rem);\n  }\n\n  \/* Badges \u0026 Pills *\/\n  .badge-wrapper {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    margin-bottom: 16px;\n  }\n\n  .badge-pill {\n    font-size: 18px;\n    line-height: 1.6;\n    padding: 6px 14px;\n    background-color: var(--bg-soft);\n    color: var(--primary);\n    border-radius: var(--radius-md);\n    font-weight: 500;\n    display: inline-block;\n  }\n\n  \/* IMAGE STYLES - Flush, uncropped, fit original *\/\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    object-fit: contain;\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Image Container Base *\/\n  .image-wrapper {\n    width: 100%;\n    background-color: transparent;\n    border: none;\n    padding: 0;\n    box-sizing: border-box;\n    margin-bottom: 24px;\n    display: block;\n  }\n\n  \/* Hero Section *\/\n  .hero-block {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 24px;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  @media (min-width: 768px) {\n    .hero-block {\n      grid-template-columns: 1fr 1fr;\n      align-items: center;\n      padding: 40px;\n    }\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    flex-direction: column;\n    gap: 24px;\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      align-items: center;\n      padding: 40px;\n    }\n    .feature-item.reverse {\n      flex-direction: row-reverse;\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-media .image-wrapper {\n    margin-bottom: 0;\n  }\n\n  .feature-copy {\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* Installation Guide Styling *\/\n  .steps-block {\n    background-color: var(--bg-soft);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n  }\n\n  @media (min-width: 768px) {\n    .steps-block {\n      padding: 40px;\n    }\n  }\n\n  \/* Specifications Table styling *\/\n  .specifications-section {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  @media (min-width: 768px) {\n    .specifications-section {\n      padding: 40px;\n    }\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 8px;\n    vertical-align: top;\n    font-size: 18px;\n    line-height: 1.6;\n  }\n\n  .spec-table td.property-label {\n    font-weight: 600;\n    color: var(--text-main);\n    width: 35%;\n  }\n\n  .spec-table .spec-value {\n    display: block;\n    color: var(--text-sub);\n  }\n\n  @media (max-width: 767px) {\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 tr {\n      padding: 12px 0;\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: 8px 0;\n      align-items: start;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .spec-table td.property-label {\n      width: auto;\n    }\n\n    .spec-table td::before {\n      content: attr(data-label);\n      display: block;\n      min-width: 0;\n      font-size: 18px;\n      font-weight: 600;\n      line-height: 1.5;\n      white-space: normal;\n      overflow-wrap: anywhere;\n      word-break: break-word;\n    }\n\n    .spec-table .spec-value {\n      display: block;\n      min-width: 0;\n      max-width: 100%;\n      font-size: 18px;\n      line-height: 1.5;\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\n  \/* FAQ Block *\/\n  .faq-block {\n    background-color: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: 24px;\n    box-shadow: var(--shadow-sm);\n  }\n\n  @media (min-width: 768px) {\n    .faq-block {\n      padding: 40px;\n    }\n  }\n\n  .faq-item {\n    margin-bottom: 24px;\n    border-bottom: 1px solid var(--border-color);\n    padding-bottom: 20px;\n  }\n\n  .faq-item:last-child {\n    margin-bottom: 0;\n    border-bottom: none;\n    padding-bottom: 0;\n  }\n\n  .faq-question {\n    font-size: 20px;\n    line-height: 1.4;\n    font-weight: 600;\n    color: var(--text-main);\n    margin-bottom: 8px;\n  }\n\n  .faq-answer {\n    font-size: 18px;\n    line-height: 1.6;\n    color: var(--text-sub);\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Dual-Use Wall-Mount \u0026 Freestanding Pet Feeding Bowl\nTarget Audience: Cat owners, pet lovers seeking clean and stable feeding solutions\nVisual Style: Warm, cozy, modern organic home aesthetic\nColor Strategy: Earthy tones (Forest green, warm cream, soft brown\/beige)\nModule Order: Hero -\u003e Feature 1 (Dual-Use) -\u003e Feature 2 (Suction Power) -\u003e Feature 3 (Comfort \u0026 Clean) -\u003e Installation -\u003e Specifications -\u003e FAQ\nDetail Image Mapping: Hero=detail_1, Feature1=detail_3, Feature2=detail_2, Feature3=detail_5, Installation=detail_4\nSpecification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\nCompare Section: Not included (insufficient data for side-by-side comparison matrix, but contrast is addressed via text in dual-use descriptions)\nInformation Boundary: Strictly relies on confirmed facts: 19cm base, 5-degree ergonomic tilt, dual holding gel suction, surface compatibility, specific parts (suction cup, star cap, bowl, bracket, base). No unverified safety claims or generalized statements.\n--\u003e\u003c!-- Hero block --\u003e\n\u003csection class=\"hero-block section-spacer\"\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"badge-wrapper\"\u003e\u003cspan class=\"badge-pill\"\u003eDual-Use Feeding\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1 class=\"hero-title\"\u003eFloating Planet Bowl\u003c\/h1\u003e\n\n\u003cp class=\"body-text\"\u003eA versatile, space-saving feeding solution designed to keep your pet's dining area clean, organized, and out of the way of daily household foot traffic.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img62\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917175811\/59f74461883cd197c79f86a50abec625.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"feature-list\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img63\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917175811\/bbd57ce3067c300f148be6aef9f22fbf.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eStable Floor Stand or Floating Wall Mount\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEasily switch between floor freestanding mode and floating wall-mount mode. The wall-mounted setup creates zero floor contact, allowing your robot vacuum to pass underneath unobstructed and preventing your pets from tipping the bowl.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-wrapper\" style=\"margin-top: 16px; margin-bottom: 0;\"\u003e\n\u003cspan class=\"badge-pill\"\u003eAnti-Tip Base\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eVacuum Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2: Suction Power --\u003e\n\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img64\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917175811\/7df15e71ea9e15f335bcd9a08a3e5cd7.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eNano-Gel Vacuum Suction Cup\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eEngineered with a powerful combination of strong nano-gel adhesion and vacuum dual-hold technology. It securely anchors to a wide range of smooth indoor surfaces without the need for drilling or permanent screws.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-wrapper\" style=\"margin-top: 16px; margin-bottom: 0;\"\u003e\u003cspan class=\"badge-pill\"\u003eTool-Free Installation\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3: Smart Detachable details --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img65\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917175811\/c398c2cef3088c3eabd24e85a1d2d864.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2 class=\"section-title\"\u003eDelicate Details \u0026amp; Detachable Construction\u003c\/h2\u003e\n\n\u003cp class=\"body-text\"\u003eBuilt from durable, food-grade PP plastic that is dishwasher safe. The independent bowl easily detaches from the bracket ring for swift refilling and daily cleaning, while the supporting arm folds flat when not in use.\u003c\/p\u003e\n\n\u003cdiv class=\"badge-wrapper\" style=\"margin-top: 16px; margin-bottom: 0;\"\u003e\n\u003cspan class=\"badge-pill\"\u003eFood-Grade PP\u003c\/span\u003e \u003cspan class=\"badge-pill\"\u003eFoldable Ring\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Step-by-Step Installation --\u003e\n\n\u003csection class=\"steps-block section-spacer\"\u003e\n\u003ch2 class=\"section-title\"\u003eEasy Step-by-Step Installation\u003c\/h2\u003e\n\n\u003cp class=\"body-text\" style=\"margin-bottom: 24px;\"\u003eSet up your feeding station quickly on smooth, dry surfaces. The intuitive modular design snaps together firmly with clear physical locking feedback.\u003c\/p\u003e\n\n\u003cdiv class=\"image-wrapper\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img66\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260917175811\/abbca2af85a946ea268ec78515d6d06b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specifications-section section-spacer\"\u003e\n\u003ch2 class=\"section-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 class=\"property-label\" data-label=\"Base Diameter\"\u003e\u003cspan class=\"spec-value\"\u003e19 cm (~7.5 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"property-label\" data-label=\"Bowl Angle\"\u003e\u003cspan class=\"spec-value\"\u003e~5° upward ergonomic tilt\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"property-label\" data-label=\"Materials\"\u003e\u003cspan class=\"spec-value\"\u003eFood-grade PP (bracket \u0026amp; base), Ceramic \/ 304 Stainless Steel \/ Plastic (bowl options)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"property-label\" data-label=\"Box Contents\"\u003e\u003cspan class=\"spec-value\"\u003e1x Bracket, 1x Round Base, 1x Bowl, 1x Adhesive Suction Cup, 1x Star Cap\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"property-label\" data-label=\"Surface Support\"\u003e\u003cspan class=\"spec-value\"\u003eTempered glass, smooth stone, wood, acrylic panels, smooth metal, painted cabinet doors\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd class=\"property-label\" data-label=\"Restrictions\"\u003e\u003cspan class=\"spec-value\"\u003eDo not apply directly to wallpaper, peeling walls, metal pegboards, or sheet-metal cabinet surfaces\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 Section --\u003e\n\n\u003csection class=\"faq-block section-spacer\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eWhy does the bracket tilt upwards by about 5 degrees?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eThe slight 5-degree upward tilt is an intentional part of the ergonomic design. It helps support a more comfortable feeding posture for cats, reducing cervical spine strain during meals.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eHow long should I let the suction cup set before placing food?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eFor optimal stability and a secure grip, clean and dry the chosen surface, firmly apply the suction cup to press out all air, mount the stand, and let the entire setup sit for 6 to 12 hours before initial use.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eCan the base and bracket be cleaned in the dishwasher?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes. The bracket and round base are made from premium food-grade PP and are fully dishwasher safe for easy, hygienic sanitization.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Ocean Blue \u0026 Coral \/ Premium Ceramic","offer_id":46217393799359,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Olive Green \u0026 Cocoa \/ Premium Ceramic","offer_id":46217393832127,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \u0026 Coral \/ 304 Stainless Steel","offer_id":46217393864895,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Olive Green \u0026 Cocoa \/ 304 Stainless Steel","offer_id":46217393897663,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Ocean Blue \u0026 Coral \/ Eco-Friendly Plastic","offer_id":46217393930431,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Olive Green \u0026 Cocoa \/ Eco-Friendly Plastic","offer_id":46217393963199,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/59f74461883cd197c79f86a50abec625.jpg?v=1789639136","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/dual-mode-adjustable-pet-bowl","provider":"Bak","version":"1.0","type":"link"}