{"product_id":"eufy-security-s330-dual-camera-wireless-2k-video-doorbell-brand-new","title":"eufy Security S330 Dual Camera Wireless 2K Video Doorbell | Brand New","description":"\u003c!-- \n  CamGuard Australia — eufy S330 Video Doorbell (Add-on)\n  Shopify-Compatible Version\n  \n  USAGE OPTIONS:\n  1. Custom Page: Go to Online Store \u003e Pages \u003e Add Page \u003e Show HTML (\u003c\u003e) \u003e Paste this code\n  2. Product Description: Go to Products \u003e Edit \u003e Description \u003e Show HTML (\u003c\u003e) \u003e Paste this code\n  3. Section\/Template: Add as a custom Liquid section in your theme\n  \n  All CSS is scoped under .cgau-listing to avoid conflicts with your Shopify theme.\n--\u003e\n\u003cstyle\u003e\n  \/* Reset \u0026 Scoping — all styles scoped to .cgau-listing *\/\n  .cgau-listing * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .cgau-listing {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n    color: #1a0a2e;\n    line-height: 1.6;\n    overflow-x: hidden;\n    max-width: 1200px;\n    margin: 0 auto;\n  }\n\n  \/* Animations *\/\n  @keyframes cgau-gradientShift {\n    0% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n    100% { background-position: 0% 50%; }\n  }\n\n  @keyframes cgau-gradientText {\n    0%, 100% { filter: hue-rotate(0deg); }\n    50% { filter: hue-rotate(30deg); }\n  }\n\n  @keyframes cgau-pulse {\n    0%, 100% { transform: scale(1); }\n    50% { transform: scale(1.05); }\n  }\n\n  @keyframes cgau-bounce {\n    0%, 100% { transform: translateY(0) rotate(0deg); }\n    25% { transform: translateY(-20px) rotate(5deg); }\n    75% { transform: translateY(-10px) rotate(-5deg); }\n  }\n\n  @keyframes cgau-shimmer {\n    0% { transform: translateX(-100%) rotate(45deg); }\n    100% { transform: translateX(100%) rotate(45deg); }\n  }\n\n  .cgau-listing .cgau-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n\n  \/* Header *\/\n  .cgau-listing .cgau-header {\n    background: rgba(255, 255, 255, 0.98);\n    padding: 1.5rem 0;\n    border-bottom: 4px solid transparent;\n    border-image: linear-gradient(90deg, #ff6b6b, #feca57, #ff9ff3, #54a0ff) 1;\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);\n  }\n\n  .cgau-listing .cgau-header-content {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 1rem;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 1.5rem;\n  }\n\n  .cgau-listing .cgau-brand {\n    font-size: 2rem;\n    font-weight: 900;\n    background: linear-gradient(90deg, #ff6b6b, #feca57, #ff9ff3);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    letter-spacing: -1px;\n    animation: cgau-gradientText 3s ease infinite;\n  }\n\n  .cgau-listing .cgau-brand-tagline {\n    font-size: 0.75rem;\n    color: #666;\n    font-weight: 500;\n    display: block;\n    letter-spacing: 0.5px;\n    -webkit-text-fill-color: #666;\n  }\n\n  .cgau-listing .cgau-header-badge {\n    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 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, 107, 0.3);\n    animation: cgau-pulse 2s ease infinite;\n  }\n\n  \/* Hero *\/\n  .cgau-listing .cgau-hero {\n    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);\n    padding: 6rem 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border-radius: 0 0 30px 30px;\n  }\n\n  .cgau-listing .cgau-hero-content {\n    position: relative;\n    z-index: 1;\n    padding: 0 1.5rem;\n  }\n\n  .cgau-listing .cgau-hero-emoji {\n    font-size: 5rem;\n    margin-bottom: 2rem;\n    display: inline-block;\n    animation: cgau-bounce 3s ease-in-out infinite;\n  }\n\n  .cgau-listing .cgau-hero h1 {\n    font-size: 4.5rem;\n    font-weight: 900;\n    color: white;\n    margin-bottom: 1.5rem;\n    letter-spacing: -3px;\n    line-height: 1;\n    text-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);\n    -webkit-text-fill-color: white;\n    background: none;\n    -webkit-background-clip: unset;\n    background-clip: unset;\n  }\n\n  .cgau-listing .cgau-hero-highlight {\n    background: rgba(255, 255, 255, 0.3);\n    padding: 0.5rem 1rem;\n    border-radius: 15px;\n    display: inline-block;\n    backdrop-filter: blur(10px);\n  }\n\n  .cgau-listing .cgau-hero-subtitle {\n    font-size: 1.75rem;\n    color: white;\n    margin-bottom: 3rem;\n    font-weight: 600;\n    opacity: 0.95;\n  }\n\n  .cgau-listing .cgau-hero-features {\n    display: flex;\n    justify-content: center;\n    gap: 2rem;\n    margin-bottom: 3rem;\n    flex-wrap: wrap;\n  }\n\n  .cgau-listing .cgau-hero-feature {\n    background: rgba(255, 255, 255, 0.2);\n    backdrop-filter: blur(20px);\n    padding: 1rem 2rem;\n    border-radius: 50px;\n    color: white;\n    font-weight: 700;\n    border: 2px solid rgba(255, 255, 255, 0.3);\n    transition: transform 0.3s ease;\n  }\n\n  .cgau-listing .cgau-hero-feature:hover {\n    transform: translateY(-5px);\n    background: rgba(255, 255, 255, 0.3);\n  }\n\n  \/* Requirement Box *\/\n  .cgau-listing .cgau-requirement-box {\n    background: linear-gradient(135deg, #ee5a24 0%, #ff6b6b 100%);\n    border-radius: 30px;\n    padding: 2.5rem;\n    margin: 2rem auto 2rem;\n    max-width: 900px;\n    position: relative;\n    z-index: 10;\n    box-shadow: 0 15px 50px rgba(238, 90, 36, 0.4);\n    border: 4px solid white;\n  }\n\n  .cgau-listing .cgau-requirement-box h3 {\n    font-size: 2rem;\n    font-weight: 900;\n    color: white;\n    margin-bottom: 1rem;\n    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);\n    -webkit-text-fill-color: white;\n    background: none;\n    -webkit-background-clip: unset;\n  }\n\n  .cgau-listing .cgau-requirement-box p {\n    font-size: 1.25rem;\n    color: white;\n    line-height: 1.8;\n    font-weight: 500;\n  }\n\n  .cgau-listing .cgau-requirement-box .cgau-highlight {\n    background: rgba(255, 255, 255, 0.3);\n    padding: 0.25rem 0.75rem;\n    border-radius: 10px;\n    font-weight: 800;\n  }\n\n  \/* Sealed Box *\/\n  .cgau-listing .cgau-sealed-box {\n    background: linear-gradient(135deg, #5f27cd 0%, #341f97 100%);\n    border-radius: 30px;\n    padding: 3rem;\n    margin: 2rem auto 4rem;\n    max-width: 900px;\n    position: relative;\n    z-index: 10;\n    box-shadow: 0 20px 60px rgba(95, 39, 205, 0.4);\n    transform: rotate(-1deg);\n    transition: transform 0.3s ease;\n    overflow: hidden;\n  }\n\n  .cgau-listing .cgau-sealed-box::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: -50%;\n    width: 200%;\n    height: 200%;\n    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);\n    animation: cgau-shimmer 3s ease-in-out infinite;\n  }\n\n  .cgau-listing .cgau-sealed-box:hover {\n    transform: rotate(0deg) scale(1.02);\n  }\n\n  .cgau-listing .cgau-sealed-box h3 {\n    font-size: 2.5rem;\n    font-weight: 900;\n    color: white;\n    margin-bottom: 1rem;\n    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);\n    position: relative;\n    z-index: 1;\n    -webkit-text-fill-color: white;\n    background: none;\n    -webkit-background-clip: unset;\n  }\n\n  .cgau-listing .cgau-sealed-box p {\n    font-size: 1.25rem;\n    color: white;\n    line-height: 1.8;\n    font-weight: 500;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cgau-listing .cgau-sealed-badges {\n    display: flex;\n    gap: 1rem;\n    margin-top: 1.5rem;\n    flex-wrap: wrap;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cgau-listing .cgau-sealed-badge {\n    background: rgba(255, 255, 255, 0.2);\n    backdrop-filter: blur(10px);\n    padding: 0.75rem 1.25rem;\n    border-radius: 50px;\n    color: white;\n    font-weight: 700;\n    font-size: 0.938rem;\n    border: 2px solid rgba(255, 255, 255, 0.3);\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Section Styles *\/\n  .cgau-listing .cgau-section {\n    padding: 5rem 0;\n    position: relative;\n    background: white;\n  }\n\n  .cgau-listing .cgau-section-alt {\n    background: linear-gradient(180deg, #fff5f5 0%, #fffaf0 100%);\n  }\n\n  .cgau-listing .cgau-section-title {\n    font-size: 3.5rem;\n    font-weight: 900;\n    text-align: center;\n    margin-bottom: 1rem;\n    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 50%, #ff9ff3 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    letter-spacing: -2px;\n  }\n\n  .cgau-listing .cgau-section-subtitle {\n    text-align: center;\n    font-size: 1.375rem;\n    color: #666;\n    margin-bottom: 4rem;\n    font-weight: 500;\n  }\n\n  \/* Features Cards *\/\n  .cgau-listing .cgau-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 2rem;\n  }\n\n  .cgau-listing .cgau-feature-card {\n    background: white;\n    border-radius: 30px;\n    padding: 3rem 2rem;\n    text-align: center;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n    border: 3px solid transparent;\n  }\n\n  .cgau-listing .cgau-feature-card:hover {\n    transform: translateY(-10px) scale(1.05);\n    border-color: #ff6b6b;\n    box-shadow: 0 15px 50px rgba(255, 107, 107, 0.3);\n  }\n\n  .cgau-listing .cgau-feature-icon {\n    font-size: 4rem;\n    margin-bottom: 1.5rem;\n    display: block;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cgau-listing .cgau-feature-title {\n    font-size: 1.75rem;\n    font-weight: 800;\n    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    margin-bottom: 1rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .cgau-listing .cgau-feature-description {\n    color: #666;\n    font-size: 1.125rem;\n    line-height: 1.8;\n    font-weight: 500;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* VS Comparison Box *\/\n  .cgau-listing .cgau-vs-box {\n    background: linear-gradient(135deg, #5f27cd 0%, #341f97 100%);\n    border-radius: 30px;\n    padding: 3rem;\n    margin-bottom: 3rem;\n    box-shadow: 0 20px 60px rgba(95, 39, 205, 0.4);\n  }\n\n  .cgau-listing .cgau-vs-box h3 {\n    font-size: 2rem;\n    font-weight: 900;\n    color: white;\n    margin-bottom: 2rem;\n    text-align: center;\n    -webkit-text-fill-color: white;\n    background: none;\n    -webkit-background-clip: unset;\n  }\n\n  .cgau-listing .cgau-vs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 2rem;\n  }\n\n  .cgau-listing .cgau-vs-card {\n    background: rgba(255, 255, 255, 0.15);\n    backdrop-filter: blur(10px);\n    border-radius: 25px;\n    padding: 2rem;\n    border: 2px solid rgba(255, 255, 255, 0.3);\n  }\n\n  .cgau-listing .cgau-vs-card h4 {\n    font-size: 1.5rem;\n    font-weight: 800;\n    color: white;\n    margin-bottom: 1rem;\n  }\n\n  .cgau-listing .cgau-vs-card p {\n    color: white;\n    font-size: 1.125rem;\n    line-height: 1.8;\n    font-weight: 500;\n  }\n\n  .cgau-listing .cgau-vs-highlight {\n    background: rgba(255, 255, 255, 0.3);\n    padding: 0.25rem 0.75rem;\n    border-radius: 10px;\n    font-weight: 700;\n  }\n\n  \/* Explainer Box *\/\n  .cgau-listing .cgau-explainer-box {\n    background: linear-gradient(135deg, #feca57 0%, #ff9f43 100%);\n    border-radius: 30px;\n    padding: 2.5rem;\n    box-shadow: 0 15px 50px rgba(254, 202, 87, 0.3);\n  }\n\n  .cgau-listing .cgau-explainer-box h4 {\n    color: white;\n    font-size: 1.75rem;\n    font-weight: 900;\n    margin-bottom: 1rem;\n    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);\n  }\n\n  .cgau-listing .cgau-explainer-box p {\n    color: white;\n    font-size: 1.125rem;\n    line-height: 1.8;\n    font-weight: 500;\n  }\n\n  \/* Specs Grid *\/\n  .cgau-listing .cgau-specs-grid {\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  .cgau-listing .cgau-spec-card {\n    background: linear-gradient(135deg, #fff 0%, #fff5f5 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: all 0.3s ease;\n    border: 3px solid transparent;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cgau-listing .cgau-spec-card:hover {\n    transform: translateY(-10px) scale(1.05);\n    background: white;\n    border-color: #ff6b6b;\n  }\n\n  .cgau-listing .cgau-spec-icon {\n    font-size: 3rem;\n    margin-bottom: 1rem;\n  }\n\n  .cgau-listing .cgau-spec-label {\n    font-size: 0.938rem;\n    color: #999;\n    margin-bottom: 0.5rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .cgau-listing .cgau-spec-value {\n    font-size: 1.5rem;\n    font-weight: 800;\n    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  \/* Comparison Table *\/\n  .cgau-listing .cgau-comparison-container {\n    max-width: 900px;\n    margin: 0 auto;\n    background: white;\n    border-radius: 30px;\n    padding: 3rem;\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);\n  }\n\n  .cgau-listing .cgau-comparison-header {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 2rem;\n    padding: 2rem 0;\n    border-bottom: 3px solid #fff5f5;\n  }\n\n  .cgau-listing .cgau-comparison-header div:first-child {\n    font-weight: 700;\n    color: #999;\n  }\n\n  .cgau-listing .cgau-comparison-header div:nth-child(2) {\n    font-weight: 900;\n    font-size: 1.25rem;\n    color: #ff6b6b;\n  }\n\n  .cgau-listing .cgau-comparison-header div:nth-child(3) {\n    font-weight: 700;\n    color: #999;\n  }\n\n  .cgau-listing .cgau-comparison-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 2rem;\n    padding: 1.5rem 0;\n    border-bottom: 1px solid #fff5f5;\n    align-items: center;\n    transition: background 0.3s ease;\n  }\n\n  .cgau-listing .cgau-comparison-row:hover {\n    background: #fff5f5;\n    margin: 0 -2rem;\n    padding-left: 2rem;\n    padding-right: 2rem;\n    border-radius: 15px;\n  }\n\n  .cgau-listing .cgau-comparison-label {\n    font-weight: 600;\n    color: #666;\n  }\n\n  .cgau-listing .cgau-comparison-value {\n    font-weight: 700;\n    color: #333;\n  }\n\n  .cgau-listing .cgau-comparison-value.cgau-winner {\n    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);\n    color: white;\n    padding: 0.5rem 1rem;\n    border-radius: 20px;\n    display: inline-block;\n  }\n\n  \/* Box Contents *\/\n  .cgau-listing .cgau-contents-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 2rem;\n  }\n\n  .cgau-listing .cgau-content-item {\n    text-align: center;\n    padding: 2rem;\n    background: white;\n    border-radius: 25px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n    transition: all 0.3s ease;\n    border: 3px solid transparent;\n  }\n\n  .cgau-listing .cgau-content-item:hover {\n    transform: translateY(-10px) rotate(2deg);\n    border-color: #ff6b6b;\n    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.3);\n  }\n\n  .cgau-listing .cgau-content-icon {\n    font-size: 3.5rem;\n    margin-bottom: 1rem;\n  }\n\n  .cgau-listing .cgau-content-name {\n    font-weight: 800;\n    font-size: 1.25rem;\n    color: #333;\n    margin-bottom: 0.5rem;\n  }\n\n  .cgau-listing .cgau-content-desc {\n    color: #999;\n    font-size: 0.938rem;\n  }\n\n  \/* Important Note *\/\n  .cgau-listing .cgau-important-note {\n    background: linear-gradient(135deg, #feca57 0%, #ff9f43 100%);\n    border-radius: 30px;\n    padding: 3rem;\n    margin: 3rem 0;\n    box-shadow: 0 15px 50px rgba(254, 202, 87, 0.3);\n    transform: rotate(1deg);\n    transition: transform 0.3s ease;\n  }\n\n  .cgau-listing .cgau-important-note:hover {\n    transform: rotate(0deg) scale(1.02);\n  }\n\n  .cgau-listing .cgau-important-note h4 {\n    color: white;\n    font-size: 2rem;\n    font-weight: 900;\n    margin-bottom: 1rem;\n    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);\n  }\n\n  .cgau-listing .cgau-important-note p {\n    color: white;\n    font-size: 1.25rem;\n    line-height: 1.8;\n    font-weight: 500;\n  }\n\n  \/* Why Us Cards *\/\n  .cgau-listing .cgau-why-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n  }\n\n  .cgau-listing .cgau-why-card {\n    background: white;\n    border-radius: 30px;\n    padding: 3rem;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cgau-listing .cgau-why-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 5px;\n    background: linear-gradient(90deg, #ff6b6b, #feca57, #ff9ff3, #54a0ff);\n  }\n\n  .cgau-listing .cgau-why-card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);\n  }\n\n  .cgau-listing .cgau-why-icon {\n    font-size: 3.5rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .cgau-listing .cgau-why-title {\n    font-size: 1.75rem;\n    font-weight: 800;\n    margin-bottom: 1rem;\n    color: #333;\n  }\n\n  .cgau-listing .cgau-why-desc {\n    color: #666;\n    font-size: 1.125rem;\n    line-height: 1.8;\n  }\n\n  \/* Shipping Cards *\/\n  .cgau-listing .cgau-shipping-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n    gap: 2rem;\n  }\n\n  .cgau-listing .cgau-shipping-card {\n    background: linear-gradient(135deg, #fff 0%, #fff5f5 100%);\n    border-radius: 30px;\n    padding: 3rem;\n    text-align: center;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cgau-listing .cgau-shipping-card.cgau-featured {\n    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);\n    color: white;\n    transform: scale(1.05);\n  }\n\n  .cgau-listing .cgau-shipping-card.cgau-featured .cgau-shipping-title,\n  .cgau-listing .cgau-shipping-card.cgau-featured .cgau-shipping-desc {\n    color: white;\n  }\n\n  .cgau-listing .cgau-shipping-card:hover {\n    transform: translateY(-10px);\n    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.3);\n  }\n\n  .cgau-listing .cgau-shipping-card.cgau-featured:hover {\n    transform: scale(1.08);\n  }\n\n  .cgau-listing .cgau-shipping-icon {\n    font-size: 4rem;\n    margin-bottom: 1.5rem;\n  }\n\n  .cgau-listing .cgau-shipping-title {\n    font-size: 1.75rem;\n    font-weight: 800;\n    margin-bottom: 1rem;\n    color: #333;\n  }\n\n  .cgau-listing .cgau-shipping-desc {\n    color: #666;\n    font-size: 1.125rem;\n    line-height: 1.8;\n  }\n\n  .cgau-listing .cgau-shipping-note {\n    font-size: 0.938rem;\n    margin-top: 1rem;\n    opacity: 0.9;\n  }\n\n  \/* Warranty *\/\n  .cgau-listing .cgau-warranty-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 2rem;\n  }\n\n  .cgau-listing .cgau-warranty-card {\n    border-radius: 30px;\n    padding: 3rem;\n    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);\n    position: relative;\n    overflow: hidden;\n    transition: all 0.3s ease;\n  }\n\n  .cgau-listing .cgau-warranty-card.cgau-warranty-ebay {\n    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);\n  }\n\n  .cgau-listing .cgau-warranty-card.cgau-warranty-acl {\n    background: linear-gradient(135deg, #feca57 0%, #ff9f43 100%);\n  }\n\n  .cgau-listing .cgau-warranty-card.cgau-warranty-cg {\n    background: linear-gradient(135deg, #10ac84 0%, #1dd1a1 100%);\n  }\n\n  .cgau-listing .cgau-warranty-card:hover {\n    transform: translateY(-10px) scale(1.05);\n  }\n\n  .cgau-listing .cgau-warranty-card h4 {\n    font-size: 1.75rem;\n    font-weight: 900;\n    margin-bottom: 1.5rem;\n    color: white;\n    text-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);\n  }\n\n  .cgau-listing .cgau-warranty-card ul {\n    list-style: none;\n    padding: 0;\n  }\n\n  .cgau-listing .cgau-warranty-card li {\n    padding: 0.75rem 0;\n    color: white;\n    display: flex;\n    align-items: center;\n    gap: 1rem;\n    font-size: 1.125rem;\n    font-weight: 600;\n  }\n\n  .cgau-listing .cgau-warranty-card li::before {\n    content: '✨';\n    font-size: 1.25rem;\n    flex-shrink: 0;\n  }\n\n  \/* Footer CTA *\/\n  .cgau-listing .cgau-footer-cta {\n    padding: 6rem 0;\n    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 50%, #ff9ff3 100%);\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    border-radius: 30px 30px 0 0;\n  }\n\n  .cgau-listing .cgau-footer-cta h2 {\n    font-size: 3.5rem;\n    font-weight: 900;\n    color: white;\n    margin-bottom: 1.5rem;\n    text-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);\n    position: relative;\n    z-index: 1;\n    -webkit-text-fill-color: white;\n    background: none;\n    -webkit-background-clip: unset;\n  }\n\n  \/* Footer *\/\n  .cgau-listing .cgau-footer {\n    background: #1a0a2e;\n    padding: 2rem;\n    text-align: center;\n    color: rgba(255, 255, 255, 0.7);\n    border-radius: 0 0 30px 30px;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .cgau-listing .cgau-hero h1 {\n      font-size: 2.5rem;\n    }\n\n    .cgau-listing .cgau-section-title {\n      font-size: 2.5rem;\n    }\n\n    .cgau-listing .cgau-hero-features {\n      flex-direction: column;\n      gap: 1rem;\n    }\n\n    .cgau-listing .cgau-comparison-header,\n    .cgau-listing .cgau-comparison-row {\n      grid-template-columns: 1fr;\n      gap: 1rem;\n      text-align: center;\n    }\n\n    .cgau-listing .cgau-specs-grid,\n    .cgau-listing .cgau-contents-grid,\n    .cgau-listing .cgau-why-grid,\n    .cgau-listing .cgau-shipping-grid,\n    .cgau-listing .cgau-warranty-grid,\n    .cgau-listing .cgau-vs-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .cgau-listing .cgau-sealed-badges {\n      justify-content: center;\n    }\n\n    .cgau-listing .cgau-footer-cta h2 {\n      font-size: 2.5rem;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"cgau-listing\"\u003e\n\u003c!-- Header --\u003e\n\u003cdiv class=\"cgau-header\"\u003e\n\u003cdiv class=\"cgau-header-content\"\u003e\n\u003cdiv class=\"cgau-brand\"\u003eCamGuard Australia \u003cstrong\u003e\u003cem\u003e\u003cspan class=\"cgau-brand-tagline\"\u003eSecurity doesn't have to be boring.\u003c\/span\u003e\u003c\/em\u003e\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Hero --\u003e\n\u003cdiv class=\"cgau-hero\"\u003e\n\u003cdiv class=\"cgau-hero-content\"\u003e\n\u003cdiv class=\"cgau-hero-emoji\"\u003e🚪\u003c\/div\u003e\n\u003ch1\u003eeufy Security S330\u003cbr\u003e\u003cspan class=\"cgau-hero-highlight\"\u003eDual Camera Video Doorbell\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"cgau-hero-subtitle\"\u003eOne camera points straight ahead, one downwards towards packages\/feet! (🙅) \u003c\/p\u003e\n\u003cp class=\"cgau-hero-subtitle\"\u003e\u003cstrong\u003eBrand New \u0026amp; Factory Sealed\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"cgau-hero-features\"\u003e\n\u003cdiv class=\"cgau-hero-feature\"\u003e📸 Dual Cameras\u003c\/div\u003e\n\u003cdiv class=\"cgau-hero-feature\"\u003e🎬 2K HDR Video\u003c\/div\u003e\n\u003cdiv class=\"cgau-hero-feature\"\u003e📦 Delivery Guard™\u003c\/div\u003e\n\u003cdiv class=\"cgau-hero-feature\"\u003e💰 Zero Monthly Fees\u003c\/div\u003e\n\u003cdiv class=\"cgau-hero-feature\"\u003e🔋 Up to 6-Month Battery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Important Requirement Box --\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003cdiv class=\"cgau-requirement-box\"\u003e\n\u003ch3\u003e⚠️ Important: HomeBase Required\u003c\/h3\u003e\n\u003cp\u003eThis is an \u003cspan class=\"cgau-highlight\"\u003eAdd-on Unit\u003c\/span\u003e and requires a \u003cspan class=\"cgau-highlight\"\u003eHomeBase 2\u003c\/span\u003e or \u003cspan class=\"cgau-highlight\"\u003eHomeBase 3\u003c\/span\u003e to operate. If you already have a eufy HomeBase in your setup, this doorbell will connect seamlessly! Don't have one yet? Check out our HomeBase listings. 🏠\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Brand New Sealed Box --\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003cdiv class=\"cgau-sealed-box\"\u003e\n\u003ch3\u003e✨ Brand New \u0026amp; Factory Sealed ✨\u003c\/h3\u003e\n\u003cp\u003eThis is the brand new eufy S330 Video Doorbell — \u003cstrong\u003estraight from eufy, sealed in its original retail packaging!\u003c\/strong\u003e You're getting the full unboxing experience with everything exactly as eufy intended. Dual camera doorbell goodness, fresh out of the box! 🎉\u003c\/p\u003e\n\u003cdiv class=\"cgau-sealed-badges\"\u003e\n\u003cdiv class=\"cgau-sealed-badge\"\u003e📦 Original Retail Box\u003c\/div\u003e\n\u003cdiv class=\"cgau-sealed-badge\"\u003e🔒 Factory Sealed\u003c\/div\u003e\n\u003cdiv class=\"cgau-sealed-badge\"\u003e✅ 100% Genuine eufy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section --\u003e\n\u003cdiv class=\"cgau-section\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eWhy the S330 is a game-changer 🚀\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eTwo cameras really are better than one\u003c\/p\u003e\n\u003cdiv class=\"cgau-features-grid\"\u003e\n\u003cdiv class=\"cgau-feature-card\"\u003e\n\u003cspan class=\"cgau-feature-icon\"\u003e📸\u003c\/span\u003e\n\u003ch3 class=\"cgau-feature-title\"\u003eDual Camera Tech\u003c\/h3\u003e\n\u003cp class=\"cgau-feature-description\"\u003eOne camera for faces, one for packages. See your visitors AND your deliveries without the usual blind spots!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-feature-card\"\u003e\n\u003cspan class=\"cgau-feature-icon\"\u003e📦\u003c\/span\u003e\n\u003ch3 class=\"cgau-feature-title\"\u003eDelivery Guard™\u003c\/h3\u003e\n\u003cp class=\"cgau-feature-description\"\u003eGet notified when packages arrive, auto-warn porch pirates, and set pickup reminders. Your parcels are watched over!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-feature-card\"\u003e\n\u003cspan class=\"cgau-feature-icon\"\u003e🎬\u003c\/span\u003e\n\u003ch3 class=\"cgau-feature-title\"\u003eCrystal Clear 2K HDR\u003c\/h3\u003e\n\u003cp class=\"cgau-feature-description\"\u003eSee every detail of your guests with 2K HDR on the main camera. No more squinting at blurry faces!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-feature-card\"\u003e\n\u003cspan class=\"cgau-feature-icon\"\u003e🎯\u003c\/span\u003e\n\u003ch3 class=\"cgau-feature-title\"\u003eDual Motion Detection\u003c\/h3\u003e\n\u003cp class=\"cgau-feature-description\"\u003eRadar + PIR sensors work together to reduce false alarms by 95%. No more alerts for leaves and shadows!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-feature-card\"\u003e\n\u003cspan class=\"cgau-feature-icon\"\u003e🗣️\u003c\/span\u003e\n\u003ch3 class=\"cgau-feature-title\"\u003eTwo-Way Audio\u003c\/h3\u003e\n\u003cp class=\"cgau-feature-description\"\u003eChat with visitors or give delivery instructions from anywhere. \"Just leave it by the door, thanks!\"\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-feature-card\"\u003e\n\u003cspan class=\"cgau-feature-icon\"\u003e💡\u003c\/span\u003e\n\u003ch3 class=\"cgau-feature-title\"\u003eMotion-Activated Light\u003c\/h3\u003e\n\u003cp class=\"cgau-feature-description\"\u003eBuilt-in LED illuminates your porch at night — see packages clearly AND startle would-be thieves!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- S330 vs E340 Section --\u003e\n\u003cdiv class=\"cgau-section cgau-section-alt\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eS330 vs E340 — What's the difference? 🤔\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eBoth are dual-camera doorbells, but there's one key difference...\u003c\/p\u003e\n\u003cdiv class=\"cgau-vs-box\"\u003e\n\u003ch3\u003e🎯 The Key Difference: Motion Detection\u003c\/h3\u003e\n\u003cdiv class=\"cgau-vs-grid\"\u003e\n\u003cdiv class=\"cgau-vs-card\"\u003e\n\u003ch4\u003e🔴 S330 (This One!)\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"cgau-vs-highlight\"\u003ePIR + Radar\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003eWhen PIR detects movement, \u003cstrong\u003eradar confirms it's real\u003c\/strong\u003e before alerting you.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eResult:\u003c\/strong\u003e Up to 95% fewer false alerts! 🎉\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-vs-card\"\u003e\n\u003ch4\u003e🔵 E340 (Newer Model)\u003c\/h4\u003e\n\u003cp\u003e\u003cspan class=\"cgau-vs-highlight\"\u003ePIR Only\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003eStill has AI person\/package detection, but \u003cstrong\u003eno radar double-check\u003c\/strong\u003e.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eTrade-off:\u003c\/strong\u003e Colour night vision + detachable battery! 🌙\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-explainer-box\"\u003e\n\u003ch4\u003e💡 What does PIR + Radar actually mean?\u003c\/h4\u003e\n\u003cp\u003e\u003cstrong\u003ePIR\u003c\/strong\u003e = Detects heat-based movement (people, animals). It's good, but can trigger from sun\/heat changes, passing cars, or shadows.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eRadar\u003c\/strong\u003e = Scans for actual physical movement. When PIR triggers, radar confirms there's real movement before notifying you.\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf you get annoyed by constant false alerts from leaves, shadows, or passing traffic — the S330's dual detection is why many people prefer it!\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specs Section --\u003e\n\u003cdiv class=\"cgau-section\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eTech specs for the nerds 🤓\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eImpressive dual-camera performance\u003c\/p\u003e\n\u003cdiv class=\"cgau-specs-grid\"\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e📹\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003eMain Camera\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003e2K HDR (2560×1920)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003ePackage Camera\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003e1080p (1600×1200)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e👀\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003eMain FOV\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003e160° Diagonal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003ePackage FOV\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003e120° Diagonal\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e🔋\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003eBattery Life\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003eAround 3 to 6 Months Per Charge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e💰\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003eMonthly Fee\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003e$0 Forever! Unlike Ring\/Arlo\/Nest 🫠\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e📏\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003eSize\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003e16.5×5.3×2.8cm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-card\"\u003e\n\u003cdiv class=\"cgau-spec-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-label\"\u003eWeather Rating\u003c\/div\u003e\n\u003cdiv class=\"cgau-spec-value\"\u003eIP65 Rated\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Comparison Section --\u003e\n\u003cdiv class=\"cgau-section cgau-section-alt\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eS330 vs Single-Camera Doorbells\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eSpoiler: Two cameras win every time\u003c\/p\u003e\n\u003cdiv class=\"cgau-comparison-container\"\u003e\n\u003cdiv class=\"cgau-comparison-header\"\u003e\n\u003cdiv\u003eFeature\u003c\/div\u003e\n\u003cdiv\u003eeufy S330 🏆\u003c\/div\u003e\n\u003cdiv\u003eOthers\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003eCameras\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003eDual (2!)\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003eSingle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003ePackage View\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003eFull Porch Coverage\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003eBlind Spots\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003eVideo Quality\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003e2K HDR\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003e1080p\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003eMonthly Fees\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003e$0\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003e$3-15\/month\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003eMotion Detection\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003eDual (Radar + PIR)\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003eSingle Sensor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003eFalse Alarm Reduction\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003e95% Less\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003eBasic\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003eDelivery Guard™\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003e✅ Yes\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003e❌ No\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-row\"\u003e\n\u003cdiv class=\"cgau-comparison-label\"\u003eSmart Home\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value cgau-winner\"\u003eAlexa + Google\u003c\/div\u003e\n\u003cdiv class=\"cgau-comparison-value\"\u003eVaries\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- What's Included --\u003e\n\u003cdiv class=\"cgau-section\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eWhat's in your package 📦\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eEverything you need to get started (except HomeBase!)\u003c\/p\u003e\n\u003cdiv class=\"cgau-contents-grid\"\u003e\n\u003cdiv class=\"cgau-content-item\"\u003e\n\u003cdiv class=\"cgau-content-icon\"\u003e🚪\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-name\"\u003eS330 Doorbell\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-desc\"\u003eThe dual-camera star\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-item\"\u003e\n\u003cdiv class=\"cgau-content-icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-name\"\u003eMounting Kit\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-desc\"\u003eLocking mount included\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-item\"\u003e\n\u003cdiv class=\"cgau-content-icon\"\u003e📐\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-name\"\u003e15° Wedge\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-desc\"\u003eAdjust your viewing angle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-item\"\u003e\n\u003cdiv class=\"cgau-content-icon\"\u003e🔩\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-name\"\u003eScrew Packs\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-desc\"\u003eFor secure installation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-item\"\u003e\n\u003cdiv class=\"cgau-content-icon\"\u003e📖\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-name\"\u003eQuick Start Guide\u003c\/div\u003e\n\u003cdiv class=\"cgau-content-desc\"\u003e5-minute setup!\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-important-note\"\u003e\n\u003ch4\u003e⚡ Installation Options\u003c\/h4\u003e\n\u003cp\u003eInstall battery-powered for flexibility, or connect to your existing doorbell wires to extend battery life! Either way, setup takes just 5 minutes with a power drill and screwdriver. For best results, mount about 1.2m (4ft) above the ground. Easy!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Why Buy From Us --\u003e\n\u003cdiv class=\"cgau-section cgau-section-alt\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eWhy buy from CamGuard?\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eBecause we're awesome (and humble 🤪)\u003c\/p\u003e\n\u003cdiv class=\"cgau-why-grid\"\u003e\n\u003cdiv class=\"cgau-why-card\"\u003e\n\u003cdiv class=\"cgau-why-icon\"\u003e✅\u003c\/div\u003e\n\u003ch3 class=\"cgau-why-title\"\u003e100% Genuine Stock\u003c\/h3\u003e\n\u003cp class=\"cgau-why-desc\"\u003eAuthentic eufy products only — factory sealed in original retail packaging. We check our reviews and our reliability profile before listing anything. We're usually cheaper than others too 😉\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-why-card\"\u003e\n\u003cdiv class=\"cgau-why-icon\"\u003e🚀\u003c\/div\u003e\n\u003ch3 class=\"cgau-why-title\"\u003eLightning Fast\u003c\/h3\u003e\n\u003cp class=\"cgau-why-desc\"\u003eOrders usually ship same day if placed before 2PM. Oh and we ship all orders over $99.00 via \u003cstrong\u003eAustralia Post Express\u003c\/strong\u003e too 💨\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-why-card\"\u003e\n\u003cdiv class=\"cgau-why-icon\"\u003e💬\u003c\/div\u003e\n\u003ch3 class=\"cgau-why-title\"\u003eReal Humans\u003c\/h3\u003e\n\u003cp class=\"cgau-why-desc\"\u003eGot questions? We actually reply within a few hours! No robots, no runaround, just friendly Aussie support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Shipping Section --\u003e\n\u003cdiv class=\"cgau-section\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eShipping that doesn't suck 📮\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eFast, reliable, and actually trackable\u003c\/p\u003e\n\u003cdiv class=\"cgau-shipping-grid\"\u003e\n\u003cdiv class=\"cgau-shipping-card cgau-featured\"\u003e\n\u003cdiv class=\"cgau-shipping-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3 class=\"cgau-shipping-title\"\u003eExpress Post :)\u003c\/h3\u003e\n\u003cp class=\"cgau-shipping-desc\"\u003e\u003cstrong\u003eFREE on orders over $99.00!\u003c\/strong\u003e\u003cbr\u003e1-3 business days nationwide\u003cbr\u003e\u003cbr\u003eFull tracking included\u003cbr\u003e\u003cbr\u003e\u003cspan class=\"cgau-shipping-note\"\u003eWA friends: expect 2-4 business days — you're far away but we still love you! 💜\u003c\/span\u003e\u003cbr\u003e\u003cbr\u003eSignature on delivery available (+$2.95) — just let us know before purchasing so we don't miss it!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-shipping-card\"\u003e\n\u003cdiv class=\"cgau-shipping-icon\"\u003e🏪\u003c\/div\u003e\n\u003ch3 class=\"cgau-shipping-title\"\u003eLocal Pickup\u003c\/h3\u003e\n\u003cp class=\"cgau-shipping-desc\"\u003eIn Townsville, QLD?\u003cbr\u003eCome grab it yourself!\u003cbr\u003eMessage us to arrange 🤙\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Warranty Section --\u003e\n\u003cdiv class=\"cgau-section cgau-section-alt\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2 class=\"cgau-section-title\"\u003eProtection guarantee 🛡️\u003c\/h2\u003e\n\u003cp class=\"cgau-section-subtitle\"\u003eBecause peace of mind matters\u003c\/p\u003e\n\u003cdiv class=\"cgau-warranty-grid\"\u003e\n\u003cdiv class=\"cgau-warranty-card cgau-warranty-acl\"\u003e\n\u003ch4\u003eAustralian Consumer Law\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eStatutory guarantees\u003c\/li\u003e\n\u003cli\u003eQuality standards\u003c\/li\u003e\n\u003cli\u003eRepair or replace rights\u003c\/li\u003e\n\u003cli\u003eFull legal protection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-warranty-card cgau-warranty-cg\"\u003e\n\u003ch4\u003eCamGuard 1-Year Warranty\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e1-year warranty coverage\u003c\/li\u003e\n\u003cli\u003eAussie-based support\u003c\/li\u003e\n\u003cli\u003eFast replacements\u003c\/li\u003e\n\u003cli\u003eNo BS, just service\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Footer CTA --\u003e\n\u003cdiv class=\"cgau-footer-cta\"\u003e\n\u003cdiv class=\"cgau-container\"\u003e\n\u003ch2\u003eDual Cameras. Double Protection. S330.\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cgau-footer\"\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. This is an add-on unit and requires a eufy HomeBase 2 or HomeBase 3 (sold separately) to operate — it will not work on its own. Covered by the CamGuard 12-month in-house warranty — not a manufacturer warranty — in addition to Australian Consumer Law rights. Battery-life and storage-capacity figures are eufy's ratings and estimates; real-world results vary with usage, settings and conditions.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"eufy","offers":[{"title":"Default Title","offer_id":43073802371115,"sku":"CG-DBS330-BN-S","price":269.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0666\/0086\/1739\/files\/imgi_32_s-l960_bf7ed4e1-4687-4469-98be-fbd24ad724f8.webp?v=1770827277","url":"https:\/\/www.camguardaustralia.com.au\/products\/eufy-security-s330-dual-camera-wireless-2k-video-doorbell-brand-new","provider":"CamGuard Australia","version":"1.0","type":"link"}