{"product_id":"ebo-mini-familybot","title":"EBO Mini FamilyBot – 2K Smart Home Robot","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n  :root {\n    --primary: #1a1a1a;\n    --accent: #ff6b35;\n    --accent-hover: #e55a2b;\n    --bg-light: #f8f8f8;\n    --bg-white: #ffffff;\n    --text-dark: #1a1a1a;\n    --text-muted: #666666;\n    --text-light: #999999;\n    --border: #e5e5e5;\n    --success: #22c55e;\n    --radius: 12px;\n    --radius-lg: 20px;\n    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n    --shadow-md: 0 4px 20px rgba(0,0,0,0.1);\n    --shadow-lg: 0 10px 40px rgba(0,0,0,0.12);\n    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n  body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: var(--text-dark); line-height: 1.6; background: var(--bg-white); }\n  img { max-width: 100%; display: block; }\n  a { text-decoration: none; color: inherit; }\n\n  \/* ===== HERO SECTION ===== *\/\n  .hero-section {\n    position: relative;\n    background: linear-gradient(135deg, #f5f0eb 0%, #ebe5de 50%, #e8e2da 100%);\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    overflow: hidden;\n    padding: 80px 0;\n  }\n  .hero-section::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 80%;\n    height: 200%;\n    background: radial-gradient(ellipse, rgba(255,107,53,0.06) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 60px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n  .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,107,53,0.1);\n    color: var(--accent);\n    padding: 8px 18px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n    border: 1px solid rgba(255,107,53,0.15);\n  }\n  .hero-badge svg { width: 16px; height: 16px; }\n  .hero-title {\n    font-size: clamp(36px, 5vw, 56px);\n    font-weight: 800;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    margin-bottom: 20px;\n    color: var(--primary);\n  }\n  .hero-title span {\n    background: linear-gradient(135deg, var(--accent) 0%, #ff8c5a 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  .hero-subtitle {\n    font-size: 18px;\n    color: var(--text-muted);\n    line-height: 1.7;\n    margin-bottom: 32px;\n    max-width: 520px;\n  }\n  .hero-features-inline {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-bottom: 36px;\n  }\n  .hero-feature-chip {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: var(--bg-white);\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--text-dark);\n    box-shadow: var(--shadow-sm);\n    border: 1px solid var(--border);\n  }\n  .hero-feature-chip svg { width: 14px; height: 14px; color: var(--accent); }\n  .hero-cta-group {\n    display: flex;\n    gap: 16px;\n    flex-wrap: wrap;\n    align-items: center;\n  }\n  .btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);\n    color: white;\n    padding: 16px 36px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    border: none;\n    cursor: pointer;\n    transition: var(--transition);\n    box-shadow: 0 4px 20px rgba(255,107,53,0.3);\n  }\n  .btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 8px 30px rgba(255,107,53,0.4);\n  }\n  .btn-secondary {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: var(--bg-white);\n    color: var(--text-dark);\n    padding: 16px 36px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 2px solid var(--border);\n    cursor: pointer;\n    transition: var(--transition);\n  }\n  .btn-secondary:hover {\n    border-color: var(--accent);\n    color: var(--accent);\n  }\n  .hero-price {\n    margin-top: 28px;\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n  }\n  .hero-price-current {\n    font-size: 36px;\n    font-weight: 800;\n    color: var(--primary);\n  }\n  .hero-price-original {\n    font-size: 20px;\n    color: var(--text-light);\n    text-decoration: line-through;\n  }\n  .hero-price-note {\n    font-size: 13px;\n    color: var(--text-muted);\n    margin-top: 6px;\n  }\n  .hero-image-wrapper {\n    position: relative;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n  }\n  .hero-image {\n    width: 100%;\n    max-width: 520px;\n    position: relative;\n    z-index: 2;\n    filter: drop-shadow(0 30px 60px rgba(0,0,0,0.15));\n    animation: float 6s ease-in-out infinite;\n  }\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-15px); }\n  }\n  .hero-image-glow {\n    position: absolute;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(255,107,53,0.15) 0%, transparent 70%);\n    border-radius: 50%;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    z-index: 1;\n  }\n\n  \/* ===== TRUST BADGES ===== *\/\n  .trust-bar {\n    background: var(--bg-white);\n    border-bottom: 1px solid var(--border);\n    padding: 20px 0;\n  }\n  .trust-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n    display: flex;\n    justify-content: center;\n    gap: 48px;\n    flex-wrap: wrap;\n  }\n  .trust-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    font-size: 14px;\n    font-weight: 500;\n    color: var(--text-muted);\n  }\n  .trust-item svg { width: 22px; height: 22px; color: var(--accent); }\n\n  \/* ===== SECTION COMMON ===== *\/\n  .section {\n    padding: 100px 0;\n    position: relative;\n  }\n  .section-alt { background: var(--bg-light); }\n  .section-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n  .section-header {\n    text-align: center;\n    max-width: 700px;\n    margin: 0 auto 64px;\n  }\n  .section-label {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 16px;\n  }\n  .section-title {\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 800;\n    line-height: 1.15;\n    letter-spacing: -0.02em;\n    margin-bottom: 16px;\n  }\n  .section-desc {\n    font-size: 17px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n  .feature-card {\n    background: var(--bg-white);\n    border-radius: var(--radius-lg);\n    padding: 40px 32px;\n    text-align: center;\n    transition: var(--transition);\n    border: 1px solid var(--border);\n    position: relative;\n    overflow: hidden;\n  }\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, var(--accent), #ff8c5a);\n    transform: scaleX(0);\n    transition: var(--transition);\n  }\n  .feature-card:hover {\n    transform: translateY(-6px);\n    box-shadow: var(--shadow-lg);\n    border-color: transparent;\n  }\n  .feature-card:hover::before { transform: scaleX(1); }\n  .feature-icon {\n    width: 64px;\n    height: 64px;\n    background: linear-gradient(135deg, rgba(255,107,53,0.1) 0%, rgba(255,107,53,0.05) 100%);\n    border-radius: 18px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 24px;\n    color: var(--accent);\n  }\n  .feature-icon svg { width: 28px; height: 28px; }\n  .feature-card h3 {\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n  .feature-card p {\n    font-size: 15px;\n    color: var(--text-muted);\n    line-height: 1.6;\n  }\n\n  \/* ===== SPLIT FEATURES ===== *\/\n  .split-feature {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n    margin-bottom: 100px;\n  }\n  .split-feature:last-child { margin-bottom: 0; }\n  .split-feature.reverse { direction: rtl; }\n  .split-feature.reverse \u003e * { direction: ltr; }\n  .split-image {\n  position: relative;\n  border-radius: var(--radius-lg);\n  overflow: hidden;\n  background: linear-gradient(135deg, #f5f0eb, #ebe5de);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 32px;\n  min-height: auto;\n  height: auto;\n}\n.split-image img {\n  width: 100%;\n  height: auto;\n  max-height: none;\n  object-fit: contain;\n  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.12));\n}\n  .split-content .feature-list {\n    list-style: none;\n    margin-top: 24px;\n  }\n  .split-content .feature-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-bottom: 14px;\n    font-size: 15px;\n    color: var(--text-muted);\n  }\n  .split-content .feature-list li svg {\n    width: 20px;\n    height: 20px;\n    color: var(--success);\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n  .split-content h3 {\n    font-size: clamp(24px, 3vw, 34px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: 16px;\n  }\n  .split-content p {\n    font-size: 16px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n\n  \/* ===== VIDEO SECTION ===== *\/\n  .video-section {\n    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n    padding: 100px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .video-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n  }\n  .video-section .section-title,\n  .video-section .section-desc { color: white; }\n  .video-section .section-desc { color: rgba(255,255,255,0.6); }\n  .video-wrapper {\n    position: relative;\n    max-width: 900px;\n    margin: 0 auto;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: 0 30px 80px rgba(0,0,0,0.4);\n    aspect-ratio: 16\/9;\n    background: #111;\n  }\n  .video-wrapper iframe {\n    width: 100%;\n    height: 100%;\n    border: none;\n    position: absolute;\n    top: 0;\n    left: 0;\n  }\n  .video-play-btn {\n    position: absolute;\n    top: 50%;\n    left: 50%;\n    transform: translate(-50%, -50%);\n    width: 80px;\n    height: 80px;\n    background: rgba(255,255,255,0.95);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    cursor: pointer;\n    transition: var(--transition);\n    z-index: 2;\n  }\n  .video-play-btn:hover {\n    transform: translate(-50%, -50%) scale(1.1);\n    background: white;\n  }\n  .video-play-btn svg { width: 28px; height: 28px; color: var(--accent); margin-left: 4px; }\n\n  \/* ===== SPECS TABLE ===== *\/\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 1px;\n    background: var(--border);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    border: 1px solid var(--border);\n  }\n  .spec-item {\n    background: var(--bg-white);\n    padding: 28px 24px;\n    text-align: center;\n    transition: var(--transition);\n  }\n  .spec-item:hover { background: #fafafa; }\n  .spec-item .spec-label {\n    font-size: 12px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    color: var(--text-light);\n    margin-bottom: 8px;\n  }\n  .spec-item .spec-value {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--primary);\n  }\n\n  \/* ===== COMPARISON TABLE ===== *\/\n  .comparison-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    border: 1px solid var(--border);\n    background: var(--bg-white);\n  }\n  .comparison-table th,\n  .comparison-table td {\n    padding: 18px 24px;\n    text-align: left;\n    border-bottom: 1px solid var(--border);\n  }\n  .comparison-table th {\n    background: var(--primary);\n    color: white;\n    font-size: 14px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n  .comparison-table th:first-child { border-radius: var(--radius-lg) 0 0 0; }\n  .comparison-table th:last-child { border-radius: 0 var(--radius-lg) 0 0; }\n  .comparison-table tr:last-child td { border-bottom: none; }\n  .comparison-table td { font-size: 15px; color: var(--text-muted); }\n  .comparison-table td:first-child { font-weight: 600; color: var(--primary); }\n  .comparison-table .highlight { background: rgba(255,107,53,0.04); }\n  .comparison-table .check { color: var(--success); font-weight: 700; }\n  .comparison-table .cross { color: var(--text-light); }\n  .comparison-table .best { color: var(--accent); font-weight: 700; }\n\n  \/* ===== FAQ ===== *\/\n  .faq-list { max-width: 800px; margin: 0 auto; }\n  .faq-item {\n    background: var(--bg-white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    margin-bottom: 12px;\n    overflow: hidden;\n    transition: var(--transition);\n  }\n  .faq-item:hover { border-color: #d0d0d0; }\n  .faq-question {\n    width: 100%;\n    padding: 22px 28px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    background: none;\n    border: none;\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--primary);\n    cursor: pointer;\n    text-align: left;\n    transition: var(--transition);\n  }\n  .faq-question:hover { color: var(--accent); }\n  .faq-question svg {\n    width: 20px;\n    height: 20px;\n    color: var(--text-light);\n    transition: var(--transition);\n    flex-shrink: 0;\n    margin-left: 16px;\n  }\n  .faq-item.active .faq-question svg { transform: rotate(180deg); color: var(--accent); }\n  .faq-answer {\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.4s ease, padding 0.4s ease;\n  }\n  .faq-item.active .faq-answer {\n    max-height: 500px;\n    padding: 0 28px 24px;\n  }\n  .faq-answer p {\n    font-size: 15px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n\n  \/* ===== BOX CONTENTS ===== *\/\n  .box-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n  }\n  .box-item {\n    background: var(--bg-white);\n    border: 1px solid var(--border);\n    border-radius: var(--radius);\n    padding: 28px 16px;\n    text-align: center;\n    transition: var(--transition);\n  }\n  .box-item:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-md);\n    border-color: var(--accent);\n  }\n  .box-item .box-icon {\n    width: 48px;\n    height: 48px;\n    background: linear-gradient(135deg, rgba(255,107,53,0.1), rgba(255,107,53,0.05));\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 14px;\n    color: var(--accent);\n  }\n  .box-item .box-icon svg { width: 22px; height: 22px; }\n  .box-item h4 {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--primary);\n    line-height: 1.4;\n  }\n\n  \/* ===== CTA BANNER ===== *\/\n  .cta-banner {\n    background: linear-gradient(135deg, var(--primary) 0%, #2d2d2d 100%);\n    padding: 80px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .cta-banner::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -20%;\n    width: 60%;\n    height: 200%;\n    background: radial-gradient(ellipse, rgba(255,107,53,0.1) 0%, transparent 70%);\n  }\n  .cta-banner .section-container { position: relative; z-index: 1; }\n  .cta-banner h2 {\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 800;\n    color: white;\n    margin-bottom: 16px;\n  }\n  .cta-banner p {\n    font-size: 18px;\n    color: rgba(255,255,255,0.6);\n    margin-bottom: 32px;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n  @media (max-width: 1024px) {\n    .hero-container { grid-template-columns: 1fr; text-align: center; gap: 40px; }\n    .hero-subtitle { margin-left: auto; margin-right: auto; }\n    .hero-features-inline { justify-content: center; }\n    .hero-cta-group { justify-content: center; }\n    .hero-price { justify-content: center; }\n    .hero-image { max-width: 380px; }\n    .features-grid { grid-template-columns: repeat(2, 1fr); }\n    .split-feature { grid-template-columns: 1fr; gap: 40px; }\n    .split-feature.reverse { direction: ltr; }\n    .specs-grid { grid-template-columns: repeat(2, 1fr); }\n    .box-grid { grid-template-columns: repeat(3, 1fr); }\n  }\n  @media (max-width: 640px) {\n    .section { padding: 60px 0; }\n    .section-container { padding: 0 20px; }\n    .hero-container { padding: 0 20px; }\n    .features-grid { grid-template-columns: 1fr; }\n    .specs-grid { grid-template-columns: 1fr; }\n    .box-grid { grid-template-columns: repeat(2, 1fr); }\n    .comparison-table { font-size: 13px; }\n    .comparison-table th, .comparison-table td { padding: 12px 14px; }\n    .trust-container { gap: 20px; }\n  }\n\u003c\/style\u003e\n\u003c!-- ===== KEY FEATURES ===== --\u003e\n\u003csection class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cspan class=\"section-label\"\u003eKey Features\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eEverything You Need in One Compact Robot\u003c\/h2\u003e\n\u003cp class=\"section-desc\"\u003eEBO Mini combines advanced home monitoring, pet interaction, and family communication in a pocket-sized design that moves freely throughout your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003e2K HD Camera\u003c\/h3\u003e\n\u003cp\u003eCrystal-clear 2304×1296 resolution with a wide 137° viewing angle. See every detail of your home, pets, and loved ones in stunning clarity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eTwo-Way Audio\u003c\/h3\u003e\n\u003cp\u003eReal-time voice communication lets you talk, check in, and share daily moments naturally — as if you were right there in the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWhole-Home Mobility\u003c\/h3\u003e\n\u003cp\u003eNavigate your entire home with ease. Cross obstacles up to 6mm, climb slopes up to 4°, and enjoy smooth movement at 20–60 cm\/s.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eLaser Interaction\u003c\/h3\u003e\n\u003cp\u003eBuilt-in interactive laser pointer keeps your pets engaged and active. Schedule 3-minute random patrols for automatic play sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eWi-Fi 6 Ready\u003c\/h3\u003e\n\u003cp\u003eDual-band 2.4G + 5G with Wi-Fi 6 support ensures a stable, ultra-smooth connection for lag-free live streaming and remote control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"\u003e\u003c\/path\u003e\u003cpath d=\"M13.73 21a2 2 0 0 1-3.46 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3\u003eMotion Detection\u003c\/h3\u003e\n\u003cp\u003eSmart motion alerts with 24\/7 recording capability. Get instant notifications on your phone whenever activity is detected at home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SPLIT FEATURE: PET INTERACTION ===== --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"split-feature\"\u003e\n\u003cdiv class=\"split-image\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/6_3000x3000_f9b01543-077e-46ab-8d08-ede24c07c117.jpg?v=1785844621\" alt=\"EBO Mini interacting with a cat using laser pointer\"\u003e\n\u003cp style=\"width: 100% !important; height: auto !important; display: block !important; object-fit: contain !important; max-height: none !important;\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"split-content\"\u003e\n\u003cspan class=\"section-label\"\u003eFor Pet Owners\u003c\/span\u003e\n\u003ch3\u003eRemote Pet Interaction, Never Miss a Moment\u003c\/h3\u003e\n\u003cp\u003eEBO Mini moves, interacts, and records to keep your pet engaged even when you're away. The built-in laser pointer and optional feather play accessory turn your robot into the ultimate pet entertainer.\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eInteractive laser play with automatic patrol mode\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eLow-angle pet's-eye view for natural interaction\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eSchedule 3-minute random patrols via app\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eAuto-recording during play sessions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SPLIT FEATURE: HOME MONITORING ===== --\u003e\n\u003csection class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"split-feature reverse\"\u003e\n\u003cdiv class=\"split-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/4_3000x3000_92760a57-2946-4c1d-bd6d-7500d0f2cf22.jpg?v=1785844621%20alt=\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-content\"\u003e\n\u003cspan class=\"section-label\"\u003eHome Security\u003c\/span\u003e\n\u003ch3\u003eSee What's Happening, Anytime\u003c\/h3\u003e\n\u003cp\u003eIf a call goes unanswered, simply drive EBO Mini to see what's happening at home. With night vision, motion detection, and instant app alerts, you'll never miss important moments — day or night.\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e24\/7 recording with 32GB SD card (up to 256GB)\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eInstant motion detection alerts to your phone\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eNight vision for clear footage in darkness\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eOne-tap privacy protection mode\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SPLIT FEATURE: FAMILY CONNECTION ===== --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"split-feature\"\u003e\n\u003cdiv class=\"split-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/1_3000x3000_b6c44037-8761-4a76-b85e-8e80266519c8.jpg?v=1785844621\" alt=\"EBO Mini connecting family members remotely\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"split-content\"\u003e\n\u003cspan class=\"section-label\"\u003eStay Connected\u003c\/span\u003e\n\u003ch3\u003eFeel Close, Even Miles Away\u003c\/h3\u003e\n\u003cp\u003eReal-time two-way audio lets you talk, check in, and share daily moments naturally. The unique EBO Voice Message feature lets you type a message in the app — EBO reads it aloud at home when you can't speak.\u003c\/p\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eTwo-way real-time voice communication\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eEBO Voice Message — type to speak\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eMulti-user family access via app\u003c\/li\u003e\n\u003cli\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eRemote live view with smooth control\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== VIDEO SECTION ===== --\u003e\n\u003csection class=\"video-section\" id=\"video\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cspan class=\"section-label\"\u003eProduct Video\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eSee EBO Mini in Action\u003c\/h2\u003e\n\u003cp class=\"section-desc\"\u003eWatch how EBO Mini transforms your home into a connected, interactive space for you, your family, and your pets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"video-wrapper\"\u003e\n\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8503c8a3f81441c1b69a68d52372a167.mp4\"\u003e\u003c\/iframe\u003e\n\u003cdiv class=\"video-play-btn\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"currentColor\"\u003e\u003cpolygon points=\"5 3 19 12 5 21 5 3\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SPECIFICATIONS ===== --\u003e\n\u003csection class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cspan class=\"section-label\"\u003eTechnical Specs\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eCompact Power, Premium Performance\u003c\/h2\u003e\n\u003cp class=\"section-desc\"\u003eEvery detail engineered for reliability, smooth operation, and seamless integration into your smart home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eDimensions\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e95 × 95 × 89 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWeight\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e290 g\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCamera\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2K (2304 × 1296)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCamera Angle\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e137° Wide\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2450 mAh\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eBattery Life\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e4–7 Hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eCharging Time\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2–3 Hours\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eWi-Fi\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eWi-Fi 6, 2.4G \u0026amp; 5G\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSpeed\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e20–60 cm\/s\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eObstacle Crossing\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e≤ 6 mm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eStorage\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e32 GB (up to 256 GB)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003ePC + ABS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== COMPARISON TABLE ===== --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cspan class=\"section-label\"\u003eCompare Models\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eChoose the Right EBO for You\u003c\/h2\u003e\n\u003cp class=\"section-desc\"\u003eSee how EBO Mini stacks up against other models in the Enabot family.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eEBO Mini Sport\u003c\/th\u003e\n\u003cth style=\"background: var(--accent);\"\u003eEBO Mini\u003c\/th\u003e\n\u003cth\u003eEBO SE\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr class=\"highlight\"\u003e\n\u003ctd\u003eCamera Quality\u003c\/td\u003e\n\u003ctd\u003e2K\u003c\/td\u003e\n\u003ctd class=\"best\"\u003e2K\u003c\/td\u003e\n\u003ctd\u003e1080P\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWi-Fi\u003c\/td\u003e\n\u003ctd\u003eWi-Fi 6\u003c\/td\u003e\n\u003ctd class=\"best\"\u003eWi-Fi 6\u003c\/td\u003e\n\u003ctd\u003e2.4G \/ 5G\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"highlight\"\u003e\n\u003ctd\u003eTwo-Way Audio\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"check best\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLaser Pointer\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"check best\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"highlight\"\u003e\n\u003ctd\u003eEBO Voice Message\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"check best\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAI Recognition\u003c\/td\u003e\n\u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003ctd class=\"cross\"\u003e✗\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"highlight\"\u003e\n\u003ctd\u003eOperating Noise\u003c\/td\u003e\n\u003ctd\u003e48.5 dB\u003c\/td\u003e\n\u003ctd\u003e61 dB\u003c\/td\u003e\n\u003ctd\u003e61 dB\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMotor Type\u003c\/td\u003e\n\u003ctd\u003eBrushless\u003c\/td\u003e\n\u003ctd\u003eBrushed\u003c\/td\u003e\n\u003ctd\u003eBrushed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"highlight\"\u003e\n\u003ctd\u003eAuto Recharge\u003c\/td\u003e\n\u003ctd\u003eRoute Memory + IR\u003c\/td\u003e\n\u003ctd class=\"best\"\u003eRoute Memory + IR\u003c\/td\u003e\n\u003ctd\u003eIR Docking Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eExpressive Eyes\u003c\/td\u003e\n\u003ctd\u003e12 Colors\u003c\/td\u003e\n\u003ctd\u003e1 Color\u003c\/td\u003e\n\u003ctd\u003eStatus Only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== WHAT'S IN THE BOX ===== --\u003e\n\u003csection class=\"section section-alt\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003cspan class=\"section-label\"\u003ePackage Contents\u003c\/span\u003e\n\u003ch2 class=\"section-title\"\u003eEverything You Need to Get Started\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-grid\"\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eEBO Mini Robot\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eCharging Stand\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003crect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003ePower Adapter\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003e32 GB SD Card\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003cpath d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\u003cline x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003eUser Manual\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"box-item\"\u003e\n\u003cdiv class=\"box-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2v4m0 12v4m10-10h-4M6 12H2m15.07-6.93l-2.83 2.83M9.76 14.24l-2.83 2.83m11.31 0l-2.83-2.83M9.76 9.76L6.93 6.93\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003ch4\u003ePower On\/Off Pin\u003c\/h4\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== FAQ ===== --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"section-container\"\u003e\n\u003cdiv class=\"faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-answer\"\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":50069792358677,"sku":"EB6101000","price":199.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Mini_-_3000x3000_9886fbae-355d-4db2-88a8-aa647b82ab70.jpg?v=1785844621","url":"https:\/\/futurology.tech\/products\/ebo-mini-familybot","provider":"Futurology Tech","version":"1.0","type":"link"}