{"product_id":"debaobulb-rechargeable-emergency-led-light-bulbs-219836200632","title":"Rechargeable Emergency LED Light Bulbs","description":"\u003c!-- ============================================================\n     DEBAOBULB Rechargeable Emergency LED Light Bulb\n     Shopify Product Detail Page — Custom HTML\n     Color: Dark Navy Background \/ Cool Blue Accent \/ Floating Cards\n     ============================================================ --\u003e\n\u003cstyle\u003e\n  \/* ---------- Root Variables ---------- *\/\n  :root {\n    --bg-primary: #0A0E1A;\n    --bg-secondary: #111827;\n    --card-bg: #1A2235;\n    --card-bg-light: #232D44;\n    --accent-blue: #4DA8FF;\n    --accent-cyan: #00D4FF;\n    --accent-glow: rgba(77, 168, 255, 0.35);\n    --text-primary: #F0F4F8;\n    --text-secondary: #94A3B8;\n    --text-muted: #64748B;\n    --border-subtle: rgba(77, 168, 255, 0.15);\n    --shadow-float: 0 20px 60px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(77, 168, 255, 0.08);\n    --shadow-card: 0 12px 40px rgba(0, 0, 0, 0.4);\n    --radius-lg: 20px;\n    --radius-md: 14px;\n    --radius-sm: 10px;\n  }\n\n  \/* ---------- Page Wrapper ---------- *\/\n  .db-page-wrapper {\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    background: var(--bg-primary);\n    color: var(--text-primary);\n    padding: 0;\n    margin: 0;\n    overflow-x: hidden;\n    line-height: 1.6;\n  }\n\n  .db-container {\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  \/* ---------- Section Spacing ---------- *\/\n  .db-section {\n    padding: 72px 0;\n    position: relative;\n  }\n\n  .db-section-label {\n    display: inline-block;\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    color: var(--accent-cyan);\n    margin-bottom: 16px;\n    padding: 6px 16px;\n    background: rgba(0, 212, 255, 0.08);\n    border-radius: 100px;\n    border: 1px solid rgba(0, 212, 255, 0.2);\n  }\n\n  .db-section-title {\n    font-size: 36px;\n    font-weight: 800;\n    line-height: 1.2;\n    margin: 0 0 16px 0;\n    color: var(--text-primary);\n    letter-spacing: -0.5px;\n  }\n\n  .db-section-subtitle {\n    font-size: 17px;\n    color: var(--text-secondary);\n    max-width: 640px;\n    margin: 0 auto 48px auto;\n    text-align: center;\n  }\n\n  .db-text-center { text-align: center; }\n\n  \/* ============================================================\n     HERO SECTION\n     ============================================================ *\/\n  .db-hero {\n    background:\n      radial-gradient(ellipse at 20% 30%, rgba(77, 168, 255, 0.12) 0%, transparent 50%),\n      radial-gradient(ellipse at 80% 70%, rgba(0, 212, 255, 0.08) 0%, transparent 50%),\n      var(--bg-primary);\n    padding: 80px 0 72px 0;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .db-hero::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 800px;\n    height: 800px;\n    background: radial-gradient(circle, rgba(77, 168, 255, 0.06) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .db-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(0, 212, 255, 0.1);\n    border: 1px solid rgba(0, 212, 255, 0.25);\n    color: var(--accent-cyan);\n    padding: 8px 20px;\n    border-radius: 100px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.5px;\n    margin-bottom: 28px;\n  }\n\n  .db-hero-badge svg { width: 16px; height: 16px; }\n\n  .db-hero-title {\n    font-size: 48px;\n    font-weight: 900;\n    line-height: 1.1;\n    margin: 0 0 20px 0;\n    background: linear-gradient(135deg, #FFFFFF 0%, #4DA8FF 60%, #00D4FF 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    letter-spacing: -1px;\n  }\n\n  .db-hero-desc {\n    font-size: 19px;\n    color: var(--text-secondary);\n    max-width: 680px;\n    margin: 0 auto 40px auto;\n    line-height: 1.7;\n  }\n\n  .db-hero-stats {\n    display: flex;\n    justify-content: center;\n    gap: 48px;\n    flex-wrap: wrap;\n    margin-top: 48px;\n  }\n\n  .db-hero-stat {\n    text-align: center;\n  }\n\n  .db-hero-stat-num {\n    font-size: 32px;\n    font-weight: 800;\n    color: var(--accent-cyan);\n    line-height: 1;\n  }\n\n  .db-hero-stat-label {\n    font-size: 13px;\n    color: var(--text-muted);\n    margin-top: 6px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* ============================================================\n     KEY FEATURES GRID\n     ============================================================ *\/\n  .db-features-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 24px;\n  }\n\n  .db-feature-card {\n    background: var(--card-bg);\n    border: 1px solid var(--border-subtle);\n    border-radius: var(--radius-lg);\n    padding: 36px 28px;\n    text-align: center;\n    box-shadow: var(--shadow-card);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .db-feature-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, var(--accent-blue), var(--accent-cyan));\n    opacity: 0;\n    transition: opacity 0.3s ease;\n  }\n\n  .db-feature-card:hover {\n    transform: translateY(-6px);\n    box-shadow: var(--shadow-float);\n  }\n\n  .db-feature-card:hover::before { opacity: 1; }\n\n  .db-feature-icon {\n    width: 64px;\n    height: 64px;\n    margin: 0 auto 20px auto;\n    background: linear-gradient(135deg, rgba(77, 168, 255, 0.15), rgba(0, 212, 255, 0.1));\n    border-radius: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 1px solid rgba(77, 168, 255, 0.2);\n  }\n\n  .db-feature-icon svg {\n    width: 32px;\n    height: 32px;\n    stroke: var(--accent-cyan);\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .db-feature-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin: 0 0 10px 0;\n  }\n\n  .db-feature-desc {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.6;\n    margin: 0;\n  }\n\n  \/* ============================================================\n     BRIGHTNESS MODES SECTION\n     ============================================================ *\/\n  .db-brightness-section {\n    background: var(--bg-secondary);\n    position: relative;\n  }\n\n  .db-brightness-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background:\n      radial-gradient(ellipse at 30% 50%, rgba(77, 168, 255, 0.06) 0%, transparent 60%);\n    pointer-events: none;\n  }\n\n  .db-brightness-cards {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 28px;\n    position: relative;\n    z-index: 1;\n  }\n\n  .db-brightness-card {\n    background: var(--card-bg);\n    border: 1px solid var(--border-subtle);\n    border-radius: var(--radius-lg);\n    padding: 40px 32px;\n    text-align: center;\n    box-shadow: var(--shadow-float);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .db-brightness-card.featured {\n    border-color: rgba(0, 212, 255, 0.4);\n    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 212, 255, 0.12);\n  }\n\n  .db-brightness-tag {\n    position: absolute;\n    top: 16px;\n    right: 16px;\n    background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));\n    color: #0A0E1A;\n    font-size: 11px;\n    font-weight: 800;\n    padding: 4px 12px;\n    border-radius: 100px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .db-brightness-level {\n    font-size: 14px;\n    font-weight: 700;\n    color: var(--accent-cyan);\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    margin-bottom: 12px;\n  }\n\n  .db-brightness-lumens {\n    font-size: 48px;\n    font-weight: 900;\n    color: var(--text-primary);\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .db-brightness-lumens span {\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--text-muted);\n  }\n\n  .db-brightness-watt {\n    font-size: 15px;\n    color: var(--text-secondary);\n    margin-bottom: 24px;\n  }\n\n  .db-brightness-divider {\n    width: 40px;\n    height: 2px;\n    background: linear-gradient(90deg, var(--accent-blue), var(--accent-cyan));\n    margin: 0 auto 20px auto;\n    border-radius: 2px;\n  }\n\n  .db-brightness-duration {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    font-size: 15px;\n    color: var(--text-secondary);\n  }\n\n  .db-brightness-duration strong {\n    color: var(--accent-cyan);\n    font-weight: 700;\n    font-size: 18px;\n  }\n\n  .db-brightness-duration svg {\n    width: 18px;\n    height: 18px;\n    stroke: var(--accent-cyan);\n    fill: none;\n    stroke-width: 2;\n  }\n\n  \/* ============================================================\n     USE CASES \/ SCENARIOS\n     ============================================================ *\/\n  .db-scenarios-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n\n  .db-scenario-card {\n    background: var(--card-bg);\n    border: 1px solid var(--border-subtle);\n    border-radius: var(--radius-lg);\n    padding: 36px 28px;\n    box-shadow: var(--shadow-card);\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .db-scenario-card:hover {\n    transform: translateY(-4px);\n    box-shadow: var(--shadow-float);\n  }\n\n  .db-scenario-icon {\n    width: 56px;\n    height: 56px;\n    background: linear-gradient(135deg, rgba(77, 168, 255, 0.15), rgba(0, 212, 255, 0.08));\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 20px;\n    border: 1px solid rgba(77, 168, 255, 0.2);\n  }\n\n  .db-scenario-icon svg {\n    width: 28px;\n    height: 28px;\n    stroke: var(--accent-cyan);\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .db-scenario-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: var(--text-primary);\n    margin: 0 0 10px 0;\n  }\n\n  .db-scenario-desc {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.7;\n    margin: 0;\n  }\n\n  \/* ============================================================\n     ENERGY SAVING COMPARISON\n     ============================================================ *\/\n  .db-energy-section {\n    background: var(--bg-secondary);\n    position: relative;\n    overflow: hidden;\n  }\n\n  .db-energy-section::after {\n    content: '';\n    position: absolute;\n    right: -200px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 500px;\n    height: 500px;\n    background: radial-gradient(circle, rgba(0, 212, 255, 0.06) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .db-energy-wrapper {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .db-energy-text h3 {\n    font-size: 30px;\n    font-weight: 800;\n    color: var(--text-primary);\n    margin: 0 0 16px 0;\n    line-height: 1.25;\n  }\n\n  .db-energy-text p {\n    font-size: 16px;\n    color: var(--text-secondary);\n    line-height: 1.7;\n    margin: 0 0 28px 0;\n  }\n\n  .db-energy-savings {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: rgba(0, 212, 255, 0.1);\n    border: 1px solid rgba(0, 212, 255, 0.25);\n    padding: 14px 24px;\n    border-radius: var(--radius-md);\n  }\n\n  .db-energy-savings-num {\n    font-size: 36px;\n    font-weight: 900;\n    color: var(--accent-cyan);\n    line-height: 1;\n  }\n\n  .db-energy-savings-label {\n    font-size: 14px;\n    color: var(--text-secondary);\n    line-height: 1.4;\n  }\n\n  .db-energy-savings-label strong {\n    color: var(--text-primary);\n    display: block;\n  }\n\n  .db-energy-compare {\n    background: var(--card-bg);\n    border: 1px solid var(--border-subtle);\n    border-radius: var(--radius-lg);\n    padding: 36px;\n    box-shadow: var(--shadow-float);\n  }\n\n  .db-compare-row {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 20px 0;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.06);\n  }\n\n  .db-compare-row:last-child { border-bottom: none; }\n\n  .db-compare-label {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 15px;\n    color: var(--text-secondary);\n  }\n\n  .db-compare-label svg {\n    width: 20px;\n    height: 20px;\n    stroke-width: 1.8;\n    fill: none;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .db-compare-label.old svg { stroke: var(--text-muted); }\n  .db-compare-label.new svg { stroke: var(--accent-cyan); }\n\n  .db-compare-value {\n    font-size: 22px;\n    font-weight: 800;\n  }\n\n  .db-compare-value.old {\n    color: var(--text-muted);\n    text-decoration: line-through;\n    text-decoration-color: rgba(255, 255, 255, 0.2);\n  }\n\n  .db-compare-value.new {\n    color: var(--accent-cyan);\n  }\n\n  \/* ============================================================\n     WHAT'S IN THE BOX\n     ============================================================ *\/\n  .db-box-content {\n    background: var(--card-bg);\n    border: 1px solid var(--border-subtle);\n    border-radius: var(--radius-lg);\n    padding: 48px;\n    box-shadow: var(--shadow-float);\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 40px;\n    align-items: center;\n  }\n\n  .db-box-visual {\n    text-align: center;\n  }\n\n  .db-box-icon-circle {\n    width: 160px;\n    height: 160px;\n    margin: 0 auto;\n    background: linear-gradient(135deg, rgba(77, 168, 255, 0.15), rgba(0, 212, 255, 0.08));\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border: 2px solid rgba(77, 168, 255, 0.25);\n    position: relative;\n  }\n\n  .db-box-icon-circle::before {\n    content: '';\n    position: absolute;\n    inset: -12px;\n    border-radius: 50%;\n    border: 1px dashed rgba(77, 168, 255, 0.2);\n    animation: db-rotate 20s linear infinite;\n  }\n\n  @keyframes db-rotate {\n    from { transform: rotate(0deg); }\n    to { transform: rotate(360deg); }\n  }\n\n  .db-box-icon-circle svg {\n    width: 72px;\n    height: 72px;\n    stroke: var(--accent-cyan);\n    fill: none;\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .db-box-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n\n  .db-box-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 14px;\n    padding: 14px 0;\n    border-bottom: 1px solid rgba(255, 255, 255, 0.05);\n    font-size: 15px;\n    color: var(--text-secondary);\n  }\n\n  .db-box-list li:last-child { border-bottom: none; }\n\n  .db-box-list li strong {\n    color: var(--text-primary);\n    font-weight: 700;\n  }\n\n  .db-box-check {\n    flex-shrink: 0;\n    width: 24px;\n    height: 24px;\n    background: linear-gradient(135deg, var(--accent-blue), var(--accent-cyan));\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n\n  .db-box-check svg {\n    width: 14px;\n    height: 14px;\n    stroke: #0A0E1A;\n    fill: none;\n    stroke-width: 3;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  \/* ============================================================\n     SPECIFICATIONS TABLE\n     ============================================================ *\/\n  .db-specs-section {\n    background: var(--bg-secondary);\n  }\n\n  .db-specs-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n  }\n\n  .db-spec-item {\n    background: var(--card-bg);\n    border: 1px solid var(--border-subtle);\n    border-radius: var(--radius-md);\n    padding: 24px 28px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    box-shadow: var(--shadow-card);\n    transition: transform 0.2s ease;\n  }\n\n  .db-spec-item:hover {\n    transform: translateY(-2px);\n  }\n\n  .db-spec-label {\n    font-size: 14px;\n    color: var(--text-muted);\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    font-weight: 600;\n  }\n\n  .db-spec-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: var(--text-primary);\n  }\n\n  .db-spec-value.accent {\n    color: var(--accent-cyan);\n  }\n\n  \/* ============================================================\n     TRUST \/ REVIEWS BAR\n     ============================================================ *\/\n  .db-trust-bar {\n    background: linear-gradient(135deg, rgba(77, 168, 255, 0.08), rgba(0, 212, 255, 0.04));\n    border: 1px solid rgba(77, 168, 255, 0.2);\n    border-radius: var(--radius-lg);\n    padding: 40px 48px;\n    display: flex;\n    align-items: center;\n    justify-content: space-around;\n    flex-wrap: wrap;\n    gap: 32px;\n    box-shadow: var(--shadow-float);\n  }\n\n  .db-trust-item {\n    text-align: center;\n  }\n\n  .db-trust-icon {\n    width: 48px;\n    height: 48px;\n    margin: 0 auto 12px auto;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n\n  .db-trust-icon svg {\n    width: 40px;\n    height: 40px;\n    stroke: var(--accent-cyan);\n    fill: none;\n    stroke-width: 1.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  .db-trust-num {\n    font-size: 28px;\n    font-weight: 800;\n    color: var(--text-primary);\n    line-height: 1;\n  }\n\n  .db-trust-label {\n    font-size: 13px;\n    color: var(--text-muted);\n    margin-top: 6px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  .db-stars {\n    display: flex;\n    justify-content: center;\n    gap: 2px;\n    margin-top: 8px;\n  }\n\n  .db-stars svg {\n    width: 16px;\n    height: 16px;\n    fill: #FBBF24;\n    stroke: none;\n  }\n\n  \/* ============================================================\n     CTA SECTION\n     ============================================================ *\/\n  .db-cta-section {\n    text-align: center;\n    padding: 80px 0;\n    background:\n      radial-gradient(ellipse at 50% 50%, rgba(77, 168, 255, 0.1) 0%, transparent 60%),\n      var(--bg-primary);\n  }\n\n  .db-cta-title {\n    font-size: 38px;\n    font-weight: 900;\n    color: var(--text-primary);\n    margin: 0 0 16px 0;\n    line-height: 1.2;\n  }\n\n  .db-cta-desc {\n    font-size: 17px;\n    color: var(--text-secondary);\n    max-width: 560px;\n    margin: 0 auto 36px auto;\n    line-height: 1.7;\n  }\n\n  .db-cta-note {\n    font-size: 13px;\n    color: var(--text-muted);\n    margin-top: 20px;\n  }\n\n  \/* ============================================================\n     RESPONSIVE\n     ============================================================ *\/\n  @media (max-width: 900px) {\n    .db-features-grid { grid-template-columns: repeat(2, 1fr); }\n    .db-brightness-cards { grid-template-columns: 1fr; }\n    .db-scenarios-grid { grid-template-columns: 1fr; }\n    .db-energy-wrapper { grid-template-columns: 1fr; }\n    .db-box-content { grid-template-columns: 1fr; padding: 32px; }\n    .db-specs-grid { grid-template-columns: 1fr; }\n    .db-hero-title { font-size: 34px; }\n    .db-section-title { font-size: 28px; }\n    .db-hero-stats { gap: 28px; }\n    .db-trust-bar { padding: 32px 24px; }\n  }\n\n  @media (max-width: 560px) {\n    .db-features-grid { grid-template-columns: 1fr; }\n    .db-hero-title { font-size: 28px; }\n    .db-section-title { font-size: 24px; }\n    .db-container { padding: 0 16px; }\n    .db-section { padding: 48px 0; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"db-page-wrapper\"\u003e\n\u003c!-- ============================================================\n       HERO SECTION\n       ============================================================ --\u003e\n\u003csection class=\"db-hero\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-hero-badge\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n          \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e RECHARGEABLE EMERGENCY LIGHTING\u003c\/div\u003e\n\u003ch1 class=\"db-hero-title\"\u003eNever Be Left in the Dark\u003c\/h1\u003e\n\u003cp class=\"db-hero-desc\"\u003e Rechargeable emergency LED bulbs work like regular bulbs every day, then automatically switch to battery power when the grid goes down. 6000K daylight brightness, 3 adjustable modes, and up to 6 hours of emergency light.\u003c\/p\u003e\n\u003cp class=\"db-hero-desc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/Rechargeable_Emergency_Light_Bulbs.gif?v=1787292384\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"db-hero-stats\"\u003e\n\u003cdiv class=\"db-hero-stat\"\u003e\n\u003cdiv class=\"db-hero-stat-num\"\u003e9W\u003c\/div\u003e\n\u003cdiv class=\"db-hero-stat-label\"\u003e60W Equivalent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-hero-stat\"\u003e\n\u003cdiv class=\"db-hero-stat-num\"\u003e800\u003c\/div\u003e\n\u003cdiv class=\"db-hero-stat-label\"\u003eLumens Output\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-hero-stat\"\u003e\n\u003cdiv class=\"db-hero-stat-num\"\u003e6hrs\u003c\/div\u003e\n\u003cdiv class=\"db-hero-stat-label\"\u003eEmergency Runtime\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-hero-stat\"\u003e\n\u003cdiv class=\"db-hero-stat-num\"\u003e6000K\u003c\/div\u003e\n\u003cdiv class=\"db-hero-stat-label\"\u003eDaylight White\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       KEY FEATURES\n       ============================================================ --\u003e\n\u003csection class=\"db-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-text-center\"\u003e\n\u003cspan class=\"db-section-label\"\u003eCore Features\u003c\/span\u003e\n\u003ch2 class=\"db-section-title\"\u003eBuilt for Every Situation\u003c\/h2\u003e\n\u003cp class=\"db-section-subtitle\"\u003eFour reasons why thousands of households trust  for their everyday lighting and emergency preparedness.\u003c\/p\u003e\n\u003cp class=\"db-section-subtitle\"\u003e\u003cimg src=\"https:\/\/p19-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/77b5d5eb3d8b4ed6b541d7d18ba03f4e~tplv-fhlh96nyum-crop-webp:2000:2000.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" alt=\"DEBAOBULB 可充电应急灯泡，电池供电 LED 灯泡，6000K 日光色温，E26 灯头，120 伏，9 瓦，相当于 60 瓦白炽灯，1200mAh 电池，适用于家庭停电、露营、飓风等紧急情况。\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-features-grid\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"db-feature-card\"\u003e\n\u003cdiv class=\"db-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"db-feature-title\"\u003eRechargeable Battery\u003c\/h3\u003e\n\u003cp class=\"db-feature-desc\"\u003eBuilt-in 1200mAh battery self-charges during daily use. Fully charges in 7–8 hours and holds charge for up to 60 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\u003cdiv class=\"db-feature-card\"\u003e\n\u003cdiv class=\"db-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"4.22\" y1=\"4.22\" x2=\"5.64\" y2=\"5.64\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"18.36\" y1=\"18.36\" x2=\"19.78\" y2=\"19.78\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"1\" y1=\"12\" x2=\"3\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"21\" y1=\"12\" x2=\"23\" y2=\"12\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"4.22\" y1=\"19.78\" x2=\"5.64\" y2=\"18.36\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"18.36\" y1=\"5.64\" x2=\"19.78\" y2=\"4.22\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"db-feature-title\"\u003e3 Brightness Modes\u003c\/h3\u003e\n\u003cp class=\"db-feature-desc\"\u003eSwitch between High, Medium, and Low brightness in emergency mode. Choose the right level for the situation and extend runtime.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\u003cdiv class=\"db-feature-card\"\u003e\n\u003cdiv class=\"db-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"db-feature-title\"\u003e85% Energy Saving\u003c\/h3\u003e\n\u003cp class=\"db-feature-desc\"\u003e9W LED delivers 800 lumens — equivalent to a 60W incandescent bulb. Slash your electricity bill without sacrificing brightness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\u003cdiv class=\"db-feature-card\"\u003e\n\u003cdiv class=\"db-feature-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"db-feature-title\"\u003eBuilt-in Hook\u003c\/h3\u003e\n\u003cp class=\"db-feature-desc\"\u003eEach bulb includes a retractable hook. Hang it anywhere — tents, closets, garages — for instant portable lighting outdoors.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       BRIGHTNESS MODES\n       ============================================================ --\u003e\n\u003csection class=\"db-section db-brightness-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-text-center\"\u003e\n\u003cspan class=\"db-section-label\"\u003eBrightness Control\u003c\/span\u003e\n\u003ch2 class=\"db-section-title\"\u003eThree Modes. Total Control.\u003c\/h2\u003e\n\u003cp class=\"db-section-subtitle\"\u003eIn emergency battery mode, cycle through three brightness levels to match your needs — from maximum illumination to extended runtime.\u003c\/p\u003e\n\u003cp class=\"db-section-subtitle\"\u003e\u003cimg src=\"https:\/\/p16-oec-general-useast5.ttcdn-us.com\/tos-useast5-i-omjb5zjo8w-tx\/1d88feed65b84a40a9a14a3a2661593a~tplv-fhlh96nyum-crop-webp:2000:2000.webp?dr=12190\u0026amp;t=555f072d\u0026amp;ps=933b5bde\u0026amp;shp=8dbd94bf\u0026amp;shcp=607f11de\u0026amp;idc=useast5\u0026amp;from=2378011839\" alt=\"DEBAOBULB 可充电应急灯泡，电池供电 LED 灯泡，6000K 日光色温，E26 灯头，120 伏，9 瓦，相当于 60 瓦白炽灯，1200mAh 电池，适用于家庭停电、露营、飓风等紧急情况。\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-cards\"\u003e\n\u003c!-- High --\u003e\n\u003cdiv class=\"db-brightness-card featured\"\u003e\n\u003cspan class=\"db-brightness-tag\"\u003eMax Light\u003c\/span\u003e\n\u003cdiv class=\"db-brightness-level\"\u003eHigh Mode\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-lumens\"\u003e450\u003cspan\u003eLM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-watt\"\u003e2.5W Output\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-duration\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Up to \u003cstrong\u003e2–3 hrs\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Medium --\u003e\n\u003cdiv class=\"db-brightness-card\"\u003e\n\u003cdiv class=\"db-brightness-level\"\u003eMedium Mode\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-lumens\"\u003e220\u003cspan\u003eLM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-watt\"\u003e1.5W Output\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-duration\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Up to \u003cstrong\u003e3–4 hrs\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Low --\u003e\n\u003cdiv class=\"db-brightness-card\"\u003e\n\u003cdiv class=\"db-brightness-level\"\u003eLow Mode\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-lumens\"\u003e110\u003cspan\u003eLM\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-watt\"\u003e1W Output\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-brightness-duration\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e Up to \u003cstrong\u003e4–6 hrs\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       USE CASES\n       ============================================================ --\u003e\n\u003csection class=\"db-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-text-center\"\u003e\n\u003cspan class=\"db-section-label\"\u003eWhere to Use\u003c\/span\u003e\n\u003ch2 class=\"db-section-title\"\u003eReady for Anything\u003c\/h2\u003e\n\u003cp class=\"db-section-subtitle\"\u003eFrom unexpected blackouts to outdoor adventures, keeps the light on when it matters most.\u003c\/p\u003e\n\u003cp class=\"db-section-subtitle\"\u003e\u003cimg src=\"https:\/\/alamz.store\/cdn\/shop\/files\/hf_20260228_003945_0a164b3a-ad62-4fe9-83f8-672554660b7d.webp?v=1780889431\u0026amp;width=1946\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-scenarios-grid\"\u003e\n\u003c!-- Scenario 1 --\u003e\n\u003cdiv class=\"db-scenario-card\"\u003e\n\u003cdiv class=\"db-scenario-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\n              \u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"db-scenario-title\"\u003eHome Power Outages\u003c\/h3\u003e\n\u003cp class=\"db-scenario-desc\"\u003eWhen the grid fails, your bulbs automatically switch to battery power. No fumbling for flashlights or lighting candles — instant, reliable illumination throughout your home.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario 2 --\u003e\n\u003cdiv class=\"db-scenario-card\"\u003e\n\u003cdiv class=\"db-scenario-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"db-scenario-title\"\u003eCamping \u0026amp; Outdoor\u003c\/h3\u003e\n\u003cp class=\"db-scenario-desc\"\u003eUse the built-in hook to hang bulbs inside tents, awnings, or campsites. Lightweight and cordless — perfect for hiking, fishing, and backyard gatherings after sunset.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Scenario 3 --\u003e\n\u003cdiv class=\"db-scenario-card\"\u003e\n\u003cdiv class=\"db-scenario-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M12 12v9\"\u003e\u003c\/path\u003e\n              \u003cpath d=\"M8 17l4 4 4-4\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003ch3 class=\"db-scenario-title\"\u003eHurricane \u0026amp; Storm Prep\u003c\/h3\u003e\n\u003cp class=\"db-scenario-desc\"\u003eEssential emergency kit item for hurricane season and severe weather. Say goodbye to messy candles, disposable batteries, and single-use lanterns — one bulb covers it all.\u003cspan class=\"db-section-label\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       ENERGY SAVING\n       ============================================================ --\u003e\n\u003csection class=\"db-section db-energy-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-energy-wrapper\"\u003e\n\u003cdiv class=\"db-energy-text\"\u003e\n\u003cspan class=\"db-section-label\"\u003eEnergy Efficient\u003c\/span\u003e\n\u003ch3\u003eSame Brightness.\u003cbr\u003eA Fraction of the Cost.\u003c\/h3\u003e\n\u003cp\u003eTraditional incandescent bulbs waste energy as heat. LED technology converts nearly all power into visible light — delivering the same 800-lumen brightness at just 9 watts, compared to 60W for old-fashioned bulbs.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/alamz.store\/cdn\/shop\/files\/hf_20260228_004537_b88d9a7a-3014-47f3-9515-9175861799f2.webp?v=1780889435\u0026amp;width=1946\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"db-energy-savings\"\u003e\n\u003cdiv class=\"db-energy-savings-num\"\u003e85%\u003c\/div\u003e\n\u003cdiv class=\"db-energy-savings-label\"\u003e\n\u003cstrong\u003eLess Energy\u003c\/strong\u003e vs. 60W Incandescent\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-energy-compare\"\u003e\n\u003cdiv class=\"db-compare-row\"\u003e\n\u003cdiv class=\"db-compare-label old\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\u003e\n                \u003cpath d=\"M9 18h6M10 22h4M12 2a7 7 0 0 0-4 12.7V17h8v-2.3A7 7 0 0 0 12 2z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e Traditional Bulb\u003c\/div\u003e\n\u003cdiv class=\"db-compare-value old\"\u003e60W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-compare-row\"\u003e\n\u003cdiv class=\"db-compare-label new\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\u003e\n                \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n              \u003c\/svg\u003e DEBAOBULB LED\u003c\/div\u003e\n\u003cdiv class=\"db-compare-value new\"\u003e9W\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-compare-row\"\u003e\n\u003cdiv class=\"db-compare-label old\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\u003e\u003c\/line\u003e\n              \u003c\/svg\u003e Lifespan\u003c\/div\u003e\n\u003cdiv class=\"db-compare-value new\"\u003e25,000h\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-compare-row\"\u003e\n\u003cdiv class=\"db-compare-label new\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\"\u003e\n                \u003ccircle cx=\"12\" cy=\"12\" r=\"5\"\u003e\u003c\/circle\u003e\n                \u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"3\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"12\" y1=\"21\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\n              \u003c\/svg\u003e Color Temperature\u003c\/div\u003e\n\u003cdiv class=\"db-compare-value new\"\u003e6000K\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       WHAT'S IN THE BOX\n       ============================================================ --\u003e\n\u003csection class=\"db-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-text-center\"\u003e\n\u003cspan class=\"db-section-label\"\u003ePackage Includes\u003c\/span\u003e\n\u003ch2 class=\"db-section-title\"\u003eEverything You Need\u003c\/h2\u003e\n\u003cp class=\"db-section-subtitle\"\u003eEach order comes complete with bulbs, charging caps, and hanging hooks — ready to install right out of the box.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-box-content\"\u003e\n\u003cdiv class=\"db-box-visual\"\u003e\n\u003cdiv class=\"db-box-icon-circle\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z\"\u003e\u003c\/path\u003e\n              \u003cpolyline points=\"3.27 6.96 12 12.01 20.73 6.96\"\u003e\u003c\/polyline\u003e\n              \u003cline x1=\"12\" y1=\"22.08\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul class=\"db-box-list\"\u003e\n\u003cli\u003e\n\u003cdiv class=\"db-box-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003e10× Rechargeable LED Bulbs\u003c\/strong\u003e — 9W, 800 lumens, 6000K daylight, E26\/E27 base\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"db-box-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003e10× Plug Caps\u003c\/strong\u003e — Portable charging adapters for off-socket use\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"db-box-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003e10× Hanging Hooks\u003c\/strong\u003e — Built-in retractable hooks for portable outdoor lighting\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cdiv class=\"db-box-check\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cspan\u003e\u003cstrong\u003eUser Manual\u003c\/strong\u003e — Quick start guide with installation and mode-switching instructions\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       SPECIFICATIONS\n       ============================================================ --\u003e\n\u003csection class=\"db-section db-specs-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-text-center\"\u003e\n\u003cspan class=\"db-section-label\"\u003eTechnical Specs\u003c\/span\u003e\n\u003ch2 class=\"db-section-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\u003cp class=\"db-section-subtitle\"\u003eDetailed technical parameters for the rechargeable emergency LED light bulb.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-specs-grid\"\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003ePower\u003c\/span\u003e \u003cspan class=\"db-spec-value accent\"\u003e9W (60W Equivalent)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eBrightness\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003e800 Lumens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eColor Temp\u003c\/span\u003e \u003cspan class=\"db-spec-value accent\"\u003e6000K Daylight\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eVoltage\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003e120V AC\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eBase Type\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003eE26 \/ E27\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eBattery\u003c\/span\u003e \u003cspan class=\"db-spec-value accent\"\u003e1200mAh Built-in\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eCharge Time\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003e7–8 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eEmergency Runtime\u003c\/span\u003e \u003cspan class=\"db-spec-value accent\"\u003eUp to 6 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eStandby Charge\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003eUp to 60 Days\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eBrightness Modes\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003e3 Levels (H\/M\/L)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eLifespan\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003e25,000 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-spec-item\"\u003e\n\u003cspan class=\"db-spec-label\"\u003eRegion of Origin\u003c\/span\u003e \u003cspan class=\"db-spec-value\"\u003eChina\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       TRUST BAR\n       ============================================================ --\u003e\n\u003csection class=\"db-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003cdiv class=\"db-trust-bar\"\u003e\n\u003cdiv class=\"db-trust-item\"\u003e\n\u003cdiv class=\"db-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-trust-num\"\u003e4.7\u003c\/div\u003e\n\u003cdiv class=\"db-trust-label\"\u003eRating\u003c\/div\u003e\n\u003cdiv class=\"db-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-trust-item\"\u003e\n\u003cdiv class=\"db-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-trust-num\"\u003e6,884\u003c\/div\u003e\n\u003cdiv class=\"db-trust-label\"\u003eGlobal Reviews\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-trust-item\"\u003e\n\u003cdiv class=\"db-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n              \u003ccircle cx=\"8.5\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n              \u003cline x1=\"20\" y1=\"8\" x2=\"20\" y2=\"14\"\u003e\u003c\/line\u003e\n              \u003cline x1=\"23\" y1=\"11\" x2=\"17\" y2=\"11\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-trust-num\"\u003e10K+\u003c\/div\u003e\n\u003cdiv class=\"db-trust-label\"\u003eUnits Sold\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"db-trust-item\"\u003e\n\u003cdiv class=\"db-trust-icon\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n              \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n              \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n            \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"db-trust-num\"\u003eFree\u003c\/div\u003e\n\u003cdiv class=\"db-trust-label\"\u003eShipping\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============================================================\n       CTA SECTION\n       ============================================================ --\u003e\n\u003csection class=\"db-cta-section\"\u003e\n\u003cdiv class=\"db-container\"\u003e\n\u003ch2 class=\"db-cta-title\"\u003eBe Prepared. Stay Lit.\u003c\/h2\u003e\n\u003cp class=\"db-cta-desc\"\u003eDon't wait for the next power outage to realize you're unprepared. Join thousands of households who trust DEBAOBULB for everyday lighting and emergency peace of mind.\u003c\/p\u003e\n\u003cp class=\"db-cta-note\"\u003e* Fits standard E26\/E27 sockets · 10-pack value bundle · Free shipping\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003c!-- End DEBAOBULB Product Detail Page --\u003e","brand":"zlz","offers":[{"title":"6000K-4pk","offer_id":48299398004925,"sku":"B02487-A*4","price":29.99,"currency_code":"USD","in_stock":true},{"title":"6000K-6pk","offer_id":48299398037693,"sku":"B02487-A*6","price":45.99,"currency_code":"USD","in_stock":true},{"title":"6000K-10pk","offer_id":48299397939389,"sku":"B02487-A*10","price":69.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/ChatGPT_Image_Jul_10_2026_09_19_10_PM.webp?v=1787286372","url":"https:\/\/valorsnet.us\/products\/debaobulb-rechargeable-emergency-led-light-bulbs-219836200632","provider":"Valors-net","version":"1.0","type":"link"}