{"product_id":"zumimall-smart-pet-care-bundle-laser-camera-smart-feeder","title":"ZUMIMALL Smart Pet Care Bundle – Laser Camera + Smart Feeder","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003eZUMIMALL Smart Pet Care Bundle: PET6 + BK07\u003c\/title\u003e\n  \u003cstyle\u003e\n    \/* ========== 全局样式 \u0026 品牌色 ========== *\/\n    :root {\n      --primary-dark-blue: #476C94;\n      --primary-teal: #2D9EA1;\n      --primary-light-blue: #97C5EC;\n      --warm-brown: #5a3e36;\n      --warm-accent: #d9aa7d;\n      --warm-light: #f9f5f0;\n      --text-color: #333;\n      --light-bg: #f9f9f9;\n      --border-radius: 8px;\n      --box-shadow: 0 4px 12px rgba(71, 108, 148, 0.1);\n      --warm-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: 'Segoe UI', Roboto, 'Arial', sans-serif;\n      color: var(--text-color);\n      line-height: 1.6;\n      background: #fcf9f7;\n      padding: 20px 0 40px;\n    }\n\n    .product-section {\n      max-width: 1200px;\n      width: 90%;\n      margin: 30px auto;\n    }\n\n    @media (max-width: 768px) {\n      .product-section {\n        width: 100%;\n        margin: 20px auto;\n        padding: 0 10px;\n      }\n    }\n\n    \/* ========== 标题 ========== *\/\n    .section-title {\n      font-size: 26px;\n      font-weight: 700;\n      color: var(--primary-dark-blue);\n      text-align: center;\n      margin-bottom: 16px;\n      font-family: 'Arial Rounded MT Bold', 'Arial', sans-serif;\n      position: relative;\n      padding-bottom: 10px;\n    }\n\n    .section-title:after {\n      content: '';\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 80px;\n      height: 3px;\n      background: var(--primary-teal);\n    }\n\n    .section-subtitle {\n      font-size: 16px;\n      color: var(--text-color);\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto 20px;\n      line-height: 1.5;\n    }\n\n    @media (max-width: 768px) {\n      .section-title {\n        font-size: 22px;\n      }\n      .section-subtitle {\n        font-size: 14px;\n      }\n    }\n\n    \/* ========== 响应式图片 ========== *\/\n    .responsive-image {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--border-radius);\n      box-shadow: var(--box-shadow);\n    }\n\n    \/* ========== 折叠面板 ========== *\/\n    .collapsible {\n      width: 100%;\n      background: white;\n      border: 1px solid #e0e0e0;\n      border-radius: var(--border-radius);\n      padding: 18px 22px;\n      margin-bottom: 10px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      cursor: pointer;\n      box-shadow: var(--box-shadow);\n      transition: all 0.3s ease;\n      color: var(--primary-dark-blue);\n      font-size: 18px;\n      font-weight: bold;\n      outline: none;\n    }\n\n    .collapsible:hover {\n      background: var(--light-bg);\n      border-color: var(--primary-light-blue);\n    }\n\n    .collapsible.active {\n      background: var(--light-bg);\n      border-bottom-left-radius: 0;\n      border-bottom-right-radius: 0;\n      border-color: var(--primary-light-blue);\n    }\n\n    .toggle-icon {\n      transition: transform 0.3s ease;\n      color: var(--primary-teal);\n      font-weight: bold;\n      margin-left: 10px;\n      font-size: 20px;\n    }\n\n    .collapsible.active .toggle-icon {\n      transform: rotate(90deg);\n    }\n\n    .content {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease-out;\n      background: white;\n      border: 1px solid #e0e0e0;\n      border-top: none;\n      border-bottom-left-radius: var(--border-radius);\n      border-bottom-right-radius: var(--border-radius);\n      box-shadow: var(--box-shadow);\n    }\n\n    .content-inner {\n      padding: 20px;\n    }\n\n    .content-inner p {\n      margin-bottom: 15px;\n      line-height: 1.6;\n    }\n\n    .content-inner p:last-child {\n      margin-bottom: 0;\n    }\n\n    .content-inner strong {\n      color: var(--primary-dark-blue);\n    }\n\n    \/* ========== 套装概览卡片 ========== *\/\n    .bundle-overview {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 25px;\n      justify-content: center;\n      margin: 30px 0;\n    }\n\n    .bundle-card {\n      flex: 1 1 300px;\n      max-width: 420px;\n      background: white;\n      border-radius: var(--border-radius);\n      box-shadow: var(--box-shadow);\n      overflow: hidden;\n      transition: transform 0.3s ease, box-shadow 0.3s ease;\n      border: 1px solid #e8e8e8;\n    }\n\n    .bundle-card:hover {\n      transform: translateY(-4px);\n      box-shadow: 0 8px 20px rgba(71, 108, 148, 0.15);\n    }\n\n    .bundle-card-img {\n      width: 100%;\n      height: 220px;\n      object-fit: contain;\n      background: #f7f9fc;\n      padding: 15px;\n      display: block;\n    }\n\n    .bundle-card-body {\n      padding: 18px 16px 20px;\n      text-align: center;\n    }\n\n    .bundle-card-title {\n      font-size: 18px;\n      font-weight: 700;\n      color: var(--primary-dark-blue);\n      margin-bottom: 6px;\n    }\n\n    .bundle-card-sub {\n      font-size: 14px;\n      color: #666;\n      margin-bottom: 12px;\n    }\n\n    .bundle-card-link {\n      display: inline-block;\n      padding: 8px 20px;\n      background: var(--primary-teal);\n      color: white;\n      text-decoration: none;\n      border-radius: 30px;\n      font-size: 13px;\n      font-weight: 600;\n      transition: background 0.3s;\n    }\n\n    .bundle-card-link:hover {\n      background: var(--primary-dark-blue);\n    }\n\n    @media (max-width: 767px) {\n      .bundle-card {\n        flex: 1 1 100%;\n        max-width: 100%;\n      }\n      .bundle-card-img {\n        height: 180px;\n      }\n    }\n\n    \/* ========== 产品对比表格（两列） ========== *\/\n    .comparison-table-container {\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n      margin: 0 -5px;\n      width: calc(100% + 10px);\n      position: relative;\n      border: 1px solid #e0e0e0;\n      border-radius: var(--border-radius);\n      box-shadow: var(--box-shadow);\n    }\n\n    .product-comparison-table {\n      width: 100%;\n      border-collapse: separate;\n      border-spacing: 0;\n      background: white;\n      min-width: 500px;\n    }\n\n    .product-comparison-table th,\n    .product-comparison-table td {\n      padding: 12px 10px;\n      text-align: center;\n      border: 1px solid #e0e0e0;\n      font-size: 13px;\n      line-height: 1.4;\n    }\n\n    .product-comparison-table thead tr th:first-child,\n    .product-comparison-table tbody tr td:first-child {\n      position: sticky;\n      left: 0;\n      z-index: 2;\n      background: #f5f7fa;\n      min-width: 120px;\n      max-width: 120px;\n      text-align: left;\n      padding-left: 15px;\n      font-weight: 600;\n      color: #2c3e50;\n      box-shadow: 2px 0 5px rgba(0, 0, 0, 0.05);\n    }\n\n    .product-comparison-table thead tr th:first-child {\n      z-index: 3;\n      background: #e8ebf0;\n    }\n\n    .product-comparison-table th {\n      background: #f8f9fa;\n      font-weight: 600;\n      color: #34495e;\n      padding: 15px 10px;\n    }\n\n    .feature-header {\n      background: #e8ebf0 !important;\n      text-align: left !important;\n      font-size: 13px;\n      padding-left: 15px;\n    }\n\n    .product-image {\n      max-width: 100px;\n      height: auto;\n      display: block;\n      margin: 0 auto 8px;\n      border-radius: 4px;\n    }\n\n    .product-link {\n      color: #3498db;\n      text-decoration: none;\n      font-weight: 600;\n      font-size: 13px;\n    }\n\n    .product-link:hover {\n      text-decoration: underline;\n    }\n\n    .checkmark {\n      color: #27ae60;\n      font-weight: bold;\n      font-size: 16px;\n    }\n\n    .crossmark {\n      color: #c0392b;\n      font-weight: bold;\n      font-size: 16px;\n    }\n\n    @media (max-width: 768px) {\n      .product-comparison-table th,\n      .product-comparison-table td {\n        padding: 10px 6px;\n        font-size: 12px;\n      }\n      .product-comparison-table thead tr th:first-child,\n      .product-comparison-table tbody tr td:first-child {\n        min-width: 100px;\n        max-width: 100px;\n        font-size: 12px;\n        padding-left: 10px;\n      }\n      .feature-header {\n        min-width: 100px;\n        max-width: 100px;\n        font-size: 12px;\n        padding-left: 10px;\n      }\n      .product-image {\n        max-width: 80px;\n      }\n    }\n\n    \/* ========== 套装高亮卡片（无价格按钮） ========== *\/\n    .bundle-highlight {\n      background: linear-gradient(135deg, #eef4fb 0%, #f9f5f0 100%);\n      border-radius: 12px;\n      padding: 30px 20px;\n      margin: 30px 0;\n      text-align: center;\n      border: 1px solid #d9e2ec;\n    }\n\n    .bundle-highlight h2 {\n      font-size: 28px;\n      color: var(--primary-dark-blue);\n      margin-bottom: 10px;\n    }\n\n    .bundle-highlight p {\n      font-size: 16px;\n      color: #555;\n      max-width: 700px;\n      margin: 0 auto 10px;\n    }\n\n    @media (max-width: 767px) {\n      .bundle-highlight h2 {\n        font-size: 22px;\n      }\n      .bundle-highlight p {\n        font-size: 14px;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\n  \u003c!-- ========== 套装标题 \u0026 简介 ========== --\u003e\n  \u003cdiv class=\"product-section\"\u003e\n    \u003cdiv class=\"bundle-highlight\"\u003e\n      \u003ch2\u003eZUMIMALL Smart Pet Care Bundle\u003c\/h2\u003e\n      \u003cp\u003e\u003cstrong\u003ePET6 Automatic Pet Feeder with Camera + BK07 Pet Camera with Laser Light\u003c\/strong\u003e\u003c\/p\u003e\n      \u003cp\u003eWatch, play, and feed your pet from anywhere. The ultimate 2-in-1 pet care solution.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ========== 第一部分：套装产品概览 ========== --\u003e\n  \u003cdiv class=\"product-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eWhat's Included\u003c\/h2\u003e\n    \u003cdiv class=\"bundle-overview\"\u003e\n      \u003c!-- PET6 --\u003e\n      \u003cdiv class=\"bundle-card\"\u003e\n        \u003cimg class=\"bundle-card-img\" src=\"https:\/\/www.zumimall.com\/cdn\/shop\/files\/zumimall-pet-feeder-camera.png?v=1787822347\u0026amp;width=713\" alt=\"PET6 Automatic Pet Feeder with Camera\"\u003e\n        \u003cdiv class=\"bundle-card-body\"\u003e\n          \u003cdiv class=\"bundle-card-title\"\u003ePET6 Automatic Pet Feeder\u003c\/div\u003e\n          \u003cdiv class=\"bundle-card-sub\"\u003e2K Camera · 167° Wide View · 2-Way Audio · Dual Power\u003c\/div\u003e\n          \u003ca href=\"https:\/\/www.zumimall.com\/products\/zumimall-automatic-pet-feeder-cameras\" class=\"bundle-card-link\" target=\"_blank\"\u003eView Details\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- BK07 --\u003e\n      \u003cdiv class=\"bundle-card\"\u003e\n        \u003cimg class=\"bundle-card-img\" src=\"https:\/\/www.zumimall.com\/cdn\/shop\/files\/BK07_1.jpg?v=1766484491\u0026amp;width=713\" alt=\"BK07 Pet Camera with Laser Light\"\u003e\n        \u003cdiv class=\"bundle-card-body\"\u003e\n          \u003cdiv class=\"bundle-card-title\"\u003eBK07 Pet Camera with Laser\u003c\/div\u003e\n          \u003cdiv class=\"bundle-card-sub\"\u003e3MP · Laser Toy · Auto Tracking · 5G\/2.4G WiFi\u003c\/div\u003e\n          \u003ca href=\"https:\/\/www.zumimall.com\/products\/pet-camera-with-laser-toy-bk07\" class=\"bundle-card-link\" target=\"_blank\"\u003eView Details\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ========== 第二部分：About this bundle 折叠 ========== --\u003e\n  \u003cdiv class=\"product-section\"\u003e\n    \u003cbutton class=\"collapsible\" type=\"button\"\u003e\n      \u003cspan style=\"font-size: 22px;\"\u003eAbout this bundle\u003c\/span\u003e\n      \u003cspan class=\"toggle-icon\"\u003e›\u003c\/span\u003e\n    \u003c\/button\u003e\n    \u003cdiv class=\"content\"\u003e\n      \u003cdiv class=\"content-inner\"\u003e\n        \u003cp\u003e\u003cstrong\u003e【2-in-1 Smart Pet Care Bundle】\u003c\/strong\u003e Includes PET6 Automatic Pet Feeder with Camera and BK07 Pet Camera with Laser Light. Combines feeding, monitoring, and interactive play — the complete solution for busy pet parents.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e【PET6 Automatic Pet Feeder】\u003c\/strong\u003e 2K HD camera with 167° ultra-wide downward view, 2-way audio, 10-second voice memo, anti-clogging technology, dual power supply (AC + battery backup), triple-seal freshness, detachable for easy cleaning, SD card storage up to 128GB with no monthly fees. Supports 5GHz\/2.4GHz WiFi.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e【BK07 Pet Camera with Laser】\u003c\/strong\u003e 3MP HD, interactive laser toy with 4 preset paths and custom paths, scheduled laser play, customizable pet summoning sounds, 360° auto-tracking, AI pet\/human detection, two-way audio, 5GHz\/2.4GHz WiFi, privacy mode with lens rotation.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e【ZUMIMALL App Compatible】\u003c\/strong\u003e Both devices work with the ZUMIMALL App for unified management, multi-device sharing, and easy access to live view and recordings.\u003c\/p\u003e\n        \u003cp\u003e\u003cstrong\u003e【Perfect for Busy Pet Parents】\u003c\/strong\u003e Feed, watch, and play with your pet from anywhere. Ideal for daily commuters, frequent travelers, and multi-pet households.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ========== 第三部分：产品规格对比（SKU图） ========== --\u003e\n  \u003cdiv class=\"product-section\"\u003e\n    \u003ch2 class=\"section-title\"\u003eProduct Specifications Comparison\u003c\/h2\u003e\n    \u003cdiv class=\"comparison-table-container\"\u003e\n      \u003ctable class=\"product-comparison-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth class=\"feature-header\"\u003eFeatures\u003c\/th\u003e\n            \u003cth\u003ePET6 Automatic Pet Feeder\u003c\/th\u003e\n            \u003cth\u003eBK07 Pet Camera with Laser\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"feature-header\"\u003eImage\u003c\/td\u003e\n            \u003ctd\u003e\u003cimg class=\"product-image\" src=\"https:\/\/www.zumimall.com\/cdn\/shop\/files\/zumimall-pet-feeder-camera.png?v=1787822347\u0026amp;width=713\" alt=\"PET6\"\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003cimg class=\"product-image\" src=\"https:\/\/www.zumimall.com\/cdn\/shop\/files\/BK07_1.jpg?v=1766484491\u0026amp;width=713\" alt=\"BK07\"\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003ctd class=\"feature-header\"\u003eModel\u003c\/td\u003e\n            \u003ctd\u003e\u003ca href=\"https:\/\/www.zumimall.com\/products\/zumimall-automatic-pet-feeder-cameras\" class=\"product-link\" target=\"_blank\"\u003ePET6\u003c\/a\u003e\u003c\/td\u003e\n            \u003ctd\u003e\u003ca href=\"https:\/\/www.zumimall.com\/products\/pet-camera-with-laser-toy-bk07\" class=\"product-link\" target=\"_blank\"\u003eBK07\u003c\/a\u003e\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eCategory\u003c\/td\u003e\n\u003ctd\u003eAutomatic Pet Feeder with Camera\u003c\/td\u003e\n\u003ctd\u003ePet Camera with Laser Toy\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003ePower Source\u003c\/td\u003e\n\u003ctd\u003ePlug-in + Battery Backup\u003c\/td\u003e\n\u003ctd\u003ePlug-in\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eResolution\u003c\/td\u003e\n\u003ctd\u003e2K\u003c\/td\u003e\n\u003ctd\u003e3MP\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eWi-Fi\u003c\/td\u003e\n\u003ctd\u003e5GHz\/2.4GHz\u003c\/td\u003e\n\u003ctd\u003e5GHz\/2.4GHz\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eNight Vision\u003c\/td\u003e\n\u003ctd\u003eColor\/IR\u003c\/td\u003e\n\u003ctd\u003eColor\/IR\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eStorage\u003c\/td\u003e\n\u003ctd\u003eCloud\/Max 128G SD\u003c\/td\u003e\n\u003ctd\u003eCloud\/Max 128G SD\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eTwo-Way Audio\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eAuto Tracking\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"crossmark\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e 360°\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eLaser Toy\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"crossmark\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e Custom Paths\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eFeeding Function\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e Auto Scheduling\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"crossmark\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eAnti-Clogging\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"crossmark\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eFreshness Seal\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e Triple-Seal\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"crossmark\"\u003e✘\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003ePrivacy Mode\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e One-Tap Shutter\u003c\/td\u003e\n\u003ctd\u003e\n\u003cspan class=\"checkmark\"\u003e✔\u003c\/span\u003e Lens Rotation\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd class=\"feature-header\"\u003eApp\u003c\/td\u003e\n\u003ctd\u003eZUMIMALL\u003c\/td\u003e\n\u003ctd\u003eZUMIMALL\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ========== JavaScript ========== --\u003e\n  \u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function() {\n\n      \/\/ ===== 折叠面板通用 =====\n      function initCollapsible(selector) {\n        document.querySelectorAll(selector).forEach(function(btn) {\n          var content = btn.nextElementSibling;\n          if (btn.classList.contains('active')) {\n            content.style.maxHeight = content.scrollHeight + 'px';\n          } else {\n            content.style.maxHeight = null;\n          }\n          btn.addEventListener('click', function() {\n            this.classList.toggle('active');\n            var content = this.nextElementSibling;\n            if (this.classList.contains('active')) {\n              content.style.maxHeight = content.scrollHeight + 'px';\n            } else {\n              content.style.maxHeight = null;\n            }\n          });\n        });\n      }\n\n      \/\/ 初始化所有折叠面板\n      initCollapsible('.collapsible');\n\n    });\n  \u003c\/script\u003e\n\n\n\u003c\/body\u003e","brand":"ZUMIMALL","offers":[{"title":"Laser Camera + Feeder Camera | No SD card","offer_id":67801406538032,"sku":"PET6+BK07","price":149.98,"currency_code":"USD","in_stock":true},{"title":"Laser Camera + Feeder Camera  | 64G SD card*2","offer_id":67801406570800,"sku":"PET6+BK07+64G*2","price":189.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0262\/6227\/4147\/files\/BK07_PET6.webp?v=1789630761","url":"https:\/\/www.zumimall.com\/products\/zumimall-smart-pet-care-bundle-laser-camera-smart-feeder","provider":"ZUMIMALL","version":"1.0","type":"link"}