{"title":"Enabot","description":null,"products":[{"product_id":"ebo-se-movable-full-house-camera","title":"EBO SE Wireless Camera Robot","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --accent: #ff6846;\n    --accent-soft: #fff2ed;\n\n    --blue: #49a9e8;\n    --blue-soft: #eef8ff;\n\n    --cyan: #55c7d9;\n    --green: #22b573;\n\n    --text: #171717;\n    --muted: #666666;\n    --light: #999999;\n\n    --white: #ffffff;\n    --bg: #f7f8f9;\n    --warm: #faf6f2;\n    --cool: #f2f8fb;\n\n    --border: #e5e5e5;\n\n    --radius: 15px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n\n    --shadow-sm: 0 3px 12px rgba(0,0,0,.06);\n    --shadow-md: 0 10px 35px rgba(0,0,0,.09);\n    --shadow-lg: 0 22px 65px rgba(0,0,0,.13);\n\n    --transition: all .3s ease;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  body {\n    margin: 0;\n\n    font-family:\n      'Inter',\n      -apple-system,\n      BlinkMacSystemFont,\n      sans-serif;\n\n    color: var(--text);\n    line-height: 1.6;\n\n    background: #fff;\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n\n  \/* =========================================================\n     COMMON\n  ========================================================= *\/\n\n  .se-section {\n    position: relative;\n\n    padding: 88px 0;\n  }\n\n  .se-section.alt {\n    background: var(--bg);\n  }\n\n  .se-section.warm {\n    background: var(--warm);\n  }\n\n  .se-container {\n    width: 100%;\n    max-width: 1280px;\n\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .se-header {\n    max-width: 760px;\n\n    margin: 0 auto 52px;\n\n    text-align: center;\n  }\n\n  .se-label {\n    display: inline-block;\n\n    margin-bottom: 13px;\n\n    color: var(--accent);\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .se-title {\n    margin: 0 0 16px;\n\n    font-size: clamp(29px,4vw,43px);\n    font-weight: 800;\n    line-height: 1.13;\n    letter-spacing: -.03em;\n  }\n\n  .se-desc {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .se-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 88px 0;\n\n    background:\n      radial-gradient(\n        circle at 85% 18%,\n        rgba(73,169,232,.18),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 8% 88%,\n        rgba(255,104,70,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #fbfbfb 0%,\n        #f2f7fa 100%\n      );\n  }\n\n  .se-hero::before {\n    content: '';\n\n    position: absolute;\n    top: -220px;\n    right: -190px;\n\n    width: 530px;\n    height: 530px;\n\n    border: 1px solid rgba(73,169,232,.15);\n    border-radius: 50%;\n  }\n\n  .se-hero-grid {\n    position: relative;\n    z-index: 2;\n\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 65px;\n    align-items: center;\n  }\n\n  .se-hero-copy h1 {\n    margin: 0 0 22px;\n\n    font-size: clamp(40px,5vw,60px);\n    font-weight: 800;\n    line-height: 1.05;\n    letter-spacing: -.045em;\n  }\n\n  .se-gradient {\n    background:\n      linear-gradient(\n        135deg,\n        #ff6846,\n        #ff9d76 38%,\n        #55aee7 78%\n      );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .se-hero-copy p {\n    max-width: 580px;\n\n    margin: 0 0 18px;\n\n    color: var(--muted);\n\n    font-size: 17px;\n    line-height: 1.76;\n  }\n\n  .se-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n\n    margin-top: 27px;\n  }\n\n  .se-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.96);\n\n    border: 1px solid var(--border);\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .se-tag svg {\n    width: 15px;\n    height: 15px;\n\n    color: var(--accent);\n  }\n\n  .se-hero-visual {\n    position: relative;\n  }\n\n  .se-hero-image {\n    overflow: hidden;\n\n    padding: 25px;\n\n    border-radius: var(--radius-xl);\n\n    background: #fff;\n\n    box-shadow: var(--shadow-lg);\n  }\n\n  .se-hero-image img {\n    width: 100%;\n\n    aspect-ratio: 1 \/ 1;\n\n    object-fit: contain;\n  }\n\n  .se-floating {\n    position: absolute;\n    left: -24px;\n    bottom: 26px;\n\n    max-width: 280px;\n\n    padding: 15px 18px;\n\n    background: rgba(255,255,255,.96);\n    backdrop-filter: blur(10px);\n\n    border-radius: 15px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .se-floating strong {\n    display: block;\n\n    margin-bottom: 3px;\n\n    font-size: 14px;\n  }\n\n  .se-floating span {\n    color: var(--muted);\n\n    font-size: 11px;\n  }\n\n\n  \/* =========================================================\n     FEATURE CARDS\n  ========================================================= *\/\n\n  .se-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 20px;\n  }\n\n  .se-feature {\n    position: relative;\n    overflow: hidden;\n\n    padding: 31px 24px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 21px;\n\n    text-align: center;\n\n    transition: var(--transition);\n  }\n\n  .se-feature::before {\n    content: '';\n\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n\n    height: 4px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--accent),\n        var(--blue)\n      );\n\n    transform: scaleX(0);\n\n    transition: var(--transition);\n  }\n\n  .se-feature:hover {\n    transform: translateY(-5px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .se-feature:hover::before {\n    transform: scaleX(1);\n  }\n\n  .se-feature-icon {\n    width: 56px;\n    height: 56px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 17px;\n\n    border-radius: 16px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,104,70,.10),\n        rgba(73,169,232,.09)\n      );\n\n    color: var(--accent);\n  }\n\n  .se-feature-icon svg {\n    width: 24px;\n    height: 24px;\n  }\n\n  .se-feature h3 {\n    margin: 0 0 8px;\n\n    font-size: 16px;\n  }\n\n  .se-feature p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================================================\n     SPLIT FEATURE\n  ========================================================= *\/\n\n  .se-split {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n\n    overflow: hidden;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-xl);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .se-split.reverse {\n    grid-template-columns: .92fr 1.08fr;\n  }\n\n  .se-split.reverse .se-split-image {\n    order: 2;\n  }\n\n  .se-split.reverse .se-split-copy {\n    order: 1;\n  }\n\n  .se-split-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    background: #eee;\n  }\n\n  .se-split-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .5s ease;\n  }\n\n  .se-split:hover .se-split-image img {\n    transform: scale(1.015);\n  }\n\n  .se-image-tag {\n    position: absolute;\n    top: 21px;\n    left: 21px;\n    z-index: 2;\n\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(8px);\n\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .se-split-copy {\n    padding: 50px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .se-split-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(28px,3.5vw,39px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.03em;\n  }\n\n  .se-split-copy \u003e p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .se-checks {\n    list-style: none;\n\n    margin: 23px 0 0;\n    padding: 0;\n  }\n\n  .se-checks li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 12px;\n\n    color: var(--muted);\n\n    font-size: 13px;\n  }\n\n  .se-check {\n    color: var(--green);\n\n    font-weight: 800;\n  }\n\n\n  \/* =========================================================\n     MONITORING\n  ========================================================= *\/\n\n  .se-monitor {\n    display: grid;\n    grid-template-columns: 1.12fr .88fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .se-monitor-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 520px;\n\n    border-radius: 28px;\n\n    background: #eee;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .se-monitor-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n\n    object-fit: cover;\n  }\n\n  .se-monitor-panel {\n    padding: 41px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f1f8fc,\n        #fff\n      );\n  }\n\n  .se-monitor-panel h2 {\n    margin: 0 0 15px;\n\n    font-size: clamp(28px,3.5vw,39px);\n    font-weight: 800;\n    line-height: 1.12;\n  }\n\n  .se-monitor-panel \u003e p {\n    margin: 0 0 24px;\n\n    color: var(--muted);\n\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .se-mini-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .se-mini-card {\n    padding: 15px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .se-mini-card strong {\n    display: block;\n\n    margin-bottom: 4px;\n\n    font-size: 12px;\n  }\n\n  .se-mini-card span {\n    display: block;\n\n    color: var(--muted);\n\n    font-size: 10px;\n    line-height: 1.45;\n  }\n\n\n  \/* =========================================================\n     COMMUNICATION\n  ========================================================= *\/\n\n  .se-communication {\n    display: grid;\n    grid-template-columns: .88fr 1.12fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .se-communication-copy {\n    padding: 43px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #fff5ef,\n        #fff\n      );\n  }\n\n  .se-communication-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(29px,3.6vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n  }\n\n  .se-communication-copy \u003e p {\n    margin: 0 0 24px;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .se-communication-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #eee;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .se-communication-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n  }\n\n\n  \/* =========================================================\n     RECHARGE\n  ========================================================= *\/\n\n  .se-charge {\n    display: grid;\n    grid-template-columns: 1.12fr .88fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .se-charge-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #eee;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .se-charge-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n  }\n\n  .se-charge-caption {\n    position: absolute;\n    left: 20px;\n    bottom: 20px;\n\n    max-width: 310px;\n\n    padding: 14px 17px;\n\n    background: rgba(255,255,255,.96);\n\n    border-radius: 14px;\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .se-charge-caption strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 13px;\n  }\n\n  .se-charge-caption span {\n    color: var(--muted);\n\n    font-size: 10px;\n    line-height: 1.4;\n  }\n\n  .se-charge-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f3f9fc,\n        #ffffff\n      );\n  }\n\n  .se-charge-panel h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(28px,3.5vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n  }\n\n  .se-charge-panel \u003e p {\n    margin: 0 0 24px;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .se-number-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .se-number-card {\n    padding: 17px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .se-number-card strong {\n    display: block;\n\n    margin-bottom: 4px;\n\n    font-size: 17px;\n  }\n\n  .se-number-card span {\n    display: block;\n\n    color: var(--muted);\n\n    font-size: 10px;\n    line-height: 1.45;\n  }\n\n\n  \/* =========================================================\n     USE CASES\n  ========================================================= *\/\n\n  .se-use-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 21px;\n  }\n\n  .se-use-card {\n    overflow: hidden;\n\n    min-height: 280px;\n\n    position: relative;\n\n    border-radius: 22px;\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .se-use-card img {\n    width: 100%;\n    height: 100%;\n    min-height: 280px;\n\n    object-fit: cover;\n  }\n\n  .se-use-overlay {\n    position: absolute;\n    inset: 0;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n\n    padding: 25px;\n\n    background:\n      linear-gradient(\n        to top,\n        rgba(0,0,0,.70),\n        rgba(0,0,0,.05) 65%\n      );\n  }\n\n  .se-use-overlay h3 {\n    margin: 0 0 5px;\n\n    color: white;\n\n    font-size: 19px;\n  }\n\n  .se-use-overlay p {\n    margin: 0;\n\n    color: rgba(255,255,255,.80);\n\n    font-size: 11px;\n    line-height: 1.5;\n  }\n\n\n  \/* =========================================================\n     APP\n  ========================================================= *\/\n\n  .se-app-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n  }\n\n  .se-app-card {\n    padding: 29px 25px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 20px;\n\n    text-align: center;\n  }\n\n  .se-app-icon {\n    width: 48px;\n    height: 48px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 16px;\n\n    border-radius: 14px;\n\n    background: var(--blue-soft);\n\n    color: var(--blue);\n  }\n\n  .se-app-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .se-app-card h3 {\n    margin: 0 0 8px;\n\n    font-size: 16px;\n  }\n\n  .se-app-card p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 12px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================================================\n     TECH SPECS\n  ========================================================= *\/\n\n  .se-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n\n    gap: 1px;\n    overflow: hidden;\n\n    background: var(--border);\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .se-spec {\n    padding: 25px 15px;\n\n    background: #fff;\n\n    text-align: center;\n  }\n\n  .se-spec-label {\n    margin-bottom: 6px;\n\n    color: var(--light);\n\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .se-spec-value {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .se-table-wrap {\n    overflow-x: auto;\n  }\n\n  .se-table {\n    width: 100%;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .se-table td {\n    padding: 16px 22px;\n\n    border-bottom: 1px solid var(--border);\n\n    font-size: 13px;\n  }\n\n  .se-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .se-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .se-table td:first-child {\n    width: 40%;\n\n    font-weight: 700;\n  }\n\n  .se-table td:last-child {\n    color: var(--muted);\n  }\n\n\n  \/* =========================================================\n     PACKAGE\n  ========================================================= *\/\n\n  .se-package {\n    display: grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap: 32px;\n    align-items: center;\n  }\n\n  .se-package-image {\n    overflow: hidden;\n\n    border-radius: 28px;\n\n    background: #fff;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .se-package-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  .se-package-list {\n    display: grid;\n    gap: 10px;\n  }\n\n  .se-package-item {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n\n    padding: 14px 16px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .se-package-number {\n    width: 33px;\n    height: 33px;\n\n    flex-shrink: 0;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 9px;\n\n    background: var(--blue-soft);\n\n    color: var(--blue);\n\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  .se-package-item strong {\n    font-size: 12px;\n  }\n\n\n  \/* =========================================================\n     FINAL\n  ========================================================= *\/\n\n  .se-final {\n    padding: 78px 0;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 18% 20%,\n        rgba(73,169,232,.14),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 82% 80%,\n        rgba(255,104,70,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #151515,\n        #292929\n      );\n  }\n\n  .se-final h2 {\n    margin: 0 0 14px;\n\n    color: #fff;\n\n    font-size: clamp(29px,4vw,42px);\n    font-weight: 800;\n  }\n\n  .se-final p {\n    max-width: 700px;\n\n    margin: 0 auto;\n\n    color: rgba(255,255,255,.67);\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width:1024px) {\n\n    .se-hero-grid,\n    .se-split,\n    .se-split.reverse,\n    .se-monitor,\n    .se-communication,\n    .se-charge,\n    .se-package {\n      grid-template-columns: 1fr;\n    }\n\n    .se-split.reverse .se-split-image,\n    .se-split.reverse .se-split-copy {\n      order: initial;\n    }\n\n    .se-feature-grid,\n    .se-use-grid,\n    .se-app-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .se-spec-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .se-floating {\n      left: 18px;\n    }\n\n    .se-split-image,\n    .se-split-image img,\n    .se-monitor-image,\n    .se-monitor-image img,\n    .se-communication-image,\n    .se-communication-image img,\n    .se-charge-image,\n    .se-charge-image img {\n      min-height: auto;\n    }\n  }\n\n\n  @media (max-width:700px) {\n\n    .se-section,\n    .se-hero {\n      padding: 58px 0;\n    }\n\n    .se-container {\n      padding: 0 20px;\n    }\n\n    .se-feature-grid,\n    .se-use-grid,\n    .se-app-grid,\n    .se-spec-grid,\n    .se-mini-grid,\n    .se-number-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .se-split-copy,\n    .se-monitor-panel,\n    .se-communication-copy,\n    .se-charge-panel {\n      padding: 29px 22px;\n    }\n\n    .se-floating {\n      position: relative;\n      left: auto;\n      bottom: auto;\n\n      margin-top: 13px;\n    }\n\n    .se-table td {\n      padding: 12px;\n\n      font-size: 11px;\n    }\n\n    .se-table td:first-child {\n      width: 44%;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"se-hero\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-hero-grid\"\u003e\n\n\n      \u003cdiv class=\"se-hero-copy\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          Enabot EBO SE\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          Your Home.\n          \u003cspan class=\"se-gradient\"\u003e\n            Always Within Reach.\n          \u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eEBO SE Wireless Camera Robot\u003c\/strong\u003e\n          combines mobile 1080P monitoring, two-way voice\n          communication and smart home security features in\n          one compact companion robot.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Remotely explore your home, check on pets or loved ones,\n          monitor activity and communicate through the mobile app.\n          EBO SE can also return to its charging dock when needed,\n          helping it stay ready for everyday use.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"se-tags\"\u003e\n\n\n          \u003cdiv class=\"se-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\n              \u003c\/rect\u003e\n\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\n              \u003c\/circle\u003e\n\n            \u003c\/svg\u003e\n\n            1080P Camera\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \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\n\n              \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            Two-Way Audio\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M12 7v5l3 2\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            24H Recording\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            Auto Recharge\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-hero-visual\"\u003e\n\n        \u003cdiv class=\"se-hero-image\"\u003e\n\n          \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE-product_pic.jpg?v=1770976552\" alt=\"Enabot EBO SE Wireless Camera Robot\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"se-floating\"\u003e\n\n          \u003cstrong\u003e\n            Mobile Home Monitoring\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Move · Watch · Talk · Protect\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CORE FEATURES\n========================================================= --\u003e\n\n\u003csection class=\"se-section alt\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-header\"\u003e\n\n      \u003cspan class=\"se-label\"\u003e\n        Smart Home Companion\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"se-title\"\u003e\n        Security and Connection in One Compact Robot\n      \u003c\/h2\u003e\n\n      \u003cp class=\"se-desc\"\u003e\n        EBO SE combines mobile home monitoring,\n        night vision, remote communication and\n        intelligent security functions.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"se-feature-grid\"\u003e\n\n\n      \u003cdiv class=\"se-feature\"\u003e\n\n        \u003cdiv class=\"se-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\n            \u003c\/rect\u003e\n\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\n            \u003c\/circle\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          1080P HD Camera\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Live home monitoring with clear Full HD\n          photo and video capture.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-feature\"\u003e\n\n        \u003cdiv class=\"se-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M21 12.8A9 9 0 1 1 11.2 3 7 7 0 0 0 21 12.8z\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Night Vision\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Continue monitoring in low-light\n          conditions after the lights go out.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-feature\"\u003e\n\n        \u003cdiv class=\"se-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \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\n\n            \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Two-Way Voice\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Talk to family members or pets\n          remotely through the mobile app.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-feature\"\u003e\n\n        \u003cdiv class=\"se-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Auto Recharge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Infrared docking helps EBO SE\n          return to its charging station.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MOBILE MONITORING\n========================================================= --\u003e\n\n\u003csection class=\"se-section\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-monitor\"\u003e\n\n\n      \u003cdiv class=\"se-monitor-image\"\u003e\n\n        \u003cspan class=\"se-image-tag\"\u003e\n          Real-Time Home View\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_real_time_monitor_1.webp?v=1776840985\" alt=\"EBO SE real-time remote monitoring\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-monitor-panel\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          Intelligent Home Monitoring\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Check Your Home from Wherever You Are\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Unlike a traditional fixed camera, EBO SE can be\n          remotely controlled to move around compatible indoor\n          spaces, giving you more viewing angles around the home.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"se-mini-grid\"\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Remote Control\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Move EBO SE around your home through the app.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Live Monitoring\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Watch the camera feed in real time.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Photo Capture\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Take photos remotely from your smartphone.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Video Recording\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Record useful or memorable moments.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     NIGHT VISION\n========================================================= --\u003e\n\n\u003csection class=\"se-section warm\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-split reverse\"\u003e\n\n\n      \u003cdiv class=\"se-split-image\"\u003e\n\n        \u003cspan class=\"se-image-tag\"\u003e\n          Day \u0026amp; Night\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_Night_Vision_1.webp?v=1776840674\" alt=\"EBO SE night vision\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-split-copy\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          Night Vision\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Stay Connected After the Lights Go Out\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE supports low-light monitoring so you can\n          continue checking your home and pets at night\n          without relying on bright room lighting.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"se-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Day and night monitoring\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            1080P video resolution\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Wide-angle camera\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Remote photo and video capture\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CAMERA\n========================================================= --\u003e\n\n\u003csection class=\"se-section alt\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-split\"\u003e\n\n\n      \u003cdiv class=\"se-split-image\"\u003e\n\n        \u003cspan class=\"se-image-tag\"\u003e\n          1080P Mobile Vision\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_real_time_monitor_1.webp?v=1776840985\" alt=\"EBO SE 1080P mobile camera\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-split-copy\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          Clear Home Monitoring\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          See More Than a Fixed Camera Can Show\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE combines 1080P imaging with a mobile chassis,\n          allowing you to remotely change your viewpoint instead\n          of being limited to one stationary camera angle.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"se-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            1080P resolution\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            118° diagonal camera angle\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            98.5° horizontal viewing angle\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            62.5° vertical viewing angle\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FAMILY CONNECTION\n========================================================= --\u003e\n\n\u003csection class=\"se-section\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-communication\"\u003e\n\n\n      \u003cdiv class=\"se-communication-copy\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          Remote Companionship\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Stay Close to Family, Even from Far Away\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE supports two-way voice and one-way video,\n          making it useful for remotely checking in on children,\n          elderly loved ones and pets.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"se-mini-grid\"\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Two-Way Voice\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Listen and speak in real time.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              One-Way Video\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              See family members through EBO's camera.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Mobile View\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Move closer instead of waiting for someone to enter frame.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Multi-User Login\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Share access with approved family members.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-communication-image\"\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_real_time_monitor_1.webp?v=1776840985\" alt=\"EBO SE remote family and pet communication\"\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     SECURITY RECORDING\n========================================================= --\u003e\n\n\u003csection class=\"se-section alt\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-split reverse\"\u003e\n\n\n      \u003cdiv class=\"se-split-image\"\u003e\n\n        \u003cspan class=\"se-image-tag\"\u003e\n          Home Security\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE-product_pic.jpg?v=1770976552\" alt=\"EBO SE home security camera robot\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-split-copy\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          24H Fixed-Point Security\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Keep Watch While You're Away\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE can be used for continuous fixed-point\n          security recording while positioned at its charging\n          station, with footage stored locally on supported memory.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"se-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            24-hour fixed-point recording mode\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Motion-detection recording\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            App notifications for detected activity\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Local expandable storage up to 256 GB\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AUTO RECHARGE\n========================================================= --\u003e\n\n\u003csection class=\"se-section warm\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-charge\"\u003e\n\n\n      \u003cdiv class=\"se-charge-image\"\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_auto_charge_1.webp?v=1776841042\" alt=\"EBO SE automatic recharge\"\u003e\n\n        \u003cdiv class=\"se-charge-caption\"\u003e\n\n          \u003cstrong\u003e\n            Close-Range Auto Recharge\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Move EBO SE into a clear area in front of the dock\n            before starting automatic return.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-charge-panel\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          Always Ready\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Returns to Its Charging Dock\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE uses infrared close-range docking to return\n          to its charging station, reducing the need to manually\n          place the robot onto the charger.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"se-number-grid\"\u003e\n\n\n          \u003cdiv class=\"se-number-card\"\u003e\n\n            \u003cstrong\u003e\n              2500 mAh\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Built-in rechargeable battery\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-number-card\"\u003e\n\n            \u003cstrong\u003e\n              4–7 Hours\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Approximate battery life\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-number-card\"\u003e\n\n            \u003cstrong\u003e\n              2–3 Hours\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Approximate charging time\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"se-number-card\"\u003e\n\n            \u003cstrong\u003e\n              Infrared\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Automatic docking system\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     HOME MOBILITY\n========================================================= --\u003e\n\n\u003csection class=\"se-section\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-split\"\u003e\n\n\n      \u003cdiv class=\"se-split-image\"\u003e\n\n        \u003cspan class=\"se-image-tag\"\u003e\n          Free-Moving Camera\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_real_time_monitor_1.webp?v=1776840985\" alt=\"EBO SE mobile home camera\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-split-copy\"\u003e\n\n        \u003cspan class=\"se-label\"\u003e\n          Designed to Move\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Explore Different Areas of Your Home\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The compact tracked chassis allows EBO SE to move\n          forward, backward and turn remotely, providing a\n          mobile low-level view around compatible indoor spaces.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"se-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Speed from 20 to 60 cm\/s\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Obstacle crossing approximately 5–6 mm\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Uphill slope up to 4° on smooth tile\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"se-check\"\u003e✓\u003c\/span\u003e\n            Compact 89.2 mm body height\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FAMILY \/ PET USE\n========================================================= --\u003e\n\n\u003csection class=\"se-section alt\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-header\"\u003e\n\n      \u003cspan class=\"se-label\"\u003e\n        Made for Everyday Home Life\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"se-title\"\u003e\n        One Robot, Multiple Ways to Stay Connected\n      \u003c\/h2\u003e\n\n      \u003cp class=\"se-desc\"\u003e\n        Use EBO SE to monitor pets, communicate with children\n        or remotely check in on elderly family members.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"se-use-grid\"\u003e\n\n\n      \u003cdiv class=\"se-use-card\"\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_real_time_monitor_1.webp?v=1776840985\" alt=\"EBO SE pet monitoring\"\u003e\n\n        \u003cdiv class=\"se-use-overlay\"\u003e\n\n          \u003ch3\u003e\n            Pet Monitoring\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Find your pet around the house and talk\n            through the robot remotely.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-use-card\"\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE-product_pic.jpg?v=1770976552\" alt=\"EBO SE family companion robot\"\u003e\n\n        \u003cdiv class=\"se-use-overlay\"\u003e\n\n          \u003ch3\u003e\n            Family Connection\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use mobile video monitoring and two-way voice\n            to stay connected.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-use-card\"\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_Night_Vision_1.webp?v=1776840674\" alt=\"EBO SE home monitoring day and night\"\u003e\n\n        \u003cdiv class=\"se-use-overlay\"\u003e\n\n          \u003ch3\u003e\n            Home Security\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Monitor activity during the day\n            and in low-light conditions.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     APP\n========================================================= --\u003e\n\n\u003csection class=\"se-section\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-header\"\u003e\n\n      \u003cspan class=\"se-label\"\u003e\n        Mobile App Control\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"se-title\"\u003e\n        Your EBO SE, Controlled from Your Phone\n      \u003c\/h2\u003e\n\n      \u003cp class=\"se-desc\"\u003e\n        Remote controls and monitoring features are available\n        through the compatible Enabot app on iOS and Android.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"se-app-grid\"\u003e\n\n\n      \u003cdiv class=\"se-app-card\"\u003e\n\n        \u003cdiv class=\"se-app-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\n            \u003c\/rect\u003e\n\n            \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Remote Control\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Move EBO SE through your home directly\n          from your smartphone.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-app-card\"\u003e\n\n        \u003cdiv class=\"se-app-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n\n            \u003cpath d=\"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Live Video\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Watch the live camera feed and capture\n          photos or videos remotely.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-app-card\"\u003e\n\n        \u003cdiv class=\"se-app-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n\n            \u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n\n            \u003cpath d=\"M22 21v-2a4 4 0 0 0-3-3.87\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Multi-User Access\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The main account can manage access\n          for additional approved family members.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TECHNICAL HIGHLIGHTS\n========================================================= --\u003e\n\n\u003csection class=\"se-section alt\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-header\"\u003e\n\n      \u003cspan class=\"se-label\"\u003e\n        Technical Highlights\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"se-title\"\u003e\n        Compact Design for Everyday Home Monitoring\n      \u003c\/h2\u003e\n\n      \u003cp class=\"se-desc\"\u003e\n        Small enough to move around the home,\n        with dual-band Wi-Fi, local storage\n        and automatic charging.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"se-spec-grid\"\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Dimensions\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          95 × 95 × 89.2 mm\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Weight\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          280 ±20 g\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Resolution\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          1080P\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Camera Angle\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          118°\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Battery\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          2500 mAh\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Battery Life\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          4–7 Hours\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Charging\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          2–3 Hours\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Auto Recharge\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          Infrared\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Wi-Fi\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          2.4 \/ 5 GHz\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Speed\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          20–60 cm\/s\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Obstacle Height\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          5–6 mm\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-spec\"\u003e\n\n        \u003cdiv class=\"se-spec-label\"\u003e\n          Memory\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"se-spec-value\"\u003e\n          Up to 256 GB\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FULL SPECIFICATIONS\n========================================================= --\u003e\n\n\u003csection class=\"se-section\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-header\"\u003e\n\n      \u003cspan class=\"se-label\"\u003e\n        Full Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"se-title\"\u003e\n        EBO SE at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"se-table-wrap\"\u003e\n\n      \u003ctable class=\"se-table\"\u003e\n\n        \u003ctbody\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO SE\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e95 × 95 × 89.2 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e280 ±20 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Resolution\u003c\/td\u003e\n            \u003ctd\u003e1080P\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle — Diagonal\u003c\/td\u003e\n            \u003ctd\u003e118°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle — Horizontal\u003c\/td\u003e\n            \u003ctd\u003e98.5°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle — Vertical\u003c\/td\u003e\n            \u003ctd\u003e62.5°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eNight Vision\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-Way Voice\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eVideo Communication\u003c\/td\u003e\n            \u003ctd\u003eOne-Way Video\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eFixed-Point Security Recording\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotion Detection\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eApp Notifications\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eAutomatic Patrol\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e2500 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2–3 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eApproximately 4–7 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eAutomatic Recharge\u003c\/td\u003e\n            \u003ctd\u003eInfrared\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeed\u003c\/td\u003e\n            \u003ctd\u003e20–60 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eDefault Speed\u003c\/td\u003e\n            \u003ctd\u003e2nd Grade\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003eApproximately 5–6 mm at normal speed\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eUphill Slope\u003c\/td\u003e\n            \u003ctd\u003e4° on smooth tile flooring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eAVI, JPG\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Memory Support\u003c\/td\u003e\n            \u003ctd\u003eUp to 256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eWaterproof\u003c\/td\u003e\n            \u003ctd\u003eNot supported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     WHAT'S IN THE BOX\n========================================================= --\u003e\n\n\u003csection class=\"se-section alt\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cdiv class=\"se-header\"\u003e\n\n      \u003cspan class=\"se-label\"\u003e\n        What's in the Box\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"se-title\"\u003e\n        Everything You Need to Get Started\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"se-package\"\u003e\n\n\n      \u003cdiv class=\"se-package-image\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-SE%281%29.jpeg?h=1080\u0026amp;w=1920\" alt=\"Enabot EBO SE What's in the Box\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"se-package-list\"\u003e\n\n\n        \u003cdiv class=\"se-package-item\"\u003e\n\n          \u003cdiv class=\"se-package-number\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            EBO SE Robot\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"se-package-item\"\u003e\n\n          \u003cdiv class=\"se-package-number\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            Charging Dock\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"se-package-item\"\u003e\n\n          \u003cdiv class=\"se-package-number\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            Charging Cable\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"se-package-item\"\u003e\n\n          \u003cdiv class=\"se-package-number\"\u003e\n            04\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            Power Adapter\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"se-package-item\"\u003e\n\n          \u003cdiv class=\"se-package-number\"\u003e\n            05\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            32 GB Memory Card\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"se-package-item\"\u003e\n\n          \u003cdiv class=\"se-package-number\"\u003e\n            06\n          \u003c\/div\u003e\n\n          \u003cstrong\u003e\n            User Documentation\n          \u003c\/strong\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003csection class=\"se-final\"\u003e\n\n  \u003cdiv class=\"se-container\"\u003e\n\n    \u003cspan class=\"se-label\"\u003e\n      Enabot EBO SE\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Stay Connected to Every Corner of Home\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      EBO SE combines mobile 1080P monitoring,\n      night vision, two-way voice, intelligent security features\n      and automatic charging in one compact home companion robot.\n      The product is covered by a 12-month warranty.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48859702100245,"sku":"EB1303311","price":70.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBO_SE-product_pic.jpg?v=1771592432"},{"product_id":"ebo-air-pet-robot-movable-camera","title":"EBO Air Pet Robot Movable Camera","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --primary: #1a1a1a;\n    --accent: #ff6b35;\n    --accent-hover: #e55a2b;\n    --bg-light: #f8f8f8;\n    --bg-soft: #f5f2ef;\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: 22px;\n    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);\n    --shadow-md: 0 6px 24px rgba(0,0,0,0.09);\n    --shadow-lg: 0 20px 60px rgba(0,0,0,0.13);\n    --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background: var(--bg-white);\n  }\n\n  img {\n    max-width: 100%;\n    display: block;\n  }\n\n  \/* ===== COMMON ===== *\/\n\n  .section {\n    padding: 90px 0;\n    position: relative;\n  }\n\n  .section-alt {\n    background: var(--bg-light);\n  }\n\n  .section-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .section-header {\n    max-width: 760px;\n    text-align: center;\n    margin: 0 auto 60px;\n  }\n\n  .section-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--accent);\n  }\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\n  .section-desc {\n    font-size: 17px;\n    color: var(--text-muted);\n    line-height: 1.75;\n  }\n\n  \/* ===== HERO ===== *\/\n\n  .ebo-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 90px 0;\n    background:\n      radial-gradient(circle at 80% 20%, rgba(255,107,53,0.13), transparent 32%),\n      radial-gradient(circle at 10% 90%, rgba(255,180,120,0.10), transparent 30%),\n      linear-gradient(135deg,#faf8f6 0%,#f3eeea 100%);\n  }\n\n  .ebo-hero::before {\n    content: '';\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    border-radius: 50%;\n    border: 1px solid rgba(255,107,53,.12);\n    right: -180px;\n    top: -220px;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 0.88fr 1.12fr;\n    gap: 70px;\n    align-items: center;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-content h1 {\n    font-size: clamp(38px,5vw,58px);\n    font-weight: 800;\n    line-height: 1.07;\n    letter-spacing: -0.035em;\n    margin-bottom: 22px;\n  }\n\n  .hero-content h1 span {\n    background: linear-gradient(135deg,var(--accent),#ff985f);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-content p {\n    font-size: 17px;\n    line-height: 1.8;\n    color: var(--text-muted);\n    max-width: 560px;\n    margin-bottom: 28px;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 15px;\n    border-radius: 50px;\n    background: rgba(255,255,255,.9);\n    border: 1px solid var(--border);\n    box-shadow: var(--shadow-sm);\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .hero-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .hero-visual {\n    position: relative;\n  }\n\n  .hero-main-image {\n    overflow: hidden;\n    border-radius: 28px;\n    background: white;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .hero-main-image img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .hero-floating-card {\n    position: absolute;\n    left: -30px;\n    bottom: 35px;\n    background: rgba(255,255,255,.96);\n    backdrop-filter: blur(10px);\n    border-radius: 16px;\n    padding: 16px 20px;\n    box-shadow: var(--shadow-md);\n    border: 1px solid rgba(255,255,255,.8);\n  }\n\n  .hero-floating-card strong {\n    display: block;\n    font-size: 16px;\n    margin-bottom: 3px;\n  }\n\n  .hero-floating-card span {\n    font-size: 13px;\n    color: var(--text-muted);\n  }\n\n  \/* ===== FEATURES ===== *\/\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 24px;\n  }\n\n  .feature-card {\n    position: relative;\n    overflow: hidden;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n    padding: 38px 30px;\n    text-align: center;\n    transition: var(--transition);\n  }\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),#ff9a65);\n    transform: scaleX(0);\n    transition: var(--transition);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-6px);\n    box-shadow: var(--shadow-lg);\n    border-color: transparent;\n  }\n\n  .feature-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .feature-icon {\n    width: 62px;\n    height: 62px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 22px;\n    border-radius: 18px;\n    background: linear-gradient(\n      135deg,\n      rgba(255,107,53,.12),\n      rgba(255,107,53,.04)\n    );\n    color: var(--accent);\n  }\n\n  .feature-icon svg {\n    width: 27px;\n    height: 27px;\n  }\n\n  .feature-card h3 {\n    font-size: 19px;\n    font-weight: 700;\n    margin-bottom: 11px;\n  }\n\n  .feature-card p {\n    font-size: 15px;\n    line-height: 1.65;\n    color: var(--text-muted);\n  }\n\n  \/* ===== LARGE FEATURE BLOCK ===== *\/\n\n  .image-feature {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    align-items: stretch;\n    border-radius: 26px;\n    overflow: hidden;\n    background: white;\n    box-shadow: var(--shadow-md);\n    border: 1px solid var(--border);\n  }\n\n  .image-feature.reverse {\n    grid-template-columns: .95fr 1.05fr;\n  }\n\n  .image-feature.reverse .feature-photo {\n    order: 2;\n  }\n\n  .image-feature.reverse .feature-copy {\n    order: 1;\n  }\n\n  .feature-photo {\n    position: relative;\n    min-height: 500px;\n    overflow: hidden;\n    background: #eee;\n  }\n\n  .feature-photo img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n    object-fit: cover;\n    transition: transform .6s ease;\n  }\n\n  .image-feature:hover .feature-photo img {\n    transform: scale(1.025);\n  }\n\n  .photo-badge {\n    position: absolute;\n    top: 22px;\n    left: 22px;\n    z-index: 2;\n    padding: 9px 14px;\n    border-radius: 50px;\n    background: rgba(255,255,255,.92);\n    backdrop-filter: blur(8px);\n    font-size: 12px;\n    font-weight: 700;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .feature-copy {\n    padding: 55px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .feature-copy h3 {\n    font-size: clamp(26px,3vw,36px);\n    font-weight: 800;\n    line-height: 1.18;\n    margin-bottom: 17px;\n    letter-spacing: -.02em;\n  }\n\n  .feature-copy \u003e p {\n    font-size: 16px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .feature-list {\n    list-style: none;\n    margin-top: 25px;\n  }\n\n  .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\n  .feature-list svg {\n    width: 19px;\n    height: 19px;\n    flex-shrink: 0;\n    color: var(--success);\n    margin-top: 3px;\n  }\n\n  \/* ===== PET PLAY ===== *\/\n\n  .pet-showcase {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .pet-showcase-photo {\n    position: relative;\n    min-height: 500px;\n    border-radius: 26px;\n    overflow: hidden;\n    background: #f4f1ee;\n  }\n\n  .pet-showcase-photo img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n    object-fit: cover;\n    transition: transform .6s ease;\n  }\n\n  .pet-showcase:hover .pet-showcase-photo img {\n    transform: scale(1.02);\n  }\n\n  .pet-photo-label {\n    position: absolute;\n    left: 24px;\n    bottom: 24px;\n    max-width: 320px;\n    padding: 16px 20px;\n    border-radius: 16px;\n    background: rgba(255,255,255,.92);\n    backdrop-filter: blur(10px);\n    box-shadow: 0 8px 30px rgba(0,0,0,.12);\n  }\n\n  .pet-photo-label strong {\n    display: block;\n    font-size: 17px;\n    line-height: 1.3;\n    margin-bottom: 4px;\n  }\n\n  .pet-photo-label span {\n    font-size: 13px;\n    color: var(--text-muted);\n  }\n\n  .pet-showcase-content {\n    padding: 42px;\n    border-radius: 26px;\n    background: linear-gradient(145deg,#faf8f6 0%,#f3efeb 100%);\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .pet-showcase-content h3 {\n    font-size: clamp(26px,3vw,36px);\n    font-weight: 800;\n    line-height: 1.15;\n    margin-bottom: 16px;\n    letter-spacing: -.02em;\n  }\n\n  .pet-showcase-content \u003e p {\n    font-size: 15px;\n    color: var(--text-muted);\n    line-height: 1.7;\n    margin-bottom: 26px;\n  }\n\n  .pet-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 12px;\n  }\n\n  .pet-feature {\n    background: rgba(255,255,255,.88);\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 17px;\n    transition: var(--transition);\n  }\n\n  .pet-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: var(--shadow-sm);\n    border-color: rgba(255,107,53,.35);\n  }\n\n  .pet-feature-icon {\n    width: 34px;\n    height: 34px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 10px;\n    border-radius: 10px;\n    background: rgba(255,107,53,.09);\n    color: var(--accent);\n  }\n\n  .pet-feature-icon svg {\n    width: 17px;\n    height: 17px;\n  }\n\n  .pet-feature strong {\n    display: block;\n    font-size: 13px;\n    margin-bottom: 4px;\n  }\n\n  .pet-feature span {\n    display: block;\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  \/* ===== STABILITY ===== *\/\n\n  .stability-section {\n    padding: 90px 0;\n    background: var(--bg-light);\n  }\n\n  .stability-card {\n    position: relative;\n    min-height: 560px;\n    border-radius: 28px;\n    overflow: hidden;\n    background: #eee;\n    box-shadow: 0 12px 40px rgba(0,0,0,.10);\n  }\n\n  .stability-card img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .stability-card::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(20,20,20,.82) 0%,\n        rgba(20,20,20,.58) 38%,\n        rgba(20,20,20,.12) 70%,\n        transparent 100%\n      );\n  }\n\n  .stability-content {\n    position: relative;\n    z-index: 2;\n    min-height: 560px;\n    max-width: 540px;\n    padding: 65px 55px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    color: white;\n  }\n\n  .stability-content .section-label {\n    color: #ff956d;\n  }\n\n  .stability-content h2 {\n    font-size: clamp(30px,4vw,46px);\n    font-weight: 800;\n    line-height: 1.1;\n    letter-spacing: -.03em;\n    margin-bottom: 18px;\n  }\n\n  .stability-content \u003e p {\n    font-size: 16px;\n    color: rgba(255,255,255,.76);\n    line-height: 1.7;\n    margin-bottom: 30px;\n  }\n\n  .stability-points {\n    display: grid;\n    gap: 12px;\n  }\n\n  .stability-point {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    padding: 13px 16px;\n    background: rgba(255,255,255,.12);\n    backdrop-filter: blur(8px);\n    border: 1px solid rgba(255,255,255,.18);\n    border-radius: 13px;\n  }\n\n  .stability-point-icon {\n    width: 34px;\n    height: 34px;\n    flex-shrink: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 10px;\n    background: rgba(255,255,255,.14);\n  }\n\n  .stability-point-icon svg {\n    width: 17px;\n    height: 17px;\n  }\n\n  .stability-point strong {\n    font-size: 13px;\n    line-height: 1.35;\n  }\n\n  \/* ===== SPECS ===== *\/\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 1px;\n    background: var(--border);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n  }\n\n  .spec-item {\n    padding: 27px 20px;\n    text-align: center;\n    background: white;\n    transition: var(--transition);\n  }\n\n  .spec-item:hover {\n    background: #fafafa;\n  }\n\n  .spec-label {\n    margin-bottom: 8px;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 1.1px;\n    font-weight: 600;\n    color: var(--text-light);\n  }\n\n  .spec-value {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--primary);\n  }\n\n  \/* ===== TABLE ===== *\/\n\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n    background: white;\n  }\n\n  .spec-table td {\n    padding: 17px 24px;\n    border-bottom: 1px solid var(--border);\n    font-size: 15px;\n  }\n\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .spec-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .spec-table td:first-child {\n    width: 40%;\n    color: var(--primary);\n    font-weight: 600;\n  }\n\n  .spec-table td:last-child {\n    color: var(--text-muted);\n  }\n\n  \/* ===== PACKAGE ===== *\/\n\n  .box-image-layout {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 40px;\n    align-items: center;\n  }\n\n  .box-main-image {\n    border-radius: 24px;\n    overflow: hidden;\n    background: #f8f8f8;\n    border: 1px solid var(--border);\n  }\n\n  .box-main-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  .box-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .box-row {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n    padding: 15px 18px;\n    transition: var(--transition);\n  }\n\n  .box-row:hover {\n    transform: translateX(4px);\n    border-color: var(--accent);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .box-number {\n    width: 34px;\n    height: 34px;\n    flex-shrink: 0;\n    border-radius: 10px;\n    background: rgba(255,107,53,.09);\n    color: var(--accent);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .box-row strong {\n    font-size: 14px;\n  }\n\n  \/* ===== APP ===== *\/\n\n  .app-banner {\n    padding: 85px 0;\n    position: relative;\n    overflow: hidden;\n    background:\n      radial-gradient(circle at 20% 30%,rgba(255,107,53,.15),transparent 30%),\n      linear-gradient(135deg,#171717,#292929);\n    text-align: center;\n  }\n\n  .app-banner h2 {\n    color: white;\n    font-size: clamp(28px,4vw,42px);\n    font-weight: 800;\n    margin-bottom: 15px;\n  }\n\n  .app-banner p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.64);\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n\n  @media (max-width: 1024px) {\n\n    .hero-grid,\n    .image-feature,\n    .image-feature.reverse,\n    .pet-showcase,\n    .box-image-layout {\n      grid-template-columns: 1fr;\n    }\n\n    .image-feature.reverse .feature-photo,\n    .image-feature.reverse .feature-copy {\n      order: initial;\n    }\n\n    .features-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .specs-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .hero-floating-card {\n      left: 20px;\n    }\n\n    .feature-photo,\n    .feature-photo img {\n      min-height: auto;\n    }\n\n    .pet-showcase-photo,\n    .pet-showcase-photo img {\n      min-height: 420px;\n    }\n\n    .stability-card,\n    .stability-content {\n      min-height: 520px;\n    }\n\n    .stability-card::after {\n      background:\n        linear-gradient(\n          90deg,\n          rgba(20,20,20,.78),\n          rgba(20,20,20,.30)\n        );\n    }\n  }\n\n  @media (max-width: 640px) {\n\n    .section,\n    .ebo-hero,\n    .stability-section {\n      padding: 60px 0;\n    }\n\n    .section-container {\n      padding: 0 20px;\n    }\n\n    .features-grid,\n    .specs-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .feature-copy,\n    .pet-showcase-content {\n      padding: 30px 22px;\n    }\n\n    .pet-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pet-showcase-photo,\n    .pet-showcase-photo img {\n      min-height: 340px;\n    }\n\n    .pet-photo-label {\n      left: 15px;\n      right: 15px;\n      bottom: 15px;\n    }\n\n    .hero-floating-card {\n      position: relative;\n      left: auto;\n      bottom: auto;\n      margin-top: 15px;\n    }\n\n    .stability-card {\n      min-height: auto;\n    }\n\n    .stability-card img {\n      position: relative;\n      height: 330px;\n    }\n\n    .stability-card::after {\n      display: none;\n    }\n\n    .stability-content {\n      min-height: auto;\n      max-width: none;\n      padding: 32px 24px;\n      background: #1b1b1b;\n    }\n\n    .spec-table td {\n      padding: 13px;\n      font-size: 13px;\n    }\n\n    .spec-table td:first-child {\n      width: 44%;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ===== HERO ===== --\u003e\n\n\u003csection class=\"ebo-hero\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"hero-grid\"\u003e\n\n      \u003cdiv class=\"hero-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eEnabot EBO Air\u003c\/span\u003e\n\n        \u003ch1\u003e\n          Your Mobile Eyes, Ears \u0026amp;\n          \u003cspan\u003ePet Companion at Home\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eEnabot EBO Air\u003c\/strong\u003e is a smart mobile companion designed\n          to help you stay connected with family members and pets wherever you\n          are. Combining a 1080P HD camera, night vision, two-way audio,\n          intelligent tracking and autonomous home patrol, EBO Air brings\n          communication, monitoring and entertainment together in one compact\n          robot.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hero-tags\"\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n            1080P HD\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \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\n              \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            Two-Way Audio\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            AI Tracking\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            Auto Recharge\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-visual\"\u003e\n\n        \u003cdiv class=\"hero-main-image\"\u003e\n          \u003cimg src=\"https:\/\/de.store.enabot.com\/cdn\/shop\/files\/EBOAir_productphoto1.jpg?v=1771132185\" alt=\"Enabot EBO Air smart companion robot\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-floating-card\"\u003e\n          \u003cstrong\u003eStay Connected Anywhere\u003c\/strong\u003e\n          \u003cspan\u003eFamily · Pets · Home Monitoring\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== KEY FEATURES ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cspan class=\"section-label\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Small Robot. Full-House Connection.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO Air freely moves around your home to provide mobile monitoring,\n        communication and interactive entertainment without the limitations\n        of a fixed security camera.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e1080P HD Camera\u003c\/h3\u003e\n\n        \u003cp\u003e\n          View your home, pets and loved ones remotely through a clear\n          1080P camera with night vision for day and night monitoring.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \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\n            \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eTwo-Way Audio\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Talk to family members or pets remotely through the EBO app\n          while viewing real-time footage from the robot.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M4 4l4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M20 4l-4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M4 20l4-4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M20 20l-4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eAI Auto Tracking\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Select a nearby person or pet and EBO Air can automatically\n          recognize, follow and record the chosen subject.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eAutomatic Patrol\u003c\/h3\u003e\n\n        \u003cp\u003e\n          At scheduled times EBO Air can leave its dock and cruise around\n          the home while monitoring its surroundings.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eAutomatic Recharge\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Built-in infrared positioning allows EBO Air to automatically\n          return to its charging dock when the recharge function is activated.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"9\" cy=\"10\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"15\" cy=\"10\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 16c2-2 6-2 8 0\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eMulti-User Access\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Multiple family members can access EBO through the mobile app,\n          making shared monitoring and communication easy.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== AI TRACKING ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"image-feature\"\u003e\n\n      \u003cdiv class=\"feature-photo\"\u003e\n\n        \u003cspan class=\"photo-badge\"\u003eAI Recognition\u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/de.store.enabot.com\/cdn\/shop\/files\/EBO_Air_product_photo_AI_smart_tracking.jpg?v=1771132158\" alt=\"EBO Air AI tracking people and pets\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eAI Smart Tracking\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Keeps People and Pets in Focus\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO Air intelligently recognizes nearby humans and pets.\n          Select a subject with a simple touch and the robot can automatically\n          follow its movement while keeping it within view.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Human and pet recognition\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            One-touch target selection\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic target following\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic capture of video clips\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== HOME MONITORING ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"image-feature reverse\"\u003e\n\n      \u003cdiv class=\"feature-photo\"\u003e\n\n        \u003cspan class=\"photo-badge\"\u003eMobile Home Monitoring\u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/de.store.enabot.com\/cdn\/shop\/files\/EBO_Air_product_photo_auto_backe_to_charge.jpg?v=1771132158\" alt=\"EBO Air automatic recharge\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eAlways Ready\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Monitor Every Corner, Then Return to Charge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Unlike a fixed security camera, EBO Air can move throughout\n          compatible areas of your home. Use the mobile app to check rooms,\n          communicate with your family and keep an eye on pets remotely.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Real-time mobile monitoring\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Remote control through the EBO app\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Playback and photo\/video recording\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Infrared-assisted auto recharge\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== PET PLAY ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eFor Pet Owners\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        A Smart Playmate When You're Away\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO Air keeps pets engaged through movement, remote interaction\n        and playful accessories while letting you stay part of the moment\n        from anywhere.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pet-showcase\"\u003e\n\n      \u003cdiv class=\"pet-showcase-photo\"\u003e\n\n        \u003cimg src=\"https:\/\/de.store.enabot.com\/cdn\/shop\/files\/EBO_Air_Product_photo_Leaser_1.webp?v=1776841235\" alt=\"Enabot EBO Air playing with cats using laser\"\u003e\n\n        \u003cdiv class=\"pet-photo-label\"\u003e\n          \u003cstrong\u003eInteractive Pet Companion\u003c\/strong\u003e\n          \u003cspan\u003ePlay, watch and interact remotely through the EBO app.\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pet-showcase-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003ePet Interaction\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Play Together, Even From Miles Away\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          From laser games to remote driving, EBO Air turns everyday\n          monitoring into real interaction and entertainment for your pets.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"pet-feature-grid\"\u003e\n\n          \u003cdiv class=\"pet-feature\"\u003e\n\n            \u003cdiv class=\"pet-feature-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003eAutomatic Laser Toy\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Keep curious pets active with interactive laser play.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pet-feature\"\u003e\n\n            \u003cdiv class=\"pet-feature-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M12 3c3 3 5 6 5 9a5 5 0 01-10 0c0-3 2-6 5-9z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003eFeather Accessories\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Add feather attachments for even more engaging play.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pet-feature\"\u003e\n\n            \u003cdiv class=\"pet-feature-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003ePet-Level View\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              See the home naturally from your pet's perspective.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"pet-feature\"\u003e\n\n            \u003cdiv class=\"pet-feature-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M9 18h6\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003eRemote Play\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Drive and control EBO Air directly from your smartphone.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== STABILITY ===== --\u003e\n\n\u003csection class=\"stability-section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"stability-card\"\u003e\n\n      \u003cimg src=\"https:\/\/de.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-966485ff-982f-4d71-852c-41923e65948f.png?v=11969728589758713437\" alt=\"Enabot EBO Air with cat\"\u003e\n\n      \u003cdiv class=\"stability-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eBuilt for Everyday Life\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Stable, Quiet and Made for Pets\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air is designed to move comfortably around an active home.\n          Its balanced body, intelligent sensing and quiet drive system\n          help it interact naturally without becoming a disturbance.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"stability-points\"\u003e\n\n          \u003cdiv class=\"stability-point\"\u003e\n\n            \u003cdiv class=\"stability-point-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M8 15c2 2 6 2 8 0\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              Self-righting tumbler design for improved stability\n            \u003c\/strong\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"stability-point\"\u003e\n\n            \u003cdiv class=\"stability-point-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M4 17l4-10\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M20 17l-4-10\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M8 17h8\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              Three-sided TOF sensing helps prevent drops\n            \u003c\/strong\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"stability-point\"\u003e\n\n            \u003cdiv class=\"stability-point-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003ccircle cx=\"8\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M5 9h14\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              Quiet brushless motor wheels for smooth movement\n            \u003c\/strong\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== SMART MOBILITY ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eSmart Mobility\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Designed to Move Safely Around Your Home\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO Air combines multiple sensors, quiet brushless drive technology\n        and a balanced compact body for confident everyday movement.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eThree-Sided TOF\u003c\/h3\u003e\n\n        \u003cp\u003e\n          TOF distance sensing on the front, left and right helps EBO\n          detect its surroundings while navigating.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 15c2 2 6 2 8 0\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eTumbler Design\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Its balanced body can self-right after being pushed or rolled\n          during everyday use and pet interaction.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"8\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"16\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M5 9h14\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eBrushless Motor\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Quiet brushless motor wheels reduce operating noise for\n          night monitoring and interaction with sensitive pets.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== TECH SPECS ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eTechnical Specs\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Compact Size. Smart Performance.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO Air packs monitoring, communication, mobility and pet interaction\n        features into a compact 95 mm body.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specs-grid\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e95 × 95 × 89.2 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e325 ± 20 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1080P\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera Angle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e118° Diagonal\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2500 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2–6 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCharging Time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 2 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.4G \u0026amp; 5G\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eSpeed\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e7.5–75 cm\/s\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eObstacle Crossing\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5–6 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eClimbing Slope\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 6°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eStorage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 256 GB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== FULL SPECS ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eFull Specifications\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        EBO Air at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"overflow-x:auto;\"\u003e\n\n      \u003ctable class=\"spec-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO Air\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003eW 95 × H 89.2 × L 95 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e325 ± 20 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAppearance Material\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Resolution\u003c\/td\u003e\n            \u003ctd\u003e1080P\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003eD: 118° \/ H: 98.5° \/ V: 62.5°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNight Vision\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e2500 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2–6 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAuto-Recharge\u003c\/td\u003e\n            \u003ctd\u003eInfrared\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCommunication\u003c\/td\u003e\n            \u003ctd\u003eWi-Fi \/ P2P two-way communication\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eAVI, JPG\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Memory Support\u003c\/td\u003e\n            \u003ctd\u003e256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeed\u003c\/td\u003e\n            \u003ctd\u003e7.5–75 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDefault Speed\u003c\/td\u003e\n            \u003ctd\u003e2nd Grade\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003e5–6 mm at normal speed\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eUphill Slope\u003c\/td\u003e\n            \u003ctd\u003eUp to 6° on smooth tile flooring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotor Type\u003c\/td\u003e\n            \u003ctd\u003eBrushless Silent Motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAuto-Recharge Battery Level\u003c\/td\u003e\n            \u003ctd\u003e50%\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWater Resistance\u003c\/td\u003e\n            \u003ctd\u003eNot supported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSensors\u003c\/td\u003e\n            \u003ctd\u003e\n              Camera, position sensor, infrared sensor,\n              distance sensor and microphone\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== WHAT'S IN THE BOX ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Everything You Need to Start\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO Air comes with its charging equipment, memory card\n        and interactive pet accessories.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"box-image-layout\"\u003e\n\n      \u003cdiv class=\"box-main-image\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-Air%281%29.jpeg?h=1080\u0026amp;w=1920\" alt=\"Enabot EBO Air package contents\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"box-list\"\u003e\n\n        \u003cdiv class=\"box-row\"\u003e\n          \u003cdiv class=\"box-number\"\u003e01\u003c\/div\u003e\n          \u003cstrong\u003eEBO Air Robot\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-row\"\u003e\n          \u003cdiv class=\"box-number\"\u003e02\u003c\/div\u003e\n          \u003cstrong\u003eCharging Dock\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-row\"\u003e\n          \u003cdiv class=\"box-number\"\u003e03\u003c\/div\u003e\n          \u003cstrong\u003ePower Adapter \/ Charging Cable\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-row\"\u003e\n          \u003cdiv class=\"box-number\"\u003e04\u003c\/div\u003e\n          \u003cstrong\u003e32 GB SD Card\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-row\"\u003e\n          \u003cdiv class=\"box-number\"\u003e05\u003c\/div\u003e\n          \u003cstrong\u003eFeather Accessories\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== APP ===== --\u003e\n\n\u003csection class=\"app-banner\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cspan class=\"section-label\"\u003eEBO App\u003c\/span\u003e\n\n    \u003ch2\u003e\n      Stay Connected Wherever You Are\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      Download the EBO app for iOS or Android to remotely control EBO Air,\n      view real-time video, communicate with family members, interact with\n      pets and access monitoring functions without a required subscription.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48859702133013,"sku":"EB1304311","price":199.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBOAir_productphoto1.jpg?v=1742377718"},{"product_id":"ebo-x-family-companion-robot","title":"EBO X AI Family Companion Robot","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --primary: #151515;\n    --accent: #ff6b35;\n    --accent-hover: #e55a2b;\n    --blue: #2ea7ff;\n    --bg-white: #ffffff;\n    --bg-light: #f7f7f7;\n    --bg-soft: #f1f4f6;\n    --text-dark: #171717;\n    --text-muted: #666666;\n    --text-light: #999999;\n    --border: #e6e6e6;\n    --success: #22c55e;\n    --radius: 14px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n    --shadow-sm: 0 2px 8px rgba(0,0,0,.06);\n    --shadow-md: 0 8px 28px rgba(0,0,0,.10);\n    --shadow-lg: 0 20px 60px rgba(0,0,0,.14);\n    --transition: all .3s cubic-bezier(.4,0,.2,1);\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background: var(--bg-white);\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n  \/* ===== COMMON ===== *\/\n\n  .section {\n    padding: 90px 0;\n    position: relative;\n  }\n\n  .section-alt {\n    background: var(--bg-light);\n  }\n\n  .section-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .section-header {\n    max-width: 760px;\n    margin: 0 auto 58px;\n    text-align: center;\n  }\n\n  .section-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    color: var(--accent);\n  }\n\n  .section-title {\n    font-size: clamp(28px,4vw,43px);\n    font-weight: 800;\n    line-height: 1.14;\n    letter-spacing: -.025em;\n    margin-bottom: 16px;\n  }\n\n  .section-desc {\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  \/* ===== HERO ===== *\/\n\n  .ebo-x-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 90px 0;\n    background:\n      radial-gradient(circle at 83% 18%, rgba(46,167,255,.16), transparent 30%),\n      radial-gradient(circle at 15% 90%, rgba(255,107,53,.08), transparent 30%),\n      linear-gradient(135deg,#fafafa 0%,#f0f3f6 100%);\n  }\n\n  .ebo-x-hero::before {\n    content: '';\n    position: absolute;\n    width: 520px;\n    height: 520px;\n    border-radius: 50%;\n    right: -200px;\n    top: -210px;\n    border: 1px solid rgba(46,167,255,.15);\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 70px;\n    align-items: center;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-content h1 {\n    font-size: clamp(40px,5vw,60px);\n    line-height: 1.05;\n    font-weight: 800;\n    letter-spacing: -.04em;\n    margin-bottom: 22px;\n  }\n\n  .hero-content h1 span {\n    background: linear-gradient(\n      135deg,\n      var(--accent) 0%,\n      #ff915e 45%,\n      #38a9ff 100%\n    );\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-content p {\n    max-width: 570px;\n    font-size: 17px;\n    line-height: 1.8;\n    color: var(--text-muted);\n    margin-bottom: 20px;\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 15px;\n    border-radius: 50px;\n    background: rgba(255,255,255,.9);\n    border: 1px solid var(--border);\n    font-size: 13px;\n    font-weight: 600;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .hero-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .hero-visual {\n    position: relative;\n  }\n\n  .hero-image-card {\n    position: relative;\n    overflow: hidden;\n    border-radius: var(--radius-xl);\n    background: white;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .hero-image-card img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .hero-float {\n    position: absolute;\n    bottom: 26px;\n    left: -26px;\n    max-width: 250px;\n    padding: 15px 18px;\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(12px);\n    border: 1px solid rgba(255,255,255,.85);\n    border-radius: 15px;\n    box-shadow: var(--shadow-md);\n  }\n\n  .hero-float strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 15px;\n  }\n\n  .hero-float span {\n    font-size: 12px;\n    color: var(--text-muted);\n  }\n\n  \/* ===== FEATURE CARDS ===== *\/\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 24px;\n  }\n\n  .feature-card {\n    position: relative;\n    overflow: hidden;\n    padding: 38px 30px;\n    text-align: center;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n    transition: var(--transition);\n  }\n\n  .feature-card::before {\n    content: '';\n    position: absolute;\n    left: 0;\n    right: 0;\n    top: 0;\n    height: 4px;\n    background: linear-gradient(\n      90deg,\n      var(--accent),\n      #ff9c70,\n      var(--blue)\n    );\n    transform: scaleX(0);\n    transition: var(--transition);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-6px);\n    box-shadow: var(--shadow-lg);\n    border-color: transparent;\n  }\n\n  .feature-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .feature-icon {\n    width: 62px;\n    height: 62px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 21px;\n    border-radius: 18px;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,107,53,.11),\n        rgba(46,167,255,.07)\n      );\n    color: var(--accent);\n  }\n\n  .feature-icon svg {\n    width: 27px;\n    height: 27px;\n  }\n\n  .feature-card h3 {\n    margin-bottom: 10px;\n    font-size: 19px;\n    font-weight: 700;\n  }\n\n  .feature-card p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--text-muted);\n  }\n\n  \/* ===== PREMIUM FEATURE ===== *\/\n\n  .premium-feature {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n    overflow: hidden;\n    border: 1px solid var(--border);\n    border-radius: var(--radius-xl);\n    background: white;\n    box-shadow: var(--shadow-md);\n  }\n\n  .premium-feature.reverse {\n    grid-template-columns: .92fr 1.08fr;\n  }\n\n  .premium-feature.reverse .premium-image {\n    order: 2;\n  }\n\n  .premium-feature.reverse .premium-copy {\n    order: 1;\n  }\n\n  .premium-image {\n    position: relative;\n    min-height: 500px;\n    overflow: hidden;\n    background: #eee;\n  }\n\n  .premium-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n    object-fit: cover;\n    transition: transform .6s ease;\n  }\n\n  .premium-feature:hover .premium-image img {\n    transform: scale(1.025);\n  }\n\n  .image-chip {\n    position: absolute;\n    left: 22px;\n    top: 22px;\n    z-index: 2;\n    padding: 9px 14px;\n    border-radius: 50px;\n    background: rgba(255,255,255,.93);\n    backdrop-filter: blur(8px);\n    box-shadow: var(--shadow-sm);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .premium-copy {\n    padding: 54px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .premium-copy h3 {\n    margin-bottom: 16px;\n    font-size: clamp(27px,3vw,37px);\n    font-weight: 800;\n    line-height: 1.16;\n    letter-spacing: -.025em;\n  }\n\n  .premium-copy \u003e p {\n    font-size: 16px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .feature-list {\n    list-style: none;\n    margin-top: 24px;\n  }\n\n  .feature-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n    margin-bottom: 13px;\n    font-size: 14px;\n    color: var(--text-muted);\n  }\n\n  .feature-list svg {\n    width: 19px;\n    height: 19px;\n    flex-shrink: 0;\n    margin-top: 2px;\n    color: var(--success);\n  }\n\n  \/* ===== GPT ===== *\/\n\n  .gpt-section {\n    padding: 90px 0;\n    background:\n      radial-gradient(circle at 20% 30%,rgba(46,167,255,.14),transparent 30%),\n      linear-gradient(135deg,#131313,#242424);\n  }\n\n  .gpt-card {\n    display: grid;\n    grid-template-columns: .92fr 1.08fr;\n    overflow: hidden;\n    border-radius: var(--radius-xl);\n    background: #fff;\n    box-shadow: 0 28px 80px rgba(0,0,0,.30);\n  }\n\n  .gpt-content {\n    padding: 55px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    background: linear-gradient(145deg,#151515,#222);\n    color: white;\n  }\n\n  .gpt-content .section-label {\n    color: #70c6ff;\n  }\n\n  .gpt-content h2 {\n    margin-bottom: 18px;\n    font-size: clamp(29px,4vw,44px);\n    line-height: 1.1;\n    font-weight: 800;\n    letter-spacing: -.03em;\n  }\n\n  .gpt-content p {\n    font-size: 16px;\n    line-height: 1.7;\n    color: rgba(255,255,255,.68);\n  }\n\n  .gpt-command {\n    margin-top: 26px;\n    display: inline-flex;\n    width: fit-content;\n    align-items: center;\n    gap: 10px;\n    padding: 13px 17px;\n    background: rgba(255,255,255,.09);\n    border: 1px solid rgba(255,255,255,.15);\n    border-radius: 14px;\n    font-size: 14px;\n    font-weight: 600;\n  }\n\n  .gpt-dot {\n    width: 9px;\n    height: 9px;\n    border-radius: 50%;\n    background: #48baff;\n    box-shadow: 0 0 15px #48baff;\n  }\n\n  .gpt-image {\n    min-height: 500px;\n  }\n\n  .gpt-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n    object-fit: cover;\n  }\n\n  \/* ===== GUARDIAN ===== *\/\n\n  .guardian-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 22px;\n  }\n\n  .guardian-card {\n    padding: 28px;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 20px;\n    transition: var(--transition);\n  }\n\n  .guardian-card:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-md);\n  }\n\n  .guardian-icon {\n    width: 45px;\n    height: 45px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 17px;\n    border-radius: 13px;\n    background: rgba(255,107,53,.09);\n    color: var(--accent);\n  }\n\n  .guardian-icon svg {\n    width: 21px;\n    height: 21px;\n  }\n\n  .guardian-card h4 {\n    margin-bottom: 7px;\n    font-size: 16px;\n  }\n\n  .guardian-card p {\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--text-muted);\n  }\n\n  \/* ===== FAMILY BLOCK — REDESIGNED ===== *\/\n\n  .family-premium {\n    display: grid;\n    grid-template-columns: 1.16fr .84fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .family-photo {\n    position: relative;\n    min-height: 560px;\n    overflow: hidden;\n    border-radius: 28px;\n    background: #eee;\n    box-shadow: var(--shadow-md);\n  }\n\n  .family-photo img {\n    width: 100%;\n    height: 100%;\n    min-height: 560px;\n    object-fit: cover;\n    transition: transform .6s ease;\n  }\n\n  .family-premium:hover .family-photo img {\n    transform: scale(1.02);\n  }\n\n  .family-photo-badge {\n    position: absolute;\n    left: 24px;\n    top: 24px;\n    padding: 9px 15px;\n    border-radius: 50px;\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(10px);\n    box-shadow: var(--shadow-sm);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .family-photo-caption {\n    position: absolute;\n    left: 24px;\n    right: 24px;\n    bottom: 24px;\n    max-width: 360px;\n    padding: 17px 20px;\n    border-radius: 16px;\n    background: rgba(255,255,255,.93);\n    backdrop-filter: blur(12px);\n    box-shadow: var(--shadow-md);\n  }\n\n  .family-photo-caption strong {\n    display: block;\n    font-size: 16px;\n    margin-bottom: 4px;\n  }\n\n  .family-photo-caption span {\n    display: block;\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  .family-panel {\n    padding: 44px;\n    border-radius: 28px;\n    background:\n      linear-gradient(\n        145deg,\n        #faf8f6 0%,\n        #f3f0ed 100%\n      );\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .family-panel h2 {\n    font-size: clamp(28px,3.5vw,40px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -.03em;\n    margin-bottom: 17px;\n  }\n\n  .family-panel \u003e p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n    margin-bottom: 28px;\n  }\n\n  .family-benefits {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 12px;\n  }\n\n  .family-benefit {\n    padding: 16px;\n    border-radius: 14px;\n    background: rgba(255,255,255,.9);\n    border: 1px solid var(--border);\n    transition: var(--transition);\n  }\n\n  .family-benefit:hover {\n    transform: translateY(-3px);\n    border-color: rgba(255,107,53,.35);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .family-benefit-icon {\n    width: 34px;\n    height: 34px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 10px;\n    border-radius: 10px;\n    background: rgba(255,107,53,.09);\n    color: var(--accent);\n  }\n\n  .family-benefit-icon svg {\n    width: 17px;\n    height: 17px;\n  }\n\n  .family-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 13px;\n  }\n\n  .family-benefit span {\n    display: block;\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  \/* ===== MEDIA ===== *\/\n\n  .media-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 24px;\n  }\n\n  .media-card {\n    position: relative;\n    min-height: 470px;\n    overflow: hidden;\n    border-radius: var(--radius-lg);\n    background: #eee;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .media-card img {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .media-card::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background:\n      linear-gradient(\n        transparent 40%,\n        rgba(0,0,0,.74) 100%\n      );\n  }\n\n  .media-copy {\n    position: absolute;\n    z-index: 2;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    padding: 60px 28px 28px;\n    color: white;\n  }\n\n  .media-copy h3 {\n    margin-bottom: 7px;\n    font-size: 22px;\n    font-weight: 800;\n  }\n\n  .media-copy p {\n    font-size: 13px;\n    line-height: 1.6;\n    color: rgba(255,255,255,.74);\n  }\n\n  \/* ===== APP ===== *\/\n\n  .app-card {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n    overflow: hidden;\n    background:\n      linear-gradient(145deg,#f6f9fc,#eef4f8);\n    border-radius: var(--radius-xl);\n    border: 1px solid #e3ebf0;\n  }\n\n  .app-image {\n    min-height: 480px;\n  }\n\n  .app-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 480px;\n    object-fit: cover;\n  }\n\n  .app-copy {\n    padding: 52px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .app-copy h3 {\n    margin-bottom: 16px;\n    font-size: clamp(27px,3vw,37px);\n    font-weight: 800;\n    line-height: 1.15;\n  }\n\n  .app-copy \u003e p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .app-small-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n    margin-top: 25px;\n  }\n\n  .app-small {\n    padding: 14px;\n    border-radius: 12px;\n    background: white;\n    border: 1px solid var(--border);\n  }\n\n  .app-small strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 13px;\n  }\n\n  .app-small span {\n    font-size: 11px;\n    color: var(--text-muted);\n  }\n\n  \/* ===== SPECS ===== *\/\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 1px;\n    overflow: hidden;\n    background: var(--border);\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n  }\n\n  .spec-item {\n    padding: 27px 19px;\n    text-align: center;\n    background: white;\n  }\n\n  .spec-label {\n    margin-bottom: 7px;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    color: var(--text-light);\n  }\n\n  .spec-value {\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  \/* ===== TABLE ===== *\/\n\n  .spec-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    overflow: hidden;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n  }\n\n  .spec-table td {\n    padding: 17px 23px;\n    border-bottom: 1px solid var(--border);\n    font-size: 14px;\n  }\n\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .spec-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .spec-table td:first-child {\n    width: 40%;\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .spec-table td:last-child {\n    color: var(--text-muted);\n  }\n\n  \/* ===== BOX ===== *\/\n\n  .box-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 16px;\n  }\n\n  .box-item {\n    padding: 26px 18px;\n    text-align: center;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    transition: var(--transition);\n  }\n\n  .box-item:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-md);\n    border-color: rgba(255,107,53,.35);\n  }\n\n  .box-number {\n    width: 38px;\n    height: 38px;\n    margin: 0 auto 13px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 11px;\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,107,53,.12),\n        rgba(46,167,255,.08)\n      );\n    color: var(--accent);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .box-item strong {\n    font-size: 13px;\n  }\n\n  \/* ===== FINAL ===== *\/\n\n  .final-banner {\n    padding: 80px 0;\n    text-align: center;\n    background:\n      radial-gradient(circle at 20% 20%,rgba(46,167,255,.13),transparent 30%),\n      radial-gradient(circle at 80% 80%,rgba(255,107,53,.12),transparent 28%),\n      linear-gradient(135deg,#131313,#262626);\n  }\n\n  .final-banner h2 {\n    margin-bottom: 15px;\n    color: white;\n    font-size: clamp(28px,4vw,42px);\n    font-weight: 800;\n  }\n\n  .final-banner p {\n    max-width: 680px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.64);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n\n  @media (max-width:1024px) {\n\n    .hero-grid,\n    .premium-feature,\n    .premium-feature.reverse,\n    .gpt-card,\n    .app-card,\n    .family-premium {\n      grid-template-columns: 1fr;\n    }\n\n    .premium-feature.reverse .premium-image,\n    .premium-feature.reverse .premium-copy {\n      order: initial;\n    }\n\n    .features-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .specs-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .box-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .hero-float {\n      left: 20px;\n    }\n\n    .premium-image,\n    .premium-image img,\n    .gpt-image,\n    .gpt-image img,\n    .app-image,\n    .app-image img {\n      min-height: auto;\n    }\n\n    .family-photo,\n    .family-photo img {\n      min-height: 480px;\n    }\n  }\n\n  @media (max-width:700px) {\n\n    .section,\n    .ebo-x-hero,\n    .gpt-section {\n      padding: 60px 0;\n    }\n\n    .section-container {\n      padding: 0 20px;\n    }\n\n    .features-grid,\n    .guardian-grid,\n    .media-grid,\n    .specs-grid,\n    .box-grid,\n    .app-small-grid,\n    .family-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .premium-copy,\n    .gpt-content,\n    .app-copy,\n    .family-panel {\n      padding: 32px 24px;\n    }\n\n    .hero-float {\n      position: relative;\n      left: auto;\n      bottom: auto;\n      margin-top: 14px;\n    }\n\n    .family-photo,\n    .family-photo img {\n      min-height: 350px;\n    }\n\n    .family-photo-caption {\n      left: 15px;\n      right: 15px;\n      bottom: 15px;\n    }\n\n    .media-card {\n      min-height: 400px;\n    }\n\n    .spec-table td {\n      padding: 13px;\n      font-size: 12px;\n    }\n\n    .spec-table td:first-child {\n      width: 45%;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ===== HERO ===== --\u003e\n\n\u003csection class=\"ebo-x-hero\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"hero-grid\"\u003e\n\n      \u003cdiv class=\"hero-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eEnabot EBO X FamilyBot\u003c\/span\u003e\n\n        \u003ch1\u003e\n          Intelligent Care.\n          \u003cspan\u003eConnected Family.\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eEnabot EBO X\u003c\/strong\u003e is a premium family companion robot\n          that combines mobile home monitoring, intelligent navigation,\n          family communication, safety functions and entertainment in one\n          autonomous platform.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          With V-SLAM mapping, a stabilized 4K camera, GPT-4o mini,\n          Harman audio and Alexa integration, EBO X can move throughout\n          the home, communicate with your family and help monitor the\n          people and pets that matter most.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hero-tags\"\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            GPT-4o mini\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n            4K Camera\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            V-SLAM\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M5 8c3-3 11-3 14 0\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M7 12c2-2 8-2 10 0\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            Harman Audio\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-visual\"\u003e\n\n        \u003cdiv class=\"hero-image-card\"\u003e\n          \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/EBO_X.jpg?v=1771132178\" alt=\"Enabot EBO X FamilyBot\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-float\"\u003e\n          \u003cstrong\u003eOne Robot. Whole-Home Connection.\u003c\/strong\u003e\n          \u003cspan\u003eMonitor · Communicate · Protect · Entertain\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== KEY FEATURES ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eKey Features\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        One Intelligent Companion for the Entire Family\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO X combines smart navigation, communication, advanced imaging,\n        home monitoring and entertainment into one autonomous FamilyBot.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eGPT-4o mini\u003c\/h3\u003e\n        \u003cp\u003e\n          Wake EBO X by voice and enjoy continuous conversational\n          interaction powered by GPT-4o mini.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e4K Stabilized Camera\u003c\/h3\u003e\n        \u003cp\u003e\n          One-axis stabilized 4K imaging with an 8MP ultra-low-light\n          sensor and wide 106° field of view.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M4 19l5-14 6 10 5-7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eV-SLAM Navigation\u003c\/h3\u003e\n        \u003cp\u003e\n          Maps the home and autonomously navigates between rooms while\n          detecting obstacles and edges.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 8c3-3 11-3 14 0\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 12c2-2 8-2 10 0\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eHarman AudioEFX\u003c\/h3\u003e\n        \u003cp\u003e\n          Harman-customized audio delivers rich sound for music,\n          entertainment and voice interaction.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eFamily Safety\u003c\/h3\u003e\n        \u003cp\u003e\n          Fall monitoring, facial recognition and intrusion alerts\n          provide additional home awareness.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eAuto Recharge\u003c\/h3\u003e\n        \u003cp\u003e\n          EBO X automatically returns to its charging dock when\n          battery power runs low.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== GPT ===== --\u003e\n\n\u003csection class=\"gpt-section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"gpt-card\"\u003e\n\n      \u003cdiv class=\"gpt-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eAI Conversation\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Talk Naturally with GPT-4o mini\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO X integrates conversational AI for more natural everyday\n          interaction. Wake the assistant by voice and continue the\n          conversation without constantly restarting each request.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"gpt-command\"\u003e\n          \u003cspan class=\"gpt-dot\"\u003e\u003c\/span\u003e\n          “EBO EBO, Open GPT”\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"gpt-image\"\u003e\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/EBO_X_-_chatGPT.jpg?v=1771132178\" alt=\"Enabot EBO X GPT-4o mini\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== 4K CAMERA ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e4K Stabilized Vision\u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-d719f57d-3eeb-4f86-91d0-f3676d06124c.gif?v=1133166200682452900\" alt=\"Enabot EBO X stabilized 4K camera\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eAdvanced Imaging\u003c\/span\u003e\n\n        \u003ch3\u003e\n          See More with a Stabilized 4K Camera\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO X features an 8MP ultra-low-light sensor and a one-axis\n          stabilized camera designed to capture clear footage while\n          the robot moves around the home.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            4K UHD video capability\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            8MP ultra-low-light imaging sensor\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            106° field of view\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Vertical camera adjustment up to 104°\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Low-light and night monitoring\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== NAVIGATION ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature reverse\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003eAutonomous Mobility\u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/EBOXpowerfultechnology-productphoto.webp?v=1771132178\" alt=\"EBO X autonomous navigation\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eV-SLAM Navigation\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Learns the Home and Moves Independently\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO X creates a map of your home using V-SLAM technology.\n          It can then navigate compatible areas autonomously and return\n          to its charging station when necessary.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic home mapping\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            V-SLAM autonomous navigation\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Intelligent obstacle avoidance\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic edge detection\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic return to charging dock\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== FAMILY GUARDIAN ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eFamily Guardian\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        More Than Monitoring\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO X combines mobility, facial recognition and automated\n        monitoring functions to help you stay aware of important\n        events at home.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"guardian-grid\"\u003e\n\n      \u003cdiv class=\"guardian-card\"\u003e\n\n        \u003cdiv class=\"guardian-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch4\u003eElderly Fall Alert\u003c\/h4\u003e\n\n        \u003cp\u003e\n          During automatic cruising, EBO X can monitor for falls\n          and send an alert if a potential emergency is detected.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"guardian-card\"\u003e\n\n        \u003cdiv class=\"guardian-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"8\" r=\"4\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M4 21c1-5 4-7 8-7s7 2 8 7\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch4\u003eFacial Recognition\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Saved facial information can help EBO X identify family\n          members and provide personalized interaction.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"guardian-card\"\u003e\n\n        \u003cdiv class=\"guardian-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M18 8a6 6 0 0 0-12 0c0 7-3 9-3 9h18s-3-2-3-9\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch4\u003eCall-for-Help Detection\u003c\/h4\u003e\n\n        \u003cp\u003e\n          EBO X can recognize supported emergency voice events and\n          notify connected users through the EBO HOME App.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"guardian-card\"\u003e\n\n        \u003cdiv class=\"guardian-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M8 8h8v8H8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch4\u003eZone Intrusion Alert\u003c\/h4\u003e\n\n        \u003cp\u003e\n          Selected areas can be monitored and an alert sent when\n          unusual entry into a designated zone is detected.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== FAMILY COMPANION — REDESIGNED ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eFamily Companion\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Stay Connected to Home Life\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Unlike a fixed camera, EBO X can move closer to the people\n        you want to see and help you stay involved in everyday\n        moments from wherever you are.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"family-premium\"\u003e\n\n      \u003cdiv class=\"family-photo\"\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-482afc1f-e081-4292-97ab-10836d7f0a71.jpg?v=9773685952665778492\" alt=\"Family interacting with Enabot EBO X\"\u003e\n\n        \u003cdiv class=\"family-photo-badge\"\u003e\n          Always Close to Home\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"family-photo-caption\"\u003e\n          \u003cstrong\u003eMove Beyond a Fixed Camera\u003c\/strong\u003e\n          \u003cspan\u003e\n            Drive EBO X to where your family is and connect in real time.\n          \u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"family-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eConnected Family\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Be There for the Moments That Matter\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Use EBO X for remote communication, everyday check-ins\n          and mobile home monitoring. Family members can stay\n          connected through the EBO HOME App while the robot\n          moves through the home.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"family-benefits\"\u003e\n\n\n          \u003cdiv class=\"family-benefit\"\u003e\n\n            \u003cdiv class=\"family-benefit-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M23 7l-7 5 7 5V7z\"\u003e\u003c\/path\u003e\n                \u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003eReal-Time Connection\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              See and communicate with family members remotely.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"family-benefit\"\u003e\n\n            \u003cdiv class=\"family-benefit-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003ccircle cx=\"8\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"17\" cy=\"8\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M2 20c0-4 2-7 6-7\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M22 20c0-4-2-7-6-7\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003eFamily Access\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Connect multiple users through the EBO HOME App.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"family-benefit\"\u003e\n\n            \u003cdiv class=\"family-benefit-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M4 4l4 4\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M20 4l-4 4\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M4 20l4-4\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M20 20l-4-4\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003eSmart Tracking\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Follow family members while keeping them in view.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"family-benefit\"\u003e\n\n            \u003cdiv class=\"family-benefit-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \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\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003eVoice \u0026amp; Reminders\u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Use voice interaction and personalized reminders.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== COMMUNICATION ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003eRemote Communication\u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/2005826583\/1680510886038\/Real-Time-Two-WayCommunication.jpeg?h=1030\u0026amp;w=1646\" alt=\"EBO X real-time communication\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eStay Connected\u003c\/span\u003e\n\n        \u003ch3\u003e\n          See, Hear and Talk to Your Family\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Through the EBO HOME App, you can remotely check what\n          EBO X sees, communicate with family members and control\n          the robot's movement from your smartphone.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Real-time remote communication\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Remote camera viewing\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Photo and video capture\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Family multi-user access\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== PET COMPANION ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature reverse\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003ePet Companion\u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-d0bed6a3-9dd4-42e3-a67a-b3e8965340f0.jpg?v=10818808154824367994\" alt=\"EBO X pet companion\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eFor Pet Owners\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Keep an Eye on Pets and Capture Their Best Moments\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO X can move around at pet level, helping you monitor\n          animals remotely and capture photos or videos from a unique\n          low-angle perspective.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Mobile pet monitoring\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Smart tracking\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Photo and video recording\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Remote interaction through the app\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== HARMAN \u0026 ALEXA ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eSmart Entertainment\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Premium Audio Meets Smart Home Control\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Harman-tuned sound and Alexa integration turn EBO X into\n        more than a monitoring robot.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"media-grid\"\u003e\n\n      \u003cdiv class=\"media-card\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/2005826583\/1680510886038\/enbox-17.png?h=938\u0026amp;w=1920\" alt=\"EBO X Harman audio\"\u003e\n\n        \u003cdiv class=\"media-copy\"\u003e\n          \u003ch3\u003eHarman AudioEFX\u003c\/h3\u003e\n          \u003cp\u003e\n            Harman-customized audio provides richer sound for music,\n            entertainment and everyday interaction.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"media-card\"\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-db1b416b-7fbc-49ff-9bd8-590877d67b70.jpg?v=39218942532694911\" alt=\"EBO X Alexa integration\"\u003e\n\n        \u003cdiv class=\"media-copy\"\u003e\n          \u003ch3\u003eAlexa Integration\u003c\/h3\u003e\n          \u003cp\u003e\n            Connect EBO X with Alexa to access compatible smart-home\n            controls and entertainment using voice commands.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== APP ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"app-card\"\u003e\n\n      \u003cdiv class=\"app-image\"\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/EBO_X_product_photo_App_1.jpg?v=1771132178\" alt=\"EBO HOME App\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"app-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eEBO HOME App\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Control EBO X from Your Smartphone\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          The EBO HOME App allows you to remotely control the robot,\n          monitor its status, create tasks, capture photos and videos,\n          receive notifications and interact with family members.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"app-small-grid\"\u003e\n\n          \u003cdiv class=\"app-small\"\u003e\n            \u003cstrong\u003eRemote Driving\u003c\/strong\u003e\n            \u003cspan\u003eMove EBO X around the home.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"app-small\"\u003e\n            \u003cstrong\u003eLive View\u003c\/strong\u003e\n            \u003cspan\u003eSee the camera feed remotely.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"app-small\"\u003e\n            \u003cstrong\u003eTasks\u003c\/strong\u003e\n            \u003cspan\u003eCreate reminders and routines.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"app-small\"\u003e\n            \u003cstrong\u003eFamily Access\u003c\/strong\u003e\n            \u003cspan\u003eConnect multiple family members.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== TECH SPECS ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eTechnical Specs\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Premium Hardware Inside\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        High-resolution imaging, precision mobility and smart-home\n        connectivity in one autonomous platform.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specs-grid\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e168 × 168 × 218 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1700 ± 20 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e8MP \/ 4K\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera FOV\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e106°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2500 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2–3 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCharging Time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 2 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.4G \/ 5G\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eTop Speed\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e1.5 m\/s\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eNoise\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e≤ 26 dB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eRAM\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2 GB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eROM\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e8 GB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== FULL SPECS ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eFull Specifications\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        EBO X at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"overflow-x:auto;\"\u003e\n\n      \u003ctable class=\"spec-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO X\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions — Robot\u003c\/td\u003e\n            \u003ctd\u003e168 × 168 × 218 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions — With Charging Dock\u003c\/td\u003e\n            \u003ctd\u003e168 × 227 × 221 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e1700 ± 20 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e2500 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2–3 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera\u003c\/td\u003e\n            \u003ctd\u003e8MP ultra-low-light sensor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eVideo Resolution\u003c\/td\u003e\n            \u003ctd\u003eUHD \/ FHD \/ HD \/ SD\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera FOV\u003c\/td\u003e\n            \u003ctd\u003e106°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera F-number\u003c\/td\u003e\n            \u003ctd\u003eF\/1.8\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eGimbal\u003c\/td\u003e\n            \u003ctd\u003eSingle-axis stabilized gimbal\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eVertical Camera Angle\u003c\/td\u003e\n            \u003ctd\u003eAdjustable up to 104°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMicrophones\u003c\/td\u003e\n            \u003ctd\u003eRing array with 4 microphones\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeaker\u003c\/td\u003e\n            \u003ctd\u003e8 W × 1\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAudio Technology\u003c\/td\u003e\n            \u003ctd\u003eHarman AudioEFX\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotor Type\u003c\/td\u003e\n            \u003ctd\u003eBrushless direct-drive hub motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTop Speed\u003c\/td\u003e\n            \u003ctd\u003e1.5 m\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Height\u003c\/td\u003e\n            \u003ctd\u003e≤ 10 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Noise\u003c\/td\u003e\n            \u003ctd\u003e≤ 26 dB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCommunication\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz Wi-Fi\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eExtended Memory\u003c\/td\u003e\n            \u003ctd\u003e16–256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMemory Card File Format\u003c\/td\u003e\n            \u003ctd\u003eMP4\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eRAM\u003c\/td\u003e\n            \u003ctd\u003e2 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eROM\u003c\/td\u003e\n            \u003ctd\u003e8 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eLED\u003c\/td\u003e\n            \u003ctd\u003eRGB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNavigation\u003c\/td\u003e\n            \u003ctd\u003eV-SLAM\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAuto Recharge\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSmart Home Integration\u003c\/td\u003e\n            \u003ctd\u003eAlexa\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Conversation\u003c\/td\u003e\n            \u003ctd\u003eGPT-4o mini\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== WHAT'S IN THE BOX ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Everything You Need to Get Started\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"box-grid\"\u003e\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-number\"\u003e01\u003c\/div\u003e\n        \u003cstrong\u003eEBO X FamilyBot\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-number\"\u003e02\u003c\/div\u003e\n        \u003cstrong\u003eCharging Dock\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-number\"\u003e03\u003c\/div\u003e\n        \u003cstrong\u003ePower Adapter\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-number\"\u003e04\u003c\/div\u003e\n        \u003cstrong\u003eUser Documentation\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== WARRANTY ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\" style=\"margin-bottom:0;\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eManufacturer Support\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        12-Month Warranty\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO X is supplied in original manufacturer packaging and\n        includes a 12-month warranty.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== FINAL ===== --\u003e\n\n\u003csection class=\"final-banner\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cspan class=\"section-label\"\u003eEnabot EBO X\u003c\/span\u003e\n\n    \u003ch2\u003e\n      The Family Robot That Goes Where You Need It\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      From smart home monitoring and family communication to AI\n      conversation, entertainment and pet companionship, EBO X\n      brings intelligent mobility into everyday home life.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48859702231317,"sku":"EB1305311","price":999.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EboXFamilycompanionrobot_homebot_4Kcamera_andpremiumspeaker.webp?v=1761690093"},{"product_id":"ebo-air-2-companion-robot","title":"Enabot EBO Air 2 Companion Robot","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --accent: #ff6846;\n    --accent-soft: #fff3ee;\n    --blue: #58a9e8;\n    --blue-soft: #edf7ff;\n    --green: #22b573;\n\n    --text: #161616;\n    --muted: #666666;\n    --light: #999999;\n\n    --white: #ffffff;\n    --bg: #f7f8f9;\n    --warm: #faf6f2;\n    --border: #e5e5e5;\n\n    --radius: 16px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n\n    --shadow-sm: 0 3px 12px rgba(0,0,0,.06);\n    --shadow-md: 0 10px 35px rgba(0,0,0,.09);\n    --shadow-lg: 0 22px 65px rgba(0,0,0,.13);\n\n    --transition: all .3s ease;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  body {\n    margin: 0;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n    background: #fff;\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n  .air2-section {\n    padding: 88px 0;\n  }\n\n  .air2-section.alt {\n    background: var(--bg);\n  }\n\n  .air2-section.warm {\n    background: var(--warm);\n  }\n\n  .air2-container {\n    width: 100%;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .air2-header {\n    max-width: 760px;\n    margin: 0 auto 52px;\n    text-align: center;\n  }\n\n  .air2-label {\n    display: inline-block;\n    margin-bottom: 13px;\n\n    color: var(--accent);\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .air2-title {\n    margin: 0 0 16px;\n\n    font-size: clamp(29px,4vw,43px);\n    line-height: 1.13;\n    letter-spacing: -.03em;\n    font-weight: 800;\n  }\n\n  .air2-desc {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .air2-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 88px 0;\n\n    background:\n      radial-gradient(\n        circle at 85% 20%,\n        rgba(88,169,232,.18),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 8% 88%,\n        rgba(255,104,70,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #fbfbfb 0%,\n        #f2f7fa 100%\n      );\n  }\n\n  .air2-hero-grid {\n    position: relative;\n    z-index: 2;\n\n    display: grid;\n    grid-template-columns: .92fr 1.08fr;\n    gap: 65px;\n    align-items: center;\n  }\n\n  .air2-hero h1 {\n    margin: 0 0 23px;\n\n    font-size: clamp(40px,5vw,60px);\n    line-height: 1.05;\n    letter-spacing: -.045em;\n    font-weight: 800;\n  }\n\n  .air2-gradient {\n    background:\n      linear-gradient(\n        135deg,\n        #ff6846,\n        #ff9d73 35%,\n        #65ace6 75%,\n        #d983ba\n      );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .air2-hero-copy p {\n    max-width: 580px;\n    margin: 0 0 18px;\n\n    color: var(--muted);\n\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .air2-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n\n    margin-top: 27px;\n  }\n\n  .air2-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.95);\n\n    border: 1px solid var(--border);\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .air2-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .air2-hero-visual {\n    position: relative;\n  }\n\n  .air2-hero-image {\n    overflow: hidden;\n\n    border-radius: var(--radius-xl);\n\n    background: #fff;\n\n    box-shadow: var(--shadow-lg);\n  }\n\n  .air2-hero-image img {\n    width: 100%;\n    aspect-ratio: 1 \/ 1;\n    object-fit: cover;\n  }\n\n  .air2-float {\n    position: absolute;\n    left: -24px;\n    bottom: 26px;\n\n    max-width: 260px;\n\n    padding: 15px 18px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    border: 1px solid rgba(255,255,255,.9);\n    border-radius: 15px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-float strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 14px;\n  }\n\n  .air2-float span {\n    color: var(--muted);\n\n    font-size: 11px;\n  }\n\n\n  \/* =========================================================\n     FEATURE GRID\n  ========================================================= *\/\n\n  .air2-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 22px;\n  }\n\n  .air2-feature {\n    position: relative;\n    overflow: hidden;\n\n    padding: 34px 27px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n\n    text-align: center;\n\n    transition: var(--transition);\n  }\n\n  .air2-feature::before {\n    content: '';\n\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n\n    height: 4px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--accent),\n        var(--blue)\n      );\n\n    transform: scaleX(0);\n\n    transition: var(--transition);\n  }\n\n  .air2-feature:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-feature:hover::before {\n    transform: scaleX(1);\n  }\n\n  .air2-feature-icon {\n    width: 58px;\n    height: 58px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 18px;\n\n    border-radius: 17px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,104,70,.10),\n        rgba(88,169,232,.09)\n      );\n\n    color: var(--accent);\n  }\n\n  .air2-feature-icon svg {\n    width: 25px;\n    height: 25px;\n  }\n\n  .air2-feature h3 {\n    margin: 0 0 8px;\n\n    font-size: 18px;\n  }\n\n  .air2-feature p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================================================\n     LARGE FEATURE\n  ========================================================= *\/\n\n  .air2-split {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n\n    overflow: hidden;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-xl);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-split.reverse {\n    grid-template-columns: .92fr 1.08fr;\n  }\n\n  .air2-split.reverse .air2-split-image {\n    order: 2;\n  }\n\n  .air2-split.reverse .air2-split-copy {\n    order: 1;\n  }\n\n  .air2-split-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    background: #f1f1f1;\n  }\n\n  .air2-split-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .5s ease;\n  }\n\n  .air2-split:hover .air2-split-image img {\n    transform: scale(1.015);\n  }\n\n  .air2-image-tag {\n    position: absolute;\n    top: 21px;\n    left: 21px;\n\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(8px);\n\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .air2-split-copy {\n    padding: 50px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .air2-split-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(28px,3.5vw,39px);\n    line-height: 1.12;\n    letter-spacing: -.03em;\n    font-weight: 800;\n  }\n\n  .air2-split-copy \u003e p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .air2-checks {\n    list-style: none;\n\n    margin: 23px 0 0;\n    padding: 0;\n  }\n\n  .air2-checks li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 12px;\n\n    color: var(--muted);\n\n    font-size: 13px;\n  }\n\n  .air2-checks svg {\n    width: 18px;\n    height: 18px;\n\n    flex-shrink: 0;\n    margin-top: 1px;\n\n    color: var(--green);\n  }\n\n\n  \/* =========================================================\n     HOME MONITORING\n  ========================================================= *\/\n\n  .air2-monitor-grid {\n    display: grid;\n    grid-template-columns: 1.12fr .88fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .air2-monitor-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 520px;\n\n    border-radius: 28px;\n\n    background: #eee;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-monitor-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n\n    object-fit: cover;\n  }\n\n  .air2-monitor-panel {\n    padding: 40px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f2f8fc,\n        #ffffff\n      );\n  }\n\n  .air2-monitor-panel h2 {\n    margin: 0 0 15px;\n\n    font-size: clamp(28px,3.5vw,39px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -.03em;\n  }\n\n  .air2-monitor-panel \u003e p {\n    margin: 0 0 24px;\n\n    color: var(--muted);\n\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .air2-mini-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .air2-mini-card {\n    padding: 15px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .air2-mini-card strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 12px;\n  }\n\n  .air2-mini-card span {\n    color: var(--muted);\n\n    font-size: 10px;\n    line-height: 1.45;\n  }\n\n\n  \/* =========================================================\n     PET \/ FAMILY FEATURE\n  ========================================================= *\/\n\n  .air2-family {\n    overflow: hidden;\n\n    border-radius: 30px;\n\n    background: #fff;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-family img {\n    width: 100%;\n    height: auto;\n  }\n\n  .air2-family-copy {\n    max-width: 800px;\n\n    margin: 0 auto;\n    padding: 34px 40px 42px;\n\n    text-align: center;\n  }\n\n  .air2-family-copy h2 {\n    margin: 0 0 12px;\n\n    font-size: clamp(27px,3vw,38px);\n    line-height: 1.15;\n    font-weight: 800;\n  }\n\n  .air2-family-copy p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================================================\n     PERSONALITY\n  ========================================================= *\/\n\n  .air2-personality {\n    display: grid;\n    grid-template-columns: 1.05fr .95fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .air2-personality-image {\n    overflow: hidden;\n\n    border-radius: 28px;\n\n    background: #eee;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-personality-image img {\n    width: 100%;\n    height: 100%;\n\n    object-fit: cover;\n  }\n\n  .air2-personality-copy {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #fff5f0,\n        #fff\n      );\n  }\n\n  .air2-personality-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(28px,3.5vw,40px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .air2-personality-copy p {\n    margin: 0 0 22px;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  \/* =========================================================\n     COLORS\n  ========================================================= *\/\n\n  .air2-colors-layout {\n    display: grid;\n    grid-template-columns: 1.12fr .88fr;\n    gap: 30px;\n    align-items: center;\n  }\n\n  .air2-colors-image {\n    overflow: hidden;\n\n    border-radius: 28px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-colors-image img {\n    width: 100%;\n  }\n\n  .air2-colors-copy h2 {\n    margin: 0 0 15px;\n\n    font-size: clamp(28px,3.5vw,40px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .air2-colors-copy \u003e p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  .air2-color-list {\n    display: grid;\n    gap: 11px;\n\n    margin-top: 24px;\n  }\n\n  .air2-color {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n\n    padding: 14px 16px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .air2-dot {\n    width: 30px;\n    height: 30px;\n\n    flex-shrink: 0;\n\n    border: 5px solid #fff;\n    border-radius: 50%;\n\n    box-shadow: 0 0 0 1px #ddd;\n  }\n\n  .air2-dot.white {\n    background: #f1f1ef;\n  }\n\n  .air2-dot.blue {\n    background: #80acc6;\n  }\n\n  .air2-dot.pink {\n    background: #eda9c2;\n  }\n\n  .air2-color strong {\n    display: block;\n\n    font-size: 12px;\n  }\n\n  .air2-color span {\n    display: block;\n\n    color: var(--muted);\n\n    font-size: 10px;\n  }\n\n\n  \/* =========================================================\n     SPECS\n  ========================================================= *\/\n\n  .air2-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n\n    overflow: hidden;\n\n    gap: 1px;\n\n    background: var(--border);\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .air2-spec {\n    padding: 25px 15px;\n\n    background: #fff;\n\n    text-align: center;\n  }\n\n  .air2-spec-label {\n    margin-bottom: 6px;\n\n    color: var(--light);\n\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .air2-spec-value {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .air2-table-wrap {\n    overflow-x: auto;\n  }\n\n  .air2-table {\n    width: 100%;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    overflow: hidden;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .air2-table td {\n    padding: 16px 22px;\n\n    border-bottom: 1px solid var(--border);\n\n    font-size: 13px;\n  }\n\n  .air2-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .air2-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .air2-table td:first-child {\n    width: 40%;\n\n    font-weight: 700;\n  }\n\n  .air2-table td:last-child {\n    color: var(--muted);\n  }\n\n\n  \/* =========================================================\n     PACKAGE\n  ========================================================= *\/\n\n  .air2-package-layout {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n    gap: 32px;\n    align-items: center;\n  }\n\n  .air2-package-image {\n    overflow: hidden;\n\n    border-radius: 28px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .air2-package-image img {\n    width: 100%;\n  }\n\n  .air2-package-list {\n    display: grid;\n    gap: 10px;\n  }\n\n  .air2-package-item {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n\n    padding: 14px 16px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .air2-package-number {\n    width: 33px;\n    height: 33px;\n\n    flex-shrink: 0;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 9px;\n\n    background: var(--blue-soft);\n\n    color: var(--blue);\n\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  .air2-package-item strong {\n    font-size: 12px;\n  }\n\n  .air2-package-note {\n    margin-top: 15px;\n\n    color: var(--muted);\n\n    font-size: 11px;\n    line-height: 1.5;\n  }\n\n\n  \/* =========================================================\n     FINAL\n  ========================================================= *\/\n\n  .air2-final {\n    padding: 78px 0;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 18% 20%,\n        rgba(88,169,232,.14),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 82% 80%,\n        rgba(255,104,70,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #151515,\n        #292929\n      );\n  }\n\n  .air2-final h2 {\n    margin: 0 0 14px;\n\n    color: #fff;\n\n    font-size: clamp(29px,4vw,42px);\n    font-weight: 800;\n  }\n\n  .air2-final p {\n    max-width: 700px;\n\n    margin: 0 auto;\n\n    color: rgba(255,255,255,.67);\n\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width:1024px) {\n\n    .air2-hero-grid,\n    .air2-split,\n    .air2-split.reverse,\n    .air2-monitor-grid,\n    .air2-personality,\n    .air2-colors-layout,\n    .air2-package-layout {\n      grid-template-columns: 1fr;\n    }\n\n    .air2-split.reverse .air2-split-image,\n    .air2-split.reverse .air2-split-copy {\n      order: initial;\n    }\n\n    .air2-feature-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .air2-spec-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .air2-float {\n      left: 18px;\n    }\n\n    .air2-split-image,\n    .air2-split-image img,\n    .air2-monitor-image,\n    .air2-monitor-image img {\n      min-height: auto;\n    }\n  }\n\n  @media (max-width:700px) {\n\n    .air2-section,\n    .air2-hero {\n      padding: 58px 0;\n    }\n\n    .air2-container {\n      padding: 0 20px;\n    }\n\n    .air2-feature-grid,\n    .air2-spec-grid,\n    .air2-mini-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .air2-split-copy,\n    .air2-monitor-panel,\n    .air2-personality-copy {\n      padding: 29px 22px;\n    }\n\n    .air2-float {\n      position: relative;\n      left: auto;\n      bottom: auto;\n\n      margin-top: 13px;\n    }\n\n    .air2-family-copy {\n      padding: 28px 22px 34px;\n    }\n\n    .air2-table td {\n      padding: 12px;\n\n      font-size: 11px;\n    }\n\n    .air2-table td:first-child {\n      width: 44%;\n    }\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"air2-hero\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-hero-grid\"\u003e\n\n\n      \u003cdiv class=\"air2-hero-copy\"\u003e\n\n        \u003cspan class=\"air2-label\"\u003e\n          Enabot EBO Air 2\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          Smart Monitoring.\n          \u003cspan class=\"air2-gradient\"\u003e\n            Playful Companionship.\n          \u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eEnabot EBO Air 2 Companion Robot\u003c\/strong\u003e\n          combines a mobile 2K home camera, two-way communication,\n          interactive pet functions and smart security features\n          in one compact companion robot.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Unlike a fixed camera, EBO Air 2 can move through your home\n          under app control, helping you check different rooms,\n          communicate with family members and interact with pets\n          wherever you are.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"air2-tags\"\u003e\n\n          \u003cdiv class=\"air2-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n\n            \u003c\/svg\u003e\n\n            2K Camera\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"air2-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \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\n              \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            Two-Way Audio\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"air2-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M4 4l16 16\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            Interactive Laser\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"air2-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            Auto Recharge\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-hero-visual\"\u003e\n\n        \u003cdiv class=\"air2-hero-image\"\u003e\n\n          \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/Air-2_A_1-1_1.webp?v=1776844546\" alt=\"Enabot EBO Air 2 Companion Robot\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"air2-float\"\u003e\n\n          \u003cstrong\u003e\n            Your Home in Your Hands\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Move · Monitor · Talk · Connect\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     KEY FEATURES\n========================================================= --\u003e\n\n\u003csection class=\"air2-section alt\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-header\"\u003e\n\n      \u003cspan class=\"air2-label\"\u003e\n        Key Features\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"air2-title\"\u003e\n        One Compact Robot for Everyday Home Life\n      \u003c\/h2\u003e\n\n      \u003cp class=\"air2-desc\"\u003e\n        EBO Air 2 combines mobile monitoring, communication,\n        pet interaction and personalization in a small,\n        app-controlled companion robot.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"air2-feature-grid\"\u003e\n\n\n      \u003cdiv class=\"air2-feature\"\u003e\n\n        \u003cdiv class=\"air2-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          2K Video\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          High-resolution 2304 × 1296 monitoring for a clear\n          mobile view of your home.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-feature\"\u003e\n\n        \u003cdiv class=\"air2-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \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\n            \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Two-Way Audio\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Listen and talk remotely through the EBO app\n          to stay connected with family and pets.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-feature\"\u003e\n\n        \u003cdiv class=\"air2-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M3 12h4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M17 12h4\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Interactive Pet Play\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Laser and sound-based interaction gives pets\n          more ways to stay entertained.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-feature\"\u003e\n\n        \u003cdiv class=\"air2-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Whole-Home Mobility\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Drive EBO around the home remotely instead\n          of relying on one fixed camera angle.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-feature\"\u003e\n\n        \u003cdiv class=\"air2-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Automatic Recharge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Route memory and infrared docking help\n          EBO Air 2 return to its charging station.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-feature\"\u003e\n\n        \u003cdiv class=\"air2-feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003ccircle cx=\"8\" cy=\"10\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"16\" cy=\"10\" r=\"2\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 16c2 2 6 2 8 0\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Custom Expressions\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Personalize the dot-matrix eye display\n          or use EBO Air 2 to show the time.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     WHOLE HOME MONITORING\n========================================================= --\u003e\n\n\u003csection class=\"air2-section\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-monitor-grid\"\u003e\n\n\n      \u003cdiv class=\"air2-monitor-image\"\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/Air-2_A_2_e2eea605-ec2e-4ef1-8aca-7155b5b477c9.webp?v=1776851912\" alt=\"Enabot EBO Air 2 full-home mobile monitoring\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-monitor-panel\"\u003e\n\n        \u003cspan class=\"air2-label\"\u003e\n          Whole-Home Mobility\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Check More Than One Corner of Your Home\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 moves under remote app control,\n          helping you monitor different areas without installing\n          several fixed cameras around the home.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"air2-mini-grid\"\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003eRemote Movement\u003c\/strong\u003e\n            \u003cspan\u003eNavigate compatible indoor spaces from your phone.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003eLive View\u003c\/strong\u003e\n            \u003cspan\u003eSee what EBO sees while moving around your home.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003eMotion Alerts\u003c\/strong\u003e\n            \u003cspan\u003eReceive supported activity notifications.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003eFixed-Point Monitoring\u003c\/strong\u003e\n            \u003cspan\u003eUse EBO as a stationary camera when needed.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FAMILY + PET\n========================================================= --\u003e\n\n\u003csection class=\"air2-section alt\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-header\"\u003e\n\n      \u003cspan class=\"air2-label\"\u003e\n        Protect · Play · Connect\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"air2-title\"\u003e\n        A Companion for Pets and Family\n      \u003c\/h2\u003e\n\n      \u003cp class=\"air2-desc\"\u003e\n        Monitor pets, communicate with family members\n        and interact with your home from wherever you are.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"air2-family\"\u003e\n\n      \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/Air-2_A_5.webp?v=1776853598\" alt=\"Enabot EBO Air 2 family pet and home companion\"\u003e\n\n\n      \u003cdiv class=\"air2-family-copy\"\u003e\n\n        \u003ch2\u003e\n          Stay Part of Home Life, Even When You're Away\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 combines mobile monitoring with two-way voice\n          communication and interactive pet functions, making it useful\n          for checking on pets, children and other family members\n          throughout the day.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     PET PLAY\n========================================================= --\u003e\n\n\u003csection class=\"air2-section warm\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-split\"\u003e\n\n\n      \u003cdiv class=\"air2-split-image\"\u003e\n\n        \u003cspan class=\"air2-image-tag\"\u003e\n          Pet Interaction\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-986c56d3-1b8c-4d93-b93f-20a690debba5.jpg\" alt=\"Enabot EBO Air 2 interactive family companion\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-split-copy\"\u003e\n\n        \u003cspan class=\"air2-label\"\u003e\n          Play from Anywhere\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Keep Pets Curious and Engaged\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 brings movement, sounds and an infrared\n          pet laser together to create more interactive playtime\n          while you're at home or away.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"air2-checks\"\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Built-in infrared pet laser\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Multiple interactive movements and sounds\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Remote app control\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Mobile low-level pet perspective\n\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TWO WAY AUDIO\n========================================================= --\u003e\n\n\u003csection class=\"air2-section\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-split reverse\"\u003e\n\n\n      \u003cdiv class=\"air2-split-image\"\u003e\n\n        \u003cspan class=\"air2-image-tag\"\u003e\n          Two-Way Voice\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-986c56d3-1b8c-4d93-b93f-20a690debba5.jpg\" alt=\"Enabot EBO Air 2 family voice communication\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-split-copy\"\u003e\n\n        \u003cspan class=\"air2-label\"\u003e\n          Stay Connected\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Talk to Family and Pets from Anywhere\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Two-way audio lets you listen and speak through EBO Air 2,\n          helping you reassure a pet or communicate with family\n          members when you're away from home.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"air2-checks\"\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Real-time two-way voice communication\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Remote live monitoring\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            EBO Voice Message support\n\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AUTO RECHARGE\n========================================================= --\u003e\n\n\u003csection class=\"air2-section alt\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-split\"\u003e\n\n\n      \u003cdiv class=\"air2-split-image\"\u003e\n\n        \u003cspan class=\"air2-image-tag\"\u003e\n          Automatic Recharge\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/Air-2_A_4_59d9f1d0-0bb1-4d2f-b016-d9e8afa0629c.webp?v=1776851922\" alt=\"Enabot EBO Air 2 automatic recharge\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-split-copy\"\u003e\n\n        \u003cspan class=\"air2-label\"\u003e\n          Always Ready\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Smart Charging Without the Hassle\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 supports automatic charging with route memory\n          and infrared docking, helping the robot return to its dock\n          and stay ready for everyday use.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"air2-checks\"\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Route memory + infrared docking\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            2450 mAh rechargeable battery\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Approximately 4–7 hours battery life\n\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n            \u003c\/svg\u003e\n\n            Approximately 2–3 hours charging time\n\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     EXPRESSIONS\n========================================================= --\u003e\n\n\u003csection class=\"air2-section warm\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-personality\"\u003e\n\n\n      \u003cdiv class=\"air2-personality-image\"\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/Air-2_A_6_102a8d2f-65e9-4238-ba23-3e83a8716b02.webp?v=1776853563\" alt=\"Enabot EBO Air 2 customizable expression display\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-personality-copy\"\u003e\n\n        \u003cspan class=\"air2-label\"\u003e\n          Personalize Your EBO\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Give Your Robot Its Own Expression\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The dot-matrix display can be customized through the app,\n          allowing EBO Air 2 to show different eye expressions,\n          patterns and information.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"air2-mini-grid\"\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003eCustom Expressions\u003c\/strong\u003e\n            \u003cspan\u003eCreate personalized dot-matrix eye designs.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003eDigital Clock\u003c\/strong\u003e\n            \u003cspan\u003eUse the display to show the current time.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003ePlayful Personality\u003c\/strong\u003e\n            \u003cspan\u003eChoose different visual expressions.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-mini-card\"\u003e\n            \u003cstrong\u003eApp Customization\u003c\/strong\u003e\n            \u003cspan\u003eEdit display designs from your smartphone.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     COLOR OPTIONS\n========================================================= --\u003e\n\n\u003csection class=\"air2-section\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-colors-layout\"\u003e\n\n\n      \u003cdiv class=\"air2-colors-image\"\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/Air-2_A_8_337278f4-6021-4d2d-8e60-c775c7a4c738.webp?v=1776853680\" alt=\"Enabot EBO Air 2 Dove White Jay Blue and Robin Pink\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"air2-colors-copy\"\u003e\n\n        \u003cspan class=\"air2-label\"\u003e\n          Three Color Options\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Choose the EBO That Fits Your Home\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 is available in three distinct finishes,\n          from minimal white to playful blue and pink.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"air2-color-list\"\u003e\n\n          \u003cdiv class=\"air2-color\"\u003e\n\n            \u003cdiv class=\"air2-dot white\"\u003e\u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eDove White\u003c\/strong\u003e\n              \u003cspan\u003eClean and minimal.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"air2-color\"\u003e\n\n            \u003cdiv class=\"air2-dot blue\"\u003e\u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eJay Blue\u003c\/strong\u003e\n              \u003cspan\u003eCool and modern.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"air2-color\"\u003e\n\n            \u003cdiv class=\"air2-dot pink\"\u003e\u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eRobin Pink\u003c\/strong\u003e\n              \u003cspan\u003eSoft and playful.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TECHNICAL HIGHLIGHTS\n========================================================= --\u003e\n\n\u003csection class=\"air2-section alt\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-header\"\u003e\n\n      \u003cspan class=\"air2-label\"\u003e\n        Technical Highlights\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"air2-title\"\u003e\n        Compact Size, Smart Home Functionality\n      \u003c\/h2\u003e\n\n      \u003cp class=\"air2-desc\"\u003e\n        Designed for everyday indoor monitoring,\n        remote communication and interactive companionship.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"air2-spec-grid\"\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e95 × 95 × 89.2 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e282 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e2K\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eVideo\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e2304 × 1296\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eCamera Angle\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e137°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e2450 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e4–7 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e2–3 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e2.4G \/ 5G\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eSpeed\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e20–55 cm\/s\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eObstacle Height\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e≤ 6 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"air2-spec\"\u003e\n        \u003cdiv class=\"air2-spec-label\"\u003eClimbing Slope\u003c\/div\u003e\n        \u003cdiv class=\"air2-spec-value\"\u003e≤ 4°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FULL SPECIFICATIONS\n========================================================= --\u003e\n\n\u003csection class=\"air2-section\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-header\"\u003e\n\n      \u003cspan class=\"air2-label\"\u003e\n        Full Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"air2-title\"\u003e\n        EBO Air 2 at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"air2-table-wrap\"\u003e\n\n      \u003ctable class=\"air2-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO Air 2\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e95 × 95 × 89.2 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e282 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAppearance Material\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eResolution\u003c\/td\u003e\n            \u003ctd\u003e2K \/ 2304 × 1296\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003e137°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-Way Audio\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWhole-Home Mobility\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePet Laser Pointer\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCustomizable Expression Display\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTime Display\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAutomatic Recharge\u003c\/td\u003e\n            \u003ctd\u003eRoute Memory + Infrared Docking\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e2450 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2–3 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eApproximately 4–7 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotor Type\u003c\/td\u003e\n            \u003ctd\u003eBrushed Gear Motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeed\u003c\/td\u003e\n            \u003ctd\u003e20–55 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003e≤ 6 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eClimbing Slope\u003c\/td\u003e\n            \u003ctd\u003e≤ 4°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Noise\u003c\/td\u003e\n            \u003ctd\u003e61 dB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eJPG, MP4\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMemory Support\u003c\/td\u003e\n            \u003ctd\u003eUp to 256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eIncluded Memory Card\u003c\/td\u003e\n            \u003ctd\u003e32 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAvailable Colors\u003c\/td\u003e\n            \u003ctd\u003eDove White, Jay Blue, Robin Pink\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     WHAT'S IN THE BOX\n========================================================= --\u003e\n\n\u003csection class=\"air2-section alt\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cdiv class=\"air2-header\"\u003e\n\n      \u003cspan class=\"air2-label\"\u003e\n        What's in the Box\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"air2-title\"\u003e\n        Everything You Need to Get Started\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"air2-package-layout\"\u003e\n\n\n      \u003cdiv class=\"air2-package-image\"\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/Air-2_A_9_beb86a8f-f49d-4966-9fc5-f72b086e1f09.webp?v=1776853833\" alt=\"Enabot EBO Air 2 What's in the Box\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cdiv class=\"air2-package-list\"\u003e\n\n          \u003cdiv class=\"air2-package-item\"\u003e\n            \u003cdiv class=\"air2-package-number\"\u003e01\u003c\/div\u003e\n            \u003cstrong\u003eEBO Air 2 × 1\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-package-item\"\u003e\n            \u003cdiv class=\"air2-package-number\"\u003e02\u003c\/div\u003e\n            \u003cstrong\u003eCharging Cable × 1\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-package-item\"\u003e\n            \u003cdiv class=\"air2-package-number\"\u003e03\u003c\/div\u003e\n            \u003cstrong\u003eCharging Dock × 1\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-package-item\"\u003e\n            \u003cdiv class=\"air2-package-number\"\u003e04\u003c\/div\u003e\n            \u003cstrong\u003eUser Manual × 1\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-package-item\"\u003e\n            \u003cdiv class=\"air2-package-number\"\u003e05\u003c\/div\u003e\n            \u003cstrong\u003e32 GB SD Card × 1\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"air2-package-item\"\u003e\n            \u003cdiv class=\"air2-package-number\"\u003e06\u003c\/div\u003e\n            \u003cstrong\u003ePin × 1\u003c\/strong\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"air2-package-note\"\u003e\n          The included 32 GB SD card is pre-installed\n          in the EBO Air 2 at the factory.\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003csection class=\"air2-final\"\u003e\n\n  \u003cdiv class=\"air2-container\"\u003e\n\n    \u003cspan class=\"air2-label\"\u003e\n      Enabot EBO Air 2\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      More Than a Camera. Part of Your Home.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      EBO Air 2 combines mobile 2K monitoring, two-way voice,\n      pet interaction, customizable expressions and automatic charging\n      in one compact companion robot — bringing home security,\n      communication and playful interaction together.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"White","offer_id":48860589981973,"sku":"EBO Air 2-White","price":117.0,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":48860590014741,"sku":"EBO Air 2-Pink","price":117.0,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":48860590047509,"sku":"EBO Air 2-Blue","price":117.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Air-2_A_1-1_1.jpg?v=1761405459"},{"product_id":"rola-mini-companion-robot","title":"ROLA Mini Companion Robot","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --accent: #ff6846;\n    --accent-soft: #fff2ed;\n    --blue: #4fa8e6;\n    --blue-soft: #eef8ff;\n    --green: #22b573;\n\n    --text: #171717;\n    --muted: #676767;\n    --light: #999999;\n\n    --white: #ffffff;\n    --bg: #f7f8f9;\n    --warm: #faf6f1;\n\n    --border: #e5e5e5;\n\n    --shadow-sm: 0 3px 12px rgba(0,0,0,.06);\n    --shadow-md: 0 10px 35px rgba(0,0,0,.09);\n    --shadow-lg: 0 22px 65px rgba(0,0,0,.13);\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  body {\n    margin: 0;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n    background: #fff;\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n  .rola-section {\n    padding: 88px 0;\n  }\n\n  .rola-section.alt {\n    background: var(--bg);\n  }\n\n  .rola-section.warm {\n    background: var(--warm);\n  }\n\n  .rola-container {\n    width: 100%;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .rola-header {\n    max-width: 760px;\n    margin: 0 auto 52px;\n    text-align: center;\n  }\n\n  .rola-label {\n    display: inline-block;\n    margin-bottom: 13px;\n    color: var(--accent);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .rola-title {\n    margin: 0 0 16px;\n    font-size: clamp(29px,4vw,43px);\n    line-height: 1.13;\n    letter-spacing: -.03em;\n    font-weight: 800;\n  }\n\n  .rola-desc {\n    margin: 0;\n    color: var(--muted);\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n  \/* HERO *\/\n\n  .rola-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 88px 0;\n\n    background:\n      radial-gradient(circle at 84% 18%, rgba(79,168,230,.17), transparent 31%),\n      radial-gradient(circle at 7% 89%, rgba(255,104,70,.10), transparent 28%),\n      linear-gradient(135deg, #fbfbfb 0%, #f2f7fa 100%);\n  }\n\n  .rola-hero-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 65px;\n    align-items: center;\n  }\n\n  .rola-hero-copy h1 {\n    margin: 0 0 22px;\n    font-size: clamp(40px,5vw,60px);\n    line-height: 1.05;\n    letter-spacing: -.045em;\n    font-weight: 800;\n  }\n\n  .rola-gradient {\n    background: linear-gradient(135deg, #ff6846, #ff9b73 38%, #55a8e4 78%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .rola-hero-copy p {\n    max-width: 580px;\n    margin: 0 0 18px;\n    color: var(--muted);\n    font-size: 17px;\n    line-height: 1.76;\n  }\n\n  .rola-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n    margin-top: 27px;\n  }\n\n  .rola-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 14px;\n    background: rgba(255,255,255,.96);\n    border: 1px solid var(--border);\n    border-radius: 50px;\n    box-shadow: var(--shadow-sm);\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .rola-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .rola-hero-visual {\n    position: relative;\n  }\n\n  .rola-hero-image {\n    overflow: hidden;\n    border-radius: 30px;\n    background: #fff;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .rola-hero-image img {\n    width: 100%;\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n  }\n\n  .rola-float {\n    position: absolute;\n    left: -24px;\n    bottom: 25px;\n    max-width: 275px;\n    padding: 15px 18px;\n    background: rgba(255,255,255,.95);\n    border-radius: 15px;\n    box-shadow: var(--shadow-md);\n  }\n\n  .rola-float strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 14px;\n  }\n\n  .rola-float span {\n    color: var(--muted);\n    font-size: 11px;\n  }\n\n\n  \/* FEATURES *\/\n\n  .rola-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 22px;\n  }\n\n  .rola-feature {\n    padding: 34px 27px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 22px;\n    text-align: center;\n  }\n\n  .rola-feature-icon {\n    width: 58px;\n    height: 58px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 18px;\n    border-radius: 17px;\n    background: linear-gradient(135deg, rgba(255,104,70,.10), rgba(79,168,230,.09));\n    color: var(--accent);\n  }\n\n  .rola-feature-icon svg {\n    width: 25px;\n    height: 25px;\n  }\n\n  .rola-feature h3 {\n    margin: 0 0 8px;\n    font-size: 18px;\n  }\n\n  .rola-feature p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n\n  \/* SPLIT *\/\n\n  .rola-split {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n    overflow: hidden;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 30px;\n    box-shadow: var(--shadow-md);\n  }\n\n  .rola-split.reverse {\n    grid-template-columns: .92fr 1.08fr;\n  }\n\n  .rola-split.reverse .rola-split-image {\n    order: 2;\n  }\n\n  .rola-split.reverse .rola-split-copy {\n    order: 1;\n  }\n\n  .rola-split-image {\n    position: relative;\n    overflow: hidden;\n    min-height: 500px;\n    background: #eee;\n  }\n\n  .rola-split-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n    object-fit: cover;\n  }\n\n  .rola-image-tag {\n    position: absolute;\n    top: 21px;\n    left: 21px;\n    z-index: 2;\n    padding: 9px 14px;\n    background: rgba(255,255,255,.95);\n    border-radius: 50px;\n    box-shadow: var(--shadow-sm);\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .rola-split-copy {\n    padding: 50px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .rola-split-copy h2 {\n    margin: 0 0 16px;\n    font-size: clamp(28px,3.5vw,39px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .rola-split-copy \u003e p {\n    margin: 0;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .rola-checks {\n    list-style: none;\n    margin: 23px 0 0;\n    padding: 0;\n  }\n\n  .rola-checks li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    margin-bottom: 12px;\n    color: var(--muted);\n    font-size: 13px;\n  }\n\n  .rola-checks svg {\n    width: 18px;\n    height: 18px;\n    flex-shrink: 0;\n    color: var(--green);\n  }\n\n\n  \/* BATTERY *\/\n\n  .rola-battery {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .rola-battery-panel {\n    padding: 43px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background: linear-gradient(145deg, #fff5ef, #ffffff);\n  }\n\n  .rola-battery-panel h2 {\n    margin: 0 0 16px;\n    font-size: clamp(29px,3.7vw,41px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .rola-battery-panel \u003e p {\n    margin: 0 0 25px;\n    color: var(--muted);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .rola-number-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .rola-number-card {\n    padding: 17px;\n    background: white;\n    border: 1px solid var(--border);\n    border-radius: 14px;\n  }\n\n  .rola-number-card strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 18px;\n  }\n\n  .rola-number-card span {\n    display: block;\n    color: var(--muted);\n    font-size: 10px;\n    line-height: 1.45;\n  }\n\n  .rola-battery-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 460px;\n\n    border-radius: 28px;\n\n    background: #fff;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .rola-battery-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 460px;\n\n    object-fit: cover;\n  }\n\n  .rola-battery-caption {\n    position: absolute;\n    left: 20px;\n    bottom: 20px;\n\n    padding: 13px 16px;\n\n    background: rgba(255,255,255,.95);\n\n    border-radius: 14px;\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .rola-battery-caption strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 13px;\n  }\n\n  .rola-battery-caption span {\n    color: var(--muted);\n\n    font-size: 10px;\n  }\n\n\n  \/* MONITOR *\/\n\n  .rola-monitor {\n    display: grid;\n    grid-template-columns: 1.12fr .88fr;\n    gap: 28px;\n  }\n\n  .rola-monitor-image {\n    overflow: hidden;\n    min-height: 500px;\n    border-radius: 28px;\n    box-shadow: var(--shadow-md);\n  }\n\n  .rola-monitor-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n    object-fit: cover;\n  }\n\n  .rola-monitor-panel {\n    padding: 40px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    border-radius: 28px;\n    background: linear-gradient(145deg, #f2f8fc, #ffffff);\n  }\n\n  .rola-monitor-panel h2 {\n    margin: 0 0 15px;\n    font-size: clamp(28px,3.5vw,39px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .rola-monitor-panel \u003e p {\n    margin: 0 0 24px;\n    color: var(--muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .rola-mini-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .rola-mini-card {\n    padding: 15px;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .rola-mini-card strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 12px;\n  }\n\n  .rola-mini-card span {\n    display: block;\n    color: var(--muted);\n    font-size: 10px;\n    line-height: 1.45;\n  }\n\n\n  \/* SPECS *\/\n\n  .rola-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 1px;\n    overflow: hidden;\n    background: var(--border);\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .rola-spec {\n    padding: 25px 15px;\n    background: #fff;\n    text-align: center;\n  }\n\n  .rola-spec-label {\n    margin-bottom: 6px;\n    color: var(--light);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .rola-spec-value {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n\n  \/* TABLE *\/\n\n  .rola-table-wrap {\n    overflow-x: auto;\n  }\n\n  .rola-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 0;\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .rola-table td {\n    padding: 16px 22px;\n    border-bottom: 1px solid var(--border);\n    font-size: 13px;\n  }\n\n  .rola-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .rola-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .rola-table td:first-child {\n    width: 40%;\n    font-weight: 700;\n  }\n\n  .rola-table td:last-child {\n    color: var(--muted);\n  }\n\n\n  \/* FINAL *\/\n\n  .rola-final {\n    padding: 78px 0;\n    text-align: center;\n\n    background:\n      radial-gradient(circle at 18% 20%, rgba(79,168,230,.14), transparent 28%),\n      radial-gradient(circle at 82% 80%, rgba(255,104,70,.10), transparent 28%),\n      linear-gradient(135deg, #151515, #292929);\n  }\n\n  .rola-final h2 {\n    margin: 0 0 14px;\n    color: #fff;\n    font-size: clamp(29px,4vw,42px);\n    font-weight: 800;\n  }\n\n  .rola-final p {\n    max-width: 700px;\n    margin: 0 auto;\n    color: rgba(255,255,255,.67);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n\n  @media (max-width:1024px) {\n\n    .rola-hero-grid,\n    .rola-split,\n    .rola-split.reverse,\n    .rola-monitor,\n    .rola-battery {\n      grid-template-columns: 1fr;\n    }\n\n    .rola-split.reverse .rola-split-image,\n    .rola-split.reverse .rola-split-copy {\n      order: initial;\n    }\n\n    .rola-feature-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .rola-spec-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n  }\n\n  @media (max-width:700px) {\n\n    .rola-section,\n    .rola-hero {\n      padding: 58px 0;\n    }\n\n    .rola-container {\n      padding: 0 20px;\n    }\n\n    .rola-feature-grid,\n    .rola-spec-grid,\n    .rola-mini-grid,\n    .rola-number-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .rola-split-copy,\n    .rola-monitor-panel,\n    .rola-battery-panel {\n      padding: 29px 22px;\n    }\n\n    .rola-float {\n      position: relative;\n      left: auto;\n      bottom: auto;\n      margin-top: 13px;\n    }\n\n    .rola-battery-image,\n    .rola-battery-image img {\n      min-height: 320px;\n    }\n\n    .rola-table td {\n      padding: 12px;\n      font-size: 11px;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"rola-hero\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-hero-grid\"\u003e\n\n\n      \u003cdiv class=\"rola-hero-copy\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Enabot ROLA Mini\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          Every Corner.\n          \u003cspan class=\"rola-gradient\"\u003e\n            Always Connected.\n          \u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eROLA Mini Companion Robot\u003c\/strong\u003e\n          is a movable 2K camera robot designed for flexible\n          whole-home monitoring, remote communication and\n          everyday family and pet companionship.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Its compact 11 cm body and agile tracked-wheel design\n          help ROLA Mini move through tight spaces and across\n          common indoor surfaces, giving you a mobile view\n          beyond the limits of a fixed camera.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"rola-tags\"\u003e\n\n          \u003cdiv class=\"rola-tag\"\u003e\n            2K Camera\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rola-tag\"\u003e\n            Two-Way Audio\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rola-tag\"\u003e\n            Full-House Mobility\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rola-tag\"\u003e\n            Up to 25 Days\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-hero-visual\"\u003e\n\n        \u003cdiv class=\"rola-hero-image\"\u003e\n\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-63f15d7e-ed80-49a5-876a-e640685e6d68.jpg\" alt=\"Enabot ROLA Mini Companion Robot\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"rola-float\"\u003e\n\n          \u003cstrong\u003e\n            Full-House Mobile Monitoring\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Move · Watch · Talk · Protect\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     KEY FEATURES\n========================================================= --\u003e\n\n\u003csection class=\"rola-section alt\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-header\"\u003e\n\n      \u003cspan class=\"rola-label\"\u003e\n        Key Features\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"rola-title\"\u003e\n        One Compact Robot for Full-House Monitoring\n      \u003c\/h2\u003e\n\n      \u003cp class=\"rola-desc\"\u003e\n        Monitor pets, children or elderly family members\n        with remote mobility, two-way communication\n        and smart video features.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rola-feature-grid\"\u003e\n\n      \u003cdiv class=\"rola-feature\"\u003e\n        \u003ch3\u003e2K Ultra-Clear Camera\u003c\/h3\u003e\n        \u003cp\u003e3MP camera with 2304 × 1296 resolution and 137° viewing angle.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-feature\"\u003e\n        \u003ch3\u003eRemote Mobility\u003c\/h3\u003e\n        \u003cp\u003eControl ROLA Mini remotely through the ROLA App.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-feature\"\u003e\n        \u003ch3\u003eTwo-Way Audio\u003c\/h3\u003e\n        \u003cp\u003eTalk to family members or pets from wherever you are.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-feature\"\u003e\n        \u003ch3\u003eMotion Detection\u003c\/h3\u003e\n        \u003cp\u003eAutomatically captures short clips when supported activity is detected.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-feature\"\u003e\n        \u003ch3\u003eScheduled Recording\u003c\/h3\u003e\n        \u003cp\u003eCreate recording schedules for monitoring while you're away.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-feature\"\u003e\n        \u003ch3\u003e5000 mAh Battery\u003c\/h3\u003e\n        \u003cp\u003eUp to 25 days of normal use with cordless placement freedom.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MOBILITY\n========================================================= --\u003e\n\n\u003csection class=\"rola-section\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-split\"\u003e\n\n      \u003cdiv class=\"rola-split-image\"\u003e\n\n        \u003cspan class=\"rola-image-tag\"\u003e\n          Full-House Mobility\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-63f15d7e-ed80-49a5-876a-e640685e6d68.jpg\" alt=\"ROLA Mini whole home monitoring\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-split-copy\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Say Goodbye to Blind Spots\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Move Through the Home from Your Phone\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          ROLA Mini can be remotely driven around compatible indoor\n          spaces, allowing you to check areas that a traditional\n          fixed security camera cannot see.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"rola-checks\"\u003e\n\n          \u003cli\u003e✓ Body height approximately 11 cm\u003c\/li\u003e\n\n          \u003cli\u003e✓ Movement speed 20–60 cm\/s\u003c\/li\u003e\n\n          \u003cli\u003e✓ Obstacle clearance up to 10 mm\u003c\/li\u003e\n\n          \u003cli\u003e✓ Climbing slope up to 15°\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     OBSTACLE CROSSING\n========================================================= --\u003e\n\n\u003csection class=\"rola-section warm\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-split reverse\"\u003e\n\n\n      \u003cdiv class=\"rola-split-image\"\u003e\n\n        \u003cspan class=\"rola-image-tag\"\u003e\n          Upgraded Mobility\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-8cf4653d-c734-4214-9a04-e8a007f53d1e.jpg?v=1723207853\" alt=\"ROLA Mini obstacle crossing\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-split-copy\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Built to Explore\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Navigate Everyday Indoor Obstacles\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The upgraded tracked-wheel system helps ROLA Mini\n          move across compatible carpets, cables and floor mats.\n          Its tumbler-style body also helps it return upright\n          if bumped by a pet.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"rola-checks\"\u003e\n\n          \u003cli\u003e✓ Upgraded tracked-wheel design\u003c\/li\u003e\n          \u003cli\u003e✓ 10 mm obstacle clearance\u003c\/li\u003e\n          \u003cli\u003e✓ 15° climbing slope\u003c\/li\u003e\n          \u003cli\u003e✓ Self-righting tumbler construction\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CAMERA \u0026 FAMILY\n========================================================= --\u003e\n\n\u003csection class=\"rola-section alt\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-header\"\u003e\n\n      \u003cspan class=\"rola-label\"\u003e\n        2K Ultra-Clear Camera\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"rola-title\"\u003e\n        Stay Close to the People Who Matter\n      \u003c\/h2\u003e\n\n      \u003cp class=\"rola-desc\"\u003e\n        Use ROLA Mini to remotely check in on children,\n        elderly loved ones and pets throughout the home.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rola-split\"\u003e\n\n      \u003cdiv class=\"rola-split-image\"\u003e\n\n        \u003cspan class=\"rola-image-tag\"\u003e\n          Family Monitoring\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-ba019950-7da2-4e8e-a668-08f6b0102aed.jpg\" alt=\"ROLA Mini family monitoring\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-split-copy\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Clear Mobile Vision\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          2K Detail from a Mobile Perspective\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          ROLA Mini's 3MP camera records at 2304 × 1296,\n          providing a detailed mobile view with a 137° field of view.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"rola-checks\"\u003e\n\n          \u003cli\u003e✓ 3MP camera\u003c\/li\u003e\n          \u003cli\u003e✓ 2304 × 1296 resolution\u003c\/li\u003e\n          \u003cli\u003e✓ 137° wide-angle view\u003c\/li\u003e\n          \u003cli\u003e✓ JPG and MP4 recording\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     SECURITY\n========================================================= --\u003e\n\n\u003csection class=\"rola-section\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-monitor\"\u003e\n\n\n      \u003cdiv class=\"rola-monitor-image\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-35d69cf2-2f31-422e-989c-ab0505b34c59.jpg\" alt=\"ROLA Mini security monitoring\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-monitor-panel\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Home Security\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Stay Aware While You're Away\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Motion detection and scheduled recording provide\n          additional monitoring options while you're away from home.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"rola-mini-grid\"\u003e\n\n          \u003cdiv class=\"rola-mini-card\"\u003e\n            \u003cstrong\u003eMotion Detection\u003c\/strong\u003e\n            \u003cspan\u003eRecognizes supported human and pet activity.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rola-mini-card\"\u003e\n            \u003cstrong\u003e10-Second Recording\u003c\/strong\u003e\n            \u003cspan\u003eAutomatically captures short event clips.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rola-mini-card\"\u003e\n            \u003cstrong\u003eApp Alerts\u003c\/strong\u003e\n            \u003cspan\u003eReceive supported real-time notifications.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"rola-mini-card\"\u003e\n            \u003cstrong\u003eScheduled Recording\u003c\/strong\u003e\n            \u003cspan\u003eChoose monitoring times in advance.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     BATTERY — FIXED PHOTO\n========================================================= --\u003e\n\n\u003csection class=\"rola-section warm\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-battery\"\u003e\n\n\n      \u003cdiv class=\"rola-battery-panel\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Long-Lasting Battery\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Place It Anywhere. No Dock Required.\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          A built-in 5000 mAh battery gives ROLA Mini\n          up to 25 days of normal use, reducing the need\n          for frequent charging and allowing flexible placement.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"rola-number-grid\"\u003e\n\n          \u003cdiv class=\"rola-number-card\"\u003e\n\n            \u003cstrong\u003e\n              5000 mAh\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Built-in rechargeable battery\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"rola-number-card\"\u003e\n\n            \u003cstrong\u003e\n              Up to 25 Days\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Normal-use battery life\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"rola-number-card\"\u003e\n\n            \u003cstrong\u003e\n              3–4 Hours\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Approximate charging time\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"rola-number-card\"\u003e\n\n            \u003cstrong\u003e\n              Magnetic\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Snap-on charging connection\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-battery-image\"\u003e\n\n        \u003cimg src=\"https:\/\/de.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-95dfbb09-92dd-4a10-89cf-62c3c33c457e.jpg?v=11710370852039922260\" alt=\"ROLA Mini magnetic charging technology\"\u003e\n\n        \u003cdiv class=\"rola-battery-caption\"\u003e\n\n          \u003cstrong\u003e\n            Magnetic Charging Technology\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Snap on. Charge up. Ready to roll again.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     PET COMPANION\n========================================================= --\u003e\n\n\u003csection class=\"rola-section\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-split reverse\"\u003e\n\n\n      \u003cdiv class=\"rola-split-image\"\u003e\n\n        \u003cspan class=\"rola-image-tag\"\u003e\n          Pet Companion\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-080481f3-0feb-4d46-8d38-8da4ce06f42e.jpg?v=10146256072646049374\" alt=\"ROLA Mini pet companion\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-split-copy\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Remote Pet Interaction\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Stay Connected with Your Pet\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Control ROLA Mini remotely through the app,\n          talk to pets using two-way audio and use built-in\n          actions and sound effects for additional interaction.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"rola-checks\"\u003e\n\n          \u003cli\u003e✓ Remote pet monitoring\u003c\/li\u003e\n          \u003cli\u003e✓ Two-way voice communication\u003c\/li\u003e\n          \u003cli\u003e✓ Built-in interactive actions\u003c\/li\u003e\n          \u003cli\u003e✓ Engaging sound effects\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     ACCESSORIES\n========================================================= --\u003e\n\n\u003csection class=\"rola-section alt\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-split\"\u003e\n\n\n      \u003cdiv class=\"rola-split-image\"\u003e\n\n        \u003cspan class=\"rola-image-tag\"\u003e\n          Expandable Fun\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/uk.store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-27919174-4800-45dc-a2c1-66af7be3c51d.jpg?v=2924847564608449114\" alt=\"ROLA Mini pet accessory\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"rola-split-copy\"\u003e\n\n        \u003cspan class=\"rola-label\"\u003e\n          Optional Accessories\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Add More Ways to Entertain Your Pet\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          ROLA Mini supports compatible extension accessories\n          designed to make playtime more engaging.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"rola-checks\"\u003e\n\n          \u003cli\u003e✓ Compatible pet-play accessories\u003c\/li\u003e\n          \u003cli\u003e✓ Cat teaser accessories available\u003c\/li\u003e\n          \u003cli\u003e✓ Accessories sold separately\u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TECHNICAL HIGHLIGHTS\n========================================================= --\u003e\n\n\u003csection class=\"rola-section\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-header\"\u003e\n\n      \u003cspan class=\"rola-label\"\u003e\n        Technical Highlights\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"rola-title\"\u003e\n        Compact Design. Long-Lasting Power.\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rola-spec-grid\"\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e116 × 116 × 110 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e530 ±10 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eCamera\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e3MP\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e2304 × 1296\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eCamera Angle\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e137°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e5000 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003eUp to 25 Days\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e3–4 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e2.4 \/ 5 GHz\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eSpeed\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e20–60 cm\/s\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eObstacle Height\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e10 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"rola-spec\"\u003e\n        \u003cdiv class=\"rola-spec-label\"\u003eClimbing Slope\u003c\/div\u003e\n        \u003cdiv class=\"rola-spec-value\"\u003e15°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FULL SPECS\n========================================================= --\u003e\n\n\u003csection class=\"rola-section alt\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cdiv class=\"rola-header\"\u003e\n\n      \u003cspan class=\"rola-label\"\u003e\n        Full Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"rola-title\"\u003e\n        ROLA Mini at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"rola-table-wrap\"\u003e\n\n      \u003ctable class=\"rola-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eROLA Mini\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e116 × 116 × 110 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e530 ±10 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera\u003c\/td\u003e\n            \u003ctd\u003e3 MP\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eResolution\u003c\/td\u003e\n            \u003ctd\u003e2K \/ 2304 × 1296\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003e137°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-Way Audio\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotion Detection Recording\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eScheduled Recording\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e5000 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eUp to 25 days of normal use\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003e3–4 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Method\u003c\/td\u003e\n            \u003ctd\u003eMagnetic Charging\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Dock\u003c\/td\u003e\n            \u003ctd\u003eNot supported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeed\u003c\/td\u003e\n            \u003ctd\u003e20–60 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Clearance\u003c\/td\u003e\n            \u003ctd\u003e10 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eClimbing Slope\u003c\/td\u003e\n            \u003ctd\u003e15°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Noise\u003c\/td\u003e\n            \u003ctd\u003e55 dB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMemory Support\u003c\/td\u003e\n            \u003ctd\u003eUp to 256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eIncluded Memory Card\u003c\/td\u003e\n            \u003ctd\u003e32 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePet Laser\u003c\/td\u003e\n            \u003ctd\u003eNot supported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003csection class=\"rola-final\"\u003e\n\n  \u003cdiv class=\"rola-container\"\u003e\n\n    \u003cspan class=\"rola-label\"\u003e\n      Enabot ROLA Mini\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Full-House Monitoring Without the Wires\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      ROLA Mini combines mobile 2K monitoring, two-way audio,\n      motion detection, long battery life and pet-friendly\n      interaction in one compact smart companion robot.\n      Covered by a 12-month warranty.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860590113045,"sku":"ROLA Mini","price":85.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLA_Mini-_family_cfc73791-5767-4327-9b1f-fe0aa471b907.jpg?v=1771605014"},{"product_id":"rola-pet-water-fountain-filter-x2","title":"Water Fountain Filter Set x2","description":"\u003cp\u003eOnly for ROLA Smart Pet Water Fountain.\u003cbr\u003eIncludes 12 filters and 6 sponges in the package.\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860590178581,"sku":"EB2404311","price":19.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/e5486db4d7a295afbc5cb83eca201d69.jpg?v=1742384998"},{"product_id":"rola-smart-pet-water-fountain","title":"ROLA Smart Pet Water Fountain","description":"\u003cp\u003eThe ROLA Smart Pet Water Fountain offers next-gen hydration with wireless pump design and 3-layer filtration, ensuring clean and fresh water for your pets. Featuring magnetic induction technology, it isolates water from electrical components, guaranteeing safety. With up to 60-day battery life, customizable water flow modes, and smart app monitoring, you can track hydration and receive real-time notifications. Whisper-quiet operation and 2L capacity make it perfect for pets' daily hydration needs, promoting health and convenience for both you and your pet.\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Cordless Version","offer_id":48860598108437,"sku":"EB2304321","price":29.99,"currency_code":"USD","in_stock":true},{"title":"Plug-in Version","offer_id":48860598075669,"sku":"EB2304311","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLAWaterFountain-1.jpg?v=1763507731"},{"product_id":"rola-pet-water-fountain-filter","title":"Water Fountain Filter Set","description":"\u003cp\u003eOnly for ROLA Smart Pet Water Fountain.\u003cbr\u003eIncludes 6 filters and 3 sponges in the package.\u003cbr\u003e\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860599746837,"sku":"Water Fountain Filter Set","price":19.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/2d3150d59417423a8b197c7570b85281.jpg?v=1742385019"},{"product_id":"rola-petpal-treat-dispenser","title":"ROLA PetPal Treat Dispenser","description":"\u003cp\u003eROLA PetPal Treat Dispenser is the expandable modular for ROLA PetPal.\u003cbr\u003eAfter replacing the treat dispenser, ROLA PetPal can give treats to your pet automatically and remotely.\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860610527509,"sku":"EB2401311","price":49.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLAPetPalTreatDispenser_06da9656-48c2-4001-af7a-09901929bd17.jpg?v=1742385035"},{"product_id":"rola-petpal-interactive-toys","title":"ROLA PetPal Interactive Toys for Pets","description":"\u003cp\u003e\u003cstrong\u003eROLA PetPal Interactive Toys\u003c\/strong\u003e are smart pet toys designed to keep cats and dogs entertained through interactive play and mental stimulation. Featuring engaging movement and durable construction, they encourage exercise, reduce boredom, and support your pet's well-being. Perfect for independent play at home, ROLA PetPal toys provide hours of fun for curious and active pets. Available at \u003cstrong\u003eFuturology\u003c\/strong\u003e.\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860610789653,"sku":"EB2402311","price":28.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLAPetPalInteractiveToys.jpg?v=1763508058"},{"product_id":"rola-pettracker-gps-tracker-for-pets","title":"ROLA PetTracker-GPS Tracker with Camera","description":"\u003cp style=\"text-align: justify\"\u003eThe Enabot ROLA PetTracker is a smart pets collar tracker with GPS and camera, designed to ensure you always know your pet's exact location and track their movements in real-time, no matter where you are. This advanced device not only provides live GPS tracking but also captures photos and videos from your pet's perspective, offering a unique way to see the world through their eyes.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e1. Real-Time GPS Tracking\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eLive Location Updates\u003c\/strong\u003e: Track your pet's movements with pinpoint accuracy, ensuring their safety at all times.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eGeofencing Alerts\u003c\/strong\u003e: Set safe zones and receive instant notifications if your pet leaves these areas.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e2. Health and Activity Monitoring\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eVital Signs Tracking\u003c\/strong\u003e: Monitor your pet’s health metrics, including heart rate and activity levels.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eDaily Activity Reports\u003c\/strong\u003e: Receive detailed insights into your pet’s daily activities, helping you keep them healthy and active.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e3. Interactive Photo and Video Capture\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003ePet’s Perspective\u003c\/strong\u003e: Capture high-quality photos and videos from your pet's point of view.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eLive Streaming\u003c\/strong\u003e: Initiate a live stream to see what your pet is up to in real-time, ensuring their well-being and providing peace of mind.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e4. Durable and Weatherproof Design\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eRugged Build\u003c\/strong\u003e: Designed to withstand rough play and adverse weather conditions.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eWaterproof\u003c\/strong\u003e: Perfect for pets that love to explore, even in wet environments.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e5. Long Battery Life\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eExtended Usage\u003c\/strong\u003e: Enjoy long-lasting battery life, ensuring continuous tracking without frequent recharges.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eSmart Power Management\u003c\/strong\u003e: Efficient energy use for prolonged performance.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e6. Easy-to-Use Mobile App\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eIntuitive Interface\u003c\/strong\u003e: Control and monitor your pet’s activities through a user-friendly app available on all mobile platforms.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eMulti-User Access\u003c\/strong\u003e: Share access with family members to keep everyone informed and involved.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e7. Pet-Initiated Interaction\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eBuilt-in Call Button\u003c\/strong\u003e: Allows your pet to initiate contact with you at the touch of a paw, facilitating spontaneous interactions.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e\u003cstrong\u003e8. Seamless Integration with Other Enabot Products\u003c\/strong\u003e\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eModular Accessories\u003c\/strong\u003e: Compatible with various Enabot accessories for enhanced functionality.\u003c\/p\u003e\u003cp style=\"text-align: justify\"\u003e· \u003cstrong\u003eUnified Ecosystem\u003c\/strong\u003e: Integrates seamlessly with other Enabot smart home products, providing a comprehensive pet care solution.\u003c\/p\u003e\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\u003ch2\u003eFind Your Pets with A Single Click\u003c\/h2\u003e\u003cp\u003eUse the “Beep + Flash” feature to find them in the dark.  Find your pets more easily with route tracking.\u003c\/p\u003e\u003cdiv\u003e\u003csource\u003e\u003csource\u003e\u003c\/source\u003e\u003c\/div\u003e\u003cdiv class=\"se-component se-image-container __se__float- __se__float-none\"\u003e\u003cfigure\u003e\u003cimg alt=\"ROLA Pettracker Find your pets with a single click\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/2b29c41c-276b-4e94-9893-509063a8515c.jpeg?w=1920\u0026amp;h=2160\" data-proportion=\"true\" data-align=\"none\" data-file-name=\"2b29c41c-276b-4e94-9893-509063a8515c.jpeg?w=1920\u0026amp;h=2160\" data-file-size=\"0\" data-origin=\",\" data-size=\",\" data-rotate=\"\" data-percentage=\"auto,auto\" origin-size=\"1920,2160\" style=\"\"\u003e\u003c\/figure\u003e\u003c\/div\u003e\u003ch2\u003eSet up A Virtual Safety Fence for Your Pets\u003c\/h2\u003e\u003cp\u003eReceive real-time alerts if your rowdy pets go out of bounds.Turn on the “Safety Fence” feature: you can set the radius of the safety zone from 50m to 150m. You will receive a real-time alert on the App if your pet’s activity exceeds the safety zone.\u003c\/p\u003e\u003cdiv\u003e\u003csource\u003e\u003csource\u003e\u003c\/source\u003e\u003c\/div\u003e\u003cdiv class=\"se-component se-image-container __se__float- __se__float-none\"\u003e\u003cfigure\u003e\u003cimg alt=\"ROLA Pettracker Set up a virtual safety fence for your pets\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/6.jpeg?w=1920\u0026amp;h=1080\" data-proportion=\"true\" data-align=\"none\" data-file-name=\"6.jpeg?w=1920\u0026amp;h=1080\" data-file-size=\"0\" data-origin=\",\" data-size=\",\" data-rotate=\"\" data-percentage=\"auto,auto\" origin-size=\"1920,1080\" style=\"\"\u003e\u003c\/figure\u003e\u003c\/div\u003e\u003ch2\u003eReal-Time Two-Way Voice Communication\u003c\/h2\u003e\u003cp\u003eUse the “Beep + Flash” feature to find them in the dark.  Find your pets more easily with route tracking.\u003c\/p\u003e\u003cdiv\u003e\u003csource\u003e\u003csource\u003e\u003c\/source\u003e\u003c\/div\u003e\u003cdiv class=\"se-component se-image-container __se__float- __se__float-none\"\u003e\u003cfigure\u003e\u003cimg alt=\"Rola pettracker 2-way communication-1\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--42_540x.jpeg?w=1440\u0026amp;h=1080\" data-proportion=\"true\" data-align=\"none\" data-file-name=\"--42_540x.jpeg?w=1440\u0026amp;h=1080\" data-file-size=\"0\" data-origin=\",\" data-size=\",\" data-rotate=\"\" data-percentage=\"auto,auto\" origin-size=\"540,405\" style=\"\"\u003e\u003c\/figure\u003e\u003c\/div\u003e\u003cp\u003eTalk to your pet – anytime, anywhere.\u003c\/p\u003e\u003cdiv\u003e\u003csource\u003e\u003csource\u003e\u003c\/source\u003e\u003c\/div\u003e\u003cdiv class=\"se-component se-image-container __se__float- __se__float-none\"\u003e\u003cfigure\u003e\u003cimg alt=\"Rola pettracker 2-way communication-2\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-SOS_540x.jpeg?w=1440\u0026amp;h=1080\" data-proportion=\"true\" data-align=\"none\" data-file-name=\"-SOS_540x.jpeg?w=1440\u0026amp;h=1080\" data-file-size=\"0\" data-origin=\",\" data-size=\",\" data-rotate=\"\" data-percentage=\"auto,auto\" origin-size=\"540,405\" style=\"\"\u003e\u003c\/figure\u003e\u003c\/div\u003e\u003cp\u003eSOS button, contact owner.\u003c\/p\u003e\u003cdiv\u003e\u003csource\u003e\u003csource\u003e\u003c\/source\u003e\u003c\/div\u003e\u003cdiv class=\"se-component se-image-container __se__float- __se__float-none\"\u003e\u003cfigure\u003e\u003cimg alt=\"Rola pettracker 2-way communication-3\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--43_540x.jpeg?w=1440\u0026amp;h=1080\" data-proportion=\"true\" data-align=\"none\" data-file-name=\"--43_540x.jpeg?w=1440\u0026amp;h=1080\" data-file-size=\"0\" data-origin=\",\" data-size=\",\" data-rotate=\"\" data-percentage=\"auto,auto\" origin-size=\"540,405\" style=\"\"\u003e\u003c\/figure\u003e\u003c\/div\u003e\u003cp\u003eScan the QR code, get the pet’s info.\u003c\/p\u003e\u003ch2\u003eKeep Track of Your Pet’s Overall Health \u003c\/h2\u003e\u003cp\u003eKeep track of your pet’s overall health \u003c\/p\u003e\u003cdiv\u003e\u003csource\u003e\u003csource\u003e\u003c\/source\u003e\u003c\/div\u003e\u003cdiv class=\"se-component se-image-container __se__float- __se__float-none\"\u003e\u003cfigure\u003e\u003cimg alt=\"ROLA Pettracker Keep track of your pet’s overall health\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--47.jpeg?w=1920\u0026amp;h=1080\" data-proportion=\"true\" data-align=\"none\" data-file-name=\"--47.jpeg?w=1920\u0026amp;h=1080\" data-file-size=\"0\" data-origin=\",\" data-size=\",\" data-rotate=\"\" data-percentage=\"auto,auto\" origin-size=\"1920,1080\" style=\"\"\u003e\u003c\/figure\u003e\u003c\/div\u003e\u003ch2\u003eFind Other Pets in Your Neighborhood\u003c\/h2\u003e\u003cp\u003eCreate a social network for your furry friends\u003c\/p\u003e\u003cdiv\u003e\u003csource\u003e\u003csource\u003e\u003c\/source\u003e\u003c\/div\u003e\u003cdiv class=\"se-component se-image-container __se__float- __se__float-none\"\u003e\u003cfigure\u003e\u003cimg alt=\"ROLA Pettracker find other pets in your neighborhood\" src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--48.png?w=1920\u0026amp;h=1080\" data-proportion=\"true\" data-align=\"none\" data-file-name=\"--48.png?w=1920\u0026amp;h=1080\" data-file-size=\"0\" data-origin=\",\" data-size=\",\" data-rotate=\"\" data-percentage=\"auto,auto\" origin-size=\"1920,1080\" style=\"\"\u003e\u003c\/figure\u003e\u003c\/div\u003e\u003ch2\u003eEasy Setup, Suitable for all kinds of pet collars\u003c\/h2\u003e","brand":"Enabot","offers":[{"title":"Moonlight White","offer_id":48860617376021,"sku":"EB2302311","price":59.0,"currency_code":"USD","in_stock":false},{"title":"Midnight Blue","offer_id":48860617408789,"sku":"EB2302321","price":59.0,"currency_code":"USD","in_stock":false},{"title":"Sunburst Yellow","offer_id":48860617441557,"sku":"EB2302331","price":59.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLA_Pettracker_with_dog_screen.jpg?v=1742385050"},{"product_id":"ebo-air-accessory-wheel-set","title":"EBO Air Accessory-Wheel Set","description":"\u003cp\u003eThis wheel set is only compatible with EBO Air.\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860627075349,"sku":"EBO-Air-Wheel-Set","price":19.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBO_SE_Wheel_Set_2.jpg?v=1742385063"},{"product_id":"rola-petpal-charging-dock","title":"ROLA PetPal Accessory-Charging Dock","description":"\u003cp\u003eCharging Dock for Enabot ROLA PetPal\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860627665173,"sku":"Charge Dock-ROLA PetPal","price":29.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLAPetPal.jpg?v=1742385065"},{"product_id":"rola-mini-accessory-wheel-set","title":"ROLA Mini Accessory-Wheel Set","description":"\u003cp\u003eThis wheel set is only compatible with ROLA Mini.\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860628975893,"sku":"EBO SE Wheel Set","price":22.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLAMiniWheelset-1.jpg?v=1742385068"},{"product_id":"rola-mini-accessory-magnetic-charging-cable","title":"ROLA Mini Accessory-Magnetic Charging Cable","description":"\u003cp\u003eThe magnetic charging cable for ROLA Mini.\u003cbr\u003e\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860630810901,"sku":"ROLA Mini Magnetic Charging Cable","price":9.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLA_Mini_Charging_Cable_87ce93ab-8b3e-45a5-8e86-acf1985e8eaf.png?v=1742385072"},{"product_id":"rola-mini-accessory-rubber-track","title":"ROLA Mini Accessory-Rubber Track","description":"\u003cp\u003eThe Tracks for ROLA Mini.\u003cbr\u003eIt contains two pieces of tracks.\u003c\/p\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860631826709,"sku":"ROLA Mini Rubber Track","price":7.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLAMiniRubberTracker.jpg?v=1742385074"},{"product_id":"ebo-air-feather","title":"EBO Air Accessory- DIY Feather","description":"\u003cp\u003eEBO Air Feather is only for EBO Air\/EBO Air 2.\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860633694485,"sku":"EBO Air Feather","price":4.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBOAirFeather1_1.jpg?v=1742385077"},{"product_id":"rola-mini-accessory-rola-mini-cat-teaser","title":"ROLA Mini Cat Teaser Set","description":"\u003cp\u003eSpecially designed for the ROLA Mini, this set features a variety of fun teasers, including a butterfly, fish, bird, and more, all shown in the picture. Perfect for keeping your cat entertained and engaged!\u003cbr\u003e\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860636250389,"sku":"EB2403311","price":14.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLA_Mini_Cat_Teaser_22.jpg?v=1742385081"},{"product_id":"ebo-se-wheel-set","title":"EBO SE Accessory-Wheel Set","description":"\u003cp\u003eThis wheel set is only compatible with EBO SE.\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860637298965,"sku":"EBO SE Wheel Set","price":18.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBOSEWheelSet.jpg?v=1742385085"},{"product_id":"ebo-track","title":"EBO Air Accessory-Rubber Track","description":"\u003cp\u003eThe Tracks for EBO Air.\u003cbr\u003eIt contains two pieces of tracks.\u003cbr\u003e\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860637790485,"sku":"EBO Air Track","price":5.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBOAirTrack_e14ca872-2fe5-433d-ad91-fa6ea1a42e04.jpg?v=1742385087"},{"product_id":"ebo-se-track","title":"EBO SE Accessory-Rubber Track","description":"\u003cp\u003eThe Track for EBO SE.\u003cbr\u003eIt contains two pieces of tracks.\u003cbr\u003e\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860641624341,"sku":"EBO SE Track","price":5.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBOSETrack.jpg?v=1742385089"},{"product_id":"ebo-se-air-charging-dock","title":"EBO Air\/SE Accessory-Charging Dock","description":"\u003cp\u003eCharging Dock for Enabot EBO SE and Air.\u003c\/p\u003e\u003c!----\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860641689877,"sku":"Charge Dock-SE\u0026Air","price":21.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBOSEAirChargingDock.jpg?v=1742385091"},{"product_id":"rola-petpal-robot-pet-companion","title":"ROLA PetPal Robot Pet Companion","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --primary: #171717;\n    --accent: #ff6b35;\n    --accent-soft: #fff1ea;\n    --blue: #3aa7ff;\n    --blue-soft: #eef8ff;\n    --green: #22b573;\n\n    --bg-white: #ffffff;\n    --bg-light: #f8f9fa;\n    --bg-warm: #faf6f2;\n\n    --text-dark: #171717;\n    --text-muted: #666666;\n    --text-light: #969696;\n\n    --border: #e6e6e6;\n\n    --radius: 14px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n\n    --shadow-sm: 0 2px 8px rgba(0,0,0,.06);\n    --shadow-md: 0 8px 30px rgba(0,0,0,.10);\n    --shadow-lg: 0 20px 60px rgba(0,0,0,.14);\n\n    --transition: all .3s cubic-bezier(.4,0,.2,1);\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background: var(--bg-white);\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n  \/* =========================================================\n     COMMON\n  ========================================================= *\/\n\n  .section {\n    padding: 90px 0;\n    position: relative;\n  }\n\n  .section-alt {\n    background: var(--bg-light);\n  }\n\n  .section-warm {\n    background: var(--bg-warm);\n  }\n\n  .section-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .section-header {\n    max-width: 760px;\n    margin: 0 auto 58px;\n    text-align: center;\n  }\n\n  .section-label {\n    display: inline-block;\n    margin-bottom: 14px;\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n\n    color: var(--accent);\n  }\n\n  .section-title {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,4vw,43px);\n    font-weight: 800;\n    line-height: 1.14;\n    letter-spacing: -.025em;\n  }\n\n  .section-desc {\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .rola-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 90px 0;\n\n    background:\n      radial-gradient(\n        circle at 82% 20%,\n        rgba(58,167,255,.15),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 10% 90%,\n        rgba(255,107,53,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #fbfbfb 0%,\n        #f2f7fa 100%\n      );\n  }\n\n  .rola-hero::before {\n    content: '';\n\n    position: absolute;\n    right: -190px;\n    top: -220px;\n\n    width: 520px;\n    height: 520px;\n\n    border: 1px solid rgba(58,167,255,.15);\n    border-radius: 50%;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: .88fr 1.12fr;\n    gap: 70px;\n    align-items: center;\n\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-content h1 {\n    margin-bottom: 22px;\n\n    font-size: clamp(39px,5vw,59px);\n    font-weight: 800;\n    line-height: 1.06;\n    letter-spacing: -.04em;\n  }\n\n  .hero-content h1 span {\n    background:\n      linear-gradient(\n        135deg,\n        var(--accent),\n        #ff9670 45%,\n        var(--blue)\n      );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-content p {\n    max-width: 575px;\n    margin-bottom: 20px;\n\n    font-size: 17px;\n    line-height: 1.8;\n    color: var(--text-muted);\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n\n    margin-top: 28px;\n  }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 9px 15px;\n\n    border: 1px solid var(--border);\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.92);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .hero-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .hero-visual {\n    position: relative;\n  }\n\n  .hero-image {\n    position: relative;\n    overflow: hidden;\n\n    border-radius: var(--radius-xl);\n\n    background: white;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .hero-image img {\n    width: 100%;\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n  }\n\n  .hero-floating {\n    position: absolute;\n    left: -28px;\n    bottom: 26px;\n\n    max-width: 260px;\n\n    padding: 16px 19px;\n\n    border: 1px solid rgba(255,255,255,.8);\n    border-radius: 16px;\n\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .hero-floating strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .hero-floating span {\n    font-size: 12px;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     FEATURE CARDS\n  ========================================================= *\/\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 24px;\n  }\n\n  .feature-card {\n    position: relative;\n    overflow: hidden;\n\n    padding: 38px 30px;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: white;\n\n    text-align: center;\n\n    transition: var(--transition);\n  }\n\n  .feature-card::before {\n    content: '';\n\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n\n    height: 4px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--accent),\n        #ff9b75,\n        var(--blue)\n      );\n\n    transform: scaleX(0);\n    transition: var(--transition);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-6px);\n    border-color: transparent;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .feature-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .feature-icon {\n    width: 62px;\n    height: 62px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 21px;\n\n    border-radius: 18px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,107,53,.11),\n        rgba(58,167,255,.07)\n      );\n\n    color: var(--accent);\n  }\n\n  .feature-icon svg {\n    width: 27px;\n    height: 27px;\n  }\n\n  .feature-card h3 {\n    margin-bottom: 10px;\n    font-size: 19px;\n    font-weight: 700;\n  }\n\n  .feature-card p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     COMMUNICATION\n  ========================================================= *\/\n\n  .connection-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n  }\n\n  .connection-card {\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n\n    background: white;\n\n    box-shadow: var(--shadow-sm);\n    transition: var(--transition);\n  }\n\n  .connection-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow-md);\n  }\n\n  .connection-image {\n    aspect-ratio: 16 \/ 10;\n    overflow: hidden;\n  }\n\n  .connection-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n\n    transition: transform .5s ease;\n  }\n\n  .connection-card:hover .connection-image img {\n    transform: scale(1.03);\n  }\n\n  .connection-copy {\n    padding: 23px;\n  }\n\n  .connection-copy h3 {\n    margin-bottom: 8px;\n\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .connection-copy p {\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     CAMERA — NEW LIGHT DESIGN\n  ========================================================= *\/\n\n  .camera-premium {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .camera-visual {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #f2f2f2;\n    box-shadow: var(--shadow-md);\n  }\n\n  .camera-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .6s ease;\n  }\n\n  .camera-premium:hover .camera-visual img {\n    transform: scale(1.02);\n  }\n\n  .camera-badge {\n    position: absolute;\n    left: 22px;\n    top: 22px;\n\n    padding: 9px 14px;\n\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .camera-caption {\n    position: absolute;\n    left: 22px;\n    bottom: 22px;\n\n    max-width: 320px;\n\n    padding: 15px 18px;\n\n    border-radius: 15px;\n\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .camera-caption strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 15px;\n  }\n\n  .camera-caption span {\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  .camera-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f8fafb 0%,\n        #eef5f9 100%\n      );\n  }\n\n  .camera-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.5vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .camera-panel \u003e p {\n    margin-bottom: 26px;\n\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .camera-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .camera-spec {\n    padding: 16px;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n\n    background: rgba(255,255,255,.92);\n\n    transition: var(--transition);\n  }\n\n  .camera-spec:hover {\n    transform: translateY(-3px);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .camera-spec-icon {\n    width: 34px;\n    height: 34px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin-bottom: 10px;\n\n    border-radius: 10px;\n\n    background: rgba(58,167,255,.09);\n    color: var(--blue);\n  }\n\n  .camera-spec-icon svg {\n    width: 17px;\n    height: 17px;\n  }\n\n  .camera-spec strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 14px;\n  }\n\n  .camera-spec span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.45;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     AI PET RECOGNITION\n  ========================================================= *\/\n\n  .ai-showcase {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .ai-photo {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 520px;\n\n    border-radius: 28px;\n\n    background: #eee;\n    box-shadow: var(--shadow-md);\n  }\n\n  .ai-photo img {\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n\n    object-fit: cover;\n  }\n\n  .ai-photo-caption {\n    position: absolute;\n    left: 23px;\n    right: 23px;\n    bottom: 23px;\n\n    max-width: 350px;\n\n    padding: 16px 19px;\n\n    border-radius: 15px;\n\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .ai-photo-caption strong {\n    display: block;\n    margin-bottom: 3px;\n    font-size: 15px;\n  }\n\n  .ai-photo-caption span {\n    font-size: 12px;\n    color: var(--text-muted);\n  }\n\n  .ai-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f8f5f2,\n        #fff\n      );\n  }\n\n  .ai-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.5vw,39px);\n    line-height: 1.13;\n    font-weight: 800;\n    letter-spacing: -.025em;\n  }\n\n  .ai-panel \u003e p {\n    margin-bottom: 25px;\n\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .ai-benefits {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .ai-benefit {\n    padding: 16px;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n\n    background: white;\n\n    transition: var(--transition);\n  }\n\n  .ai-benefit:hover {\n    transform: translateY(-3px);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .ai-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 13px;\n  }\n\n  .ai-benefit span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     PREMIUM SPLIT FEATURE\n  ========================================================= *\/\n\n  .premium-feature {\n    display: grid;\n    grid-template-columns: 1.06fr .94fr;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-xl);\n\n    background: white;\n    box-shadow: var(--shadow-md);\n  }\n\n  .premium-feature.reverse {\n    grid-template-columns: .94fr 1.06fr;\n  }\n\n  .premium-feature.reverse .premium-image {\n    order: 2;\n  }\n\n  .premium-feature.reverse .premium-copy {\n    order: 1;\n  }\n\n  .premium-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    background: #eee;\n  }\n\n  .premium-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .6s ease;\n  }\n\n  .premium-feature:hover .premium-image img {\n    transform: scale(1.02);\n  }\n\n  .image-chip {\n    position: absolute;\n    top: 22px;\n    left: 22px;\n    z-index: 2;\n\n    padding: 9px 14px;\n\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.93);\n    backdrop-filter: blur(8px);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .premium-copy {\n    padding: 52px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .premium-copy h3 {\n    margin-bottom: 16px;\n\n    font-size: clamp(27px,3vw,37px);\n    font-weight: 800;\n    line-height: 1.16;\n    letter-spacing: -.025em;\n  }\n\n  .premium-copy \u003e p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .feature-list {\n    list-style: none;\n    margin-top: 24px;\n  }\n\n  .feature-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n\n    margin-bottom: 13px;\n\n    font-size: 14px;\n    color: var(--text-muted);\n  }\n\n  .feature-list svg {\n    width: 19px;\n    height: 19px;\n\n    flex-shrink: 0;\n    margin-top: 2px;\n\n    color: var(--green);\n  }\n\n  \/* =========================================================\n     MODULAR DESIGN\n  ========================================================= *\/\n\n  .module-layout {\n    display: grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap: 30px;\n    align-items: center;\n  }\n\n  .module-image {\n    overflow: hidden;\n\n    border-radius: 26px;\n\n    background: white;\n    box-shadow: var(--shadow-md);\n  }\n\n  .module-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  .module-copy {\n    padding: 15px;\n  }\n\n  .module-copy h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(29px,3.7vw,41px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -.025em;\n  }\n\n  .module-copy \u003e p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .module-cards {\n    display: grid;\n    gap: 12px;\n\n    margin-top: 25px;\n  }\n\n  .module-card {\n    display: flex;\n    align-items: flex-start;\n    gap: 15px;\n\n    padding: 16px;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n\n    background: white;\n  }\n\n  .module-number {\n    width: 35px;\n    height: 35px;\n\n    flex-shrink: 0;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 10px;\n\n    background: var(--accent-soft);\n    color: var(--accent);\n\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .module-card strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 13px;\n  }\n\n  .module-card span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     CLOUD+\n  ========================================================= *\/\n\n  .cloud-section {\n    padding: 90px 0;\n\n    background:\n      radial-gradient(\n        circle at 15% 20%,\n        rgba(58,167,255,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #f4f9fd,\n        #fbfcfd\n      );\n  }\n\n  .cloud-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n  }\n\n  .cloud-card {\n    overflow: hidden;\n\n    border: 1px solid #dfe9f0;\n    border-radius: 22px;\n\n    background: white;\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .cloud-image {\n    padding: 20px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f4faff,\n        #ffffff\n      );\n  }\n\n  .cloud-image img {\n    width: 100%;\n    height: 350px;\n\n    object-fit: contain;\n  }\n\n  .cloud-copy {\n    padding: 22px 23px 25px;\n  }\n\n  .cloud-copy h3 {\n    margin-bottom: 8px;\n\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .cloud-copy p {\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--text-muted);\n  }\n\n  .cloud-note {\n    max-width: 700px;\n\n    margin: 28px auto 0;\n    padding: 15px 19px;\n\n    border: 1px solid #dce8ef;\n    border-radius: 13px;\n\n    background: rgba(255,255,255,.75);\n\n    text-align: center;\n\n    font-size: 12px;\n    line-height: 1.6;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     SPECS\n  ========================================================= *\/\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n\n    gap: 1px;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: var(--border);\n  }\n\n  .spec-item {\n    padding: 27px 18px;\n\n    background: white;\n    text-align: center;\n  }\n\n  .spec-label {\n    margin-bottom: 7px;\n\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n\n    color: var(--text-light);\n  }\n\n  .spec-value {\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n  \/* =========================================================\n     SPEC TABLE\n  ========================================================= *\/\n\n  .spec-table {\n    width: 100%;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: white;\n  }\n\n  .spec-table td {\n    padding: 17px 23px;\n\n    border-bottom: 1px solid var(--border);\n\n    font-size: 14px;\n  }\n\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .spec-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .spec-table td:first-child {\n    width: 40%;\n\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .spec-table td:last-child {\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     PACKAGE\n  ========================================================= *\/\n\n  .package-layout {\n    display: grid;\n    grid-template-columns: 1.1fr .9fr;\n    gap: 35px;\n    align-items: center;\n  }\n\n  .package-image {\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: 25px;\n\n    background: white;\n  }\n\n  .package-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  .package-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .package-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n\n    padding: 16px 18px;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n\n    background: white;\n  }\n\n  .package-icon {\n    width: 35px;\n    height: 35px;\n\n    flex-shrink: 0;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 10px;\n\n    background: var(--blue-soft);\n    color: var(--blue);\n\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .package-row strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 13px;\n  }\n\n  .package-row span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  \/* =========================================================\n     WARRANTY\n  ========================================================= *\/\n\n  .support-banner {\n    padding: 75px 0;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 20% 20%,\n        rgba(58,167,255,.12),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 80% 80%,\n        rgba(255,107,53,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #151515,\n        #292929\n      );\n  }\n\n  .support-banner h2 {\n    margin-bottom: 14px;\n\n    color: white;\n\n    font-size: clamp(28px,4vw,41px);\n    font-weight: 800;\n  }\n\n  .support-banner p {\n    max-width: 670px;\n    margin: 0 auto;\n\n    font-size: 16px;\n    line-height: 1.7;\n    color: rgba(255,255,255,.64);\n  }\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width:1024px) {\n\n    .hero-grid,\n    .camera-premium,\n    .ai-showcase,\n    .premium-feature,\n    .premium-feature.reverse,\n    .module-layout,\n    .package-layout {\n      grid-template-columns: 1fr;\n    }\n\n    .premium-feature.reverse .premium-image,\n    .premium-feature.reverse .premium-copy {\n      order: initial;\n    }\n\n    .features-grid,\n    .connection-grid,\n    .cloud-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .specs-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .hero-floating {\n      left: 20px;\n    }\n\n    .camera-visual,\n    .camera-visual img,\n    .premium-image,\n    .premium-image img {\n      min-height: auto;\n    }\n\n    .ai-photo,\n    .ai-photo img {\n      min-height: 440px;\n    }\n  }\n\n  @media (max-width:700px) {\n\n    .section,\n    .rola-hero,\n    .cloud-section {\n      padding: 60px 0;\n    }\n\n    .section-container {\n      padding: 0 20px;\n    }\n\n    .features-grid,\n    .connection-grid,\n    .cloud-grid,\n    .specs-grid,\n    .ai-benefits,\n    .camera-spec-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .premium-copy,\n    .camera-panel,\n    .ai-panel {\n      padding: 30px 22px;\n    }\n\n    .hero-floating {\n      position: relative;\n      left: auto;\n      bottom: auto;\n\n      margin-top: 14px;\n    }\n\n    .camera-visual,\n    .camera-visual img {\n      min-height: 330px;\n    }\n\n    .camera-caption {\n      left: 15px;\n      right: 15px;\n      bottom: 15px;\n    }\n\n    .ai-photo,\n    .ai-photo img {\n      min-height: 350px;\n    }\n\n    .cloud-image img {\n      height: 300px;\n    }\n\n    .spec-table td {\n      padding: 13px;\n      font-size: 12px;\n    }\n\n    .spec-table td:first-child {\n      width: 45%;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"rola-hero\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"hero-grid\"\u003e\n\n      \u003cdiv class=\"hero-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Enabot ROLA PetPal\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          Smart Care.\n          \u003cspan\u003eMore Playtime.\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eEnabot ROLA PetPal\u003c\/strong\u003e is a mobile smart pet companion\n          designed to help you watch, talk to and interact with your pets\n          even when you're away.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          With a 5MP 2.5K camera, night vision, two-way communication,\n          AI-powered pet recognition and expandable treat and play modules,\n          ROLA PetPal brings monitoring, entertainment and pet care together\n          in one compact robot.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hero-tags\"\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n            2.5K Camera\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \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\n              \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            Two-Way Audio\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            AI Pet Recognition\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            Auto Recharge\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"hero-visual\"\u003e\n\n        \u003cdiv class=\"hero-image\"\u003e\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--66_540x.png?h=1080\u0026amp;w=1920\" alt=\"Enabot ROLA PetPal smart pet companion\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hero-floating\"\u003e\n          \u003cstrong\u003eStay Close to Your Pets\u003c\/strong\u003e\n          \u003cspan\u003eWatch · Talk · Play · Reward\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     KEY FEATURES\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Key Features\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        More Than a Pet Camera\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        ROLA PetPal moves around the home, connects you with your pets\n        and expands with optional feeding and interactive play modules.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e5MP 2.5K Camera\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Capture detailed 2880 × 1620 video with a wide 135° viewing\n          angle and night vision.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \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\n            \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eTwo-Way Communication\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Hear and speak to your pets remotely while viewing what\n          is happening at home.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eAI Pet Recognition\u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA can recognize cats and dogs and automatically capture\n          special moments throughout the day.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eClose-Range Auto Recharge\u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA PetPal can automatically return to its charging dock\n          using infrared positioning when within supported range.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"7\" cy=\"17\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"17\" cy=\"17\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M4 8h16\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eImproved Mobility\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Larger wheels help the robot cross obstacles up to 15 mm\n          and climb slopes up to 15°.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M12 3v18\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 8c3-3 11-3 14 0\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M7 12c2-2 8-2 10 0\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003eDual-Band Wi-Fi\u003c\/h3\u003e\n\n        \u003cp\u003e\n          Supports both 2.4 GHz and 5 GHz Wi-Fi for remote monitoring\n          and interaction through the app.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     COMMUNICATION\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Interactive Connection\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Talk Back and Forth with Your Pet\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        ROLA PetPal makes remote communication more natural by giving\n        both you and your pet ways to initiate interaction.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"connection-grid\"\u003e\n\n      \u003cdiv class=\"connection-card\"\u003e\n\n        \u003cdiv class=\"connection-image\"\u003e\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--66_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal real-time two-way communication\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"connection-copy\"\u003e\n\n          \u003cspan class=\"section-label\"\u003e\n            Live Connection\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            Real-Time Two-Way Communication\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Comfort, call and communicate with your pets from wherever\n            you are using the mobile app.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"connection-card\"\u003e\n\n        \u003cdiv class=\"connection-image\"\u003e\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--73_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal pre-recorded voice commands\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"connection-copy\"\u003e\n\n          \u003cspan class=\"section-label\"\u003e\n            Your Voice at Home\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            Pre-Recorded Voice Commands\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use familiar voice messages and commands to interact with\n            your pet even when you're not physically at home.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"connection-card\"\u003e\n\n        \u003cdiv class=\"connection-image\"\u003e\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/0feed0d8-2a93-4274-bb9f-788f10b2573f_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal pet initiated chat\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"connection-copy\"\u003e\n\n          \u003cspan class=\"section-label\"\u003e\n            Pet-Initiated Chat\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            Let Your Pet Say Hello\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A built-in call button gives pets a simple way to initiate\n            communication with their owner.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CAMERA — REDESIGNED\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        2.5K Vision\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Clear Monitoring, Day and Night\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        High-resolution imaging and night vision give you a detailed\n        view of your pet throughout the day.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"camera-premium\"\u003e\n\n      \u003cdiv class=\"camera-visual\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--70.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal 5MP 2.5K UHD day and night camera\"\u003e\n\n        \u003cdiv class=\"camera-badge\"\u003e\n          Day \u0026amp; Night Monitoring\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"camera-caption\"\u003e\n\n          \u003cstrong\u003e\n            See Your Pet in More Detail\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Clear 2.5K imaging with night vision for everyday monitoring.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"camera-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          5MP Camera\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          See Every Detail in 2.5K\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          ROLA PetPal records at 2880 × 1620 resolution and supports\n          night vision, allowing you to keep an eye on pets even as\n          lighting conditions change.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"camera-spec-grid\"\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n\n            \u003cdiv class=\"camera-spec-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              2880 × 1620\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              High-resolution 2.5K video\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n\n            \u003cdiv class=\"camera-spec-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              5MP\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Detailed pet monitoring\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n\n            \u003cdiv class=\"camera-spec-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M4 12h16\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M7 8l-4 4 4 4\"\u003e\u003c\/path\u003e\n                \u003cpath d=\"M17 8l4 4-4 4\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              135°\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Wide field of view\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n\n            \u003cdiv class=\"camera-spec-icon\"\u003e\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M21 12.8A9 9 0 1111.2 3 7 7 0 0021 12.8z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              Night Vision\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Low-light monitoring\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AI RECOGNITION\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"ai-showcase\"\u003e\n\n      \u003cdiv class=\"ai-photo\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/AI-.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal AI powered pet recognition\"\u003e\n\n        \u003cdiv class=\"ai-photo-caption\"\u003e\n\n          \u003cstrong\u003e\n            AI-Powered Pet Recognition\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            ROLA recognizes cats and dogs and helps capture\n            memorable moments automatically.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"ai-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Smart Pet Photography\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Your Pet's Personal Photographer\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          When ROLA PetPal recognizes a cat or dog, it can automatically\n          capture photos and clips, helping you discover what your pet\n          gets up to throughout the day.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"ai-benefits\"\u003e\n\n          \u003cdiv class=\"ai-benefit\"\u003e\n            \u003cstrong\u003ePet Recognition\u003c\/strong\u003e\n            \u003cspan\u003eAI identifies compatible cats and dogs.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ai-benefit\"\u003e\n            \u003cstrong\u003eAutomatic Capture\u003c\/strong\u003e\n            \u003cspan\u003eRecords spontaneous pet moments.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ai-benefit\"\u003e\n            \u003cstrong\u003eRemote Monitoring\u003c\/strong\u003e\n            \u003cspan\u003eCheck what is happening from your phone.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ai-benefit\"\u003e\n            \u003cstrong\u003eDaily Memories\u003c\/strong\u003e\n            \u003cspan\u003eTurn everyday activity into shareable content.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MOBILITY\n========================================================= --\u003e\n\n\u003csection class=\"section section-warm\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Better Passability\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--69.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal better passability\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Built to Move\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Bigger Wheels for Everyday Home Surfaces\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA PetPal uses larger wheels and a brushed gear motor system\n          designed to help it move through everyday indoor environments.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Crosses obstacles up to 15 mm\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Climbs slopes up to 15°\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Designed to cross compatible carpets\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Maximum speed up to 1.5 m\/s\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AUTO RECHARGE\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature reverse\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Close-Range Auto Recharge\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-8c655a6d-9467-43ca-96d4-2525754e4631.jpg?v=1720072826\" alt=\"ROLA PetPal automatic recharge\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Ready for More\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Returns to Its Charging Station\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA PetPal supports infrared close-range auto-recharge,\n          allowing the robot to return to its charging dock when\n          positioned within the supported docking area.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Infrared docking technology\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            3500 mAh battery\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Approximately 2–8 hours of battery life\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Approximately 2.5-hour charging time\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     VIDEO EDITING\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Pet Memories\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--75.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal video editing\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Video Editing\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Turn Everyday Moments into Pet Videos\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA's software tools help turn captured pet footage\n          into short videos that can be edited and shared directly\n          from your smartphone.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Edit recorded pet footage\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Add music and visual effects\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Create social-ready clips\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MODULAR DESIGN\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"module-layout\"\u003e\n\n      \u003cdiv class=\"module-image\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--74.jpeg?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal modular accessories\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"module-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Expandable Modular Design\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Build the PetPal That Fits Your Pet\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          ROLA PetPal uses an interchangeable modular design.\n          Optional accessories can expand the robot from a mobile\n          pet camera into an interactive play companion or automatic\n          treat dispenser.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"module-cards\"\u003e\n\n          \u003cdiv class=\"module-card\"\u003e\n\n            \u003cdiv class=\"module-number\"\u003e\n              01\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eBase ROLA PetPal\u003c\/strong\u003e\n              \u003cspan\u003e\n                Mobile monitoring, communication, AI recognition\n                and standard storage module.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"module-card\"\u003e\n\n            \u003cdiv class=\"module-number\"\u003e\n              02\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eInteractive Toys Module\u003c\/strong\u003e\n              \u003cspan\u003e\n                Optional playful stick, laser games and rolling ball\n                for more active pet interaction.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"module-card\"\u003e\n\n            \u003cdiv class=\"module-number\"\u003e\n              03\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eTreat Dispenser\u003c\/strong\u003e\n              \u003cspan\u003e\n                Optional module for remote and scheduled snack feeding.\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CLOUD+\n========================================================= --\u003e\n\n\u003csection class=\"cloud-section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Cloud+\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Smarter Pet Monitoring in the App\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Cloud+ adds extended recording, intelligent alerts and automated\n        pet-moment features for owners who want deeper monitoring.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cloud-grid\"\u003e\n\n      \u003cdiv class=\"cloud-card\"\u003e\n\n        \u003cdiv class=\"cloud-image\"\u003e\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-1_540x.png?h=3000\u0026amp;w=2000\" alt=\"ROLA PetPal Cloud Plus playback\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cloud-copy\"\u003e\n\n          \u003ch3\u003e\n            24\/7 Cloud Playback\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Scheduled recordings can be reviewed through Cloud Playback,\n            helping you revisit events from throughout the day.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cloud-card\"\u003e\n\n        \u003cdiv class=\"cloud-image\"\u003e\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-2-12_540x.jpeg?h=3000\u0026amp;w=2000\" alt=\"ROLA PetPal smart alerts\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cloud-copy\"\u003e\n\n          \u003ch3\u003e\n            Smart Alerts\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Alerts can be generated for events including unusual movement,\n            barking, pet recognition and glass-breaking sounds.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cloud-card\"\u003e\n\n        \u003cdiv class=\"cloud-image\"\u003e\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-3-5_540x.jpeg?h=3000\u0026amp;w=2000\" alt=\"ROLA PetPal daily pet moments\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cloud-copy\"\u003e\n\n          \u003ch3\u003e\n            Daily Pet Moments\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            ROLA can automatically create a short day-in-the-life recap\n            so you can catch up on your pet's day after returning home.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"cloud-note\"\u003e\n      Cloud+ features are subscription-based. Some automated video,\n      recording and intelligent cloud functions require an active\n      Cloud+ subscription.\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TECHNICAL SPECS\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Technical Specs\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Smart Pet Tech in a Compact Robot\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Designed for mobile monitoring, pet interaction and everyday\n        movement around compatible indoor environments.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"specs-grid\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e192 × 171.3 × 120 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eMain Unit Weight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e525 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.5K\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5MP\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera Angle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e135°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3500 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2–8 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCharging\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eApprox. 2.5 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.4G \/ 5G\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eSpeed\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 1.5 m\/s\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eObstacle Height\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 15 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eStorage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e16–256 GB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FULL SPECS\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Full Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        ROLA PetPal at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"overflow-x:auto;\"\u003e\n\n      \u003ctable class=\"spec-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eROLA PetPal\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e192 × 171.3 × 120 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTotal Weight\u003c\/td\u003e\n            \u003ctd\u003e1026 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMain Unit Weight\u003c\/td\u003e\n            \u003ctd\u003e525 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTreat \/ Snack Module Weight\u003c\/td\u003e\n            \u003ctd\u003e360 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eInteractive Play Module Weight\u003c\/td\u003e\n            \u003ctd\u003e254 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Dock Weight\u003c\/td\u003e\n            \u003ctd\u003e141 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eABS + PC\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera\u003c\/td\u003e\n            \u003ctd\u003e5 MP\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eResolution\u003c\/td\u003e\n            \u003ctd\u003e2.5K \/ 2880 × 1620\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003e135°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNight Vision\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e3500 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2–8 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2.5 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAdapter Power Rating\u003c\/td\u003e\n            \u003ctd\u003e10 W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eRobot Power Rating\u003c\/td\u003e\n            \u003ctd\u003e1.2 W\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAuto Recharge\u003c\/td\u003e\n            \u003ctd\u003eInfrared\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotor Type\u003c\/td\u003e\n            \u003ctd\u003eBrushed Gear Motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Speed\u003c\/td\u003e\n            \u003ctd\u003e1.5 m\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eClimbing Angle\u003c\/td\u003e\n            \u003ctd\u003eUp to 15°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003eUp to 15 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eMP4, JPG\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eExpandable Memory\u003c\/td\u003e\n            \u003ctd\u003e16–256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eIncluded Memory Card\u003c\/td\u003e\n            \u003ctd\u003e32 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Noise\u003c\/td\u003e\n            \u003ctd\u003eApproximately 56.4–63.7 dB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     PACKAGE \u0026 MODULES\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Package \u0026amp; Modular Options\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Start with PetPal. Expand When You Want.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        The available package can vary by configuration, while optional\n        modules add feeding and interactive play capabilities.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"package-layout\"\u003e\n\n      \u003cdiv class=\"package-image\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--74.jpeg?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal package and optional modules\"\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"package-list\"\u003e\n\n        \u003cdiv class=\"package-row\"\u003e\n\n          \u003cdiv class=\"package-icon\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eROLA PetPal Main Unit\u003c\/strong\u003e\n            \u003cspan\u003e\n              The mobile smart pet robot and camera.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"package-row\"\u003e\n\n          \u003cdiv class=\"package-icon\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eStandard Storage Module\u003c\/strong\u003e\n            \u003cspan\u003e\n              Included with the base ROLA PetPal configuration.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"package-row\"\u003e\n\n          \u003cdiv class=\"package-icon\"\u003e\n            03\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003e32 GB SD Card\u003c\/strong\u003e\n            \u003cspan\u003e\n              Included with the standard ROLA PetPal.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"package-row\"\u003e\n\n          \u003cdiv class=\"package-icon\"\u003e\n            +\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eInteractive Toys Module\u003c\/strong\u003e\n            \u003cspan\u003e\n              Optional accessory for automated pet play.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"package-row\"\u003e\n\n          \u003cdiv class=\"package-icon\"\u003e\n            +\n          \u003c\/div\u003e\n\n          \u003cdiv\u003e\n            \u003cstrong\u003eTreat Dispenser\u003c\/strong\u003e\n            \u003cspan\u003e\n              Optional module for remote and scheduled treat dispensing.\n            \u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     WARRANTY\n========================================================= --\u003e\n\n\u003csection class=\"support-banner\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cspan class=\"section-label\"\u003e\n      Enabot Support\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      12-Month Warranty\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      ROLA PetPal is backed by a 12-month manufacturer warranty.\n      Available accessories and package contents may vary depending\n      on the selected PetPal configuration.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":48860965339413,"sku":"EB2301311","price":199.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/ROLA_PetPal_3000x3000px_3.png?v=1763508058"},{"product_id":"enabot-ebo-air-2-plus-companion-robot-ai-powered-smart-security-camera","title":"Enabot EBO Air 2 Plus Companion Robot","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --primary: #171717;\n    --accent: #ff6b35;\n    --accent-soft: #fff1ea;\n\n    --blue: #35a8ff;\n    --blue-soft: #eef8ff;\n\n    --green: #22b573;\n\n    --bg-white: #ffffff;\n    --bg-light: #f7f8f9;\n    --bg-soft: #f2f6f8;\n    --bg-warm: #faf6f2;\n\n    --text-dark: #171717;\n    --text-muted: #666666;\n    --text-light: #999999;\n\n    --border: #e6e6e6;\n\n    --radius: 14px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n\n    --shadow-sm: 0 2px 8px rgba(0,0,0,.06);\n    --shadow-md: 0 8px 30px rgba(0,0,0,.10);\n    --shadow-lg: 0 20px 60px rgba(0,0,0,.14);\n\n    --transition: all .3s cubic-bezier(.4,0,.2,1);\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background: var(--bg-white);\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n\n  \/* =========================================================\n     COMMON\n  ========================================================= *\/\n\n  .section {\n    padding: 90px 0;\n    position: relative;\n  }\n\n  .section-alt {\n    background: var(--bg-light);\n  }\n\n  .section-warm {\n    background: var(--bg-warm);\n  }\n\n  .section-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .section-header {\n    max-width: 760px;\n    margin: 0 auto 58px;\n    text-align: center;\n  }\n\n  .section-label {\n    display: inline-block;\n    margin-bottom: 14px;\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n\n    color: var(--accent);\n  }\n\n  .section-title {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,4vw,43px);\n    font-weight: 800;\n    line-height: 1.14;\n    letter-spacing: -.025em;\n  }\n\n  .section-desc {\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .ebo2plus-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 90px 0;\n\n    background:\n      radial-gradient(\n        circle at 82% 20%,\n        rgba(53,168,255,.15),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 10% 90%,\n        rgba(255,107,53,.09),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #fbfbfb 0%,\n        #f1f6f9 100%\n      );\n  }\n\n  .ebo2plus-hero::before {\n    content: '';\n\n    position: absolute;\n    right: -200px;\n    top: -220px;\n\n    width: 530px;\n    height: 530px;\n\n    border: 1px solid rgba(53,168,255,.15);\n    border-radius: 50%;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 70px;\n    align-items: center;\n\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-content h1 {\n    margin-bottom: 22px;\n\n    font-size: clamp(39px,5vw,59px);\n    font-weight: 800;\n    line-height: 1.06;\n    letter-spacing: -.04em;\n  }\n\n  .hero-content h1 span {\n    background:\n      linear-gradient(\n        135deg,\n        var(--accent),\n        #ff9a70 40%,\n        var(--blue)\n      );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-content p {\n    max-width: 580px;\n    margin-bottom: 20px;\n\n    font-size: 17px;\n    line-height: 1.8;\n    color: var(--text-muted);\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n\n    margin-top: 28px;\n  }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 9px 15px;\n\n    border: 1px solid var(--border);\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.94);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .hero-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .hero-visual {\n    position: relative;\n  }\n\n  .hero-image {\n    overflow: hidden;\n\n    border-radius: 30px;\n\n    background: white;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .hero-image img {\n    width: 100%;\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n  }\n\n  .hero-floating {\n    position: absolute;\n    left: -26px;\n    bottom: 26px;\n\n    max-width: 280px;\n\n    padding: 16px 19px;\n\n    border: 1px solid rgba(255,255,255,.9);\n    border-radius: 16px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .hero-floating strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 15px;\n  }\n\n  .hero-floating span {\n    display: block;\n\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     FEATURE CARDS\n  ========================================================= *\/\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 24px;\n  }\n\n  .feature-card {\n    position: relative;\n    overflow: hidden;\n\n    padding: 38px 30px;\n\n    text-align: center;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: white;\n\n    transition: var(--transition);\n  }\n\n  .feature-card::before {\n    content: '';\n\n    position: absolute;\n    left: 0;\n    top: 0;\n    right: 0;\n\n    height: 4px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--accent),\n        #ff9a70,\n        var(--blue)\n      );\n\n    transform: scaleX(0);\n    transition: var(--transition);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-6px);\n    border-color: transparent;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .feature-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .feature-icon {\n    width: 62px;\n    height: 62px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 21px;\n\n    border-radius: 18px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,107,53,.11),\n        rgba(53,168,255,.07)\n      );\n\n    color: var(--accent);\n  }\n\n  .feature-icon svg {\n    width: 27px;\n    height: 27px;\n  }\n\n  .feature-card h3 {\n    margin-bottom: 10px;\n\n    font-size: 19px;\n    font-weight: 700;\n  }\n\n  .feature-card p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     PREMIUM SPLIT FEATURE\n  ========================================================= *\/\n\n  .premium-feature {\n    display: grid;\n    grid-template-columns: 1.07fr .93fr;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-xl);\n\n    background: white;\n    box-shadow: var(--shadow-md);\n  }\n\n  .premium-feature.reverse {\n    grid-template-columns: .93fr 1.07fr;\n  }\n\n  .premium-feature.reverse .premium-image {\n    order: 2;\n  }\n\n  .premium-feature.reverse .premium-copy {\n    order: 1;\n  }\n\n  .premium-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    background: #eee;\n  }\n\n  .premium-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .6s ease;\n  }\n\n  .premium-feature:hover .premium-image img {\n    transform: scale(1.02);\n  }\n\n  .image-chip {\n    position: absolute;\n    top: 22px;\n    left: 22px;\n    z-index: 2;\n\n    padding: 9px 14px;\n\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(8px);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .premium-copy {\n    padding: 52px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .premium-copy h3 {\n    margin-bottom: 16px;\n\n    font-size: clamp(27px,3vw,37px);\n    font-weight: 800;\n    line-height: 1.16;\n    letter-spacing: -.025em;\n  }\n\n  .premium-copy \u003e p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .feature-list {\n    list-style: none;\n    margin-top: 24px;\n  }\n\n  .feature-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n\n    margin-bottom: 13px;\n\n    font-size: 14px;\n    color: var(--text-muted);\n  }\n\n  .feature-list svg {\n    width: 19px;\n    height: 19px;\n\n    flex-shrink: 0;\n    margin-top: 2px;\n\n    color: var(--green);\n  }\n\n\n  \/* =========================================================\n     VIDEO CALLING\n  ========================================================= *\/\n\n  .video-layout {\n    display: grid;\n    grid-template-columns: 1.14fr .86fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .video-visual {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 520px;\n\n    border-radius: 28px;\n\n    background: #eee;\n    box-shadow: var(--shadow-md);\n  }\n\n  .video-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n\n    object-fit: cover;\n  }\n\n  .video-caption {\n    position: absolute;\n    left: 22px;\n    bottom: 22px;\n\n    max-width: 340px;\n\n    padding: 16px 19px;\n\n    border-radius: 15px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .video-caption strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 15px;\n  }\n\n  .video-caption span {\n    display: block;\n\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  .video-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #faf7f4,\n        #ffffff\n      );\n  }\n\n  .video-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.5vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .video-panel \u003e p {\n    margin-bottom: 26px;\n\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .mini-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .mini-card {\n    padding: 16px;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n\n    background: white;\n  }\n\n  .mini-card strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 13px;\n  }\n\n  .mini-card span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     AI ASSISTANT\n  ========================================================= *\/\n\n  .ai-layout {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .ai-panel {\n    padding: 46px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f1f7fb,\n        #ffffff\n      );\n  }\n\n  .ai-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.7vw,41px);\n    line-height: 1.12;\n    font-weight: 800;\n    letter-spacing: -.03em;\n  }\n\n  .ai-panel \u003e p {\n    margin-bottom: 25px;\n\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .ai-cards {\n    display: grid;\n    gap: 11px;\n  }\n\n  .ai-card {\n    padding: 15px 17px;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n\n    background: rgba(255,255,255,.92);\n  }\n\n  .ai-card strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 13px;\n  }\n\n  .ai-card span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  .ai-visual {\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #111;\n    box-shadow: var(--shadow-md);\n  }\n\n  .ai-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n  }\n\n\n  \/* =========================================================\n     PATROL\n  ========================================================= *\/\n\n  .patrol-showcase {\n    display: grid;\n    grid-template-columns: 1.13fr .87fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .patrol-visual {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #eee;\n    box-shadow: var(--shadow-md);\n  }\n\n  .patrol-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n  }\n\n  .patrol-badge {\n    position: absolute;\n    top: 22px;\n    left: 22px;\n\n    padding: 9px 14px;\n\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .patrol-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f6f9fc,\n        #edf4f8\n      );\n  }\n\n  .patrol-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.5vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .patrol-panel \u003e p {\n    margin-bottom: 25px;\n\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .patrol-points {\n    display: grid;\n    gap: 11px;\n  }\n\n  .patrol-point {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n\n    padding: 14px 16px;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n\n    background: white;\n  }\n\n  .patrol-check {\n    width: 28px;\n    height: 28px;\n\n    flex-shrink: 0;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 8px;\n\n    background: rgba(34,181,115,.10);\n    color: var(--green);\n\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .patrol-point strong {\n    display: block;\n    margin-bottom: 2px;\n\n    font-size: 13px;\n  }\n\n  .patrol-point span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.45;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     SPECS GRID\n  ========================================================= *\/\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n\n    gap: 1px;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: var(--border);\n  }\n\n  .spec-item {\n    padding: 27px 18px;\n\n    background: white;\n\n    text-align: center;\n  }\n\n  .spec-label {\n    margin-bottom: 7px;\n\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n\n    color: var(--text-light);\n  }\n\n  .spec-value {\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .spec-table {\n    width: 100%;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: white;\n  }\n\n  .spec-table td {\n    padding: 17px 23px;\n\n    border-bottom: 1px solid var(--border);\n\n    font-size: 14px;\n  }\n\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .spec-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .spec-table td:first-child {\n    width: 40%;\n\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .spec-table td:last-child {\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     BOX\n  ========================================================= *\/\n\n  .box-layout {\n    display: grid;\n    grid-template-columns: 1.12fr .88fr;\n    gap: 35px;\n    align-items: center;\n  }\n\n  .box-image {\n    overflow: hidden;\n\n    border-radius: 26px;\n\n    background: #111;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .box-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  .box-list {\n    display: grid;\n    gap: 12px;\n  }\n\n  .box-item {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n\n    padding: 16px 18px;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n\n    background: white;\n  }\n\n  .box-number {\n    width: 35px;\n    height: 35px;\n\n    flex-shrink: 0;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 10px;\n\n    background: var(--blue-soft);\n    color: var(--blue);\n\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .box-item strong {\n    font-size: 13px;\n  }\n\n\n  \/* =========================================================\n     FINAL\n  ========================================================= *\/\n\n  .final-banner {\n    padding: 80px 0;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 15% 20%,\n        rgba(53,168,255,.13),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 85% 80%,\n        rgba(255,107,53,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #151515,\n        #292929\n      );\n  }\n\n  .final-banner h2 {\n    margin-bottom: 15px;\n\n    font-size: clamp(28px,4vw,42px);\n    font-weight: 800;\n\n    color: white;\n  }\n\n  .final-banner p {\n    max-width: 680px;\n    margin: 0 auto;\n\n    font-size: 16px;\n    line-height: 1.75;\n    color: rgba(255,255,255,.66);\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width:1024px) {\n\n    .hero-grid,\n    .premium-feature,\n    .premium-feature.reverse,\n    .video-layout,\n    .ai-layout,\n    .patrol-showcase,\n    .box-layout {\n      grid-template-columns: 1fr;\n    }\n\n    .premium-feature.reverse .premium-image,\n    .premium-feature.reverse .premium-copy {\n      order: initial;\n    }\n\n    .features-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .specs-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .hero-floating {\n      left: 20px;\n    }\n\n    .premium-image,\n    .premium-image img,\n    .video-visual,\n    .video-visual img,\n    .ai-visual,\n    .ai-visual img,\n    .patrol-visual,\n    .patrol-visual img {\n      min-height: auto;\n    }\n  }\n\n\n  @media (max-width:700px) {\n\n    .section,\n    .ebo2plus-hero {\n      padding: 60px 0;\n    }\n\n    .section-container {\n      padding: 0 20px;\n    }\n\n    .features-grid,\n    .specs-grid,\n    .mini-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .premium-copy,\n    .video-panel,\n    .ai-panel,\n    .patrol-panel {\n      padding: 30px 22px;\n    }\n\n    .hero-floating {\n      position: relative;\n\n      left: auto;\n      bottom: auto;\n\n      margin-top: 14px;\n    }\n\n    .spec-table td {\n      padding: 13px;\n      font-size: 12px;\n    }\n\n    .spec-table td:first-child {\n      width: 45%;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"ebo2plus-hero\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"hero-grid\"\u003e\n\n      \u003cdiv class=\"hero-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Enabot EBO Air 2 Plus\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          Smarter Home.\n          \u003cspan\u003eCloser Family.\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eEnabot EBO Air 2 Plus Companion Robot\u003c\/strong\u003e\n          is an intelligent mobile FamilyBot designed to keep you\n          connected with your home, family and pets wherever you are.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Combining a 5MP 3K camera, two-way video and audio,\n          AI-powered tracking, smart patrol and an interactive\n          AI assistant, EBO Air 2 Plus goes far beyond a traditional\n          home camera.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"hero-tags\"\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n            3K Camera\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003cpath d=\"M23 7l-7 5 7 5V7z\"\u003e\u003c\/path\u003e\n              \u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003c\/svg\u003e\n            Two-Way Video\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            AI Assistant\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"hero-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            Smart Patrol\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hero-visual\"\u003e\n\n        \u003cdiv class=\"hero-image\"\u003e\n\n          \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_more_than_a_call1.webp\" alt=\"Enabot EBO Air 2 Plus Companion Robot\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hero-floating\"\u003e\n\n          \u003cstrong\u003e\n            More Than a Camera on Wheels\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Connect · Monitor · Communicate · Assist\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     KEY FEATURES\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Key Features\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Intelligent Features for Everyday Home Life\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO Air 2 Plus combines communication, security,\n        AI interaction and whole-home mobility in one compact robot.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          5MP 3K Camera\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Capture detailed 2880 × 1620 footage with a wide\n          137° field of view and low-light monitoring.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M23 7l-7 5 7 5V7z\"\u003e\u003c\/path\u003e\n            \u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Two-Way Video \u0026amp; Audio\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          See and talk with family members in real time through\n          the robot and EBO HOME app.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Built-In AI Assistant\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          ChatGPT and other AI models enable conversations,\n          reminders, learning and everyday assistance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M4 4l4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M20 4l-4 4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M4 20l4-4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M20 20l-4-4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          AI Tracking\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Recognizes and follows people or pets while automatically\n          capturing interesting moments.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Smart Patrol\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Create up to 10 custom patrol routes to monitor\n          selected areas around your home.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Automatic Recharge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus can return to its charging dock\n          when battery power is low.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TWO-WAY VIDEO\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"video-layout\"\u003e\n\n\n      \u003cdiv class=\"video-visual\"\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_more_than_a_call1.webp\" alt=\"Enabot EBO Air 2 Plus two-way video calling\"\u003e\n\n        \u003cdiv class=\"video-caption\"\u003e\n\n          \u003cstrong\u003e\n            Face-to-Face from Anywhere\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Use EBO's built-in screen eyes for live\n            video conversations with family.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"video-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Two-Way Communication\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          More Than a Call — Share the Moment\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus adds real-time two-way video to the\n          FamilyBot experience. Family members can see and talk\n          with each other through the EBO HOME app and the\n          robot's integrated display.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"mini-grid\"\u003e\n\n          \u003cdiv class=\"mini-card\"\u003e\n            \u003cstrong\u003eTwo-Way Video\u003c\/strong\u003e\n            \u003cspan\u003eSee family members while talking remotely.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"mini-card\"\u003e\n            \u003cstrong\u003eOne-Tap Calling\u003c\/strong\u003e\n            \u003cspan\u003eStart a call using the top button.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"mini-card\"\u003e\n            \u003cstrong\u003eAI Noise Reduction\u003c\/strong\u003e\n            \u003cspan\u003eHelps keep conversations clearer.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"mini-card\"\u003e\n            \u003cstrong\u003eEBO HOME App\u003c\/strong\u003e\n            \u003cspan\u003eAnswer and control remotely from your phone.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AI ASSISTANT\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"ai-layout\"\u003e\n\n\n      \u003cdiv class=\"ai-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Built-In AI\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          A Smart Companion for the Whole Family\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Powered by ChatGPT and other AI models, EBO Air 2 Plus\n          can provide conversational interaction, reminders,\n          storytelling, learning assistance and everyday support.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"ai-cards\"\u003e\n\n          \u003cdiv class=\"ai-card\"\u003e\n            \u003cstrong\u003eEveryday Assistant\u003c\/strong\u003e\n            \u003cspan\u003eIdeas, recipes, reminders and household assistance.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ai-card\"\u003e\n            \u003cstrong\u003eLearning Companion\u003c\/strong\u003e\n            \u003cspan\u003eStories, explanations and interactive language practice.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"ai-card\"\u003e\n            \u003cstrong\u003eFriendly Conversations\u003c\/strong\u003e\n            \u003cspan\u003eNatural AI interaction for everyday companionship.\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ai-visual\"\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_smarter_than_ever1.webp\" alt=\"EBO Air 2 Plus AI assistant\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AI TRACKING\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          AI Tracking\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_smarter_than_ever5.webp\" alt=\"EBO Air 2 Plus AI tracking\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Intelligent Recognition\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Follows People and Pets Automatically\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Using visual recognition technology, EBO Air 2 Plus can\n          identify and follow a selected person or pet while\n          automatically capturing moments along the way.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            People and pet recognition\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic subject following\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic moment capture\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Mobile low-level perspective\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     SMART PATROL\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"patrol-showcase\"\u003e\n\n\n      \u003cdiv class=\"patrol-visual\"\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_your_home_your_family3.jpg\" alt=\"EBO Air 2 Plus smart home patrol\"\u003e\n\n        \u003cdiv class=\"patrol-badge\"\u003e\n          Smart Home Patrol\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"patrol-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Home Security\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Monitor the Areas That Matter Most\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Create custom routes to let EBO Air 2 Plus check\n          selected areas around your home automatically.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"patrol-points\"\u003e\n\n          \u003cdiv class=\"patrol-point\"\u003e\n\n            \u003cdiv class=\"patrol-check\"\u003e\n              ✓\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eUp to 10 Patrol Routes\u003c\/strong\u003e\n              \u003cspan\u003eCustomize monitoring routes for different rooms.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"patrol-point\"\u003e\n\n            \u003cdiv class=\"patrol-check\"\u003e\n              ✓\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eReal-Time Activity Alerts\u003c\/strong\u003e\n              \u003cspan\u003eReceive app notifications for supported unusual movement.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"patrol-point\"\u003e\n\n            \u003cdiv class=\"patrol-check\"\u003e\n              ✓\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n              \u003cstrong\u003eRemote Monitoring\u003c\/strong\u003e\n              \u003cspan\u003eCheck rooms from your smartphone wherever you are.\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     HOME MOBILITY\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature reverse\"\u003e\n\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Whole-Home Mobility\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_smarter_security1_0423.webp\" alt=\"EBO Air 2 Plus obstacle avoidance and mobility\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Designed to Move\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Smarter Navigation Around Your Home\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Advanced sensors help EBO Air 2 Plus detect obstacles\n          while moving through compatible indoor environments.\n          Its compact body is designed for mobile home monitoring.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Obstacle crossing up to 10 mm\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Climbing slope up to 15°\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Compact 111 mm height\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatic docking when battery is low\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     PET \u0026 FAMILY MONITORING\n========================================================= --\u003e\n\n\u003csection class=\"section section-warm\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Family \u0026amp; Pet Monitoring\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_smarter_security4.jpg\" alt=\"EBO Air 2 Plus monitoring pets and family\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Stay Connected\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Check In on Pets and Loved Ones\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus moves beyond the limitations of a fixed\n          security camera, letting you remotely check different\n          parts of your home through the EBO HOME app.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Remote live viewing\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Family account system\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Pet monitoring and tracking\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Event alerts and playback\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     INTERACTIVE PERSONALITY\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature reverse\"\u003e\n\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Interactive Personality\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_not_just_smart1.webp\" alt=\"EBO Air 2 Plus interactive personality\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          More Than Monitoring\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          A Robot with Personality\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus adds expressive interaction to everyday\n          home monitoring, with customizable digital eyes,\n          built-in sounds, actions and mimic functions.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Customizable eye expressions\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Clock and custom image display\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Built-in interactive sounds and actions\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Mimic Mode\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TECHNICAL HIGHLIGHTS\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Technical Highlights\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Compact Design, Powerful Hardware\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Designed for long monitoring sessions,\n        smooth home movement and high-resolution communication.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"specs-grid\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e116 × 116 × 111 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e560 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5MP\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3K\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera FOV\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e137°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5000 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eRecording \/ Standby\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e9–10 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eMovement\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 4 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.4G \/ 5G\u003c\/div\u003e\n      \u003c\/div\u003e\n\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\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eObstacle Height\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e≤ 10 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eClimbing Slope\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e≤ 15°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FULL SPECIFICATIONS\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Full Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        EBO Air 2 Plus at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv style=\"overflow-x:auto;\"\u003e\n\n      \u003ctable class=\"spec-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO Air 2 Plus\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e116 × 116 × 111 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e560 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera\u003c\/td\u003e\n            \u003ctd\u003e5 MP\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eResolution\u003c\/td\u003e\n            \u003ctd\u003e3K \/ 2880 × 1620\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003e137°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNight Monitoring\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-Way Communication\u003c\/td\u003e\n            \u003ctd\u003eAudio \u0026amp; Video\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Assistant\u003c\/td\u003e\n            \u003ctd\u003eChatGPT and other supported AI models\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Tracking\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSmart Patrol\u003c\/td\u003e\n            \u003ctd\u003eUp to 10 customizable patrol routes\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e5000 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life — Standby \/ Video Recording\u003c\/td\u003e\n            \u003ctd\u003eApproximately 9–10 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life — Continuous Movement\u003c\/td\u003e\n            \u003ctd\u003eUp to 4 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 3–4 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAutomatic Recharge\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeed\u003c\/td\u003e\n            \u003ctd\u003e20–60 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotor Type\u003c\/td\u003e\n            \u003ctd\u003eBrushed Gear Motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003e≤ 10 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eClimbing Slope\u003c\/td\u003e\n            \u003ctd\u003e≤ 15°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Noise\u003c\/td\u003e\n            \u003ctd\u003e55 dB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eJPG, MP4\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMemory Support\u003c\/td\u003e\n            \u003ctd\u003eUp to 256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eIncluded Memory Card\u003c\/td\u003e\n            \u003ctd\u003e32 GB SD Card\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCustomizable Eyes\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eInteractive Laser\u003c\/td\u003e\n            \u003ctd\u003eNot supported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     WHAT'S IN THE BOX\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Package Contents\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Everything You Need to Get Started\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"box-layout\"\u003e\n\n      \u003cdiv class=\"box-image\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-9c9f83b8-562f-4e37-b9e7-23bd33064c2d.jpg\" alt=\"Enabot EBO Air 2 Plus What's in the Box\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"box-list\"\u003e\n\n        \u003cdiv class=\"box-item\"\u003e\n          \u003cdiv class=\"box-number\"\u003e01\u003c\/div\u003e\n          \u003cstrong\u003eEBO Air 2 Plus Companion Robot\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-item\"\u003e\n          \u003cdiv class=\"box-number\"\u003e02\u003c\/div\u003e\n          \u003cstrong\u003eCharging Dock\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-item\"\u003e\n          \u003cdiv class=\"box-number\"\u003e03\u003c\/div\u003e\n          \u003cstrong\u003ePower Adapter\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-item\"\u003e\n          \u003cdiv class=\"box-number\"\u003e04\u003c\/div\u003e\n          \u003cstrong\u003ePower On\/Off Pin\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-item\"\u003e\n          \u003cdiv class=\"box-number\"\u003e05\u003c\/div\u003e\n          \u003cstrong\u003e32 GB SD Card — Pre-Installed\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"box-item\"\u003e\n          \u003cdiv class=\"box-number\"\u003e06\u003c\/div\u003e\n          \u003cstrong\u003eUser Manual\u003c\/strong\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003csection class=\"final-banner\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cspan class=\"section-label\"\u003e\n      Enabot EBO Air 2 Plus\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      Stay Connected to What Matters Most\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      From real-time family video calls and intelligent home patrol\n      to AI-powered conversations and pet monitoring, EBO Air 2 Plus\n      brings communication, security and companionship together\n      in one mobile smart robot — available at Futurology.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"White","offer_id":49014952984853,"sku":"EBO Air 2 Plus-White","price":230.0,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":49014953017621,"sku":"EBO Air 2 Plus-Grey","price":230.0,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":49014953050389,"sku":"EBO Air 2 Plus-Purple","price":230.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBO-Air-2-Plus-A_W.webp?v=1761405675"},{"product_id":"ebo-se-wireless-camera-robot-with-rola-smart-pet-water-fountain","title":"EBO SE Wireless Camera Robot with ROLA Smart Pet Water Fountain","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --accent: #ff6846;\n    --blue: #4ca9e8;\n    --green: #22b573;\n\n    --cream: #c9a989;\n    --cream-soft: #faf5ef;\n\n    --text: #171717;\n    --muted: #666666;\n    --light: #999999;\n\n    --white: #ffffff;\n    --bg: #f7f8f9;\n    --blue-bg: #f2f8fb;\n    --warm-bg: #faf6f1;\n\n    --border: #e5e5e5;\n\n    --shadow-sm: 0 3px 12px rgba(0,0,0,.06);\n    --shadow-md: 0 10px 35px rgba(0,0,0,.09);\n    --shadow-lg: 0 22px 65px rgba(0,0,0,.13);\n\n    --radius: 16px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  body {\n    margin: 0;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text);\n    line-height: 1.6;\n    background: #fff;\n  }\n\n  img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n  }\n\n  .bundle-section {\n    padding: 88px 0;\n  }\n\n  .bundle-section.alt {\n    background: var(--bg);\n  }\n\n  .bundle-section.warm {\n    background: var(--warm-bg);\n  }\n\n  .bundle-container {\n    width: 100%;\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .bundle-header {\n    max-width: 780px;\n    margin: 0 auto 52px;\n    text-align: center;\n  }\n\n  .bundle-label {\n    display: inline-block;\n    margin-bottom: 13px;\n\n    color: var(--accent);\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .bundle-title {\n    margin: 0 0 16px;\n\n    font-size: clamp(29px,4vw,44px);\n    line-height: 1.12;\n    letter-spacing: -.03em;\n    font-weight: 800;\n  }\n\n  .bundle-desc {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .bundle-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 90px 0;\n\n    background:\n      radial-gradient(\n        circle at 88% 15%,\n        rgba(76,169,232,.15),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 8% 90%,\n        rgba(201,169,137,.18),\n        transparent 30%\n      ),\n      linear-gradient(\n        135deg,\n        #fcfcfc,\n        #f5f7f8\n      );\n  }\n\n  .bundle-hero-grid {\n    display: grid;\n    grid-template-columns: .85fr 1.15fr;\n    gap: 65px;\n    align-items: center;\n  }\n\n  .bundle-hero-copy h1 {\n    margin: 0 0 22px;\n\n    font-size: clamp(39px,5vw,59px);\n    line-height: 1.05;\n    letter-spacing: -.045em;\n    font-weight: 800;\n  }\n\n  .bundle-gradient {\n    background:\n      linear-gradient(\n        135deg,\n        var(--accent),\n        #ffab81 37%,\n        var(--cream) 58%,\n        var(--blue)\n      );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .bundle-hero-copy p {\n    margin: 0 0 18px;\n\n    max-width: 580px;\n\n    color: var(--muted);\n\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  .bundle-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n\n    margin-top: 27px;\n  }\n\n  .bundle-tag {\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.95);\n\n    border: 1px solid var(--border);\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n\n  \/* HERO PRODUCTS *\/\n\n  .bundle-products {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 18px;\n  }\n\n  .bundle-product-card {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 460px;\n\n    background: #fff;\n\n    border-radius: 26px;\n\n    box-shadow: var(--shadow-lg);\n  }\n\n  .bundle-product-card img {\n    width: 100%;\n    height: 100%;\n    min-height: 460px;\n\n    object-fit: cover;\n  }\n\n  .bundle-product-card.robot img {\n    object-fit: contain;\n    padding: 26px;\n\n    background: #fff;\n  }\n\n  .bundle-card-caption {\n    position: absolute;\n    left: 18px;\n    right: 18px;\n    bottom: 18px;\n\n    padding: 15px 17px;\n\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(10px);\n\n    border-radius: 15px;\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .bundle-card-caption strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 13px;\n  }\n\n  .bundle-card-caption span {\n    display: block;\n\n    color: var(--muted);\n\n    font-size: 10px;\n  }\n\n\n  \/* =========================================================\n     INCLUDED PRODUCTS\n  ========================================================= *\/\n\n  .included-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 24px;\n  }\n\n  .included-card {\n    overflow: hidden;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 26px;\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .included-image {\n    height: 330px;\n\n    overflow: hidden;\n\n    background: #f5f5f5;\n  }\n\n  .included-image img {\n    width: 100%;\n    height: 100%;\n\n    object-fit: cover;\n  }\n\n  .included-card.robot .included-image img {\n    object-fit: contain;\n    padding: 30px;\n\n    background: #fff;\n  }\n\n  .included-copy {\n    padding: 28px;\n  }\n\n  .included-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    width: 35px;\n    height: 35px;\n\n    margin-bottom: 15px;\n\n    border-radius: 10px;\n\n    background: #eef8ff;\n\n    color: var(--blue);\n\n    font-size: 11px;\n    font-weight: 800;\n  }\n\n  .included-copy h3 {\n    margin: 0 0 9px;\n\n    font-size: 21px;\n  }\n\n  .included-copy p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n\n  \/* =========================================================\n     SPLIT\n  ========================================================= *\/\n\n  .bundle-split {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n\n    overflow: hidden;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 30px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .bundle-split.reverse {\n    grid-template-columns: .92fr 1.08fr;\n  }\n\n  .bundle-split.reverse .bundle-split-image {\n    order: 2;\n  }\n\n  .bundle-split.reverse .bundle-split-copy {\n    order: 1;\n  }\n\n  .bundle-split-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    background: #eee;\n  }\n\n  .bundle-split-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n  }\n\n  .bundle-split-image.contain img {\n    object-fit: contain;\n\n    padding: 35px;\n\n    background: #fff;\n  }\n\n  .bundle-image-tag {\n    position: absolute;\n    top: 21px;\n    left: 21px;\n    z-index: 2;\n\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.95);\n\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .bundle-split-copy {\n    padding: 50px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .bundle-split-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(28px,3.6vw,40px);\n    line-height: 1.12;\n    letter-spacing: -.03em;\n    font-weight: 800;\n  }\n\n  .bundle-split-copy \u003e p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .bundle-checks {\n    list-style: none;\n\n    margin: 23px 0 0;\n    padding: 0;\n  }\n\n  .bundle-checks li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 12px;\n\n    color: var(--muted);\n\n    font-size: 13px;\n  }\n\n  .bundle-check {\n    color: var(--green);\n\n    font-weight: 800;\n  }\n\n\n  \/* =========================================================\n     FEATURE CARDS\n  ========================================================= *\/\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n    gap: 18px;\n  }\n\n  .feature-card {\n    padding: 29px 22px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 20px;\n\n    text-align: center;\n  }\n\n  .feature-icon {\n    width: 47px;\n    height: 47px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 15px;\n\n    border-radius: 13px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,104,70,.10),\n        rgba(76,169,232,.09)\n      );\n\n    font-size: 19px;\n  }\n\n  .feature-card h3 {\n    margin: 0 0 7px;\n\n    font-size: 15px;\n  }\n\n  .feature-card p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 11px;\n    line-height: 1.55;\n  }\n\n\n  \/* =========================================================\n     WATER FOUNTAIN HERO\n  ========================================================= *\/\n\n  .fountain-showcase {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 28px;\n  }\n\n  .fountain-copy {\n    padding: 43px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #fff8f1,\n        #fff\n      );\n  }\n\n  .fountain-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(29px,3.7vw,41px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .fountain-copy \u003e p {\n    margin: 0 0 23px;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .fountain-image {\n    overflow: hidden;\n\n    min-height: 520px;\n\n    border-radius: 28px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .fountain-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 520px;\n\n    object-fit: cover;\n  }\n\n\n  \/* =========================================================\n     NUMBERS\n  ========================================================= *\/\n\n  .number-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n\n    gap: 1px;\n\n    overflow: hidden;\n\n    background: var(--border);\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .number-card {\n    padding: 26px 18px;\n\n    background: #fff;\n\n    text-align: center;\n  }\n\n  .number-label {\n    margin-bottom: 6px;\n\n    color: var(--light);\n\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .number-value {\n    font-size: 15px;\n    font-weight: 800;\n  }\n\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .table-wrap {\n    overflow-x: auto;\n  }\n\n  .bundle-table {\n    width: 100%;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    overflow: hidden;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .bundle-table td {\n    padding: 15px 21px;\n\n    border-bottom: 1px solid var(--border);\n\n    font-size: 13px;\n  }\n\n  .bundle-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .bundle-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .bundle-table td:first-child {\n    width: 40%;\n\n    font-weight: 700;\n  }\n\n  .bundle-table td:last-child {\n    color: var(--muted);\n  }\n\n\n  \/* =========================================================\n     PACKAGE\n  ========================================================= *\/\n\n  .package-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 22px;\n  }\n\n  .package-card {\n    padding: 28px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .package-card h3 {\n    margin: 0 0 18px;\n\n    font-size: 19px;\n  }\n\n  .package-list {\n    display: grid;\n    gap: 9px;\n  }\n\n  .package-item {\n    display: flex;\n    align-items: center;\n    gap: 11px;\n\n    padding: 11px 13px;\n\n    background: #fafafa;\n\n    border: 1px solid #eee;\n    border-radius: 11px;\n\n    font-size: 12px;\n    font-weight: 600;\n  }\n\n  .package-dot {\n    width: 25px;\n    height: 25px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    flex-shrink: 0;\n\n    border-radius: 7px;\n\n    background: #eef8ff;\n\n    color: var(--blue);\n\n    font-size: 10px;\n    font-weight: 800;\n  }\n\n\n  \/* =========================================================\n     FINAL\n  ========================================================= *\/\n\n  .bundle-final {\n    padding: 80px 0;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 18% 20%,\n        rgba(76,169,232,.14),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 82% 80%,\n        rgba(201,169,137,.15),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #151515,\n        #292929\n      );\n  }\n\n  .bundle-final h2 {\n    margin: 0 0 14px;\n\n    color: #fff;\n\n    font-size: clamp(29px,4vw,43px);\n    font-weight: 800;\n  }\n\n  .bundle-final p {\n    max-width: 720px;\n\n    margin: 0 auto;\n\n    color: rgba(255,255,255,.68);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width: 1024px) {\n\n    .bundle-hero-grid,\n    .bundle-split,\n    .bundle-split.reverse,\n    .fountain-showcase {\n      grid-template-columns: 1fr;\n    }\n\n    .bundle-split.reverse .bundle-split-image,\n    .bundle-split.reverse .bundle-split-copy {\n      order: initial;\n    }\n\n    .feature-grid,\n    .number-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n  }\n\n\n  @media (max-width: 700px) {\n\n    .bundle-section,\n    .bundle-hero {\n      padding: 58px 0;\n    }\n\n    .bundle-container {\n      padding: 0 20px;\n    }\n\n    .bundle-products,\n    .included-grid,\n    .feature-grid,\n    .number-grid,\n    .package-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .bundle-split-copy,\n    .fountain-copy {\n      padding: 29px 22px;\n    }\n\n    .bundle-product-card,\n    .bundle-product-card img,\n    .bundle-split-image,\n    .bundle-split-image img,\n    .fountain-image,\n    .fountain-image img {\n      min-height: auto;\n    }\n\n    .bundle-table td {\n      padding: 12px;\n\n      font-size: 11px;\n    }\n\n  }\n\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"bundle-hero\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-hero-grid\"\u003e\n\n\n      \u003cdiv class=\"bundle-hero-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Enabot Smart Home \u0026amp; Pet Care Bundle\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          Watch Over Home.\n          \u003cspan class=\"bundle-gradient\"\u003e\n            Care for Your Pet.\n          \u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003e\n            EBO SE Wireless Camera Robot with ROLA Smart Pet Water Fountain\n          \u003c\/strong\u003e\n          combines mobile home monitoring with intelligent pet hydration\n          in one practical smart-home bundle.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Use EBO SE to remotely monitor your home, communicate\n          with loved ones and receive activity alerts, while the\n          ROLA Smart Pet Water Fountain keeps fresh filtered water\n          available for your pet throughout the day.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"bundle-tags\"\u003e\n\n          \u003cdiv class=\"bundle-tag\"\u003e\n            1080P Mobile Camera\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"bundle-tag\"\u003e\n            Two-Way Audio\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"bundle-tag\"\u003e\n            2 L Water Fountain\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"bundle-tag\"\u003e\n            Smart Hydration Tracking\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-products\"\u003e\n\n\n        \u003cdiv class=\"bundle-product-card robot\"\u003e\n\n          \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE-product_pic.jpg?v=1770976552\" alt=\"Enabot EBO SE Wireless Camera Robot\"\u003e\n\n          \u003cdiv class=\"bundle-card-caption\"\u003e\n\n            \u003cstrong\u003e\n              EBO SE FamilyBot\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Mobile 1080P monitoring · Night vision · Auto recharge\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"bundle-product-card\"\u003e\n\n          \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/ROLAWaterFountain-2.webp?v=1776847367\" alt=\"ROLA Smart Pet Water Fountain\"\u003e\n\n          \u003cdiv class=\"bundle-card-caption\"\u003e\n\n            \u003cstrong\u003e\n              ROLA Smart Pet Water Fountain\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Smart hydration · 3-layer filtration · App monitoring\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     WHAT YOU GET\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section alt\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-header\"\u003e\n\n      \u003cspan class=\"bundle-label\"\u003e\n        Two Smart Devices\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"bundle-title\"\u003e\n        A Smarter Way to Care for Home and Pets\n      \u003c\/h2\u003e\n\n      \u003cp class=\"bundle-desc\"\u003e\n        The bundle brings together mobile home monitoring\n        and smart pet hydration without making either device\n        dependent on the other.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"included-grid\"\u003e\n\n\n      \u003cdiv class=\"included-card robot\"\u003e\n\n        \u003cdiv class=\"included-image\"\u003e\n\n          \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE-product_pic.jpg?v=1770976552\" alt=\"EBO SE FamilyBot\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"included-copy\"\u003e\n\n          \u003cdiv class=\"included-number\"\u003e\n            01\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            EBO SE Wireless Camera Robot\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A compact mobile home camera with 1080P video,\n            night vision, two-way voice, motion alerts,\n            fixed-point recording and infrared auto-recharge.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"included-card\"\u003e\n\n        \u003cdiv class=\"included-image\"\u003e\n\n          \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/ROLAWaterFountain-1.webp?v=1776847008\" alt=\"ROLA Smart Pet Water Fountain with app monitoring\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"included-copy\"\u003e\n\n          \u003cdiv class=\"included-number\"\u003e\n            02\n          \u003c\/div\u003e\n\n          \u003ch3\u003e\n            ROLA Smart Pet Water Fountain\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A 2 L smart fountain with magnetic-induction pump,\n            multi-layer filtration, app hydration monitoring\n            and long-lasting cordless operation.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     EBO SE INTRO\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-header\"\u003e\n\n      \u003cspan class=\"bundle-label\"\u003e\n        EBO SE FamilyBot\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"bundle-title\"\u003e\n        A Mobile View of Your Home\n      \u003c\/h2\u003e\n\n      \u003cp class=\"bundle-desc\"\u003e\n        Move beyond a fixed security camera with a compact robot\n        that can be remotely driven to different areas of your home.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"feature-grid\"\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          📷\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          1080P Camera\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Clear real-time video for remote home monitoring.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          ◐\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Night Vision\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Continue monitoring in low-light conditions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          ◉\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Motion Alerts\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Receive supported notifications when activity is detected.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          ⚡\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Auto Recharge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Infrared docking allows close-range return to the charger.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     EBO MOBILE MONITORING\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section alt\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          Remote Monitoring\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_real_time_monitor_1.webp?v=1776840985\" alt=\"EBO SE remote home monitoring\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Full-House Mobility\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Check Different Areas from Your Phone\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE moves forward, backward and turns under\n          remote control, letting you check compatible areas\n          of your home instead of waiting for someone or something\n          to enter the frame of a fixed camera.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"bundle-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Live mobile camera view\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Remote photo and video capture\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Speed from 20 to 60 cm\/s\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Multi-user family access\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     NIGHT VISION\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section warm\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split reverse\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          Night Monitoring\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_Night_Vision_1.webp?v=1776840674\" alt=\"EBO SE night vision\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Day or Night\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Keep an Eye on Home After Dark\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE supports low-light monitoring,\n          allowing you to continue checking pets and family\n          when room lighting is limited.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"bundle-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            1080P video resolution\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            118° diagonal viewing angle\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Fixed-point security recording\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Motion detection and app alerts\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AUTO RECHARGE\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          Close-Range Auto Recharge\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/EBO_SE_product_photo_auto_charge_1.webp?v=1776841042\" alt=\"EBO SE automatic recharge\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Easy Everyday Charging\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Return to the Charging Dock\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO SE uses infrared close-range docking.\n          Place the robot in a clear area within approximately\n          two meters in front of the charging dock before\n          initiating automatic return.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"bundle-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            2500 mAh battery\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Approximately 4–7 hours battery life\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Approximately 2–3 hours charging time\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Infrared close-range docking\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FOUNTAIN INTRO\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section warm\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"fountain-showcase\"\u003e\n\n\n      \u003cdiv class=\"fountain-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          ROLA Smart Pet Water Fountain\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Fresh Water, Smarter Hydration\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The ROLA Smart Pet Water Fountain is designed\n          to provide clean circulating water while giving\n          pet owners useful hydration information through the app.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"feature-grid\" style=\"grid-template-columns:repeat(2,1fr);\"\u003e\n\n\n          \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003e2 L Capacity\u003c\/h3\u003e\n            \u003cp\u003eDesigned for convenient everyday pet hydration.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003e3-Layer Filter\u003c\/h3\u003e\n            \u003cp\u003eHelps remove hair, impurities and unwanted odors.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003eSmart App\u003c\/h3\u003e\n            \u003cp\u003eTrack hydration and receive maintenance alerts.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003eUltra-Quiet\u003c\/h3\u003e\n            \u003cp\u003eDesigned for low-noise water circulation.\u003c\/p\u003e\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"fountain-image\"\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/ROLAWaterFountain-2.webp?v=1776847367\" alt=\"ROLA Smart Pet Water Fountain with cat\"\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MAGNETIC PUMP\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          Magnetic Induction\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/simple\/pet_water_pet_safe_hydration.jpg\" alt=\"ROLA Smart Pet Water Fountain magnetic induction pump\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Pet-Safe Pump Design\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Water and Electrical Components Stay Separate\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The magnetic induction wireless pump design\n          keeps electrical circuits out of the water tank,\n          helping create a cleaner and safer hydration system.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"bundle-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Magnetic Induction Wireless Pump\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Water-electricity separation\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Reduced dirt buildup around the pump\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Detachable tank for easier cleaning\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FILTRATION\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section alt\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split reverse\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          3-Layer Filtration\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/simple\/pet_water_3_layer_filtration.webp\" alt=\"ROLA Smart Pet Water Fountain three layer filtration\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Cleaner Water\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Multi-Layer Filtration for Everyday Hydration\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The filtration system helps capture hair and\n          small impurities, reduce unwanted odors and\n          improve the quality of circulating water.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"bundle-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Non-woven filtration layers\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Activated carbon\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Replaceable filter and sponge\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Filter included with the fountain\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     60 DAY BATTERY\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section warm\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          Cordless Freedom\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/simple\/pet_water_one_charge_up_to_60_days.jpg\" alt=\"ROLA Smart Pet Water Fountain up to 60 day battery life\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Long Battery Life\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Up to 60 Days on One Charge\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The cordless fountain version includes a\n          5000 mAh battery, allowing flexible placement\n          around the home without requiring a permanent\n          power cable beside the water bowl.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"bundle-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            5000 mAh battery\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Up to 60-day battery life\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Flexible cordless placement\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Low-battery app notification\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     APP MONITORING\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split reverse\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          Smart Hydration\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/ROLAWaterFountain-1.webp?v=1776847008\" alt=\"ROLA Smart Pet Water Fountain hydration monitoring app\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          ROLA App\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Understand Your Pet's Drinking Habits\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Smart hydration monitoring lets you review\n          daily water intake and receive useful maintenance\n          reminders from the app.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"bundle-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Daily hydration tracking\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Drinking-pattern history\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Low-water notification\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"bundle-check\"\u003e✓\u003c\/span\u003e\n            Filter and cleaning reminders\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     QUIET\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section alt\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-split\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cspan class=\"bundle-image-tag\"\u003e\n          Quiet Operation\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/ROLAWaterFountain-6-Ultra-quietcirculation.webp?v=1776847354\" alt=\"ROLA Smart Pet Water Fountain ultra quiet circulation\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Designed for Peaceful Homes\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Quiet Water Circulation Day and Night\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The wireless pump, ceramic spindle and\n          gentle water-flow design help reduce operating noise,\n          making the fountain suitable for bedrooms,\n          living rooms and other quiet spaces.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     EBO SPECS\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-header\"\u003e\n\n      \u003cspan class=\"bundle-label\"\u003e\n        EBO SE Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"bundle-title\"\u003e\n        Compact Mobile Home Monitoring\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"number-grid\"\u003e\n\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e95 × 95 × 89.2 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e280 ±20 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e1080P\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eCamera FOV\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e118° Diagonal\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e2500 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e4–7 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e2.4G \/ 5G\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eMemory\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003eUp to 256 GB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"table-wrap\" style=\"margin-top:30px;\"\u003e\n\n      \u003ctable class=\"bundle-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO SE\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Resolution\u003c\/td\u003e\n            \u003ctd\u003e1080P\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003eD: 118° \/ H: 98.5° \/ V: 62.5°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNight Vision\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-Way Voice\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eVideo Communication\u003c\/td\u003e\n            \u003ctd\u003eOne-Way Video\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e2500 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003e2–3 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003e4–7 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAuto Recharge\u003c\/td\u003e\n            \u003ctd\u003eInfrared\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeed\u003c\/td\u003e\n            \u003ctd\u003e20–60 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003eApproximately 5–6 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eUphill Slope\u003c\/td\u003e\n            \u003ctd\u003e4° on smooth tile flooring\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eAVI, JPG\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMemory Support\u003c\/td\u003e\n            \u003ctd\u003eUp to 256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWaterproof\u003c\/td\u003e\n            \u003ctd\u003eNot supported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FOUNTAIN SPECS\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section alt\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-header\"\u003e\n\n      \u003cspan class=\"bundle-label\"\u003e\n        ROLA Fountain Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"bundle-title\"\u003e\n        Smart Hydration at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"number-grid\"\u003e\n\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eCapacity\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e2.0 L\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e223 × 163 × 161 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eCordless Weight\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e975 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e5000 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003eUp to 60 Days\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e2.4 GHz\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eInput\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e5V \/ 2A\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"number-card\"\u003e\n        \u003cdiv class=\"number-label\"\u003eTemperature\u003c\/div\u003e\n        \u003cdiv class=\"number-value\"\u003e0–40°C\u003c\/div\u003e\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"table-wrap\" style=\"margin-top:30px;\"\u003e\n\n      \u003ctable class=\"bundle-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eROLA Fountain-01 — Cordless Version\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e223 × 163 × 161 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e975 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterials\u003c\/td\u003e\n            \u003ctd\u003eABS, Stainless Steel, Silicone\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTank Capacity\u003c\/td\u003e\n            \u003ctd\u003e2.0 L\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e5000 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eUp to 60 days*\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWireless Frequency\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eInput Voltage\u003c\/td\u003e\n            \u003ctd\u003e5V \/ 2A\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Temperature\u003c\/td\u003e\n            \u003ctd\u003e0–40°C\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePump Type\u003c\/td\u003e\n            \u003ctd\u003eMagnetic Induction Wireless Pump\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFiltration\u003c\/td\u003e\n            \u003ctd\u003e3-Layer Filtration System\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eApp Hydration Monitoring\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cp style=\"\n      margin:16px 0 0;\n      color:#888;\n      font-size:11px;\n      line-height:1.6;\n      text-align:center;\n    \"\u003e\n      *Battery-life figure is based on Enabot laboratory testing\n      with 50 daily 30-second dispensing cycles.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FOUNTAIN BOX\n========================================================= --\u003e\n\n\u003csection class=\"bundle-section warm\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cdiv class=\"bundle-header\"\u003e\n\n      \u003cspan class=\"bundle-label\"\u003e\n        ROLA Fountain Package\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"bundle-title\"\u003e\n        What's in the Box\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"bundle-split\"\u003e\n\n\n      \u003cdiv class=\"bundle-split-image\"\u003e\n\n        \u003cimg src=\"https:\/\/store.enabot.com\/cdn\/shop\/files\/gempages_514062197291222000-2c0fdc52-f4c8-4112-8820-300f3719d9e9.jpg?v=14381267627639140849\" alt=\"ROLA Smart Pet Water Fountain package contents\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"bundle-split-copy\"\u003e\n\n        \u003cspan class=\"bundle-label\"\u003e\n          Included with the Fountain\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Ready for Everyday Hydration\n        \u003c\/h2\u003e\n\n\n        \u003cdiv class=\"package-list\"\u003e\n\n\n          \u003cdiv class=\"package-item\"\u003e\n\n            \u003cdiv class=\"package-dot\"\u003e\n              01\n            \u003c\/div\u003e\n\n            ROLA Smart Pet Water Fountain × 1\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"package-item\"\u003e\n\n            \u003cdiv class=\"package-dot\"\u003e\n              02\n            \u003c\/div\u003e\n\n            Charging Cable × 1\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"package-item\"\u003e\n\n            \u003cdiv class=\"package-dot\"\u003e\n              03\n            \u003c\/div\u003e\n\n            User Manual × 1\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"package-item\"\u003e\n\n            \u003cdiv class=\"package-dot\"\u003e\n              04\n            \u003c\/div\u003e\n\n            Filter × 1\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"package-item\"\u003e\n\n            \u003cdiv class=\"package-dot\"\u003e\n              05\n            \u003c\/div\u003e\n\n            Sponge × 1\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n\n        \u003cp style=\"\n          margin:18px 0 0;\n          color:#777;\n          font-size:11px;\n          line-height:1.6;\n        \"\u003e\n          The filter and sponge are pre-installed\n          in the fountain at the factory.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003csection class=\"bundle-final\"\u003e\n\n  \u003cdiv class=\"bundle-container\"\u003e\n\n    \u003cspan class=\"bundle-label\"\u003e\n      Enabot Smart Home \u0026amp; Pet Care Bundle\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      A Smarter Home for You and Your Pet\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      EBO SE helps you stay connected to what's happening\n      around your home, while the ROLA Smart Pet Water Fountain\n      helps provide fresh filtered water and useful hydration insights.\n      Together, they create a practical smart-home and pet-care bundle\n      designed for everyday peace of mind.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":49543126384917,"sku":"EB1303311-EB2304321","price":99.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Bundle-EBOSE.png?v=1763507731"},{"product_id":"rola-petpal-robot-pet-companion-with-interactive-toys","title":"ROLA PetPal Robot Pet Companion","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --primary: #171717;\n    --accent: #ff6b35;\n    --accent-soft: #fff2ec;\n    --blue: #36a5ff;\n    --blue-soft: #eef8ff;\n    --green: #22b573;\n\n    --bg-white: #ffffff;\n    --bg-light: #f7f8f9;\n    --bg-warm: #faf6f2;\n\n    --text-dark: #171717;\n    --text-muted: #666666;\n    --text-light: #999999;\n\n    --border: #e6e6e6;\n\n    --radius: 14px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n\n    --shadow-sm: 0 2px 8px rgba(0,0,0,.06);\n    --shadow-md: 0 8px 30px rgba(0,0,0,.10);\n    --shadow-lg: 0 20px 60px rgba(0,0,0,.14);\n\n    --transition: all .3s cubic-bezier(.4,0,.2,1);\n  }\n\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background: var(--bg-white);\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n\n  \/* =========================================================\n     COMMON\n  ========================================================= *\/\n\n  .section {\n    padding: 90px 0;\n    position: relative;\n  }\n\n  .section-alt {\n    background: var(--bg-light);\n  }\n\n  .section-warm {\n    background: var(--bg-warm);\n  }\n\n  .section-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .section-header {\n    max-width: 760px;\n    margin: 0 auto 58px;\n    text-align: center;\n  }\n\n  .section-label {\n    display: inline-block;\n    margin-bottom: 14px;\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n\n    color: var(--accent);\n  }\n\n  .section-title {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,4vw,43px);\n    font-weight: 800;\n    line-height: 1.14;\n    letter-spacing: -.025em;\n  }\n\n  .section-desc {\n    font-size: 17px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .rola-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 90px 0;\n\n    background:\n      radial-gradient(\n        circle at 82% 18%,\n        rgba(54,165,255,.14),\n        transparent 30%\n      ),\n      radial-gradient(\n        circle at 10% 90%,\n        rgba(255,107,53,.11),\n        transparent 30%\n      ),\n      linear-gradient(\n        135deg,\n        #fbfbfb 0%,\n        #f2f7fa 100%\n      );\n  }\n\n  .rola-hero::before {\n    content: '';\n\n    position: absolute;\n    right: -190px;\n    top: -220px;\n\n    width: 520px;\n    height: 520px;\n\n    border: 1px solid rgba(54,165,255,.16);\n    border-radius: 50%;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 70px;\n    align-items: center;\n\n    position: relative;\n    z-index: 2;\n  }\n\n  .hero-content h1 {\n    margin-bottom: 22px;\n\n    font-size: clamp(38px,5vw,58px);\n    line-height: 1.06;\n    font-weight: 800;\n    letter-spacing: -.04em;\n  }\n\n  .hero-content h1 span {\n    background:\n      linear-gradient(\n        135deg,\n        var(--accent),\n        #ff9670 45%,\n        var(--blue)\n      );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-content p {\n    max-width: 580px;\n    margin-bottom: 20px;\n\n    font-size: 17px;\n    line-height: 1.8;\n    color: var(--text-muted);\n  }\n\n  .hero-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .hero-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 9px 15px;\n\n    border: 1px solid var(--border);\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.94);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n  .hero-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .hero-visual {\n    position: relative;\n  }\n\n  .hero-image {\n    overflow: hidden;\n\n    border-radius: var(--radius-xl);\n\n    background: white;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .hero-image img {\n    width: 100%;\n    aspect-ratio: 16 \/ 10;\n    object-fit: cover;\n  }\n\n  .hero-floating {\n    position: absolute;\n    left: -26px;\n    bottom: 26px;\n\n    max-width: 270px;\n    padding: 16px 19px;\n\n    border-radius: 16px;\n    border: 1px solid rgba(255,255,255,.85);\n\n    background: rgba(255,255,255,.94);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .hero-floating strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .hero-floating span {\n    display: block;\n\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     INTERACTIVE TOYS\n  ========================================================= *\/\n\n  .toys-layout {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .toys-visual {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #f2f2f2;\n    box-shadow: var(--shadow-md);\n  }\n\n  .toys-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .6s ease;\n  }\n\n  .toys-layout:hover .toys-visual img {\n    transform: scale(1.02);\n  }\n\n  .toys-badge {\n    position: absolute;\n    top: 22px;\n    left: 22px;\n\n    padding: 9px 14px;\n\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .toys-caption {\n    position: absolute;\n    left: 22px;\n    bottom: 22px;\n\n    max-width: 330px;\n    padding: 16px 19px;\n\n    border-radius: 15px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .toys-caption strong {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 15px;\n  }\n\n  .toys-caption span {\n    display: block;\n\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  .toys-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #fff5ef,\n        #fafafa\n      );\n  }\n\n  .toys-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.6vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .toys-panel \u003e p {\n    margin-bottom: 25px;\n\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .toy-benefits {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .toy-benefit {\n    padding: 16px;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n\n    background: white;\n\n    transition: var(--transition);\n  }\n\n  .toy-benefit:hover {\n    transform: translateY(-3px);\n    box-shadow: var(--shadow-sm);\n  }\n\n  .toy-icon {\n    width: 34px;\n    height: 34px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin-bottom: 10px;\n\n    border-radius: 10px;\n\n    background: var(--accent-soft);\n    color: var(--accent);\n  }\n\n  .toy-icon svg {\n    width: 17px;\n    height: 17px;\n  }\n\n  .toy-benefit strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 13px;\n  }\n\n  .toy-benefit span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     FEATURE CARDS\n  ========================================================= *\/\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 24px;\n  }\n\n  .feature-card {\n    position: relative;\n    overflow: hidden;\n\n    padding: 38px 30px;\n\n    border-radius: var(--radius-lg);\n    border: 1px solid var(--border);\n\n    background: white;\n\n    text-align: center;\n\n    transition: var(--transition);\n  }\n\n  .feature-card::before {\n    content: '';\n\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n\n    height: 4px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--accent),\n        #ff9b75,\n        var(--blue)\n      );\n\n    transform: scaleX(0);\n    transition: var(--transition);\n  }\n\n  .feature-card:hover {\n    transform: translateY(-6px);\n\n    border-color: transparent;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .feature-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .feature-icon {\n    width: 62px;\n    height: 62px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 21px;\n\n    border-radius: 18px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,107,53,.11),\n        rgba(54,165,255,.07)\n      );\n\n    color: var(--accent);\n  }\n\n  .feature-icon svg {\n    width: 27px;\n    height: 27px;\n  }\n\n  .feature-card h3 {\n    margin-bottom: 10px;\n\n    font-size: 19px;\n    font-weight: 700;\n  }\n\n  .feature-card p {\n    font-size: 14px;\n    line-height: 1.65;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     CONNECTION\n  ========================================================= *\/\n\n  .connection-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n  }\n\n  .connection-card {\n    overflow: hidden;\n\n    border-radius: 22px;\n    border: 1px solid var(--border);\n\n    background: white;\n\n    box-shadow: var(--shadow-sm);\n\n    transition: var(--transition);\n  }\n\n  .connection-card:hover {\n    transform: translateY(-5px);\n    box-shadow: var(--shadow-md);\n  }\n\n  .connection-image {\n    aspect-ratio: 16 \/ 10;\n    overflow: hidden;\n  }\n\n  .connection-image img {\n    width: 100%;\n    height: 100%;\n\n    object-fit: cover;\n\n    transition: transform .5s ease;\n  }\n\n  .connection-card:hover .connection-image img {\n    transform: scale(1.03);\n  }\n\n  .connection-copy {\n    padding: 23px;\n  }\n\n  .connection-copy h3 {\n    margin-bottom: 8px;\n\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .connection-copy p {\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     CAMERA\n  ========================================================= *\/\n\n  .camera-premium {\n    display: grid;\n    grid-template-columns: 1.15fr .85fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .camera-visual {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #eee;\n    box-shadow: var(--shadow-md);\n  }\n\n  .camera-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .6s ease;\n  }\n\n  .camera-premium:hover .camera-visual img {\n    transform: scale(1.02);\n  }\n\n  .camera-badge {\n    position: absolute;\n    left: 22px;\n    top: 22px;\n\n    padding: 9px 14px;\n\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .camera-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f7fafc,\n        #eef5f9\n      );\n  }\n\n  .camera-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.5vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .camera-panel \u003e p {\n    margin-bottom: 26px;\n\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .camera-spec-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .camera-spec {\n    padding: 16px;\n\n    border-radius: 14px;\n    border: 1px solid var(--border);\n\n    background: white;\n  }\n\n  .camera-spec strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 14px;\n  }\n\n  .camera-spec span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     PREMIUM FEATURE BLOCK\n  ========================================================= *\/\n\n  .premium-feature {\n    display: grid;\n    grid-template-columns: 1.06fr .94fr;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-xl);\n\n    background: white;\n    box-shadow: var(--shadow-md);\n  }\n\n  .premium-feature.reverse {\n    grid-template-columns: .94fr 1.06fr;\n  }\n\n  .premium-feature.reverse .premium-image {\n    order: 2;\n  }\n\n  .premium-feature.reverse .premium-copy {\n    order: 1;\n  }\n\n  .premium-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    background: #f2f2f2;\n  }\n\n  .premium-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n\n    transition: transform .6s ease;\n  }\n\n  .premium-feature:hover .premium-image img {\n    transform: scale(1.02);\n  }\n\n  .image-chip {\n    position: absolute;\n    top: 22px;\n    left: 22px;\n    z-index: 2;\n\n    padding: 9px 14px;\n\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(8px);\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .premium-copy {\n    padding: 52px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .premium-copy h3 {\n    margin-bottom: 16px;\n\n    font-size: clamp(27px,3vw,37px);\n    line-height: 1.16;\n    font-weight: 800;\n    letter-spacing: -.025em;\n  }\n\n  .premium-copy \u003e p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .feature-list {\n    list-style: none;\n    margin-top: 24px;\n  }\n\n  .feature-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n\n    margin-bottom: 13px;\n\n    font-size: 14px;\n    color: var(--text-muted);\n  }\n\n  .feature-list svg {\n    width: 19px;\n    height: 19px;\n\n    flex-shrink: 0;\n    margin-top: 2px;\n\n    color: var(--green);\n  }\n\n\n  \/* =========================================================\n     AI RECOGNITION\n  ========================================================= *\/\n\n  .ai-layout {\n    display: grid;\n    grid-template-columns: 1.14fr .86fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .ai-visual {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 510px;\n\n    border-radius: 28px;\n\n    background: #eee;\n    box-shadow: var(--shadow-md);\n  }\n\n  .ai-visual img {\n    width: 100%;\n    height: 100%;\n    min-height: 510px;\n\n    object-fit: cover;\n  }\n\n  .ai-caption {\n    position: absolute;\n    left: 22px;\n    bottom: 22px;\n\n    max-width: 340px;\n\n    padding: 16px 19px;\n\n    border-radius: 15px;\n\n    background: rgba(255,255,255,.95);\n    backdrop-filter: blur(10px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .ai-caption strong {\n    display: block;\n    margin-bottom: 4px;\n\n    font-size: 15px;\n  }\n\n  .ai-caption span {\n    display: block;\n\n    font-size: 12px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n  .ai-panel {\n    padding: 42px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #faf7f4,\n        #ffffff\n      );\n  }\n\n  .ai-panel h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(28px,3.5vw,39px);\n    line-height: 1.13;\n    font-weight: 800;\n    letter-spacing: -.025em;\n  }\n\n  .ai-panel p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     MODULE\n  ========================================================= *\/\n\n  .module-layout {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n    gap: 30px;\n    align-items: center;\n  }\n\n  .module-image {\n    overflow: hidden;\n\n    border-radius: 28px;\n\n    background: white;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .module-image img {\n    width: 100%;\n    height: auto;\n\n    object-fit: cover;\n  }\n\n  .module-copy {\n    padding: 16px;\n  }\n\n  .module-copy h2 {\n    margin-bottom: 16px;\n\n    font-size: clamp(29px,3.7vw,41px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.025em;\n  }\n\n  .module-copy \u003e p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: var(--text-muted);\n  }\n\n  .module-list {\n    display: grid;\n    gap: 12px;\n\n    margin-top: 25px;\n  }\n\n  .module-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n\n    padding: 16px;\n\n    border: 1px solid var(--border);\n    border-radius: 14px;\n\n    background: white;\n  }\n\n  .module-number {\n    width: 35px;\n    height: 35px;\n\n    flex-shrink: 0;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 10px;\n\n    background: var(--accent-soft);\n    color: var(--accent);\n\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .module-item strong {\n    display: block;\n    margin-bottom: 3px;\n\n    font-size: 13px;\n  }\n\n  .module-item span {\n    display: block;\n\n    font-size: 11px;\n    line-height: 1.5;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     CLOUD+\n  ========================================================= *\/\n\n  .cloud-section {\n    padding: 90px 0;\n\n    background:\n      radial-gradient(\n        circle at 15% 20%,\n        rgba(54,165,255,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #f4f9fd,\n        #fbfcfd\n      );\n  }\n\n  .cloud-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 20px;\n  }\n\n  .cloud-card {\n    overflow: hidden;\n\n    border-radius: 22px;\n    border: 1px solid #dfe9f0;\n\n    background: white;\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .cloud-image {\n    padding: 20px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f4faff,\n        #ffffff\n      );\n  }\n\n  .cloud-image img {\n    width: 100%;\n    height: 350px;\n\n    object-fit: contain;\n  }\n\n  .cloud-copy {\n    padding: 22px 23px 25px;\n  }\n\n  .cloud-copy h3 {\n    margin-bottom: 8px;\n\n    font-size: 17px;\n    font-weight: 700;\n  }\n\n  .cloud-copy p {\n    font-size: 13px;\n    line-height: 1.6;\n    color: var(--text-muted);\n  }\n\n  .cloud-note {\n    max-width: 700px;\n\n    margin: 28px auto 0;\n    padding: 15px 19px;\n\n    text-align: center;\n\n    border: 1px solid #dce8ef;\n    border-radius: 13px;\n\n    background: rgba(255,255,255,.8);\n\n    font-size: 12px;\n    line-height: 1.6;\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     SPECS\n  ========================================================= *\/\n\n  .specs-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n\n    gap: 1px;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: var(--border);\n  }\n\n  .spec-item {\n    padding: 27px 18px;\n\n    background: white;\n\n    text-align: center;\n  }\n\n  .spec-label {\n    margin-bottom: 7px;\n\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n\n    color: var(--text-light);\n  }\n\n  .spec-value {\n    font-size: 15px;\n    font-weight: 700;\n  }\n\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .spec-table {\n    width: 100%;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    overflow: hidden;\n\n    border: 1px solid var(--border);\n    border-radius: var(--radius-lg);\n\n    background: white;\n  }\n\n  .spec-table td {\n    padding: 17px 23px;\n\n    border-bottom: 1px solid var(--border);\n\n    font-size: 14px;\n  }\n\n  .spec-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .spec-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .spec-table td:first-child {\n    width: 40%;\n\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .spec-table td:last-child {\n    color: var(--text-muted);\n  }\n\n\n  \/* =========================================================\n     SUPPORT\n  ========================================================= *\/\n\n  .support-banner {\n    padding: 75px 0;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 20% 20%,\n        rgba(54,165,255,.12),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 80% 80%,\n        rgba(255,107,53,.11),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #151515,\n        #292929\n      );\n  }\n\n  .support-banner h2 {\n    margin-bottom: 14px;\n\n    font-size: clamp(28px,4vw,41px);\n    font-weight: 800;\n\n    color: white;\n  }\n\n  .support-banner p {\n    max-width: 670px;\n    margin: 0 auto;\n\n    font-size: 16px;\n    line-height: 1.7;\n    color: rgba(255,255,255,.65);\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width:1024px) {\n\n    .hero-grid,\n    .toys-layout,\n    .camera-premium,\n    .premium-feature,\n    .premium-feature.reverse,\n    .ai-layout,\n    .module-layout {\n      grid-template-columns: 1fr;\n    }\n\n    .premium-feature.reverse .premium-image,\n    .premium-feature.reverse .premium-copy {\n      order: initial;\n    }\n\n    .features-grid,\n    .connection-grid,\n    .cloud-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .specs-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .hero-floating {\n      left: 20px;\n    }\n\n    .toys-visual,\n    .toys-visual img,\n    .camera-visual,\n    .camera-visual img,\n    .premium-image,\n    .premium-image img,\n    .ai-visual,\n    .ai-visual img {\n      min-height: auto;\n    }\n  }\n\n  @media (max-width:700px) {\n\n    .section,\n    .rola-hero,\n    .cloud-section {\n      padding: 60px 0;\n    }\n\n    .section-container {\n      padding: 0 20px;\n    }\n\n    .features-grid,\n    .connection-grid,\n    .cloud-grid,\n    .specs-grid,\n    .toy-benefits,\n    .camera-spec-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .toys-panel,\n    .camera-panel,\n    .premium-copy,\n    .ai-panel {\n      padding: 30px 22px;\n    }\n\n    .hero-floating {\n      position: relative;\n      left: auto;\n      bottom: auto;\n\n      margin-top: 14px;\n    }\n\n    .toys-visual,\n    .toys-visual img,\n    .camera-visual,\n    .camera-visual img,\n    .ai-visual,\n    .ai-visual img {\n      min-height: 340px;\n    }\n\n    .cloud-image img {\n      height: 300px;\n    }\n\n    .spec-table td {\n      padding: 13px;\n      font-size: 12px;\n    }\n\n    .spec-table td:first-child {\n      width: 45%;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"rola-hero\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"hero-grid\"\u003e\n\n      \u003cdiv class=\"hero-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          ROLA PetPal + Interactive Toys\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n          Smart Pet Care.\n          \u003cspan\u003eMore Ways to Play.\u003c\/span\u003e\n        \u003c\/h1\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eROLA PetPal Robot Pet Companion with Interactive Toys\u003c\/strong\u003e\n          combines mobile pet monitoring, real-time communication,\n          AI-powered pet recognition and interactive entertainment\n          in one modular robot.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          The Interactive Toys module expands the PetPal experience,\n          helping keep pets active and entertained even while you're\n          away from home.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"hero-tags\"\u003e\n\n          \u003cdiv class=\"hero-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n\n            Interactive Toys\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"hero-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n\n            2.5K Camera\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"hero-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \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\n              \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\n            Two-Way Audio\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"hero-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n\n            AI Recognition\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"hero-visual\"\u003e\n\n        \u003cdiv class=\"hero-image\"\u003e\n\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--72_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal Robot Pet Companion with Interactive Toys\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"hero-floating\"\u003e\n\n          \u003cstrong\u003e\n            Play Even When You're Away\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Watch · Talk · Play · Capture\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     INTERACTIVE TOYS\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Interactive Toys\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Smarter Playtime for Your Pet\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Expand ROLA PetPal with interactive toys designed to keep\n        pets stimulated, active and entertained throughout the day.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"toys-layout\"\u003e\n\n      \u003cdiv class=\"toys-visual\"\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/gempages_514062197291222000-96d72c03-9e49-476d-ba6a-73260fc00848.png?v=1718864989\" alt=\"ROLA PetPal Interactive Toys with Playful Stick, Laser Games and Rolling Ball\"\u003e\n\n        \u003cdiv class=\"toys-badge\"\u003e\n          Interactive Toys Module\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"toys-caption\"\u003e\n\n          \u003cstrong\u003e\n            More Interaction, Less Boredom\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Interactive play keeps pets curious even when\n            you're not at home.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"toys-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Designed for Play\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Keep Pets Curious and Active\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          The Interactive Toys module expands ROLA PetPal with\n          several play options that combine the robot's movement\n          with interactive pet entertainment.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"toy-benefits\"\u003e\n\n          \u003cdiv class=\"toy-benefit\"\u003e\n\n            \u003cdiv class=\"toy-icon\"\u003e\n\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n              \u003c\/svg\u003e\n\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              Rolling Ball\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Adds moving physical play for curious pets.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"toy-benefit\"\u003e\n\n            \u003cdiv class=\"toy-icon\"\u003e\n\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              Laser Games\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Interactive laser play encourages active movement.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"toy-benefit\"\u003e\n\n            \u003cdiv class=\"toy-icon\"\u003e\n\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003cpath d=\"M5 19L19 5\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e\n\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              Playful Stick\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Adds another interactive way to engage pets.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"toy-benefit\"\u003e\n\n            \u003cdiv class=\"toy-icon\"\u003e\n\n              \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003c\/svg\u003e\n\n            \u003c\/div\u003e\n\n            \u003cstrong\u003e\n              App-Controlled Play\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Control compatible movements and play features remotely.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     KEY FEATURES\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Smart Pet Companion\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Care, Communication and Play in One Robot\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        ROLA PetPal combines mobile monitoring, pet recognition,\n        intelligent movement and interactive functions for\n        everyday pet care.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          5MP 2.5K Camera\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Capture detailed 2880 × 1620 footage and monitor\n          pets during the day or at night.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \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\n            \u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Two-Way Communication\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Talk and listen through PetPal so you can stay\n          connected with pets remotely.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2 12s4-7 10-7 10 7 10 7-4 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          AI Pet Recognition\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Recognizes compatible cats and dogs and can capture\n          memorable moments automatically.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"7\" cy=\"17\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"17\" cy=\"17\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M4 8h16\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Better Passability\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Larger wheels help PetPal cross obstacles up to\n          15 mm and climb slopes up to 15°.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Auto Recharge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Infrared close-range docking allows PetPal to return\n          to its charging station automatically.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"7\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Interactive Toys\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Adds rolling ball, laser and playful stick interaction\n          for more engaging play sessions.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     COMMUNICATION\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Interactive Connection\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Talk Back and Forth with Your Pet\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        PetPal gives owners and pets multiple ways to stay\n        connected even when they are in different places.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"connection-grid\"\u003e\n\n      \u003cdiv class=\"connection-card\"\u003e\n\n        \u003cdiv class=\"connection-image\"\u003e\n\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--66_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal Real-Time Two-Way Communication\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"connection-copy\"\u003e\n\n          \u003cspan class=\"section-label\"\u003e\n            Live Connection\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            Real-Time Two-Way Communication\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Comfort and communicate with your pet remotely\n            through PetPal and the mobile app.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"connection-card\"\u003e\n\n        \u003cdiv class=\"connection-image\"\u003e\n\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--73_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal Pre-Recorded Voice Commands\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"connection-copy\"\u003e\n\n          \u003cspan class=\"section-label\"\u003e\n            Familiar Voice\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            Pre-Recorded Voice Commands\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Use familiar recorded messages and commands\n            to interact with pets while you're away.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"connection-card\"\u003e\n\n        \u003cdiv class=\"connection-image\"\u003e\n\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/0feed0d8-2a93-4274-bb9f-788f10b2573f_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal Pet-Initiated Chat\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"connection-copy\"\u003e\n\n          \u003cspan class=\"section-label\"\u003e\n            Pet-Initiated Chat\n          \u003c\/span\u003e\n\n          \u003ch3\u003e\n            Let Your Pet Say Hello\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            A built-in call button gives pets a simple way\n            to initiate communication with their owner.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CAMERA\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        2.5K Vision\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Clear Monitoring, Day and Night\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Keep an eye on pets with high-resolution video and\n        night vision.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"camera-premium\"\u003e\n\n      \u003cdiv class=\"camera-visual\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--70.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal 5MP 2.5K UHD Camera\"\u003e\n\n        \u003cdiv class=\"camera-badge\"\u003e\n          Day \u0026amp; Night Monitoring\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"camera-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          5MP Camera\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          See Every Detail in 2.5K\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          ROLA PetPal provides 2880 × 1620 resolution\n          and supports night vision, helping you monitor pets\n          even when lighting conditions change.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"camera-spec-grid\"\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n            \u003cstrong\u003e2880 × 1620\u003c\/strong\u003e\n            \u003cspan\u003e2.5K UHD resolution\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n            \u003cstrong\u003e5MP\u003c\/strong\u003e\n            \u003cspan\u003eHigh-resolution camera\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n            \u003cstrong\u003e135°\u003c\/strong\u003e\n            \u003cspan\u003eWide field of view\u003c\/span\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"camera-spec\"\u003e\n            \u003cstrong\u003eNight Vision\u003c\/strong\u003e\n            \u003cspan\u003eLow-light monitoring support\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MOBILITY\n========================================================= --\u003e\n\n\u003csection class=\"section section-warm\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Better Passability\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--69.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal Better Passability\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Built to Move\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Bigger Wheels for Everyday Home Surfaces\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA PetPal features a larger wheel set and brushed\n          gear motor to help it move through everyday indoor spaces.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Crossing height up to 15 mm\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Climbing angle up to 15°\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Designed for compatible carpets\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AUTO RECHARGE\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature reverse\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Close-Range Auto Recharge\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0873\/4638\/1118\/files\/73bfba7bcc81502f90d635a0cc82d6f7.png\" alt=\"ROLA PetPal Close-Range Auto Recharge\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Always Ready\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Returns to Its Charging Station\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA PetPal supports close-range automatic recharging,\n          helping reduce the need to manually return the robot\n          to its charging dock.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Infrared docking system\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Close-range automatic return\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Convenient everyday charging\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AI PET RECOGNITION\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"ai-layout\"\u003e\n\n      \u003cdiv class=\"ai-visual\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/AI-.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal AI Powered Pet Recognition\"\u003e\n\n        \u003cdiv class=\"ai-caption\"\u003e\n\n          \u003cstrong\u003e\n            AI-Powered Pet Recognition\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Recognize pets and capture memorable moments\n            throughout the day.\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ai-panel\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Smart Pet Photography\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Your Pet's Personal Photographer\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          When ROLA PetPal recognizes a compatible dog or cat,\n          it can automatically capture photos and memorable\n          moments while you're away.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     VIDEO EDITING\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"premium-feature\"\u003e\n\n      \u003cdiv class=\"premium-image\"\u003e\n\n        \u003cspan class=\"image-chip\"\u003e\n          Pet Memories\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--75.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal Video Editing\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"premium-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Video Editing\n        \u003c\/span\u003e\n\n        \u003ch3\u003e\n          Turn Everyday Pet Moments into Shareable Videos\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          ROLA's software tools make it easy to turn\n          captured footage into short clips and pet memories.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Edit captured footage\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Create short pet videos\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Save memorable daily moments\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MODULAR DESIGN\n========================================================= --\u003e\n\n\u003csection class=\"section section-warm\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"module-layout\"\u003e\n\n      \u003cdiv class=\"module-image\"\u003e\n\n        \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/--72_540x.png?h=1080\u0026amp;w=1920\" alt=\"ROLA PetPal Interactive Toys Modular Design\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"module-copy\"\u003e\n\n        \u003cspan class=\"section-label\"\u003e\n          Expandable Modular Design\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          One PetPal, Multiple Ways to Play\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          ROLA PetPal uses a modular platform that allows\n          compatible modules to be exchanged depending on\n          how you want to interact with your pet.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"module-list\"\u003e\n\n          \u003cdiv class=\"module-item\"\u003e\n\n            \u003cdiv class=\"module-number\"\u003e\n              01\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003cstrong\u003e\n                ROLA PetPal Main Unit\n              \u003c\/strong\u003e\n\n              \u003cspan\u003e\n                Mobile camera, communication and AI pet recognition.\n              \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"module-item\"\u003e\n\n            \u003cdiv class=\"module-number\"\u003e\n              02\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003cstrong\u003e\n                Interactive Toys Module\n              \u003c\/strong\u003e\n\n              \u003cspan\u003e\n                Included in this configuration with playful stick,\n                laser games and rolling ball.\n              \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"module-item\"\u003e\n\n            \u003cdiv class=\"module-number\"\u003e\n              03\n            \u003c\/div\u003e\n\n            \u003cdiv\u003e\n\n              \u003cstrong\u003e\n                App-Controlled Play\n              \u003c\/strong\u003e\n\n              \u003cspan\u003e\n                Control compatible actions and play functions\n                from your smartphone.\n              \u003c\/span\u003e\n\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CLOUD+\n========================================================= --\u003e\n\n\u003csection class=\"cloud-section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Cloud+\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Smarter Monitoring in the ROLA App\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Cloud+ adds extended playback, intelligent alerts\n        and automatically generated pet moments.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cloud-grid\"\u003e\n\n      \u003cdiv class=\"cloud-card\"\u003e\n\n        \u003cdiv class=\"cloud-image\"\u003e\n\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-1_540x.png?h=3000\u0026amp;w=2000\" alt=\"ROLA PetPal 24\/7 Cloud Playback\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cloud-copy\"\u003e\n\n          \u003ch3\u003e\n            24\/7 Cloud Playback\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Scheduled recordings can be reviewed through\n            Cloud Playback directly in the app.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"cloud-card\"\u003e\n\n        \u003cdiv class=\"cloud-image\"\u003e\n\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-2-12_540x.jpeg?h=3000\u0026amp;w=2000\" alt=\"ROLA PetPal Smart Alerts\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cloud-copy\"\u003e\n\n          \u003ch3\u003e\n            Smart Alerts\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Receive notifications for supported unusual movement,\n            barking or other detected events.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"cloud-card\"\u003e\n\n        \u003cdiv class=\"cloud-image\"\u003e\n\n          \u003cimg src=\"https:\/\/img-va.myshopline.com\/image\/store\/1680510886038\/-3-5_540x.jpeg?h=3000\u0026amp;w=2000\" alt=\"ROLA PetPal Daily Pet Moments\"\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cloud-copy\"\u003e\n\n          \u003ch3\u003e\n            Daily Pet Moments\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            ROLA can automatically create a short daily\n            video recap featuring your pet's activity.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"cloud-note\"\u003e\n\n      Cloud+ is a subscription service. Availability of cloud recording,\n      smart alerts and automated video features depends on the selected plan.\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TECHNICAL HIGHLIGHTS\n========================================================= --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Technical Highlights\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Built for Monitoring and Interactive Play\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"specs-grid\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e5MP\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2880 × 1620\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera FOV\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e135°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eNight Vision\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eSupported\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3500 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery Life\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2–8 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eObstacle Height\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 15 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eClimbing Angle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eUp to 15°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.4G \/ 5G\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eStorage\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e16–256 GB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eAI\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003ePet Recognition\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eToy Module\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003eInteractive Toys\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FULL SPECIFICATIONS\n========================================================= --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e\n        Full Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        ROLA PetPal with Interactive Toys at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv style=\"overflow-x:auto;\"\u003e\n\n      \u003ctable class=\"spec-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eProduct\u003c\/td\u003e\n            \u003ctd\u003eROLA PetPal Robot Pet Companion with Interactive Toys\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e192 × 171.3 × 120 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMain Unit Weight\u003c\/td\u003e\n            \u003ctd\u003e525 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eInteractive Play Module Weight\u003c\/td\u003e\n            \u003ctd\u003e254 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003eABS + PC\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera\u003c\/td\u003e\n            \u003ctd\u003e5 MP\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eResolution\u003c\/td\u003e\n            \u003ctd\u003e2.5K \/ 2880 × 1620\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera FOV\u003c\/td\u003e\n            \u003ctd\u003e135°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNight Vision\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e3500 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2–8 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 2.5 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAuto Recharge\u003c\/td\u003e\n            \u003ctd\u003eInfrared close-range docking\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotor Type\u003c\/td\u003e\n            \u003ctd\u003eBrushed Gear Motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Speed\u003c\/td\u003e\n            \u003ctd\u003eUp to 1.5 m\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003eUp to 15 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eClimbing Angle\u003c\/td\u003e\n            \u003ctd\u003eUp to 15°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eMP4, JPG\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eExpandable Memory\u003c\/td\u003e\n            \u003ctd\u003e16–256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-Way Communication\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePre-Recorded Voice Commands\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003ePet-Initiated Chat\u003c\/td\u003e\n            \u003ctd\u003eSupported via call button\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Pet Recognition\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAutomatic Photo Capture\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eInteractive Toys Module\u003c\/td\u003e\n            \u003ctd\u003eIncluded in this configuration\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eInteractive Toy Functions\u003c\/td\u003e\n            \u003ctd\u003ePlayful Stick, Laser Games, Rolling Ball\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eExpandable Modular Design\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCloud+\u003c\/td\u003e\n            \u003ctd\u003eOptional subscription service\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     WARRANTY\n========================================================= --\u003e\n\n\u003csection class=\"support-banner\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cspan class=\"section-label\"\u003e\n      Enabot Support\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n      12-Month Warranty\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      ROLA PetPal Robot Pet Companion with Interactive Toys\n      is supplied with a 12-month warranty. Cloud+ services\n      require a separate subscription.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":49543130382613,"sku":"EB2301311-EB2402311","price":234.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/BundleRolapet.jpg?v=1763508058"},{"product_id":"open-box-enabot-ebo-air-2-plus-companion-robot-ai-powered-smart-security-camera","title":"OPEN BOX Enabot EBO Air 2 Plus Robot, AI-Powered Smart Security Camera","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\n  :root {\n    --accent: #ff6846;\n    --accent-soft: #fff2ed;\n\n    --blue: #4ca8e8;\n    --blue-soft: #eef8ff;\n\n    --green: #22b573;\n    --green-soft: #edf9f4;\n\n    --gold: #b98b4d;\n    --gold-soft: #fbf6ee;\n\n    --text: #171717;\n    --muted: #666666;\n    --light: #999999;\n\n    --white: #ffffff;\n    --bg: #f7f8f9;\n    --warm: #faf6f2;\n    --cool: #f2f7fa;\n\n    --border: #e5e5e5;\n\n    --shadow-sm: 0 3px 12px rgba(0,0,0,.06);\n    --shadow-md: 0 10px 35px rgba(0,0,0,.09);\n    --shadow-lg: 0 22px 65px rgba(0,0,0,.13);\n\n    --radius: 16px;\n    --radius-lg: 24px;\n    --radius-xl: 30px;\n  }\n\n  * {\n    box-sizing: border-box;\n  }\n\n  body {\n    margin: 0;\n\n    font-family:\n      'Inter',\n      -apple-system,\n      BlinkMacSystemFont,\n      sans-serif;\n\n    color: var(--text);\n    line-height: 1.6;\n\n    background: #fff;\n  }\n\n  img {\n    display: block;\n    max-width: 100%;\n  }\n\n\n  \/* =========================================================\n     COMMON\n  ========================================================= *\/\n\n  .airplus-section {\n    padding: 88px 0;\n  }\n\n  .airplus-section.alt {\n    background: var(--bg);\n  }\n\n  .airplus-section.warm {\n    background: var(--warm);\n  }\n\n  .airplus-container {\n    width: 100%;\n    max-width: 1280px;\n\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .airplus-header {\n    max-width: 760px;\n\n    margin: 0 auto 52px;\n\n    text-align: center;\n  }\n\n  .airplus-label {\n    display: inline-block;\n\n    margin-bottom: 13px;\n\n    color: var(--accent);\n\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  .airplus-title {\n    margin: 0 0 16px;\n\n    font-size: clamp(29px,4vw,43px);\n    line-height: 1.13;\n    letter-spacing: -.03em;\n    font-weight: 800;\n  }\n\n  .airplus-desc {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================================================\n     OPEN BOX NOTICE\n  ========================================================= *\/\n\n  .openbox-bar {\n    padding: 16px 0;\n\n    background:\n      linear-gradient(\n        90deg,\n        #171717,\n        #272727\n      );\n  }\n\n  .openbox-inner {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 13px;\n\n    text-align: center;\n\n    color: white;\n  }\n\n  .openbox-badge {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n\n    padding: 7px 12px;\n\n    border-radius: 50px;\n\n    background: #fff;\n\n    color: #161616;\n\n    font-size: 10px;\n    font-weight: 800;\n    letter-spacing: 1.3px;\n    text-transform: uppercase;\n  }\n\n  .openbox-text {\n    font-size: 13px;\n    font-weight: 600;\n  }\n\n\n  \/* =========================================================\n     HERO\n  ========================================================= *\/\n\n  .airplus-hero {\n    position: relative;\n    overflow: hidden;\n\n    padding: 90px 0;\n\n    background:\n      radial-gradient(\n        circle at 84% 18%,\n        rgba(76,168,232,.17),\n        transparent 31%\n      ),\n      radial-gradient(\n        circle at 8% 90%,\n        rgba(255,104,70,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #fbfbfb,\n        #f2f7fa\n      );\n  }\n\n  .airplus-hero::before {\n    content: '';\n\n    position: absolute;\n\n    top: -220px;\n    right: -190px;\n\n    width: 530px;\n    height: 530px;\n\n    border: 1px solid rgba(76,168,232,.15);\n    border-radius: 50%;\n  }\n\n  .airplus-hero-grid {\n    position: relative;\n    z-index: 2;\n\n    display: grid;\n    grid-template-columns: .9fr 1.1fr;\n    gap: 65px;\n    align-items: center;\n  }\n\n  .airplus-hero-copy h1 {\n    margin: 0 0 22px;\n\n    font-size: clamp(40px,5vw,60px);\n    font-weight: 800;\n    line-height: 1.05;\n    letter-spacing: -.045em;\n  }\n\n  .airplus-gradient {\n    background:\n      linear-gradient(\n        135deg,\n        #ff6846,\n        #ff9a75 38%,\n        #53aae6 78%\n      );\n\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-condition {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n\n    margin-bottom: 18px;\n    padding: 9px 14px;\n\n    border: 1px solid #ead7bb;\n    border-radius: 50px;\n\n    background: var(--gold-soft);\n\n    color: #8c642e;\n\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: .6px;\n    text-transform: uppercase;\n  }\n\n  .hero-condition-dot {\n    width: 8px;\n    height: 8px;\n\n    border-radius: 50%;\n\n    background: #c28a43;\n  }\n\n  .airplus-hero-copy p {\n    max-width: 580px;\n\n    margin: 0 0 18px;\n\n    color: var(--muted);\n\n    font-size: 17px;\n    line-height: 1.76;\n  }\n\n  .airplus-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 9px;\n\n    margin-top: 27px;\n  }\n\n  .airplus-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.96);\n\n    border: 1px solid var(--border);\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 12px;\n    font-weight: 700;\n  }\n\n  .airplus-tag svg {\n    width: 15px;\n    height: 15px;\n\n    color: var(--accent);\n  }\n\n  .airplus-hero-visual {\n    position: relative;\n  }\n\n  .airplus-hero-image {\n    overflow: hidden;\n\n    border-radius: var(--radius-xl);\n\n    background: #fff;\n\n    box-shadow: var(--shadow-lg);\n  }\n\n  .airplus-hero-image img {\n    width: 100%;\n\n    aspect-ratio: 16 \/ 10;\n\n    object-fit: cover;\n  }\n\n  .airplus-floating {\n    position: absolute;\n\n    left: -24px;\n    bottom: 26px;\n\n    max-width: 280px;\n\n    padding: 15px 18px;\n\n    background: rgba(255,255,255,.96);\n    backdrop-filter: blur(10px);\n\n    border-radius: 15px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .airplus-floating strong {\n    display: block;\n\n    margin-bottom: 3px;\n\n    font-size: 14px;\n  }\n\n  .airplus-floating span {\n    display: block;\n\n    color: var(--muted);\n\n    font-size: 11px;\n  }\n\n\n  \/* =========================================================\n     OPEN BOX INFO CARD\n  ========================================================= *\/\n\n  .condition-card {\n    display: grid;\n    grid-template-columns: auto 1fr;\n    gap: 23px;\n    align-items: center;\n\n    max-width: 980px;\n\n    margin: 0 auto;\n\n    padding: 29px 32px;\n\n    border: 1px solid #eadbc7;\n    border-radius: 22px;\n\n    background:\n      linear-gradient(\n        135deg,\n        #fffaf4,\n        #ffffff\n      );\n\n    box-shadow: var(--shadow-sm);\n  }\n\n  .condition-icon {\n    width: 66px;\n    height: 66px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    border-radius: 18px;\n\n    background: #f6ead8;\n\n    color: #9a6b31;\n  }\n\n  .condition-icon svg {\n    width: 29px;\n    height: 29px;\n  }\n\n  .condition-card h2 {\n    margin: 0 0 7px;\n\n    font-size: 21px;\n    font-weight: 800;\n  }\n\n  .condition-card p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n\n  \/* =========================================================\n     FEATURE GRID\n  ========================================================= *\/\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    gap: 22px;\n  }\n\n  .feature-card {\n    position: relative;\n    overflow: hidden;\n\n    padding: 34px 27px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n\n    text-align: center;\n\n    transition: all .3s ease;\n  }\n\n  .feature-card::before {\n    content: '';\n\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n\n    height: 4px;\n\n    background:\n      linear-gradient(\n        90deg,\n        var(--accent),\n        var(--blue)\n      );\n\n    transform: scaleX(0);\n\n    transition: all .3s ease;\n  }\n\n  .feature-card:hover {\n    transform: translateY(-5px);\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .feature-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .feature-icon {\n    width: 58px;\n    height: 58px;\n\n    display: flex;\n    align-items: center;\n    justify-content: center;\n\n    margin: 0 auto 18px;\n\n    border-radius: 17px;\n\n    background:\n      linear-gradient(\n        135deg,\n        rgba(255,104,70,.10),\n        rgba(76,168,232,.09)\n      );\n\n    color: var(--accent);\n  }\n\n  .feature-icon svg {\n    width: 25px;\n    height: 25px;\n  }\n\n  .feature-card h3 {\n    margin: 0 0 8px;\n\n    font-size: 18px;\n  }\n\n  .feature-card p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n\n  \/* =========================================================\n     SPLIT\n  ========================================================= *\/\n\n  .airplus-split {\n    display: grid;\n    grid-template-columns: 1.08fr .92fr;\n\n    overflow: hidden;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 30px;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .airplus-split.reverse {\n    grid-template-columns: .92fr 1.08fr;\n  }\n\n  .airplus-split.reverse .airplus-split-image {\n    order: 2;\n  }\n\n  .airplus-split.reverse .airplus-split-copy {\n    order: 1;\n  }\n\n  .airplus-split-image {\n    position: relative;\n    overflow: hidden;\n\n    min-height: 500px;\n\n    background: #eee;\n  }\n\n  .airplus-split-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n  }\n\n  .airplus-image-tag {\n    position: absolute;\n\n    top: 21px;\n    left: 21px;\n    z-index: 2;\n\n    padding: 9px 14px;\n\n    background: rgba(255,255,255,.95);\n\n    border-radius: 50px;\n\n    box-shadow: var(--shadow-sm);\n\n    font-size: 11px;\n    font-weight: 700;\n  }\n\n  .airplus-split-copy {\n    padding: 50px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  .airplus-split-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(28px,3.6vw,40px);\n    font-weight: 800;\n    line-height: 1.12;\n    letter-spacing: -.03em;\n  }\n\n  .airplus-split-copy \u003e p {\n    margin: 0;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .airplus-checks {\n    list-style: none;\n\n    margin: 23px 0 0;\n    padding: 0;\n  }\n\n  .airplus-checks li {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n\n    margin-bottom: 12px;\n\n    color: var(--muted);\n\n    font-size: 13px;\n  }\n\n  .airplus-check {\n    color: var(--green);\n\n    font-weight: 800;\n  }\n\n\n  \/* =========================================================\n     AI PANEL\n  ========================================================= *\/\n\n  .ai-layout {\n    display: grid;\n    grid-template-columns: .88fr 1.12fr;\n    gap: 28px;\n    align-items: stretch;\n  }\n\n  .ai-copy {\n    padding: 43px;\n\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n\n    border-radius: 28px;\n\n    background:\n      linear-gradient(\n        145deg,\n        #f3f8fb,\n        #fff\n      );\n  }\n\n  .ai-copy h2 {\n    margin: 0 0 16px;\n\n    font-size: clamp(29px,3.6vw,40px);\n    line-height: 1.12;\n    font-weight: 800;\n  }\n\n  .ai-copy \u003e p {\n    margin: 0 0 24px;\n\n    color: var(--muted);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .mini-grid {\n    display: grid;\n    grid-template-columns: repeat(2,1fr);\n    gap: 11px;\n  }\n\n  .mini-card {\n    padding: 15px;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 13px;\n  }\n\n  .mini-card strong {\n    display: block;\n\n    margin-bottom: 4px;\n\n    font-size: 12px;\n  }\n\n  .mini-card span {\n    display: block;\n\n    color: var(--muted);\n\n    font-size: 10px;\n    line-height: 1.45;\n  }\n\n  .ai-image {\n    overflow: hidden;\n\n    min-height: 500px;\n\n    border-radius: 28px;\n\n    background: #eee;\n\n    box-shadow: var(--shadow-md);\n  }\n\n  .ai-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 500px;\n\n    object-fit: cover;\n  }\n\n\n  \/* =========================================================\n     SPECS\n  ========================================================= *\/\n\n  .spec-grid {\n    display: grid;\n    grid-template-columns: repeat(4,1fr);\n\n    gap: 1px;\n\n    overflow: hidden;\n\n    background: var(--border);\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .spec-card {\n    padding: 25px 15px;\n\n    background: #fff;\n\n    text-align: center;\n  }\n\n  .spec-label {\n    margin-bottom: 6px;\n\n    color: var(--light);\n\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  .spec-value {\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n\n  \/* =========================================================\n     TABLE\n  ========================================================= *\/\n\n  .table-wrap {\n    overflow-x: auto;\n  }\n\n  .airplus-table {\n    width: 100%;\n\n    border-collapse: separate;\n    border-spacing: 0;\n\n    background: #fff;\n\n    border: 1px solid var(--border);\n    border-radius: 22px;\n  }\n\n  .airplus-table td {\n    padding: 16px 22px;\n\n    border-bottom: 1px solid var(--border);\n\n    font-size: 13px;\n  }\n\n  .airplus-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .airplus-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .airplus-table td:first-child {\n    width: 40%;\n\n    font-weight: 700;\n  }\n\n  .airplus-table td:last-child {\n    color: var(--muted);\n  }\n\n\n  \/* =========================================================\n     FINAL\n  ========================================================= *\/\n\n  .airplus-final {\n    padding: 80px 0;\n\n    text-align: center;\n\n    background:\n      radial-gradient(\n        circle at 18% 20%,\n        rgba(76,168,232,.14),\n        transparent 28%\n      ),\n      radial-gradient(\n        circle at 82% 80%,\n        rgba(255,104,70,.10),\n        transparent 28%\n      ),\n      linear-gradient(\n        135deg,\n        #151515,\n        #292929\n      );\n  }\n\n  .final-condition {\n    display: inline-block;\n\n    margin-bottom: 15px;\n    padding: 8px 13px;\n\n    border: 1px solid rgba(255,255,255,.15);\n    border-radius: 50px;\n\n    background: rgba(255,255,255,.08);\n\n    color: #f4c98f;\n\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 1.2px;\n    text-transform: uppercase;\n  }\n\n  .airplus-final h2 {\n    margin: 0 0 14px;\n\n    color: #fff;\n\n    font-size: clamp(29px,4vw,43px);\n    font-weight: 800;\n  }\n\n  .airplus-final p {\n    max-width: 720px;\n\n    margin: 0 auto;\n\n    color: rgba(255,255,255,.68);\n\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n\n  \/* =========================================================\n     RESPONSIVE\n  ========================================================= *\/\n\n  @media (max-width:1024px) {\n\n    .airplus-hero-grid,\n    .airplus-split,\n    .airplus-split.reverse,\n    .ai-layout {\n      grid-template-columns: 1fr;\n    }\n\n    .airplus-split.reverse .airplus-split-image,\n    .airplus-split.reverse .airplus-split-copy {\n      order: initial;\n    }\n\n    .feature-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .spec-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .airplus-floating {\n      left: 18px;\n    }\n\n  }\n\n\n  @media (max-width:700px) {\n\n    .airplus-section,\n    .airplus-hero {\n      padding: 58px 0;\n    }\n\n    .airplus-container {\n      padding: 0 20px;\n    }\n\n    .feature-grid,\n    .spec-grid,\n    .mini-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .airplus-split-copy,\n    .ai-copy {\n      padding: 29px 22px;\n    }\n\n    .airplus-floating {\n      position: relative;\n\n      left: auto;\n      bottom: auto;\n\n      margin-top: 13px;\n    }\n\n    .condition-card {\n      grid-template-columns: 1fr;\n\n      text-align: center;\n    }\n\n    .condition-icon {\n      margin: 0 auto;\n    }\n\n    .openbox-inner {\n      flex-direction: column;\n\n      gap: 7px;\n    }\n\n    .airplus-table td {\n      padding: 12px;\n\n      font-size: 11px;\n    }\n\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- =========================================================\n     OPEN BOX NOTICE\n========================================================= --\u003e\n\n\u003csection class=\"openbox-bar\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"openbox-inner\"\u003e\n\n      \u003cspan class=\"openbox-badge\"\u003e\n        Open Box\n      \u003c\/span\u003e\n\n      \u003cspan class=\"openbox-text\"\u003e\n        New Condition\n      \u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     HERO\n========================================================= --\u003e\n\n\u003csection class=\"airplus-hero\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-hero-grid\"\u003e\n\n\n      \u003cdiv class=\"airplus-hero-copy\"\u003e\n\n        \u003cdiv class=\"hero-condition\"\u003e\n\n          \u003cspan class=\"hero-condition-dot\"\u003e\u003c\/span\u003e\n\n          Open Box · New Condition\n\n        \u003c\/div\u003e\n\n\n        \u003cspan class=\"airplus-label\"\u003e\n          Enabot EBO Air 2 Plus\n        \u003c\/span\u003e\n\n\n        \u003ch1\u003e\n          Smart Security.\n          \u003cspan class=\"airplus-gradient\"\u003e\n            Intelligent Companionship.\n          \u003c\/span\u003e\n        \u003c\/h1\u003e\n\n\n        \u003cp\u003e\n          \u003cstrong\u003e\n            Enabot EBO Air 2 Plus Robot\n          \u003c\/strong\u003e\n          is a mobile smart security and family companion robot\n          designed to keep you connected with your home,\n          loved ones and pets wherever you are.\n        \u003c\/p\u003e\n\n\n        \u003cp\u003e\n          It combines a high-resolution 3K camera,\n          two-way video and audio, AI-powered smart patrol,\n          intelligent tracking and a built-in AI assistant\n          in one compact mobile platform.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"airplus-tags\"\u003e\n\n\n          \u003cdiv class=\"airplus-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n\n            \u003c\/svg\u003e\n\n            3K Camera\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"airplus-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003cpath d=\"M23 7l-7 5 7 5V7z\"\u003e\u003c\/path\u003e\n\n              \u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n            \u003c\/svg\u003e\n\n            Two-Way Video\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"airplus-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n\n              \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n\n              \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            AI Assistant\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"airplus-tag\"\u003e\n\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n              \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n\n              \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n\n            \u003c\/svg\u003e\n\n            Smart Patrol\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"airplus-hero-visual\"\u003e\n\n        \u003cdiv class=\"airplus-hero-image\"\u003e\n\n          \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_more_than_a_call1.webp\" alt=\"Enabot EBO Air 2 Plus FamilyBot\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"airplus-floating\"\u003e\n\n          \u003cstrong\u003e\n            More Than a Camera on Wheels\n          \u003c\/strong\u003e\n\n          \u003cspan\u003e\n            Monitor · Communicate · Patrol · Assist\n          \u003c\/span\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     CONDITION\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section warm\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"condition-card\"\u003e\n\n\n      \u003cdiv class=\"condition-icon\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n          \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n\n          \u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\n\n          \u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"airplus-label\"\u003e\n          Product Condition\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Open Box — New Condition\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Please note that this listing is for an\n          \u003cstrong\u003eopen-box unit in new condition\u003c\/strong\u003e.\n          The product condition is clearly identified separately\n          from the standard EBO Air 2 Plus specifications\n          and functionality shown below.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FEATURES\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section alt\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-header\"\u003e\n\n      \u003cspan class=\"airplus-label\"\u003e\n        Key Features\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"airplus-title\"\u003e\n        Built for Security, Connection and Everyday Life\n      \u003c\/h2\u003e\n\n      \u003cp class=\"airplus-desc\"\u003e\n        EBO Air 2 Plus combines mobile monitoring,\n        intelligent home security and interactive family\n        communication in one compact robot.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"feature-grid\"\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          3K Ultra-Clear Camera\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          5MP imaging with 2880 × 1620 resolution\n          and a wide 137° field of view.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M23 7l-7 5 7 5V7z\"\u003e\u003c\/path\u003e\n\n            \u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Two-Way Video \u0026amp; Audio\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Enjoy real-time face-to-face communication\n          with family through the EBO HOME App.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n\n            \u003cpath d=\"M8 12h8\"\u003e\u003c\/path\u003e\n\n            \u003cpath d=\"M12 8v8\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Built-In AI Assistant\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Supports conversational AI interaction\n          for everyday questions, ideas and companionship.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n\n            \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Smart Patrol\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Create customized patrol routes\n          for automatic home monitoring.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n\n            \u003cpath d=\"M3 12s3-7 9-7 9 7 9 7-3 7-9 7-9-7-9-7z\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          AI Tracking\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Recognizes and follows selected people\n          or pets as they move.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n\n        \u003cdiv class=\"feature-icon\"\u003e\n\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n\n          \u003c\/svg\u003e\n\n        \u003c\/div\u003e\n\n        \u003ch3\u003e\n          Automatic Recharge\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus can return to its\n          charging dock when battery power is low.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TWO WAY VIDEO\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-split\"\u003e\n\n\n      \u003cdiv class=\"airplus-split-image\"\u003e\n\n        \u003cspan class=\"airplus-image-tag\"\u003e\n          Two-Way Video\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_more_than_a_call1.webp\" alt=\"EBO Air 2 Plus two-way video communication\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"airplus-split-copy\"\u003e\n\n        \u003cspan class=\"airplus-label\"\u003e\n          More Than a Call\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Face-to-Face Connection from Anywhere\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus supports real-time two-way video\n          and audio, allowing family members to see and\n          talk to one another through the EBO HOME App.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"airplus-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Real-time video and voice\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            One-touch calling\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Mobile home perspective\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Remote communication through the app\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     AI ASSISTANT\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section alt\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"ai-layout\"\u003e\n\n\n      \u003cdiv class=\"ai-copy\"\u003e\n\n        \u003cspan class=\"airplus-label\"\u003e\n          Intelligent Companion\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          An AI Assistant Built into Your FamilyBot\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus includes an AI assistant\n          designed for conversational interaction,\n          everyday questions and family companionship.\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"mini-grid\"\u003e\n\n\n          \u003cdiv class=\"mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Everyday Questions\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Ask for information, ideas or practical help.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Family Interaction\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Use conversational AI as part of everyday home life.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Learning \u0026amp; Stories\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Interactive content for different family members.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"mini-card\"\u003e\n\n            \u003cstrong\u003e\n              Mobile Companion\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              AI interaction in a robot that can move around the home.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"ai-image\"\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_smarter_than_ever1.webp\" alt=\"EBO Air 2 Plus AI Assistant\"\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     SMART PATROL\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section warm\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-split reverse\"\u003e\n\n\n      \u003cdiv class=\"airplus-split-image\"\u003e\n\n        \u003cspan class=\"airplus-image-tag\"\u003e\n          Smart Home Patrol\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_smarter_security1_0423.webp\" alt=\"EBO Air 2 Plus smart patrol\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"airplus-split-copy\"\u003e\n\n        \u003cspan class=\"airplus-label\"\u003e\n          Smart Security\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Let EBO Check the Home for You\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          Smart Patrol lets EBO Air 2 Plus move through\n          selected areas automatically, giving you\n          a more flexible home-monitoring system\n          than a stationary camera.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"airplus-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Scheduled smart patrol\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Custom patrol routes\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Activity monitoring\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Real-time supported alerts\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     MOBILITY\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-split\"\u003e\n\n\n      \u003cdiv class=\"airplus-split-image\"\u003e\n\n        \u003cspan class=\"airplus-image-tag\"\u003e\n          Whole-Home Mobility\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_smarter_security1_0423.webp\" alt=\"EBO Air 2 Plus intelligent home mobility\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"airplus-split-copy\"\u003e\n\n        \u003cspan class=\"airplus-label\"\u003e\n          Designed to Move\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Reach More Areas Than a Fixed Camera\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus combines compact dimensions\n          with improved mobility for whole-home monitoring\n          across compatible indoor surfaces.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"airplus-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Movement speed from 20 to 60 cm\/s\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Obstacle crossing up to 10 mm\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Climbing slope up to 15°\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Automatic return to charging dock\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     PERSONALITY\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section alt\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-split reverse\"\u003e\n\n\n      \u003cdiv class=\"airplus-split-image\"\u003e\n\n        \u003cspan class=\"airplus-image-tag\"\u003e\n          Interactive Personality\n        \u003c\/span\u003e\n\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_air2plus_not_just_smart1.webp\" alt=\"EBO Air 2 Plus customizable eyes\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"airplus-split-copy\"\u003e\n\n        \u003cspan class=\"airplus-label\"\u003e\n          More Than Monitoring\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Give EBO Its Own Personality\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          EBO Air 2 Plus features customizable digital eyes\n          that can display different styles, images and the time,\n          giving the robot a more expressive presence at home.\n        \u003c\/p\u003e\n\n\n        \u003cul class=\"airplus-checks\"\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Customizable digital eyes\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Custom image display\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Clock display\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003cspan class=\"airplus-check\"\u003e✓\u003c\/span\u003e\n            Interactive robot expressions\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     OPEN BOX REMINDER\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section warm\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"condition-card\"\u003e\n\n\n      \u003cdiv class=\"condition-icon\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n\n          \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n\n        \u003c\/svg\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"airplus-label\"\u003e\n          Important Purchase Note\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Open Box · New Condition\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          This product listing is specifically for an\n          \u003cstrong\u003eopen-box EBO Air 2 Plus in new condition\u003c\/strong\u003e.\n          Please take the product condition into account\n          when placing your order.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     TECHNICAL HIGHLIGHTS\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-header\"\u003e\n\n      \u003cspan class=\"airplus-label\"\u003e\n        Technical Highlights\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"airplus-title\"\u003e\n        Powerful Hardware in a Compact FamilyBot\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"spec-grid\"\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Dimensions\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          116 × 116 × 111 mm\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Weight\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          560 g\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Camera\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          5MP\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Resolution\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          3K\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Camera FOV\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          137°\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Battery\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          5000 mAh\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Recording \/ Standby\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          9–10 Hours\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Movement\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          Up to 4 Hours\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Wi-Fi\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          2.4G \/ 5G\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Speed\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          20–60 cm\/s\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Obstacle Height\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          ≤10 mm\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"spec-card\"\u003e\n\n        \u003cdiv class=\"spec-label\"\u003e\n          Climbing Slope\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"spec-value\"\u003e\n          ≤15°\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FULL SPECIFICATIONS\n========================================================= --\u003e\n\n\u003csection class=\"airplus-section alt\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n    \u003cdiv class=\"airplus-header\"\u003e\n\n      \u003cspan class=\"airplus-label\"\u003e\n        Full Specifications\n      \u003c\/span\u003e\n\n      \u003ch2 class=\"airplus-title\"\u003e\n        EBO Air 2 Plus at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"table-wrap\"\u003e\n\n      \u003ctable class=\"airplus-table\"\u003e\n\n        \u003ctbody\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eProduct Condition\u003c\/td\u003e\n            \u003ctd\u003eOpen Box — New Condition\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO Air 2 Plus\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e116 × 116 × 111 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eWeight\u003c\/td\u003e\n            \u003ctd\u003e560 g\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera\u003c\/td\u003e\n            \u003ctd\u003e5 MP\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eResolution\u003c\/td\u003e\n            \u003ctd\u003e3K \/ 2880 × 1620\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003e137°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eTwo-Way Communication\u003c\/td\u003e\n            \u003ctd\u003eVideo \u0026amp; Audio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Assistant\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eSmart Patrol\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Tracking\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCustomizable Eye Display\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e5000 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 3–4 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eStandby \/ Video Recording\u003c\/td\u003e\n            \u003ctd\u003eApproximately 9–10 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eContinuous Movement\u003c\/td\u003e\n            \u003ctd\u003eUp to 4 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eAutomatic Recharge\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \/ 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eMotor Type\u003c\/td\u003e\n            \u003ctd\u003eBrushed Gear Motor\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eSpeed\u003c\/td\u003e\n            \u003ctd\u003e20–60 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing Height\u003c\/td\u003e\n            \u003ctd\u003e≤10 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eClimbing Slope\u003c\/td\u003e\n            \u003ctd\u003e≤15°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Format\u003c\/td\u003e\n            \u003ctd\u003eJPG, MP4\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eMemory Support\u003c\/td\u003e\n            \u003ctd\u003eUp to 256 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eIncluded Memory Card\u003c\/td\u003e\n            \u003ctd\u003e32 GB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n          \u003ctr\u003e\n            \u003ctd\u003eInteractive Laser\u003c\/td\u003e\n            \u003ctd\u003eNot supported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =========================================================\n     FINAL\n========================================================= --\u003e\n\n\u003csection class=\"airplus-final\"\u003e\n\n  \u003cdiv class=\"airplus-container\"\u003e\n\n\n    \u003cdiv class=\"final-condition\"\u003e\n      Open Box · New Condition\n    \u003c\/div\u003e\n\n\n    \u003ch2\u003e\n      Smart Security Meets Family Connection\n    \u003c\/h2\u003e\n\n\n    \u003cp\u003e\n      Enabot EBO Air 2 Plus combines 3K mobile monitoring,\n      two-way video communication, intelligent smart patrol,\n      AI tracking and an interactive AI assistant in one\n      compact FamilyBot.\n    \u003c\/p\u003e\n\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":49830906102037,"sku":"EBO Air 2 Plus-Grey-OB-1550","price":230.0,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/Image_711b2b84-093d-4672-a954-fc27df9f4779.jpg?v=1774563000"},{"product_id":"enabot-ebo-max-familybot","title":"Enabot EBO Max FamilyBot | 4K AI Home Companion Robot","description":"\u003cp\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c\/p\u003e\n\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800\u0026display=swap');\n\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  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: var(--text-dark);\n    line-height: 1.6;\n    background: var(--bg-white);\n  }\n\n  img {\n    max-width: 100%;\n    display: block;\n  }\n\n  \/* ===== SECTION COMMON ===== *\/\n\n  .section {\n    padding: 100px 0;\n    position: relative;\n  }\n\n  .section-alt {\n    background: var(--bg-light);\n  }\n\n  .section-container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 40px;\n  }\n\n  .section-header {\n    text-align: center;\n    max-width: 760px;\n    margin: 0 auto 64px;\n  }\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\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\n  .section-desc {\n    font-size: 17px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n\n  \/* ===== INTRO ===== *\/\n\n  .product-intro {\n    padding: 90px 0;\n    background:\n      radial-gradient(circle at 85% 15%, rgba(255,107,53,0.08), transparent 28%),\n      linear-gradient(135deg, #f8f5f2 0%, #f3efeb 100%);\n  }\n\n  .product-intro-inner {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 70px;\n    align-items: center;\n  }\n\n  .product-intro h2 {\n    font-size: clamp(32px, 4vw, 48px);\n    font-weight: 800;\n    line-height: 1.1;\n    letter-spacing: -0.03em;\n    margin-bottom: 24px;\n  }\n\n  .product-intro h2 span {\n    color: var(--accent);\n  }\n\n  .product-intro p {\n    font-size: 17px;\n    color: var(--text-muted);\n    line-height: 1.8;\n    margin-bottom: 18px;\n  }\n\n  .intro-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .intro-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    background: var(--bg-white);\n    border: 1px solid var(--border);\n    border-radius: 50px;\n    padding: 9px 16px;\n    font-size: 13px;\n    font-weight: 600;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .intro-tag svg {\n    width: 15px;\n    height: 15px;\n    color: var(--accent);\n  }\n\n  .intro-image {\n    background: #fff;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n  }\n\n  .intro-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  \/* ===== FEATURE GRID ===== *\/\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\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\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\n  .feature-card:hover {\n    transform: translateY(-6px);\n    box-shadow: var(--shadow-lg);\n    border-color: transparent;\n  }\n\n  .feature-card:hover::before {\n    transform: scaleX(1);\n  }\n\n  .feature-icon {\n    width: 64px;\n    height: 64px;\n    background: linear-gradient(\n      135deg,\n      rgba(255,107,53,0.1) 0%,\n      rgba(255,107,53,0.05) 100%\n    );\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\n  .feature-icon svg {\n    width: 28px;\n    height: 28px;\n  }\n\n  .feature-card h3 {\n    font-size: 20px;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\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\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\n  .split-feature:last-child {\n    margin-bottom: 0;\n  }\n\n  .split-feature.reverse {\n    direction: rtl;\n  }\n\n  .split-feature.reverse \u003e * {\n    direction: ltr;\n  }\n\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    min-height: auto;\n  }\n\n  .split-image img {\n    width: 100%;\n    height: auto;\n    object-fit: contain;\n    display: block;\n  }\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\n  .split-content p {\n    font-size: 16px;\n    color: var(--text-muted);\n    line-height: 1.7;\n  }\n\n  .feature-list {\n    list-style: none;\n    margin-top: 24px;\n  }\n\n  .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\n  .feature-list li svg {\n    width: 20px;\n    height: 20px;\n    color: var(--success);\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* ===== AI DARK SECTION ===== *\/\n\n  .ai-section {\n    background: linear-gradient(135deg, #121212 0%, #282828 100%);\n    padding: 100px 0;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .ai-section::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 70%;\n    height: 180%;\n    background: radial-gradient(\n      ellipse,\n      rgba(255,107,53,0.12) 0%,\n      transparent 68%\n    );\n  }\n\n  .ai-section .section-container {\n    position: relative;\n    z-index: 1;\n  }\n\n  .ai-section .section-title {\n    color: #fff;\n  }\n\n  .ai-section .section-desc {\n    color: rgba(255,255,255,0.65);\n  }\n\n  .ai-image {\n    max-width: 1000px;\n    margin: 0 auto;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: 0 30px 80px rgba(0,0,0,0.45);\n  }\n\n  .ai-image img {\n    width: 100%;\n    height: auto;\n  }\n\n  \/* ===== SPECIFICATIONS ===== *\/\n\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\n  .spec-item {\n    background: var(--bg-white);\n    padding: 28px 20px;\n    text-align: center;\n    transition: var(--transition);\n  }\n\n  .spec-item:hover {\n    background: #fafafa;\n  }\n\n  .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\n  .spec-value {\n    font-size: 16px;\n    font-weight: 700;\n    color: var(--primary);\n  }\n\n  \/* ===== DETAILED SPECS TABLE ===== *\/\n\n  .details-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\n  .details-table td {\n    padding: 17px 24px;\n    border-bottom: 1px solid var(--border);\n    font-size: 15px;\n  }\n\n  .details-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .details-table tr:nth-child(even) {\n    background: #fafafa;\n  }\n\n  .details-table td:first-child {\n    width: 40%;\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .details-table td:last-child {\n    color: var(--text-muted);\n  }\n\n  \/* ===== COMPARISON TABLE ===== *\/\n\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\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\n  .comparison-table th {\n    background: var(--primary);\n    color: #fff;\n    font-size: 14px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .comparison-table th.highlight-head {\n    background: var(--accent);\n  }\n\n  .comparison-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  .comparison-table td {\n    font-size: 15px;\n    color: var(--text-muted);\n  }\n\n  .comparison-table td:first-child {\n    font-weight: 600;\n    color: var(--primary);\n  }\n\n  .comparison-table tr:nth-child(odd) td {\n    background: rgba(255,107,53,0.025);\n  }\n\n  .comparison-table .check {\n    color: var(--success);\n    font-weight: 700;\n  }\n\n  .comparison-table .best {\n    color: var(--accent);\n    font-weight: 700;\n  }\n\n  \/* ===== BOX CONTENTS ===== *\/\n\n  .box-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 20px;\n  }\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\n  .box-item:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-md);\n    border-color: var(--accent);\n  }\n\n  .box-icon {\n    width: 48px;\n    height: 48px;\n    background: linear-gradient(\n      135deg,\n      rgba(255,107,53,0.1),\n      rgba(255,107,53,0.05)\n    );\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\n  .box-icon svg {\n    width: 22px;\n    height: 22px;\n  }\n\n  .box-item h4 {\n    font-size: 14px;\n    font-weight: 600;\n    color: var(--primary);\n    line-height: 1.4;\n  }\n\n  \/* ===== PRIVACY BANNER ===== *\/\n\n  .privacy-banner {\n    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);\n    padding: 80px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .privacy-banner::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -20%;\n    width: 60%;\n    height: 200%;\n    background: radial-gradient(\n      ellipse,\n      rgba(255,107,53,0.1) 0%,\n      transparent 70%\n    );\n  }\n\n  .privacy-banner .section-container {\n    position: relative;\n    z-index: 1;\n  }\n\n  .privacy-banner h2 {\n    font-size: clamp(28px, 4vw, 42px);\n    font-weight: 800;\n    color: #fff;\n    margin-bottom: 16px;\n  }\n\n  .privacy-banner p {\n    font-size: 17px;\n    color: rgba(255,255,255,0.65);\n    max-width: 700px;\n    margin: 0 auto;\n    line-height: 1.75;\n  }\n\n  \/* ===== RESPONSIVE ===== *\/\n\n  @media (max-width: 1024px) {\n    .product-intro-inner {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n\n    .features-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .split-feature {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n\n    .split-feature.reverse {\n      direction: ltr;\n    }\n\n    .specs-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .box-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (max-width: 640px) {\n    .section,\n    .product-intro,\n    .ai-section {\n      padding: 60px 0;\n    }\n\n    .section-container {\n      padding: 0 20px;\n    }\n\n    .features-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .specs-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .box-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .comparison-table th,\n    .comparison-table td,\n    .details-table td {\n      padding: 12px 14px;\n      font-size: 13px;\n    }\n\n    .details-table td:first-child {\n      width: 45%;\n    }\n  }\n\u003c\/style\u003e\n\n\n\u003c!-- ===== PRODUCT INTRO ===== --\u003e\n\n\u003csection class=\"product-intro\"\u003e\n  \u003cdiv class=\"section-container\"\u003e\n    \u003cdiv class=\"product-intro-inner\"\u003e\n\n      \u003cdiv\u003e\n        \u003cspan class=\"section-label\"\u003eEBO Max FamilyBot\u003c\/span\u003e\n\n        \u003ch2\u003e\n          Intelligent Care That \u003cspan\u003eMoves With Your Family\u003c\/span\u003e\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n          \u003cstrong\u003eEnabot EBO Max FamilyBot\u003c\/strong\u003e is more than a home robot —\n          it is an intelligent, mobile companion designed to see, hear,\n          understand and respond to the people and pets around it.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          Powered by embodied multimodal AI, EBO Max combines intelligent\n          perception, adaptive memory, autonomous navigation and real-time\n          communication to help you stay connected with children, pets,\n          elderly relatives and your home from virtually anywhere.\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n          From scheduled security patrols and fall detection to family video\n          calls, pet monitoring and interactive AI experiences, EBO Max\n          transforms everyday home monitoring into genuine companionship.\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"intro-tags\"\u003e\n\n          \u003cdiv class=\"intro-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n              \u003cpath d=\"M8 12l2.5 2.5L16 9\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            Embodied AI\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"intro-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e\n            4K Vision\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"intro-tag\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n              \u003cpath d=\"M3 12h18\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 3l9 9-9 9\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\n            V-SLAM Navigation\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"intro-image\"\u003e\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_max_wonder_in_life_swiper1.webp\" alt=\"Enabot EBO Max FamilyBot 4K AI home robot\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c!-- ===== KEY FEATURES ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n      \u003cspan class=\"section-label\"\u003eKey Features\u003c\/span\u003e\n      \u003ch2 class=\"section-title\"\u003e\n        One Intelligent Robot for the Whole Family\n      \u003c\/h2\u003e\n      \u003cp class=\"section-desc\"\u003e\n        EBO Max combines advanced AI, 4K vision, autonomous mobility,\n        communication and intelligent home care in one compact FamilyBot.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eEmbodied Multimodal AI\u003c\/h3\u003e\n        \u003cp\u003e\n          EBO Max can see, hear, understand and act. Its AI combines perception,\n          contextual understanding, decision-making and memory for increasingly\n          personalized interactions.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"3\" y=\"5\" width=\"18\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003e4K Ultra-HD Camera\u003c\/h3\u003e\n        \u003cp\u003e\n          An 8MP camera records in 4K resolution with a 131° ultra-wide field\n          of view, delivering clear footage for family moments, pet care and\n          home monitoring.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M3 11l9-8 9 8\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M5 10v10h14V10\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M9 20v-6h6v6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eV-SLAM Navigation\u003c\/h3\u003e\n        \u003cp\u003e\n          Intelligent mapping and route memory allow EBO Max to navigate\n          between rooms, avoid obstacles, reach marked locations and return\n          to its charging dock automatically.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M23 7l-7 5 7 5V7z\"\u003e\u003c\/path\u003e\n            \u003crect x=\"1\" y=\"5\" width=\"15\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eTwo-Way Video Calls\u003c\/h3\u003e\n        \u003cp\u003e\n          See and speak with family members in real time through the EBO Home\n          app, helping you stay present even when you are far from home.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M18 8a6 6 0 10-12 0c0 7-3 9-3 9h18s-3-2-3-9\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M10 21h4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eAI Patrol \u0026amp; Care\u003c\/h3\u003e\n        \u003cp\u003e\n          Schedule patrol routes and receive intelligent alerts for falls,\n          prolonged inactivity and unusual events while EBO Max monitors\n          important areas of your home.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M12 2a3 3 0 00-3 3v7a3 3 0 006 0V5a3 3 0 00-3-3z\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M19 10v2a7 7 0 01-14 0v-2\"\u003e\u003c\/path\u003e\n            \u003cline x1=\"12\" y1=\"19\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eVoice Recognition \u0026amp; Control\u003c\/h3\u003e\n        \u003cp\u003e\n          A four-microphone array with AI noise reduction helps EBO Max locate\n          voices, recognize commands and naturally turn toward the person\n          speaking.\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== SPLIT FEATURE: AI ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"split-feature\"\u003e\n\n      \u003cdiv class=\"split-image\"\u003e\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_max_AI_in_active_swiper4.webp\" alt=\"EBO Max AI interaction with children\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"split-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eEmbodied Intelligence\u003c\/span\u003e\n\n        \u003ch3\u003e\n          An AI Companion That Learns Your Way\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO Max goes beyond simple command-response interaction. Its embodied\n          AI combines vision, sound, context, decision-making and adaptive\n          memory in one continuous intelligent loop.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Recognizes family members using face, voice and appearance\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Learns routines and preferences over time\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Understands natural voice instructions\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Breaks complex requests into actions and executes them autonomously\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== SPLIT FEATURE: NAVIGATION ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"split-feature reverse\"\u003e\n\n      \u003cdiv class=\"split-image\"\u003e\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_max_care_in_quiet1_260508.webp\" alt=\"EBO Max V-SLAM navigation and obstacle avoidance\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"split-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eSmart Navigation\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Tap Anywhere. Send EBO Max There.\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          V-SLAM navigation allows EBO Max to build an understanding of your\n          home and move intelligently between important locations. Mark\n          destinations in the app, create routes and let the robot navigate\n          autonomously.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            V-SLAM real-time mapping and navigation\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Multi-waypoint route memory\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Intelligent obstacle avoidance\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Automatically returns to the charging stand\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Crosses obstacles up to 12 mm and slopes up to 15°\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== SPLIT FEATURE: FAMILY CARE ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"split-feature\"\u003e\n\n      \u003cdiv class=\"split-image\"\u003e\n        \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_max_care_in_quiet2.webp\" alt=\"EBO Max smart patrol and fall detection\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"split-content\"\u003e\n\n        \u003cspan class=\"section-label\"\u003eHome \u0026amp; Family Care\u003c\/span\u003e\n\n        \u003ch3\u003e\n          Peace of Mind, Even When You're Away\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          EBO Max can patrol selected areas of the home and use AI-based\n          monitoring to identify important events. It is designed to help you\n          check in on children, pets and elderly relatives without relying on\n          fixed cameras in every room.\n        \u003c\/p\u003e\n\n        \u003cul class=\"feature-list\"\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            AI-powered fall detection\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Prolonged inactivity alerts\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Scheduled whole-home and route patrols\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            Smart alerts sent directly to your phone\n          \u003c\/li\u003e\n\n          \u003cli\u003e\n            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"3\"\u003e\n              \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\n            AI tracking for people and pets\n          \u003c\/li\u003e\n\n        \u003c\/ul\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== 4K CAMERA ===== --\u003e\n\n\u003csection class=\"ai-section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003e4K Vision\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Capture Life's Moments in Ultra HD\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        The 8MP camera captures 4K video through a 131° ultra-wide lens,\n        giving you a detailed low-angle view of everyday life from EBO Max's\n        unique perspective.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"ai-image\"\u003e\n      \u003cimg src=\"https:\/\/bow-resource.enabot.com\/img\/promotion\/ebo_max_wonder_in_life_swiper1.webp\" alt=\"EBO Max 4K ultra HD camera\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== TECHNICAL SPECS ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eTechnical Specs\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Intelligent Performance in a Compact Design\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        Powerful AI, high-resolution imaging, flexible mobility and\n        reliable connectivity engineered for everyday home use.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"specs-grid\"\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eDimensions\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e129 × 127 × 117 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWeight\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e750 ± 10 g\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e8MP \/ 4K UHD\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eResolution\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3840 × 2160\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCamera Angle\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e131° Wide\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eBattery\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2500 mAh\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eCharging Time\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e3–4 Hours\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eWi-Fi\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e2.4 GHz \u0026amp; 5 GHz\u003c\/div\u003e\n      \u003c\/div\u003e\n\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\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eObstacle Crossing\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e≤ 12 mm\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eClimbing Slope\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e≤ 15°\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"spec-item\"\u003e\n        \u003cdiv class=\"spec-label\"\u003eOperating Noise\u003c\/div\u003e\n        \u003cdiv class=\"spec-value\"\u003e53 dB\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== DETAILED SPECIFICATIONS ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eFull Specifications\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        EBO Max at a Glance\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv style=\"overflow-x:auto;\"\u003e\n\n      \u003ctable class=\"details-table\"\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eModel\u003c\/td\u003e\n            \u003ctd\u003eEBO Max FamilyBot\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eDimensions\u003c\/td\u003e\n            \u003ctd\u003e129 × 127 × 117 mm \/ 5.08 × 5.00 × 4.61 in\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eProduct Weight\u003c\/td\u003e\n            \u003ctd\u003e750 ± 10 g \/ approximately 1.65 lbs\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaterial\u003c\/td\u003e\n            \u003ctd\u003ePC + ABS\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Sensor\u003c\/td\u003e\n            \u003ctd\u003e8 MP\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eVideo Resolution\u003c\/td\u003e\n            \u003ctd\u003e4K UHD — 3840 × 2160\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCamera Angle\u003c\/td\u003e\n            \u003ctd\u003e131° ultra-wide\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNight Vision\u003c\/td\u003e\n            \u003ctd\u003eSupported\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Capacity\u003c\/td\u003e\n            \u003ctd\u003e7.2 V \/ 2500 mAh\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eBattery Life\u003c\/td\u003e\n            \u003ctd\u003e\n              Standby \/ video recording: approximately 4–6 hours;\n              continuous movement: up to 3 hours\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCharging Time\u003c\/td\u003e\n            \u003ctd\u003eApproximately 3–4 hours\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eRated Power\u003c\/td\u003e\n            \u003ctd\u003e9 W max.\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eWi-Fi\u003c\/td\u003e\n            \u003ctd\u003e2.4 GHz \u0026amp; 5 GHz\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMemory Support\u003c\/td\u003e\n            \u003ctd\u003eUp to 256 GB; 32 GB SD card included\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFile Formats\u003c\/td\u003e\n            \u003ctd\u003eJPG, MP4\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMovement Speed\u003c\/td\u003e\n            \u003ctd\u003e20–60 cm\/s\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eObstacle Crossing\u003c\/td\u003e\n            \u003ctd\u003e≤ 12 mm\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eMaximum Climbing Slope\u003c\/td\u003e\n            \u003ctd\u003e≤ 15°\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eOperating Noise\u003c\/td\u003e\n            \u003ctd\u003e53 dB\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eNavigation\u003c\/td\u003e\n            \u003ctd\u003eV-SLAM + route memory + autonomous return to charging dock\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCommunication\u003c\/td\u003e\n            \u003ctd\u003eTwo-way video and audio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Functions\u003c\/td\u003e\n            \u003ctd\u003e\n              Multimodal AI, adaptive memory, face and voice recognition,\n              voice control, AI tracking and fall detection\n            \u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== COMPARISON ===== --\u003e\n\n\u003csection class=\"section section-alt\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003eCompare Models\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        EBO Max vs EBO X\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        See how EBO Max's embodied AI and family-care capabilities compare\n        with Enabot's EBO X FamilyBot.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv style=\"overflow-x:auto;\"\u003e\n\n      \u003ctable class=\"comparison-table\"\u003e\n\n        \u003cthead\u003e\n\n          \u003ctr\u003e\n            \u003cth\u003eFeature\u003c\/th\u003e\n            \u003cth class=\"highlight-head\"\u003eEBO Max\u003c\/th\u003e\n            \u003cth\u003eEBO X\u003c\/th\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/thead\u003e\n\n        \u003ctbody\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAI Type\u003c\/td\u003e\n            \u003ctd class=\"best\"\u003eEmbodied Multimodal AI\u003c\/td\u003e\n            \u003ctd\u003eReactive AI\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e4K Video\u003c\/td\u003e\n            \u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n            \u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003e8MP Sensor\u003c\/td\u003e\n            \u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n            \u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eVoice Control\u003c\/td\u003e\n            \u003ctd class=\"check best\"\u003e✓\u003c\/td\u003e\n            \u003ctd\u003eLimited\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eAdaptive Memory\u003c\/td\u003e\n            \u003ctd class=\"check best\"\u003e✓\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eRecognition\u003c\/td\u003e\n            \u003ctd class=\"best\"\u003eFace \u0026amp; Voice\u003c\/td\u003e\n            \u003ctd\u003eFace\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eFall Detection\u003c\/td\u003e\n            \u003ctd class=\"check best\"\u003e✓\u003c\/td\u003e\n            \u003ctd\u003e—\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eCommunication\u003c\/td\u003e\n            \u003ctd class=\"best\"\u003eTwo-Way Video\u003c\/td\u003e\n            \u003ctd\u003eTwo-Way Audio\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eSmart Patrol\u003c\/td\u003e\n            \u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n            \u003ctd class=\"check\"\u003e✓\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n          \u003ctr\u003e\n            \u003ctd\u003eReturn-to-Dock Navigation\u003c\/td\u003e\n            \u003ctd class=\"best\"\u003eV-SLAM + Route Memory + IR\u003c\/td\u003e\n            \u003ctd\u003eV-SLAM\u003c\/td\u003e\n          \u003c\/tr\u003e\n\n        \u003c\/tbody\u003e\n\n      \u003c\/table\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== WHAT'S IN THE BOX ===== --\u003e\n\n\u003csection class=\"section\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cdiv class=\"section-header\"\u003e\n\n      \u003cspan class=\"section-label\"\u003ePackage Contents\u003c\/span\u003e\n\n      \u003ch2 class=\"section-title\"\u003e\n        Everything You Need to Get Started\n      \u003c\/h2\u003e\n\n      \u003cp class=\"section-desc\"\u003e\n        EBO Max arrives with the essential accessories required for\n        setup, charging and local video storage.\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"box-grid\"\u003e\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"9\" cy=\"11\" r=\"1\"\u003e\u003c\/circle\u003e\n            \u003ccircle cx=\"15\" cy=\"11\" r=\"1\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M8 16c2 1 6 1 8 0\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003eEBO Max Robot\u003c\/h4\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"3\" y=\"8\" width=\"18\" height=\"10\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M8 8V5h8v3\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003eCharging Stand\u003c\/h4\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-4l1-8z\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003ePower Adapter\u003c\/h4\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003crect x=\"5\" y=\"3\" width=\"14\" height=\"18\" rx=\"2\"\u003e\u003c\/rect\u003e\n            \u003cpath d=\"M9 3v4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 3v4\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M15 3v4\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003e32 GB SD Card\u003c\/h4\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003cpath d=\"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z\"\u003e\u003c\/path\u003e\n            \u003cpolyline points=\"14 2 14 8 20 8\"\u003e\u003c\/polyline\u003e\n            \u003cline x1=\"8\" y1=\"13\" x2=\"16\" y2=\"13\"\u003e\u003c\/line\u003e\n            \u003cline x1=\"8\" y1=\"17\" x2=\"16\" y2=\"17\"\u003e\u003c\/line\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003eUser Manual\u003c\/h4\u003e\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"box-item\"\u003e\n        \u003cdiv class=\"box-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n            \u003cpath d=\"M12 2v6\"\u003e\u003c\/path\u003e\n            \u003cpath d=\"M12 16v6\"\u003e\u003c\/path\u003e\n          \u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch4\u003ePower On\/Off Pin\u003c\/h4\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- ===== PRIVACY ===== --\u003e\n\n\u003csection class=\"privacy-banner\"\u003e\n\n  \u003cdiv class=\"section-container\"\u003e\n\n    \u003cspan class=\"section-label\"\u003ePrivacy \u0026amp; Local Storage\u003c\/span\u003e\n\n    \u003ch2\u003e\n      Your Home. Your Moments. Your Data.\n    \u003c\/h2\u003e\n\n    \u003cp\u003e\n      EBO Max stores recordings and other media locally on its memory card.\n      The included 32 GB SD card allows the robot to begin recording right\n      away and storage can be expanded up to 256 GB.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e","brand":"Enabot","offers":[{"title":"Default Title","offer_id":49991136641301,"sku":"EB3302605","price":599.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/0157\/5189\/files\/EBO-Max.jpg?v=1782385999"},{"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\/collections\/enabot-1.oembed","provider":"Futurology Tech","version":"1.0","type":"link"}