{"product_id":"eufy-security-floodlight-cam-e340-2000lms-dual-lens-24-7-record-brand-new","title":"eufy Security Floodlight Cam E340 | 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(255, 20, 147, 0.5); }\n            50% { box-shadow: 0 0 40px rgba(255, 20, 147, 0.9); }\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        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: #fff5fb;\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, #00d084 0%, #22ff9e 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(0, 208, 132, 0.5);\n            animation: float 3s ease-in-out infinite;\n            text-align: center;\n        }\n\n        .floating-badge .pulse-dot {\n            display: inline-block;\n            width: 10px;\n            height: 10px;\n            background-color: white;\n            border-radius: 50%;\n            margin-right: 8px;\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        \/* Header *\/\n        header {\n            background: white;\n            padding: 1.5rem 0;\n            border-bottom: 3px solid #ff1493;\n            position: sticky;\n            top: 0;\n            z-index: 1000;\n            box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n        }\n\n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 1rem;\n        }\n\n        .brand {\n            font-size: 2rem;\n            font-weight: 900;\n            background: linear-gradient(135deg, #ff1493 0%, #ffd700 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .trust-badges {\n            display: flex;\n            gap: 1.5rem;\n            align-items: center;\n            flex-wrap: wrap;\n        }\n\n        .badge {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            font-weight: 700;\n            font-size: 0.875rem;\n            color: #4a4a4a;\n        }\n\n        .badge-icon {\n            font-size: 1.25rem;\n        }\n\n        \/* Warning Banner *\/\n        .warning-banner {\n            background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);\n            color: white;\n            padding: 1.25rem 0;\n            text-align: center;\n            border-bottom: 3px solid #ff6b35;\n            box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);\n        }\n\n        .warning-content {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 1rem;\n            flex-wrap: wrap;\n        }\n\n        .warning-icon {\n            font-size: 2rem;\n            animation: pulse 2s ease-in-out infinite;\n        }\n\n        .warning-text {\n            font-weight: 700;\n            font-size: 1.1rem;\n            line-height: 1.4;\n        }\n\n        .warning-text strong {\n            font-weight: 900;\n            text-decoration: underline;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #ff1493 0%, #ff69b4 50%, #ffd700 100%);\n            color: white;\n            padding: 4rem 0;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 10px 40px rgba(255, 20, 147, 0.3);\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);\n            pointer-events: none;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 1;\n            text-align: center;\n        }\n\n        .hero h1 {\n            font-size: 3rem;\n            font-weight: 900;\n            margin-bottom: 0.5rem;\n            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);\n            line-height: 1.2;\n        }\n\n        .model-number {\n            display: inline-block;\n            background: rgba(255, 255, 255, 0.25);\n            padding: 0.5rem 1.25rem;\n            border-radius: 30px;\n            font-size: 1rem;\n            font-weight: 700;\n            margin: 1rem 0;\n            border: 2px solid rgba(255, 255, 255, 0.4);\n            backdrop-filter: blur(10px);\n        }\n\n        .hero-tagline {\n            font-size: 1.5rem;\n            margin: 1.5rem 0;\n            font-weight: 600;\n            text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);\n        }\n\n        .hero-features {\n            display: flex;\n            justify-content: center;\n            gap: 2rem;\n            margin: 2rem 0;\n            flex-wrap: wrap;\n        }\n\n        .hero-feature {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            font-size: 1.1rem;\n            font-weight: 600;\n            background: rgba(255, 255, 255, 0.2);\n            padding: 0.75rem 1.5rem;\n            border-radius: 50px;\n            backdrop-filter: blur(10px);\n            border: 2px solid rgba(255, 255, 255, 0.3);\n        }\n\n        .hero-feature-icon {\n            font-size: 1.5rem;\n        }\n\n        \/* Section Styling *\/\n        section {\n            padding: 4rem 0;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            font-weight: 900;\n            text-align: center;\n            margin-bottom: 1rem;\n            background: linear-gradient(135deg, #ff1493 0%, #ff69b4 50%, #ffd700 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            font-size: 1.25rem;\n            color: #666;\n            margin-bottom: 3rem;\n            font-weight: 500;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .feature-card {\n            background: white;\n            padding: 2.5rem;\n            border-radius: 20px;\n            text-align: center;\n            transition: all 0.3s ease;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);\n            border: 2px solid #f0f0f0;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 40px rgba(255, 20, 147, 0.15);\n            border-color: #ff69b4;\n        }\n\n        .feature-icon {\n            font-size: 3.5rem;\n            margin-bottom: 1.5rem;\n            display: block;\n        }\n\n        .feature-card h3 {\n            font-size: 1.5rem;\n            margin-bottom: 1rem;\n            color: #1a0a2e;\n            font-weight: 800;\n        }\n\n        .feature-card p {\n            color: #555;\n            line-height: 1.8;\n            font-size: 1rem;\n        }\n\n        \/* Specs Section *\/\n        .specs-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n        }\n\n        .specs-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .spec-card {\n            background: rgba(255, 255, 255, 0.15);\n            padding: 2rem;\n            border-radius: 15px;\n            backdrop-filter: blur(10px);\n            border: 2px solid rgba(255, 255, 255, 0.25);\n            transition: all 0.3s ease;\n        }\n\n        .spec-card:hover {\n            background: rgba(255, 255, 255, 0.25);\n            transform: scale(1.05);\n        }\n\n        .spec-card h4 {\n            font-size: 1.25rem;\n            margin-bottom: 0.75rem;\n            font-weight: 800;\n        }\n\n        .spec-card p {\n            font-size: 1rem;\n            opacity: 0.95;\n            line-height: 1.6;\n        }\n\n        \/* Why Choose Section *\/\n        .why-section {\n            background: #f9f9f9;\n        }\n\n        .why-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .why-card {\n            background: white;\n            padding: 2.5rem;\n            border-radius: 20px;\n            text-align: center;\n            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);\n            transition: all 0.3s ease;\n            border: 2px solid #f0f0f0;\n        }\n\n        .why-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);\n        }\n\n        .why-icon {\n            font-size: 3rem;\n            margin-bottom: 1.5rem;\n        }\n\n        .why-card h4 {\n            font-size: 1.4rem;\n            margin-bottom: 1rem;\n            color: #1a0a2e;\n            font-weight: 800;\n        }\n\n        .why-card p {\n            color: #555;\n            line-height: 1.8;\n        }\n\n        \/* Shipping Section *\/\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            margin-top: 3rem;\n        }\n\n        .shipping-card {\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 20px;\n            box-shadow: 0 10px 35px rgba(240, 147, 251, 0.3);\n            transition: all 0.3s ease;\n        }\n\n        .shipping-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 50px rgba(240, 147, 251, 0.4);\n        }\n\n        .shipping-icon {\n            font-size: 3rem;\n            margin-bottom: 1.5rem;\n            text-align: center;\n        }\n\n        .shipping-title {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n        }\n\n        .shipping-desc {\n            font-size: 1rem;\n            line-height: 1.8;\n            margin-bottom: 0.5rem;\n            opacity: 0.95;\n        }\n\n        \/* Warranty Section *\/\n        .warranty-section {\n            background: #f9f9f9;\n        }\n\n        .warranty-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .warranty-card {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 2.5rem;\n            border-radius: 20px;\n            box-shadow: 0 10px 35px rgba(102, 126, 234, 0.3);\n            transition: all 0.3s ease;\n        }\n\n        .warranty-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4);\n        }\n\n        .warranty-card h4 {\n            font-size: 1.5rem;\n            font-weight: 800;\n            margin-bottom: 1.5rem;\n        }\n\n        .warranty-card ul {\n            list-style: none;\n        }\n\n        .warranty-card li {\n            padding: 0.75rem 0;\n            padding-left: 1.5rem;\n            position: relative;\n            font-size: 1rem;\n            line-height: 1.6;\n        }\n\n        .warranty-card li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        \/* Footer CTA *\/\n        .footer-cta {\n            background: linear-gradient(135deg, #ff1493 0%, #ff69b4 50%, #ffd700 100%);\n            color: white;\n            padding: 4rem 0;\n            text-align: center;\n        }\n\n        .footer-cta h2 {\n            font-size: 2.5rem;\n            font-weight: 900;\n            margin-bottom: 1rem;\n            text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);\n        }\n\n        .footer-cta p {\n            font-size: 1.25rem;\n            margin-bottom: 2rem;\n            opacity: 0.95;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: white;\n            color: #ff1493;\n            padding: 1.25rem 3rem;\n            border-radius: 50px;\n            font-weight: 800;\n            font-size: 1.1rem;\n            text-decoration: none;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n        }\n\n        .cta-button:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);\n            background: #fff;\n        }\n\n        \/* Footer *\/\n        footer {\n            background: #1a0a2e;\n            color: white;\n            padding: 2.5rem 0;\n            text-align: center;\n        }\n\n        footer p {\n            margin: 0.5rem 0;\n            opacity: 0.9;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2rem;\n            }\n\n            .hero-tagline {\n                font-size: 1.1rem;\n            }\n\n            .section-title {\n                font-size: 1.8rem;\n            }\n\n            .floating-badge {\n                position: static;\n                margin: 1rem auto;\n                display: inline-block;\n            }\n\n            .warning-banner {\n                padding: 1rem 0;\n            }\n\n            .warning-text {\n                font-size: 0.95rem;\n            }\n\n            .warning-icon {\n                font-size: 1.5rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Floating Badge --\u003e\u003cheader\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header-content\"\u003e\n\u003cdiv class=\"brand\"\u003eCamGuard Australia\u003c\/div\u003e\n\u003cdiv class=\"trust-badges\"\u003e\n\u003cdiv class=\"badge\"\u003e\u003cspan class=\"badge-icon\"\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- Warning Banner --\u003e\n\u003cdiv class=\"warning-banner\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"warning-content\"\u003e\n\u003cspan class=\"warning-icon\"\u003e⚠️\u003c\/span\u003e\n\u003cdiv class=\"warning-text\"\u003e\n\u003cstrong\u003eIMPORTANT:\u003c\/strong\u003e This camera is HARDWIRED ONLY and must be installed by a qualified electrician. \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch1\u003eeufy Floodlight Cam E340\u003c\/h1\u003e\n\u003cdiv class=\"model-number\"\u003eModel: T8425121\u003c\/div\u003e\n\u003cp class=\"hero-tagline\"\u003eDual-Lens 3K + 2K • 360° Pan \u0026amp; Tilt • 2000 Lumen Floodlights\u003c\/p\u003e\n\u003cdiv class=\"hero-features\"\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cspan class=\"hero-feature-icon\"\u003e💡\u003c\/span\u003e \u003cspan\u003e2000 Lumens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cspan class=\"hero-feature-icon\"\u003e🎥\u003c\/span\u003e \u003cspan\u003e3K Resolution\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cspan class=\"hero-feature-icon\"\u003e🔄\u003c\/span\u003e \u003cspan\u003e360° Coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cspan class=\"hero-feature-icon\"\u003e🔌\u003c\/span\u003e \u003cspan\u003eHardwired Power\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features Section --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eSecurity camera meets floodlight\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eThe ultimate 2-in-1 outdoor security solution\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\u003eDual-Lens System\u003c\/h3\u003e\n\u003cp\u003e3K wide-angle lens (2880x1620) captures the full scene while the 2K telephoto lens zooms in on details up to 50 feet away.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e💡\u003c\/span\u003e\n\u003ch3\u003e2000 Lumen Floodlights\u003c\/h3\u003e\n\u003cp\u003eDual adjustable floodlight panels blast 2000 lumens. Motion-activated or always-on mode. Your camera is also your security light.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🔄\u003c\/span\u003e\n\u003ch3\u003e360° Pan \u0026amp; 120° Tilt\u003c\/h3\u003e\n\u003cp\u003eFull 360° horizontal rotation and 120° vertical tilt. Auto-track intruders or set up patrol schedules. No fixed blind spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e📹\u003c\/span\u003e\n\u003ch3\u003e24\/7 Recording\u003c\/h3\u003e\n\u003cp\u003eHardwired = unlimited power. Record continuously 24\/7 with a microSD card or HomeBase S380. Never miss a moment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🤖\u003c\/span\u003e\n\u003ch3\u003eAI Detection \u0026amp; Tracking\u003c\/h3\u003e\n\u003cp\u003eSmart AI detects people, vehicles, and pets. Auto-tracks movement across your property. Get alerts that actually matter.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card\"\u003e\n\u003cspan class=\"feature-icon\"\u003e🌈\u003c\/span\u003e\n\u003ch3\u003eColor Night Vision\u003c\/h3\u003e\n\u003cp\u003eSee in full color at night with the powerful floodlights. Or use infrared mode for covert monitoring without lights.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specs Section --\u003e\n\u003csection class=\"specs-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 style=\"color: white;\" class=\"section-title\"\u003eTech specs that matter\u003c\/h2\u003e\n\u003cp style=\"color: rgba(255,255,255,0.9);\" class=\"section-subtitle\"\u003eModel T8425121 specifications\u003c\/p\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003e📹 Video Quality\u003c\/h4\u003e\n\u003cp\u003e3K wide-angle (2880x1620)\u003cbr\u003e2K telephoto lens (2304x1296)\u003cbr\u003e8x digital zoom\u003cbr\u003e130° field of view\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003e🔌 Power System\u003c\/h4\u003e\n\u003cp\u003eHardwired installation\u003cbr\u003e100-240V AC, 50-60Hz\u003cbr\u003eUnlimited power\u003cbr\u003eNo batteries to charge\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003e💡 Floodlights\u003c\/h4\u003e\n\u003cp\u003e2000 lumens total\u003cbr\u003eDual adjustable panels\u003cbr\u003e4000K color temp\u003cbr\u003eMotion or always-on mode\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003e🌐 Connectivity\u003c\/h4\u003e\n\u003cp\u003eDual-band WiFi 6\u003cbr\u003e2.4GHz \u0026amp; 5GHz\u003cbr\u003eFast \u0026amp; stable\u003cbr\u003eApp control (iOS\/Android)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003e💾 Storage Options\u003c\/h4\u003e\n\u003cp\u003eMicroSD up to 128GB\u003cbr\u003eOr HomeBase S380\u003cbr\u003e24\/7 recording capable\u003cbr\u003eNo subscriptions required\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-card\"\u003e\n\u003ch4\u003e🌧️ Weather Protection\u003c\/h4\u003e\n\u003cp\u003eIP65 weatherproof\u003cbr\u003e-20°C to 50°C range\u003cbr\u003eBuilt for harsh conditions\u003cbr\u003eRain, snow, heat tested\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Why Choose CamGuard --\u003e\n\u003csection class=\"why-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy buy from CamGuard?\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eBecause we actually care about your experience\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\u003eShips from Townsville\u003c\/h4\u003e\n\u003cp\u003eFast dispatch from Queensland. No customs delays. Quick delivery across Australia with tracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e✅\u003c\/div\u003e\n\u003ch4\u003eBrand New Sealed\u003c\/h4\u003e\n\u003cp\u003eFactory sealed in original packaging. Genuine eufy product with full manufacturer specifications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch4\u003eTriple Protected\u003c\/h4\u003e\n\u003cp\u003eAustralian Consumer Law + CamGuard Australia 12-month warranty. You’re covered twice over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch4\u003eSame-Day Dispatch\u003c\/h4\u003e\n\u003cp\u003eOrder before 2pm and we dispatch the same day. Most customers receive it within 2-3 business days.\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. We reply within 24 hours. Real humans, not bots. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cdiv class=\"why-icon\"\u003e🥳\u003c\/div\u003e\n\u003ch4\u003eWe're New\u003c\/h4\u003e\n\u003cp\u003eFresh approach to customer service. We're building our reputation on only stocking the best products and genuine support.\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\"\u003eFree Express delivery included\u003c\/p\u003e\n\u003cdiv class=\"shipping-grid\"\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #00d084 0%, #00f5a0 100%);\" class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"shipping-title\"\u003eEXPRESS AS STANDARD\u003c\/h3\u003e\n\u003ch3 class=\"shipping-title\"\u003e\u003cspan style=\"font-size: 1.1rem; font-weight: normal;\"\u003eAustralia Post Express - No Extra Cost!\u003c\/span\u003e\u003c\/h3\u003e\n\u003cp class=\"shipping-desc\"\u003eFast tracked Express delivery on every order over $99.00.\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003e1-3 business days to most areas.\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003eFull tracking provided.\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003eWestern Australia orders take a little longer — expect 2-4 business days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\" class=\"shipping-card\"\u003e\n\u003cdiv class=\"shipping-icon\"\u003e📦\u003c\/div\u003e\n\u003ch3 class=\"shipping-title\"\u003eSignature on Delivery\u003c\/h3\u003e\n\u003cp class=\"shipping-desc\"\u003eWant signature confirmation for extra security?\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003eAvailable for an additional $3.00.\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003ePlease contact us BEFORE paying to add this option to your order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\" 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?\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003eCome grab it in person - no shipping wait!\u003c\/p\u003e\n\u003cp class=\"shipping-desc\"\u003eMessage us after purchase to arrange a convenient pickup time.\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\"\u003eTriple protection 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\"\u003e\n\u003ch4\u003e30-Day Returns\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e30-day returns available, just make sure to keep it in good condition!\u003c\/li\u003e\n\u003cli\u003eYou just cover return postage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #00a8ff 0%, #00d4ff 100%);\" class=\"warranty-card\"\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 style=\"background: linear-gradient(135deg, #ff1493 0%, #ffd700 100%);\" class=\"warranty-card\"\u003e\n\u003ch4\u003eCamGuard Australia 1-Year\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eWarranty provided by CamGuard Australia\u003c\/li\u003e\n\u003cli\u003eDirect support from us\u003c\/li\u003e\n\u003cli\u003eFast resolution process\u003c\/li\u003e\n\u003cli\u003eAustralian-based warranty service\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 light up your security?\u003c\/h2\u003e\n\u003cp\u003eDual-lens 3K+2K. 2000 lumen floodlights. 24\/7 recording. Perfect.\u003c\/p\u003e\n\u003ca class=\"cta-button\" href=\"#\"\u003eGet Yours Now\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Footer --\u003e\u003cfooter\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e© 2026 CamGuard Australia · ABN 62 385 894 763\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cem\u003e\u003cstrong\u003eSecurity doesn't have to be boring.\u003c\/strong\u003e\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgkf-footer-disclaimer\"\u003e\n\u003cmeta charset=\"utf-8\"\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eCamGuard Australia is an independent reseller and is not an official or authorised supplier, distributor, or representative of eufy, Anker Innovations, or any of their affiliated entities. All product names, logos, and trademarks are the property of their respective owners.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eProduct specifications sourced from the manufacturer and believed to be accurate at time of listing. Features, specifications, and compatibility may be updated by the manufacturer without notice. Hardwired mains product — installation by a licensed electrician is required. Covered by the CamGuard 12-month in-house warranty — not a manufacturer warranty — in addition to Australian Consumer Law rights. Requires 2.4GHz Wi-Fi.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"eufy","offers":[{"title":"Default Title","offer_id":43094513319979,"sku":"CG-FCE340-BN-T","price":318.0,"currency_code":"AUD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0666\/0086\/1739\/files\/imgi_105_s-l1600.png?v=1770827472","url":"https:\/\/www.camguardaustralia.com.au\/products\/eufy-security-floodlight-cam-e340-2000lms-dual-lens-24-7-record-brand-new","provider":"CamGuard Australia","version":"1.0","type":"link"}