{"product_id":"eufy-security-indoor-cam-e220-pan-360-tilt-96-ai-detection-brand-new","title":"eufy Security Indoor Cam E220 | Brand New","description":"\u003cstyle\u003e\n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-15px); }\n        }\n\n        @keyframes glow {\n            0%, 100% { box-shadow: 0 0 20px rgba(250, 112, 154, 0.4); }\n            50% { box-shadow: 0 0 40px rgba(250, 112, 154, 0.8); }\n        }\n\n        @keyframes slideIn {\n            from { transform: translateX(-100%); opacity: 0; }\n            to { transform: translateX(0); opacity: 1; }\n        }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        * {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n\n        .listing-body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: #fef7ff;\n            color: #1a0a2e;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 1.5rem;\n        }\n\n        \/* Floating Badge *\/\n        .floating-badge {\n            position: fixed;\n            top: 120px;\n            right: 20px;\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            color: white;\n            padding: 1rem 1.5rem;\n            border-radius: 20px;\n            font-weight: 800;\n            font-size: 0.875rem;\n            z-index: 999;\n            box-shadow: 0 10px 30px rgba(250, 112, 154, 0.4);\n            animation: float 3s ease-in-out infinite;\n        }\n\n        \/* Condition Explainer *\/\n        .condition-explainer {\n            background: linear-gradient(135deg, #fff0f5 0%, #fffaf0 100%);\n            border-left: 4px solid #fa709a;\n            padding: 1.5rem;\n            border-radius: 10px;\n            margin: 1.5rem 0;\n            box-shadow: 0 4px 15px rgba(250, 112, 154, 0.1);\n        }\n\n        .condition-explainer h3 {\n            color: #1a0a2e;\n            font-size: 1.25rem;\n            margin-bottom: 0.75rem;\n            font-weight: 700;\n        }\n\n        .condition-explainer p {\n            color: #444;\n            font-size: 1rem;\n            line-height: 1.6;\n            margin-bottom: 0.5rem;\n        }\n\n        .condition-explainer ul {\n            margin: 1rem 0 0 1.5rem;\n            color: #444;\n        }\n\n        .condition-explainer li {\n            margin-bottom: 0.5rem;\n            line-height: 1.6;\n        }\n\n        \/* Header *\/\n        .listing-header {\n            background: white;\n            padding: 1.5rem 0;\n            border-bottom: 3px solid #fa709a;\n            z-index: 1000;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n\n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .brand {\n            font-size: 2rem;\n            font-weight: 900;\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            letter-spacing: -1px;\n        }\n\n        .header-badge {\n            background: linear-gradient(135deg, #feca57 0%, #ff9ff3 100%);\n            padding: 0.75rem 1.5rem;\n            border-radius: 50px;\n            font-weight: 700;\n            color: white;\n            font-size: 0.938rem;\n            box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);\n        }\n\n        \/* Hero *\/\n        .hero {\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            padding: 4rem 0 3rem;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            width: 600px;\n            height: 600px;\n            background: rgba(255, 255, 255, 0.15);\n            border-radius: 50%;\n            top: -300px;\n            left: -200px;\n            animation: pulse 8s infinite;\n        }\n\n        .hero::after {\n            content: '';\n            position: absolute;\n            width: 400px;\n            height: 400px;\n            background: rgba(255, 255, 255, 0.15);\n            border-radius: 50%;\n            bottom: -200px;\n            right: -100px;\n            animation: pulse 6s infinite;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n        }\n\n        .hero-badges {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            margin-bottom: 2rem;\n            flex-wrap: wrap;\n        }\n\n        .hero-badge {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.25);\n            backdrop-filter: blur(10px);\n            padding: 0.75rem 2rem;\n            border-radius: 50px;\n            color: white;\n            font-weight: 700;\n            border: 2px solid rgba(255, 255, 255, 0.4);\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-size: 0.875rem;\n            animation: fadeIn 0.6s ease-out;\n        }\n\n        .hero-badge.hot {\n            animation: pulse 1.5s infinite, fadeIn 0.6s ease-out;\n        }\n\n        .listing-body h1 {\n            font-size: 4rem;\n            font-weight: 900;\n            color: white;\n            margin-bottom: 1.5rem;\n            letter-spacing: -2px;\n            line-height: 1.1;\n            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\n            animation: fadeIn 0.8s ease-out;\n        }\n\n        .hero-subtitle {\n            font-size: 1.5rem;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 3rem;\n            font-weight: 600;\n            animation: fadeIn 1s ease-out;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 1.5rem 4rem;\n            background: white;\n            color: #fa709a;\n            text-decoration: none;\n            border-radius: 50px;\n            font-size: 1.25rem;\n            font-weight: 900;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            animation: fadeIn 1.4s ease-out;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);\n        }\n\n        \/* Deal Alert Box *\/\n        .deal-alert {\n            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);\n            border-radius: 30px;\n            padding: 2rem 3rem;\n            margin: -3rem auto 4rem;\n            max-width: 900px;\n            position: relative;\n            z-index: 10;\n            box-shadow: 0 20px 60px rgba(67, 233, 123, 0.4);\n            animation: slideIn 0.8s ease-out;\n        }\n\n        .deal-alert h3 {\n            font-size: 2rem;\n            font-weight: 900;\n            color: white;\n            margin-bottom: 1rem;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        .deal-alert p {\n            font-size: 1.125rem;\n            color: white;\n            line-height: 1.8;\n            font-weight: 500;\n        }\n\n        .deal-alert strong {\n            text-decoration: underline;\n            text-decoration-thickness: 3px;\n            text-underline-offset: 4px;\n        }\n\n        \/* Section Styles *\/\n        .listing-body section {\n            padding: 5rem 0;\n            position: relative;\n        }\n\n        .section-title {\n            font-size: 3rem;\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 1rem;\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            letter-spacing: -1px;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.25rem;\n            color: #666;\n            margin-bottom: 4rem;\n            font-weight: 500;\n        }\n\n        \/* Loss Aversion Section *\/\n        .loss-aversion {\n            background: linear-gradient(135deg, #f5f7ff 0%, #fef7ff 100%);\n        }\n\n        .comparison-split {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 3rem;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .without-card, .with-card {\n            background: white;\n            border-radius: 25px;\n            padding: 3rem;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);\n            position: relative;\n        }\n\n        .without-card {\n            border: 3px solid #ff6b9d;\n        }\n\n        .without-card::before {\n            content: '😓';\n            position: absolute;\n            top: -30px;\n            right: 20px;\n            font-size: 3rem;\n        }\n\n        .with-card {\n            border: 3px solid #43e97b;\n            transform: scale(1.05);\n        }\n\n        .with-card::before {\n            content: '😌';\n            position: absolute;\n            top: -30px;\n            right: 20px;\n            font-size: 3rem;\n        }\n\n        .comparison-title {\n            font-size: 1.75rem;\n            font-weight: 800;\n            margin-bottom: 1.5rem;\n            color: #1a0a2e;\n        }\n\n        .comparison-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .comparison-list li {\n            padding: 0.75rem 0;\n            display: flex;\n            align-items: flex-start;\n            gap: 1rem;\n            font-size: 1rem;\n            color: #666;\n        }\n\n        .comparison-list li::before {\n            flex-shrink: 0;\n            font-weight: 900;\n            font-size: 1.25rem;\n        }\n\n        .without-card li::before {\n            content: '✗';\n            color: #ff6b9d;\n        }\n\n        .with-card li::before {\n            content: '✓';\n            color: #43e97b;\n        }\n\n        \/* Features Grid *\/\n        .features-section {\n            background: white;\n        }\n\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n\n        .feature-card {\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            border-radius: 30px;\n            padding: 3rem 2rem;\n            text-align: center;\n            box-shadow: 0 10px 40px rgba(250, 112, 154, 0.3);\n            transition: transform 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            width: 200px;\n            height: 200px;\n            background: rgba(255, 255, 255, 0.15);\n            border-radius: 50%;\n            top: -100px;\n            right: -100px;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-10px) rotate(2deg);\n        }\n\n        .feature-card:nth-child(2) {\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n            box-shadow: 0 10px 40px rgba(0, 242, 254, 0.3);\n        }\n\n        .feature-card:nth-child(3) {\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n            box-shadow: 0 10px 40px rgba(245, 87, 108, 0.3);\n        }\n\n        .feature-card:nth-child(4) {\n            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);\n            box-shadow: 0 10px 40px rgba(67, 233, 123, 0.3);\n        }\n\n        .feature-icon {\n            font-size: 4rem;\n            margin-bottom: 1.5rem;\n            display: block;\n            position: relative;\n            z-index: 1;\n        }\n\n        .feature-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            color: white;\n            margin-bottom: 1rem;\n            position: relative;\n            z-index: 1;\n        }\n\n        .feature-description {\n            color: rgba(255, 255, 255, 0.95);\n            font-size: 1rem;\n            line-height: 1.7;\n            font-weight: 500;\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* Specs *\/\n        .specs-section {\n            background: linear-gradient(180deg, #fef7ff 0%, #f5f7ff 100%);\n        }\n\n        .specs-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 2rem;\n            max-width: 1000px;\n            margin: 0 auto;\n        }\n\n        .spec-bubble {\n            background: white;\n            border-radius: 50%;\n            width: 200px;\n            height: 200px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto;\n            box-shadow: 0 10px 30px rgba(250, 112, 154, 0.2);\n            transition: transform 0.3s ease;\n            padding: 1.5rem;\n            text-align: center;\n        }\n\n        .spec-bubble:hover {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .spec-label {\n            font-size: 0.875rem;\n            color: #666;\n            margin-bottom: 0.5rem;\n            font-weight: 600;\n        }\n\n        .spec-value {\n            font-size: 1.125rem;\n            font-weight: 800;\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        \/* What's Inside *\/\n        .whats-inside {\n            background: white;\n        }\n\n        .inside-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n            gap: 2rem;\n        }\n\n        .inside-card {\n            background: linear-gradient(135deg, #f5f7ff 0%, #fef7ff 100%);\n            border-radius: 25px;\n            padding: 2rem;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n            border: 3px solid transparent;\n        }\n\n        .inside-card:hover {\n            transform: translateY(-10px);\n            border-color: #fa709a;\n        }\n\n        .inside-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n\n        .inside-title {\n            font-weight: 800;\n            font-size: 1.125rem;\n            color: #1a0a2e;\n            margin-bottom: 0.5rem;\n        }\n\n        .inside-desc {\n            font-size: 0.938rem;\n            color: #666;\n            font-weight: 500;\n        }\n\n        .callout-box {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 25px;\n            padding: 2.5rem;\n            margin-top: 3rem;\n            box-shadow: 0 15px 50px rgba(102, 126, 234, 0.3);\n        }\n\n        .callout-box h4 {\n            color: white;\n            font-size: 1.75rem;\n            font-weight: 900;\n            margin-bottom: 1rem;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);\n        }\n\n        .callout-box p {\n            color: white;\n            font-size: 1.125rem;\n            line-height: 1.8;\n            font-weight: 500;\n        }\n\n        \/* Why Buy *\/\n        .why-buy {\n            background: linear-gradient(135deg, #fef7ff 0%, #f5f7ff 100%);\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n        }\n\n        .why-card {\n            background: white;\n            border-radius: 25px;\n            padding: 2.5rem;\n            border: 3px solid #fa709a;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .why-card:hover {\n            transform: scale(1.05);\n            box-shadow: 0 15px 40px rgba(250, 112, 154, 0.3);\n        }\n\n        .why-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n        }\n\n        .why-card h4 {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n            color: #1a0a2e;\n        }\n\n        .why-card p {\n            color: #666;\n            line-height: 1.7;\n            font-size: 1rem;\n            font-weight: 500;\n        }\n\n        \/* Shipping *\/\n        .shipping-section {\n            background: white;\n        }\n\n        .shipping-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .shipping-card {\n            background: linear-gradient(135deg, #f5f7ff 0%, #fef7ff 100%);\n            border-radius: 25px;\n            padding: 3rem;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n            border: 3px solid transparent;\n        }\n\n        .shipping-card:hover {\n            transform: translateY(-10px);\n            border-color: #fa709a;\n        }\n\n        .shipping-icon {\n            font-size: 4rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .shipping-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n            color: #1a0a2e;\n        }\n\n        .shipping-desc {\n            color: #666;\n            font-size: 1rem;\n            margin-bottom: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Warranty *\/\n        .warranty-section {\n            background: linear-gradient(135deg, #fef7ff 0%, #f5f7ff 100%);\n        }\n\n        .warranty-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .warranty-card {\n            background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);\n            border-radius: 25px;\n            padding: 2.5rem;\n            box-shadow: 0 10px 40px rgba(67, 233, 123, 0.3);\n        }\n\n        .warranty-card h4 {\n            font-size: 1.5rem;\n            font-weight: 900;\n            margin-bottom: 1.5rem;\n            color: white;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n        }\n\n        .warranty-card ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .warranty-card li {\n            padding: 0.75rem 0;\n            color: white;\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            font-size: 1rem;\n            font-weight: 600;\n        }\n\n        .warranty-card li::before {\n            content: '✓';\n            background: white;\n            color: #43e97b;\n            width: 30px;\n            height: 30px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 900;\n            flex-shrink: 0;\n        }\n\n        \/* Footer CTA *\/\n        .footer-cta {\n            padding: 5rem 0;\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            text-align: center;\n        }\n\n        .footer-cta h2 {\n            font-size: 3rem;\n            font-weight: 900;\n            color: white;\n            margin-bottom: 1.5rem;\n            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\n        }\n\n        .footer-cta p {\n            font-size: 1.5rem;\n            color: rgba(255, 255, 255, 0.95);\n            margin-bottom: 3rem;\n            font-weight: 600;\n        }\n\n        \/* Footer *\/\n        .listing-footer {\n            background: #1a0a2e;\n            padding: 2rem 0;\n            text-align: center;\n            color: rgba(255, 255, 255, 0.7);\n        }\n\n        .listing-footer p {\n            font-size: 0.938rem;\n            margin-bottom: 0.5rem;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .floating-badge {\n                display: none;\n            }\n\n            .listing-body h1 {\n                font-size: 2.5rem;\n            }\n\n            .section-title {\n                font-size: 2rem;\n            }\n\n            .comparison-split {\n                grid-template-columns: 1fr;\n                gap: 2rem;\n            }\n\n            .with-card {\n                transform: scale(1);\n            }\n\n            .spec-bubble {\n                width: 180px;\n                height: 180px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"listing-body\"\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"listing-header\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003cdiv class=\"brand\"\u003eCamGuard Australia\u003cbr\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"hero-badges\"\u003e\n\u003cdiv class=\"hero-badge hot\"\u003e✨ Brand New\u003c\/div\u003e\n\u003cdiv class=\"hero-badge\"\u003e📱 HomeKit Ready\u003c\/div\u003e\n\u003cdiv class=\"hero-badge\"\u003e🐕 Pet Tracking Pro\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch1\u003eeufy Indoor Cam\u003cbr\u003eE220 2K\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle\"\u003e360° pet tracking. 2K clarity. Smart AI. No fees.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Deal Alert --\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"deal-alert\"\u003e\n\u003ch3 style=\"text-align: center;\"\u003eBrand New! In-Stock Now + Quick Dispatch\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Loss Aversion Section --\u003e\n\u003csection class=\"loss-aversion\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhat you miss with a fixed camera\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eYour pet doesn't stay still. Your camera shouldn't either.\u003c\/p\u003e\n\u003cdiv class=\"comparison-split\"\u003e\n\u003cdiv class=\"without-card\"\u003e\n\u003ch3 class=\"comparison-title\"\u003eWith Fixed Cameras\u003c\/h3\u003e\n\u003cul class=\"comparison-list\"\u003e\n\u003cli\u003ePet walks off screen, you miss everything\u003c\/li\u003e\n\u003cli\u003eHuge blind spots all around the room\u003c\/li\u003e\n\u003cli\u003eNo idea what's happening behind the camera\u003c\/li\u003e\n\u003cli\u003eAlerts for every random movement\u003c\/li\u003e\n\u003cli\u003eCan't see your pet's face clearly\u003c\/li\u003e\n\u003cli\u003eManually adjust angle when you get home\u003c\/li\u003e\n\u003cli\u003eMonthly cloud fees to save recordings\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"with-card\"\u003e\n\u003ch3 class=\"comparison-title\"\u003eWith eufy E220\u003c\/h3\u003e\n\u003cul class=\"comparison-list\"\u003e\n\u003cli\u003eFollows your pet automatically 360°\u003c\/li\u003e\n\u003cli\u003eZero blind spots with full rotation\u003c\/li\u003e\n\u003cli\u003eSee every corner of the room\u003c\/li\u003e\n\u003cli\u003eSmart alerts only for humans \u0026amp; pets\u003c\/li\u003e\n\u003cli\u003eClear 2K view of their expressions\u003c\/li\u003e\n\u003cli\u003ePrivacy mode rotates away automatically\u003c\/li\u003e\n\u003cli\u003eSave locally - zero monthly charges\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!-- Features --\u003e\n\u003csection class=\"features-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003ePerfect for pets. Great for everything else.\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eFinally, a camera that keeps up with your furry friends\u003c\/p\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🎯\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eAuto Pet Tracking\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003e360° rotation + 96° tilt. Automatically follows your pets (and kids) around the room. Never miss a moment of their chaos.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📹\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003e2K Crystal Clear\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eSharp 2K resolution with 125° field of view. See every detail of what they're up to, even from across the room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🧠\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eSmart Pet Detection\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eAI recognizes humans vs pets. Plus crying detection for babies. Only sends alerts that actually matter to you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💬\u003c\/span\u003e\n\u003ch3 class=\"feature-title\"\u003eTalk to Your Pet\u003c\/h3\u003e\n\u003cp class=\"feature-description\"\u003eTwo-way audio lets you hear and speak through the camera. Tell your dog to get off the couch. We know you will.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specs --\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eThe nerdy details\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eMore features than cameras twice the price\u003c\/p\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003eResolution\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e2K\u003cbr\u003e(2304×1296)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003ePan Range\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e360°\u003cbr\u003eFull Rotation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003eTilt Range\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e96°\u003cbr\u003eVertical\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003eField of View\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e125°\u003cbr\u003eWide Angle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003eDetection\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eHuman, Pet\u003cbr\u003e\u0026amp; Crying AI\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003eNight Vision\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eBuilt-In\u003cbr\u003e10m Range\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003eSmart Home\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003eHomeKit\u003cbr\u003eAlexa \u0026amp; Google\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-bubble\"\u003e\n\u003cdiv class=\"spec-label\"\u003eMonthly Fee\u003c\/div\u003e\n\u003cdiv class=\"spec-value\"\u003e$0\u003cbr\u003eForever\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- What's Inside --\u003e\n\u003csection class=\"whats-inside\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhat's in the box\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eEverything to start tracking your pets\u003c\/p\u003e\n\u003cdiv class=\"inside-grid\"\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e📷\u003c\/div\u003e\n\u003cdiv class=\"inside-title\"\u003eIndoor Cam E220\u003c\/div\u003e\n\u003cdiv class=\"inside-desc\"\u003e2K camera renewed by eufy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e🔌\u003c\/div\u003e\n\u003cdiv class=\"inside-title\"\u003eUSB Cable \u0026amp; Adapter\u003c\/div\u003e\n\u003cdiv class=\"inside-desc\"\u003ePower supply included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"inside-title\"\u003eMounting Bracket\u003c\/div\u003e\n\u003cdiv class=\"inside-desc\"\u003eWall\/ceiling mount kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e⚙️\u003c\/div\u003e\n\u003cdiv class=\"inside-title\"\u003eScrew Pack\u003c\/div\u003e\n\u003cdiv class=\"inside-desc\"\u003eInstallation hardware\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inside-card\"\u003e\n\u003cdiv class=\"inside-icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"inside-title\"\u003eQuick Start Guide\u003c\/div\u003e\n\u003cdiv class=\"inside-desc\"\u003eEasy setup steps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout-box\"\u003e\n\u003ch4\u003e💡 Quick note about storage\u003c\/h4\u003e\n\u003cp\u003eThis camera stores recordings on a microSD card (up to 128GB). Card not included, so you'll need to grab any Class-10 microSD separately. Or you can connect it to HomeBase 3 for expanded storage. Cloud storage is available if you want it, but honestly, you don't need it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Buy --\u003e\n\u003csection class=\"why-buy\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy buy from us\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eReal people. Fast shipping. Actual support.\u003c\/p\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e✨\u003c\/div\u003e\n\u003ch4\u003eBrand New\u003c\/h4\u003e\n\u003cp\u003eBrand new and sealed genuine product direct from eufy\/Anker Innovations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch4\u003eShips Fast\u003c\/h4\u003e\n\u003cp\u003eWe process within 24 hours. Full tracking provided immediately so you know when it's arriving.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e📦\u003c\/div\u003e\n\u003ch4\u003ePacked Properly\u003c\/h4\u003e\n\u003cp\u003eBubble wrapped and protected. We actually care that your camera arrives safely, not broken.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e💬\u003c\/div\u003e\n\u003ch4\u003eReal Support\u003c\/h4\u003e\n\u003cp\u003eMessage us with questions. Real humans reply quickly. Not bots, not call centers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Shipping --\u003e\n\u003csection class=\"shipping-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eShipping sorted\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eChoose what works for you\u003c\/p\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"shipping-title\"\u003eExpress Post\u003c\/h3\u003e\n\u003ch3 class=\"shipping-title\"\u003e\u003cspan style=\"font-size: 1.5rem; font-weight: normal; background-color: initial;\"\u003eEverything we offer is sent via Australia Post Express. We shout it, don't worry :)\u003c\/span\u003e\u003c\/h3\u003e\n\u003ch3 class=\"shipping-title\"\u003e\u003cspan style=\"color: rgb(102, 102, 102); font-size: 1rem; background-color: initial;\"\u003eFast tracked delivery.\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"shipping-desc\"\u003e1-3 business days to most areas.\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003eIf you are located in Western Australia we highly recommend selecting Australia Post Express.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e🏪\u003c\/div\u003e\n\u003ch3 class=\"shipping-title\"\u003eLocal Pickup\u003c\/h3\u003e\n\u003cp class=\"shipping-desc\"\u003eIn Townsville, QLD? Come grab it. Message us after purchase to arrange.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Warranty --\u003e\n\u003csection class=\"warranty-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eProtection guarantee\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eBuy with complete confidence\u003c\/p\u003e\n\u003cdiv class=\"warranty-grid\"\u003e\n\u003cdiv class=\"warranty-card\" style=\"background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); box-shadow: 0 10px 40px rgba(79, 172, 254, 0.3);\"\u003e\n\u003ch4\u003eAustralian Consumer Law\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eStatutory guarantees\u003c\/li\u003e\n\u003cli\u003eRepair, replace or refund\u003c\/li\u003e\n\u003cli\u003eReasonable lifetime coverage\u003c\/li\u003e\n\u003cli\u003eQuality standards protected\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"warranty-card\" style=\"background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); box-shadow: 0 10px 40px rgba(254, 225, 64, 0.3);\"\u003e\n\u003ch4\u003eCamGuard 1-Year Warranty\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eDirect from us\u003c\/li\u003e\n\u003cli\u003eExpress replacements\u003c\/li\u003e\n\u003cli\u003eFast resolution\u003c\/li\u003e\n\u003cli\u003eAussie-based support\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!-- Footer CTA --\u003e\n\u003csection class=\"footer-cta\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eReady to keep up with your pets?\u003c\/h2\u003e\n\u003cp\u003e2K tracking. Smart AI. Zero monthly fees. Perfect.\u003c\/p\u003e\n\u003ca href=\"#\" class=\"cta-button\"\u003eGet Yours Now\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\n\u003cdiv class=\"listing-footer\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp\u003eCamGuard Australia — Security that actually works\u003c\/p\u003e\n\u003cp\u003eModel: T8410121 · Made by Anker Innovations\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"eufy","offers":[{"title":"Default Title","offer_id":43094513844267,"sku":null,"price":119.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0666\/0086\/1739\/files\/E220.png?v=1771353307","url":"https:\/\/www.camguardaustralia.com.au\/products\/eufy-security-indoor-cam-e220-pan-360-tilt-96-ai-detection-brand-new","provider":"CamGuard Australia","version":"1.0","type":"link"}