{"product_id":"surge-protector","title":"Surge Protector I Essential Protection for Your Celluma Device","description":"\u003c!-- ============================================================\n  CELLUMA SURGE PROTECTOR — PRO II DESIGN SYSTEM\n  ============================================================ --\u003e\n\n\u003cstyle\u003e\n  #sp-v2 {\n    --gold: #c9a84c;\n    --gold-lt: #e8d49e;\n    --dark: #0b1120;\n    --navy: #0f2044;\n    --slate: #475569;\n    --muted: #94a3b8;\n    --border: #e2e8f0;\n    --soft: #f8fafc;\n    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;\n    color: #1e293b;\n    max-width: 900px;\n    margin: 0 auto;\n    line-height: 1.7;\n    -webkit-font-smoothing: antialiased;\n  }\n  #sp-v2 *, #sp-v2 *::before, #sp-v2 *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  \/* ══ STICKY BAR ══ *\/\n  #sp-v2 .sp-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999; background: var(--dark); border-top: 1px solid rgba(201,168,76,0.25); padding: 11px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -6px 40px rgba(0,0,0,0.5); }\n  #sp-v2 .sp-bar-left { display: flex; flex-direction: column; }\n  #sp-v2 .sp-bar-name { font-size: 0.68rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; }\n  #sp-v2 .sp-bar-price { font-size: 1rem; font-weight: 800; color: #fff; line-height: 1.2; }\n  #sp-v2 .sp-bar-price em { font-style: normal; font-size: 0.72rem; color: var(--gold); font-weight: 500; margin-left: 6px; }\n  #sp-v2 .sp-bar-btn { display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(135deg, var(--gold), #9a7523); color: #fff !important; padding: 11px 22px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; border-radius: 4px; text-decoration: none !important; white-space: nowrap; flex-shrink: 0; }\n  #sp-v2 .sp-bar-btn svg { width: 15px; height: 15px; fill: #fff; }\n\n  \/* ══ HERO ══ *\/\n  #sp-v2 .sp-hero { padding-bottom: 44px; border-bottom: 1px solid var(--border); }\n  #sp-v2 .sp-badge { display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--gold); color: var(--gold); padding: 4px 13px; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 2.5px; font-weight: 700; margin-bottom: 16px; }\n  #sp-v2 .sp-badge::before { content: ''; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; flex-shrink: 0; }\n  #sp-v2 .sp-hero h2 { font-size: clamp(1.9rem, 4.5vw, 3rem); font-weight: 200; color: var(--dark); line-height: 1.1; letter-spacing: -1px; margin-bottom: 16px; }\n  #sp-v2 .sp-hero h2 strong { font-weight: 700; }\n  #sp-v2 .sp-lead { font-size: 0.95rem; color: var(--slate); line-height: 1.8; max-width: 680px; margin-bottom: 28px; }\n  #sp-v2 .sp-lead strong { color: #1e293b; font-weight: 600; }\n  #sp-v2 .sp-trust { display: flex; gap: 18px; flex-wrap: wrap; }\n  #sp-v2 .sp-trust-item { font-size: 0.71rem; color: #64748b; display: flex; align-items: center; gap: 5px; }\n  #sp-v2 .sp-trust-item::before { content: '✓'; color: #22c55e; font-weight: 800; }\n\n  \/* ══ PRODUCT CARD ══ *\/\n  #sp-v2 .sp-card-wrap { margin: 44px 0; }\n  #sp-v2 .sp-card-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 2px; color: var(--muted); font-weight: 700; margin-bottom: 16px; text-align: center; }\n  #sp-v2 .sp-card { background: linear-gradient(160deg, var(--dark) 0%, #1a2f5a 100%); border: 1.5px solid rgba(201,168,76,0.4); border-radius: 12px; padding: 28px 26px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; position: relative; overflow: hidden; }\n  #sp-v2 .sp-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent 70%); pointer-events: none; }\n  #sp-v2 .sp-card-badge { position: absolute; top: 16px; right: 16px; background: var(--gold); color: #fff; font-size: 0.55rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 3px 9px; border-radius: 20px; }\n  #sp-v2 .sp-card-type { font-size: 0.6rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; color: var(--gold); margin-bottom: 4px; display: block; }\n  #sp-v2 .sp-card-name { font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 14px; display: block; line-height: 1.3; }\n  #sp-v2 .sp-card-features { list-style: none; margin-bottom: 20px; }\n  #sp-v2 .sp-card-features li { font-size: 0.78rem; padding: 5px 0; display: flex; align-items: flex-start; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); color: rgba(255,255,255,0.75); }\n  #sp-v2 .sp-card-features li:last-child { border-bottom: none; }\n  #sp-v2 .sp-card-features li::before { content: '✓'; color: var(--gold); font-weight: 800; flex-shrink: 0; margin-top: 1px; }\n  #sp-v2 .sp-card-price-col { display: flex; flex-direction: column; align-items: flex-end; min-width: 100px; }\n  #sp-v2 .sp-card-price { font-size: 2rem; font-weight: 800; color: var(--gold); font-family: Georgia, serif; line-height: 1; display: block; margin-bottom: 4px; }\n  #sp-v2 .sp-card-note { font-size: 0.65rem; color: rgba(255,255,255,0.35); text-align: right; line-height: 1.5; }\n\n  \/* ══ SPECS ══ *\/\n  #sp-v2 .sp-specs { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; margin: 40px 0; }\n  #sp-v2 .sp-spec { padding: 20px 12px; text-align: center; border-right: 1px solid var(--border); }\n  #sp-v2 .sp-spec:last-child { border-right: none; }\n  #sp-v2 .sp-spec-val { display: block; font-size: 0.82rem; font-weight: 800; color: var(--dark); text-transform: uppercase; letter-spacing: 0.3px; margin-bottom: 4px; }\n  #sp-v2 .sp-spec-lbl { display: block; font-size: 0.56rem; text-transform: uppercase; letter-spacing: 1.5px; color: var(--muted); line-height: 1.4; }\n\n  \/* ══ SUMMARY ══ *\/\n  #sp-v2 .sp-summary { background: linear-gradient(135deg, var(--dark), var(--navy)); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 22px 26px; margin: 36px 0; color: rgba(255,255,255,0.88); font-size: 0.88rem; line-height: 1.85; }\n  #sp-v2 .sp-summary strong { color: var(--gold-lt); font-weight: 600; }\n\n  \/* ══ STAT ══ *\/\n  #sp-v2 .sp-stat-block { background: linear-gradient(135deg, var(--dark), var(--navy)); border-radius: 12px; padding: 28px 26px; display: flex; align-items: center; gap: 22px; margin: 36px 0; flex-wrap: wrap; }\n  #sp-v2 .sp-stat-num { font-size: 2.8rem; font-weight: 800; color: var(--gold); font-family: Georgia, serif; line-height: 1; flex-shrink: 0; }\n  #sp-v2 .sp-stat-copy { font-size: 0.86rem; color: rgba(255,255,255,0.88); line-height: 1.6; }\n  #sp-v2 .sp-stat-copy strong { color: #fff; }\n\n  \/* ══ SECTION ══ *\/\n  #sp-v2 .sp-section { margin: 48px 0; }\n  #sp-v2 .sp-eyebrow { display: block; font-size: 0.58rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); font-weight: 700; margin-bottom: 6px; }\n  #sp-v2 .sp-h2 { font-size: clamp(1.1rem, 2.5vw, 1.5rem); font-weight: 400; color: var(--dark); margin-bottom: 14px; line-height: 1.3; }\n  #sp-v2 .sp-body { font-size: 0.9rem; color: var(--slate); line-height: 1.85; margin-bottom: 14px; }\n  #sp-v2 .sp-body strong { color: #1e293b; }\n  #sp-v2 .sp-divider { border: none; border-top: 1px solid var(--border); margin: 44px 0; }\n\n  \/* ══ THREAT CARDS ══ *\/\n  #sp-v2 .sp-threats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin: 20px 0; }\n  #sp-v2 .sp-threat { background: var(--soft); border: 1px solid var(--border); border-radius: 10px; padding: 18px 14px; text-align: center; }\n  #sp-v2 .sp-threat-icon { font-size: 1.4rem; display: block; margin-bottom: 8px; }\n  #sp-v2 .sp-threat-name { font-size: 0.8rem; font-weight: 700; color: var(--dark); display: block; margin-bottom: 5px; }\n  #sp-v2 .sp-threat-desc { font-size: 0.7rem; color: var(--slate); line-height: 1.55; }\n  #sp-v2 .sp-threat-risk { display: inline-block; font-size: 0.55rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 2px 7px; border-radius: 20px; background: rgba(239,68,68,0.08); color: #dc2626; margin-bottom: 7px; }\n\n  \/* ══ BENEFITS ══ *\/\n  #sp-v2 .sp-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 18px 0 0; }\n  #sp-v2 .sp-benefit { background: var(--soft); border: 1px solid var(--border); border-radius: 10px; padding: 18px; display: flex; gap: 14px; align-items: flex-start; }\n  #sp-v2 .sp-benefit-icon { width: 34px; height: 34px; min-width: 34px; border-radius: 8px; background: linear-gradient(135deg, var(--gold), #9a7523); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: #fff; }\n  #sp-v2 .sp-benefit h3 { font-size: 0.82rem; font-weight: 700; color: var(--dark); margin: 0 0 3px; }\n  #sp-v2 .sp-benefit p { font-size: 0.76rem; color: var(--slate); line-height: 1.6; }\n\n  \/* ══ MAIN CTA ══ *\/\n  #sp-v2 .sp-cta { background: linear-gradient(135deg, var(--dark), var(--navy)); border-radius: 14px; padding: 44px 36px; text-align: center; margin: 52px 0; position: relative; overflow: hidden; }\n  #sp-v2 .sp-cta::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%); pointer-events: none; }\n  #sp-v2 .sp-cta-eye { font-size: 0.58rem; text-transform: uppercase; letter-spacing: 2.5px; color: var(--gold); font-weight: 700; margin-bottom: 10px; display: block; }\n  #sp-v2 .sp-cta-title { font-size: clamp(1.3rem, 3vw, 1.9rem); font-weight: 200; color: #fff; margin-bottom: 6px; font-family: Georgia, serif; letter-spacing: -0.5px; }\n  #sp-v2 .sp-cta-title strong { font-weight: 700; }\n  #sp-v2 .sp-cta-price { font-size: 0.88rem; color: var(--gold-lt); margin-bottom: 8px; }\n  #sp-v2 .sp-cta-price strong { font-size: 1.4rem; color: #fff; font-weight: 800; }\n  #sp-v2 .sp-cta-note { display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid rgba(201,168,76,0.35); color: var(--gold-lt); font-size: 0.65rem; font-weight: 700; padding: 3px 12px; border-radius: 20px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 28px; }\n  #sp-v2 .sp-cta-btn { display: inline-flex; align-items: center; gap: 10px; background: linear-gradient(135deg, var(--gold), #9a7523); color: #fff !important; padding: 18px 44px; font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border-radius: 4px; text-decoration: none !important; transition: opacity 0.2s; position: relative; z-index: 1; }\n  #sp-v2 .sp-cta-btn:hover { opacity: 0.88; }\n  #sp-v2 .sp-cta-btn svg { width: 20px; height: 20px; fill: #fff; }\n  #sp-v2 .sp-cta-sub { margin-top: 16px; font-size: 0.68rem; color: rgba(255,255,255,0.28); display: block; position: relative; z-index: 1; }\n\n  \/* ══ FAQ ══ *\/\n  #sp-v2 .sp-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }\n  #sp-v2 .sp-faq-item { border-bottom: 1px solid var(--border); padding: 17px 0; }\n  #sp-v2 .sp-faq-item:first-child, #sp-v2 .sp-faq-item:nth-child(2) { border-top: 1px solid var(--border); }\n  #sp-v2 .sp-faq-q { font-size: 0.86rem; font-weight: 700; color: var(--dark); margin-bottom: 5px; display: block; }\n  #sp-v2 .sp-faq-a { font-size: 0.8rem; color: var(--slate); line-height: 1.7; }\n  #sp-v2 .sp-faq-a strong { color: #1e293b; }\n\n  \/* ══ MOBILE ══ *\/\n  @media (max-width: 640px) {\n    #sp-v2 .sp-card { grid-template-columns: 1fr; }\n    #sp-v2 .sp-card-price-col { align-items: flex-start; }\n    #sp-v2 .sp-card-note { text-align: left; }\n    #sp-v2 .sp-specs { grid-template-columns: 1fr 1fr; }\n    #sp-v2 .sp-spec:nth-child(2) { border-right: none; }\n    #sp-v2 .sp-spec:nth-child(3), #sp-v2 .sp-spec:nth-child(4) { border-top: 1px solid var(--border); }\n    #sp-v2 .sp-threats { grid-template-columns: 1fr; }\n    #sp-v2 .sp-benefits { grid-template-columns: 1fr; }\n    #sp-v2 .sp-faq-grid { grid-template-columns: 1fr; }\n    #sp-v2 .sp-faq-item:nth-child(2) { border-top: none; }\n    #sp-v2 .sp-cta { padding: 32px 20px; }\n    #sp-v2 .sp-cta-btn { width: 100%; display: flex; justify-content: center; }\n    #sp-v2 .sp-bar { padding: 10px 14px; }\n    #sp-v2 .sp-stat-block { flex-direction: column; text-align: center; }\n  }\n\u003c\/style\u003e\n\n\u003c!-- WhatsApp SVG --\u003e\n\u003csvg style=\"display:none\"\u003e\n  \u003csymbol id=\"wa-sp\" viewbox=\"0 0 24 24\"\u003e\n    \u003cpath d=\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z\"\u003e\u003c\/path\u003e\n  \u003c\/symbol\u003e\n\u003c\/svg\u003e\n\n\u003c!-- AEO SCHEMA — fixed merchantReturnDays int, unitCode DAY, removed incorrect MedicalDevice type --\u003e\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"itemListElement\": [\n        { \"@type\": \"ListItem\", \"position\": 1, \"name\": \"Home\",         \"item\": \"https:\/\/www.celluma.asia\/\" },\n        { \"@type\": \"ListItem\", \"position\": 2, \"name\": \"Accessories\",  \"item\": \"https:\/\/www.celluma.asia\/collections\/accessories\" },\n        { \"@type\": \"ListItem\", \"position\": 3, \"name\": \"Surge Protector\", \"item\": \"https:\/\/www.celluma.asia\/products\/surge-protector\" }\n      ]\n    },\n    {\n      \"@type\": \"Product\",\n      \"@id\": \"https:\/\/www.celluma.asia\/products\/surge-protector#product\",\n      \"name\": \"Celluma Surge Protector — LED Device Power Protection\",\n      \"description\": \"Official Celluma-approved surge protector for all LED light therapy devices. Shields sensitive internal circuitry and LED diodes from voltage transients and power fluctuations common in Singapore and regional power grids. SGD 60.\",\n      \"brand\": { \"@type\": \"Brand\", \"name\": \"Celluma\", \"url\": \"https:\/\/www.celluma.asia\" },\n      \"sku\": \"ACC-SURGE-PROT\",\n      \"category\": \"Electrical Accessory\",\n      \"isAccessoryOrSparePartFor\": [\n        { \"@type\": \"Product\", \"name\": \"Celluma PRO II\" },\n        { \"@type\": \"Product\", \"name\": \"Celluma PRO Plus\" },\n        { \"@type\": \"Product\", \"name\": \"Celluma CONTOUR 2\" },\n        { \"@type\": \"Product\", \"name\": \"Celluma HOME II\" },\n        { \"@type\": \"Product\", \"name\": \"Celluma NOVA\" },\n        { \"@type\": \"Product\", \"name\": \"Celluma RESTORE\" }\n      ],\n      \"additionalProperty\": [\n        { \"@type\": \"PropertyValue\", \"name\": \"Function\",          \"value\": \"Voltage transient and power surge suppression\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Compatible With\",   \"value\": \"All Celluma LED light therapy devices\" },\n        { \"@type\": \"PropertyValue\", \"name\": \"Recommended For\",   \"value\": \"Singapore and regional power grid protection\" }\n      ],\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"url\": \"https:\/\/www.celluma.asia\/products\/surge-protector\",\n        \"price\": \"60.00\",\n        \"priceCurrency\": \"SGD\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n        \"priceValidUntil\": \"2027-12-31\",\n        \"seller\": { \"@type\": \"Organization\", \"name\": \"Celluma Asia\", \"url\": \"https:\/\/www.celluma.asia\" },\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": { \"@type\": \"MonetaryAmount\", \"value\": \"0\", \"currency\": \"SGD\" },\n          \"shippingDestination\": { \"@type\": \"DefinedRegion\", \"addressCountry\": \"SG\" },\n          \"deliveryTime\": {\n            \"@type\": \"ShippingDeliveryTime\",\n            \"handlingTime\": { \"@type\": \"QuantitativeValue\", \"minValue\": 0, \"maxValue\": 1, \"unitCode\": \"DAY\" },\n            \"transitTime\":  { \"@type\": \"QuantitativeValue\", \"minValue\": 1, \"maxValue\": 3, \"unitCode\": \"DAY\" }\n          }\n        },\n        \"hasMerchantReturnPolicy\": {\n          \"@type\": \"MerchantReturnPolicy\",\n          \"applicableCountry\": \"SG\",\n          \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnFiniteReturnWindow\",\n          \"merchantReturnDays\": 14,\n          \"returnMethod\": \"https:\/\/schema.org\/ReturnByMail\",\n          \"returnFees\": \"https:\/\/schema.org\/FreeReturn\"\n        }\n      }\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do I need a surge protector for my Celluma in Singapore?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Singapore's power grid is generally stable but micro-voltage spikes and transients still occur — particularly during thunderstorms, when air conditioning systems switch on nearby, or during grid load fluctuations. Celluma devices contain sensitive LED driver circuits and microcontrollers that are susceptible to these spikes. The surge protector stops them before they reach your device.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Won't any power strip work?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Standard power strips provide no surge suppression — they are just extension sockets. Surge protectors contain Metal Oxide Varistors (MOVs) that absorb transient voltage spikes before they reach connected devices. For a medical-grade LED system, the official Celluma surge protector is the recommended standard to maintain warranty validity and device longevity.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Which Celluma devices does this protect?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"The surge protector is compatible with all corded Celluma LED devices including the PRO II, PRO Plus, CONTOUR 2, HOME II, NOVA, and RESTORE. Any Celluma device with a plug-in power supply benefits from surge protection.\" }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can power surges affect my LED fluence output?\",\n          \"acceptedAnswer\": { \"@type\": \"Answer\", \"text\": \"Yes. Repeated micro-voltage transients degrade LED driver circuits and diode performance over time — reducing light output without any visible sign of damage. This is called semiconductor degradation. The result is gradually lower fluence delivery per session, reducing therapeutic efficacy. The surge protector prevents this cumulative damage.\" }\n        }\n      ]\n    }\n  ]\n}\n\u003c\/script\u003e\n\n\u003cdiv id=\"sp-v2\"\u003e\n\n  \u003c!-- ══ STICKY BAR ══ --\u003e\n  \u003cdiv class=\"sp-bar\" role=\"complementary\" aria-label=\"Quick purchase\"\u003e\n    \u003cdiv class=\"sp-bar-left\"\u003e\n      \u003cspan class=\"sp-bar-name\"\u003eCelluma Surge Protector · All Devices\u003c\/span\u003e\n      \u003cspan class=\"sp-bar-price\"\u003eSGD 60 \u003cem\u003eFree island-wide delivery\u003c\/em\u003e\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003ca href=\"https:\/\/wa.me\/6594468877?text=Hi!%20I'm%20interested%20in%20the%20Celluma%20Surge%20Protector.%20Could%20you%20confirm%20stock%20and%20process%20my%20order?\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"sp-bar-btn\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cuse href=\"#wa-sp\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\n      Order Now\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ HERO ══ --\u003e\n  \u003cdiv class=\"sp-hero\"\u003e\n    \u003cdiv class=\"sp-badge\"\u003eAll Celluma Devices · Singapore · Official Approved\u003c\/div\u003e\n    \u003ch2\u003eSurge \u003cstrong\u003eProtector\u003c\/strong\u003e\u003cbr\u003eGuard Your Device\u003cbr\u003eFrom Invisible Damage.\u003c\/h2\u003e\n    \u003cp class=\"sp-lead\"\u003eThe \u003cstrong\u003eCelluma Surge Protector\u003c\/strong\u003e is the official Celluma-approved electrical accessory that shields your LED device's sensitive internal circuitry from \u003cstrong\u003evoltage transients and power spikes\u003c\/strong\u003e. A SGD 60 safeguard for a multi-thousand dollar investment — the single most overlooked item in every Celluma setup.\u003c\/p\u003e\n    \u003cdiv class=\"sp-trust\"\u003e\n      \u003cspan class=\"sp-trust-item\"\u003eAll Corded Celluma Devices\u003c\/span\u003e\n      \u003cspan class=\"sp-trust-item\"\u003eVoltage Transient Suppression\u003c\/span\u003e\n      \u003cspan class=\"sp-trust-item\"\u003eOfficial Celluma-Approved\u003c\/span\u003e\n      \u003cspan class=\"sp-trust-item\"\u003eFree Delivery · SGD 60\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ PRODUCT CARD ══ --\u003e\n  \u003cdiv class=\"sp-card-wrap\"\u003e\n    \u003cp class=\"sp-card-label\"\u003eProduct Details\u003c\/p\u003e\n    \u003cdiv class=\"sp-card\"\u003e\n      \u003cspan class=\"sp-card-badge\"\u003eIn Stock\u003c\/span\u003e\n      \u003cdiv\u003e\n        \u003cspan class=\"sp-card-type\"\u003eElectrical Protection Accessory\u003c\/span\u003e\n        \u003cspan class=\"sp-card-name\"\u003eCelluma Surge Protector\u003c\/span\u003e\n        \u003cul class=\"sp-card-features\"\u003e\n          \u003cli\u003eProtects all corded Celluma LED devices\u003c\/li\u003e\n          \u003cli\u003eHigh-speed voltage transient suppression\u003c\/li\u003e\n          \u003cli\u003eGuards LED driver circuits and microcontrollers\u003c\/li\u003e\n          \u003cli\u003ePrevents semiconductor and diode degradation\u003c\/li\u003e\n          \u003cli\u003eOfficial Celluma-approved standard\u003c\/li\u003e\n          \u003cli\u003eReady stock · Free island-wide delivery\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-card-price-col\"\u003e\n        \u003cspan class=\"sp-card-price\"\u003eSGD 60\u003c\/span\u003e\n        \u003cspan class=\"sp-card-note\"\u003eFree delivery\u003cbr\u003eReady stocks\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ SPECS ══ --\u003e\n  \u003cdiv class=\"sp-specs\" role=\"table\" aria-label=\"Key product facts\"\u003e\n    \u003cdiv class=\"sp-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"sp-spec-val\"\u003eAll Devices\u003c\/span\u003e\n      \u003cspan class=\"sp-spec-lbl\"\u003eEvery Corded\u003cbr\u003eCelluma Model\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sp-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"sp-spec-val\"\u003eSurge Safe\u003c\/span\u003e\n      \u003cspan class=\"sp-spec-lbl\"\u003eVoltage Transient\u003cbr\u003eSuppression\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sp-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"sp-spec-val\"\u003eOfficial\u003c\/span\u003e\n      \u003cspan class=\"sp-spec-lbl\"\u003eCelluma-Approved\u003cbr\u003eStandard\u003c\/span\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"sp-spec\" role=\"cell\"\u003e\n      \u003cspan class=\"sp-spec-val\"\u003eSGD 60\u003c\/span\u003e\n      \u003cspan class=\"sp-spec-lbl\"\u003eFree Island-Wide\u003cbr\u003eDelivery\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ SUMMARY ══ --\u003e\n  \u003cdiv class=\"sp-summary\"\u003e\n    \u003cstrong\u003eAt a glance:\u003c\/strong\u003e The \u003cstrong\u003eCelluma Surge Protector\u003c\/strong\u003e is the official electrical accessory for all corded Celluma LED devices. It suppresses voltage transients and power spikes before they reach the device's \u003cstrong\u003eLED driver circuits, microcontrollers, and diodes\u003c\/strong\u003e — preventing both immediate electrical damage and gradual semiconductor degradation that reduces fluence output over time. \u003cstrong\u003eSGD 60\u003c\/strong\u003e · Free delivery Singapore.\n  \u003c\/div\u003e\n\n  \u003c!-- ══ STAT ══ --\u003e\n  \u003cdiv class=\"sp-stat-block\"\u003e\n    \u003cdiv class=\"sp-stat-num\"\u003eSGD 60\u003c\/div\u003e\n    \u003cdiv class=\"sp-stat-copy\"\u003e\n      \u003cstrong\u003eSixty dollars protects a device worth thousands.\u003c\/strong\u003e\u003cbr\u003e\n      Power surges don't announce themselves. A single transient spike can damage LED driver circuits instantly — or gradually degrade diode performance over months with no visible sign until fluence output drops measurably. The surge protector stops both outcomes before they happen.\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ WHAT IT PROTECTS AGAINST ══ --\u003e\n  \u003csection class=\"sp-section\" aria-labelledby=\"sp-threats\"\u003e\n    \u003cspan class=\"sp-eyebrow\"\u003eWhat It Guards Against\u003c\/span\u003e\n    \u003ch3 id=\"sp-threats\" class=\"sp-h2\"\u003eThree Electrical Threats to Your Device\u003c\/h3\u003e\n    \u003cp class=\"sp-body\"\u003eSingapore's power infrastructure is reliable, but no grid is immune to transients. These three events are the most common causes of electronic device degradation — all stopped by the surge protector.\u003c\/p\u003e\n    \u003cdiv class=\"sp-threats\" role=\"list\"\u003e\n      \u003cdiv class=\"sp-threat\" role=\"listitem\"\u003e\n        \u003cspan class=\"sp-threat-icon\"\u003e⚡\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-risk\"\u003eInstant Risk\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-name\"\u003ePower Surge\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-desc\"\u003eA sudden voltage spike — from lightning, grid switching, or heavy appliance startup nearby — can instantly damage LED driver ICs and microcontroller circuits.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-threat\" role=\"listitem\"\u003e\n        \u003cspan class=\"sp-threat-icon\"\u003e〰️\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-risk\"\u003eGradual Risk\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-name\"\u003eMicro-Transients\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-desc\"\u003eRepeated low-level voltage fluctuations from air conditioning, lifts, and industrial equipment on the same circuit cause cumulative semiconductor degradation over months.\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-threat\" role=\"listitem\"\u003e\n        \u003cspan class=\"sp-threat-icon\"\u003e🌩️\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-risk\"\u003eSeasonal Risk\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-name\"\u003eThunderstorm Spikes\u003c\/span\u003e\n        \u003cspan class=\"sp-threat-desc\"\u003eSingapore's year-round thunderstorm season creates frequent inductive transients across power lines — even without a direct strike, nearby lightning induces voltage spikes through the grid.\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003chr class=\"sp-divider\"\u003e\n\n  \u003c!-- ══ BENEFITS ══ --\u003e\n  \u003csection class=\"sp-section\" aria-labelledby=\"sp-benefits\"\u003e\n    \u003cspan class=\"sp-eyebrow\"\u003eProtection Benefits\u003c\/span\u003e\n    \u003ch3 id=\"sp-benefits\" class=\"sp-h2\"\u003eWhat the Protector Preserves\u003c\/h3\u003e\n    \u003cdiv class=\"sp-benefits\" role=\"list\"\u003e\n      \u003cdiv class=\"sp-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"sp-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eLED Driver Circuit Integrity\u003c\/h3\u003e\n          \u003cp\u003eThe LED driver controls the precise current delivered to each diode. A voltage spike that damages the driver changes light output — affecting both wavelength accuracy and therapeutic fluence delivery per session.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"sp-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eMicrocontroller Protection\u003c\/h3\u003e\n          \u003cp\u003eThe onboard microcontroller manages your treatment modes, timing, and safety shutoffs. Electrical damage here causes erratic behaviour, mode errors, or complete device failure — none covered by standard warranty for electrical damage.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"sp-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eLong-Term Diode Performance\u003c\/h3\u003e\n          \u003cp\u003eRepeated micro-transients degrade LED diode output gradually — reducing fluence without any visible indicator. Using a surge protector from day one preserves full clinical-grade light output across the device's lifetime.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sp-benefit\" role=\"listitem\"\u003e\n        \u003cdiv class=\"sp-benefit-icon\" aria-hidden=\"true\"\u003e✦\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eWarranty Compliance\u003c\/h3\u003e\n          \u003cp\u003eUsing the official Celluma-approved surge protector aligns with the recommended maintenance standard — relevant if you ever need to raise a warranty or technical support claim with BioPhotas or Celluma Asia.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ══ MAIN CTA ══ --\u003e\n  \u003cdiv class=\"sp-cta\" role=\"complementary\" aria-label=\"Order surge protector\"\u003e\n    \u003cspan class=\"sp-cta-eye\"\u003eIn Stock · Singapore · Free Delivery\u003c\/span\u003e\n    \u003cp class=\"sp-cta-title\"\u003eProtect Your\u003cbr\u003e\u003cstrong\u003eCelluma Investment\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cp class=\"sp-cta-price\"\u003e\u003cstrong\u003eSGD 60\u003c\/strong\u003e\u003c\/p\u003e\n    \u003cspan class=\"sp-cta-note\"\u003eOfficial Celluma-approved · All corded devices · Free delivery\u003c\/span\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https:\/\/wa.me\/6594468877?text=Hi!%20I'm%20interested%20in%20the%20Celluma%20Surge%20Protector.%20Could%20you%20confirm%20stock%20and%20process%20my%20order?\" class=\"sp-cta-btn\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cuse href=\"#wa-sp\"\u003e\u003c\/use\u003e\u003c\/svg\u003e\n      Order · Free Delivery\n    \u003c\/a\u003e\n    \u003cspan class=\"sp-cta-sub\"\u003eGenuine Celluma accessory · Ready stocks · Expert setup guidance\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ══ FAQ ══ --\u003e\n  \u003csection class=\"sp-section\" aria-labelledby=\"sp-faq\"\u003e\n    \u003cspan class=\"sp-eyebrow\"\u003eFAQ\u003c\/span\u003e\n    \u003ch3 id=\"sp-faq\" class=\"sp-h2\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n    \u003cdiv class=\"sp-faq-grid\"\u003e\n\n      \u003cdiv class=\"sp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"sp-faq-q\" itemprop=\"name\"\u003eDo I need a surge protector for my Celluma in Singapore?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"sp-faq-a\" itemprop=\"text\"\u003eYes. Singapore's grid is reliable but micro-voltage spikes still occur during \u003cstrong\u003ethunderstorms, AC compressor startups, and grid load shifts\u003c\/strong\u003e. Celluma devices contain sensitive LED driver circuits and microcontrollers that are vulnerable to these transients. The surge protector absorbs them before they reach your device.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"sp-faq-q\" itemprop=\"name\"\u003eWon't any power strip work?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"sp-faq-a\" itemprop=\"text\"\u003eNo — standard power strips are just extension sockets with no surge suppression. \u003cstrong\u003eSurge protectors contain Metal Oxide Varistors (MOVs)\u003c\/strong\u003e that absorb transient spikes before they reach connected devices. A regular power strip offers zero protection against voltage transients.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"sp-faq-q\" itemprop=\"name\"\u003eCan power spikes affect my LED fluence output?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"sp-faq-a\" itemprop=\"text\"\u003eYes. Repeated micro-transients cause \u003cstrong\u003egradual semiconductor degradation\u003c\/strong\u003e in LED drivers and diodes — reducing light fluence output over months with no visible sign. The result is lower therapeutic efficacy per session. A surge protector prevents this cumulative damage from the first use.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"sp-faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\"\u003e\n        \u003cspan class=\"sp-faq-q\" itemprop=\"name\"\u003eWhich Celluma devices does this protect?\u003c\/span\u003e\n        \u003cdiv itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\"\u003e\n          \u003cp class=\"sp-faq-a\" itemprop=\"text\"\u003eThe surge protector is compatible with \u003cstrong\u003eall corded Celluma LED devices\u003c\/strong\u003e — PRO II, PRO Plus, CONTOUR 2, HOME II, NOVA, RESTORE, and ELITE. Any Celluma device with a plug-in power supply benefits from surge protection.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"Celluma LED Light Therapy","offers":[{"title":"Default Title","offer_id":46208477004017,"sku":"","price":60.0,"currency_code":"SGD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0669\/4646\/6033\/files\/Surge-Protection-for-for-Your-Celluma-LED-Red-Light-Therapy-Device-Saudi-Arabia.jpg?v=1778951306","url":"https:\/\/www.celluma.asia\/vi\/products\/surge-protector","provider":"Celluma Asia","version":"1.0","type":"link"}