Beeld en geluid
Foto en video
Computers
Refurbished
Software
Dierenbenodigdheden
Drogisterij
Parfum en cosmetica
Elektronica
Componenten
Games
Speelgoed
Feestartikelen
Hobby
Knutselen
Modelbouw
Kabels en adapters
Kleding
Schoenen
Tassen en koffers
Koken en tafelen
Keuken apparatuur
Horeca
Muziek en film
Muziekinstrumenten
Parfum en cosmetica
Persoonlijke verzorging
Parfum en cosmetica
Schoenen
Kleding
Tassen en koffers
Games
Speelgoed
Feestartikelen
Wasssen en drogen
Wonen, woonaccessoires
Kerst
Meubels
Verlichting
Fabrikant: | Philips |
---|---|
Artikelnummer: | 198213127 |
EAN-code: | 00884838010024 |
#philips-batt *{ box-sizing:border-box} /* ===== HERO ===== */ #philips-batt .hero-grid{ display:grid; grid-template-columns:1fr 1.05fr; gap:32px; align-items:center; background:linear-gradient(135deg,var(--bg1),var(--bg2)); border:1px solid var(--edge); border-radius:28px; padding:36px; box-shadow:0 20px 44px rgba(2,24,43,.08)} #philips-batt .hero-text h1{ margin:0; font-size:34px; line-height:1.15; color:#0b5fb5; text-shadow:0 2px 0 rgba(255,255,255,.55)} #philips-batt .hero-text p{ margin:14px 0 18px; font-size:16.5px; color:#22313f; line-height:1.6} #philips-batt .pill-row{ display:flex; gap:8px; flex-wrap:wrap; margin:12px 0} #philips-batt .pill{ display:inline-flex; align-items:center; gap:6px; background:#fff; border:1px solid var(--edge); border-radius:999px; padding:6px 12px; font-size:13px; color:#213042} #philips-batt .pill svg{ width:14px; height:14px; stroke:#0f8ae0; flex:0 0 14px; fill:none} #philips-batt .cta-row{ display:flex; gap:12px; flex-wrap:wrap; margin-top:16px} #philips-batt .btn{ display:inline-flex; align-items:center; gap:8px; padding:12px 20px; border-radius:14px; font-weight:900; text-decoration:none; white-space:nowrap; transition:transform .18s} #philips-batt .btn.primary{ background:var(--orange); color:#fff; box-shadow:0 10px 22px rgba(243,115,33,.25)} #philips-batt .btn.secondary{ background:var(--blue); color:#fff; box-shadow:0 10px 22px rgba(15,138,224,.25)} #philips-batt .btn.ghost{ background:#fff; color:var(--blue); border:2px solid var(--blue)} #philips-batt .btn:hover{ transform:translateY(-1px)} #philips-batt .hero-img{ background:#fff; border:1px solid var(--edge); border-radius:22px; padding:12px; box-shadow:0 14px 28px rgba(2,24,43,.06); display:flex; justify-content:center; align-items:center} #philips-batt .hero-img img{ max-width:100%; border-radius:16px} /* ===== GRID / CARDS ===== */ #philips-batt .grid{ display:grid; gap:14px} #philips-batt .cols-2{ grid-template-columns:repeat(2,1fr)} #philips-batt .cols-3{ grid-template-columns:repeat(3,1fr)} #philips-batt .card{ background:#fff; border:1px solid var(--edge); border-radius:18px; padding:18px; box-shadow:0 10px 22px rgba(2,24,43,.06)} #philips-batt .card h2{ margin:0 0 8px; color:var(--blue); font-size:22px} #philips-batt .note{ margin-top:10px; font-size:14px; color:#475569} /* ===== HOW-TO ===== */ #philips-batt .steps{ counter-reset:step} #philips-batt .step{ display:flex; gap:12px; align-items:flex-start; background:#f9fbff; border:1px solid var(--edge); border-radius:14px; padding:12px 14px; margin:8px 0} #philips-batt .badge{ flex:0 0 28px; height:28px; border-radius:8px; background:#0f8ae0; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:900} #philips-batt .warn{ background:#fff7ed; border:1px solid #ffe6c7; border-radius:12px; padding:12px 14px; color:#7a4a12; margin:8px 0} #philips-batt .tip{ background:#f2fbf5; border:1px solid #cfeedd; border-radius:12px; padding:12px 14px; color:#1c5631; margin:8px 0} /* ===== SPECS ===== */ #philips-batt .specs{ display:grid; grid-template-columns:1fr 1fr; gap:12px} #philips-batt .spec{ background:#fbfeff; border:1px solid var(--edge); border-radius:14px; padding:12px 14px} #philips-batt .spec .k{ font-size:12px; color:#475569} #philips-batt .spec .v{ font-weight:700; color:#0f172a} /* ===== FAQ ===== */ #philips-batt details{ background:#fff; border:1px solid var(--edge); border-radius:16px; margin:8px 0; box-shadow:0 8px 18px rgba(10,40,90,.05)} #philips-batt summary{ list-style:none; cursor:pointer; display:flex; gap:10px; align-items:center; padding:14px 16px; font-weight:800; color:#0f172a} #philips-batt summary::-webkit-details-marker{ display:none} #philips-batt .chev{ width:18px; height:18px; stroke:var(--blue); transition:transform .2s; fill:none} #philips-batt details[open] .chev{ transform:rotate(90deg)} #philips-batt .answer{ padding:0 16px 14px 48px; color:#22313f; line-height:1.65} /* ===== Responsive ===== */ #philips-batt .hero-text h1{ font-size:clamp(22px,5.2vw,34px); line-height:1.18; word-break:break-word; hyphens:auto} #philips-batt .hero-grid{ gap:clamp(12px,3.2vw,32px); padding:clamp(16px,3.6vw,36px)} #philips-batt .cta-row .btn{ flex:1 1 160px; justify-content:center} @media (max-width:980px){ #philips-batt .hero-img{order:-1} #philips-batt .hero-grid{grid-template-columns:1fr} } @media (max-width:860px){ #philips-batt .cols-2,#philips-batt .cols-3{grid-template-columns:1fr} #philips-batt .specs{grid-template-columns:1fr} }Philips Heartstart HS1 / FRx batterij (M5070A)Originele Philips lithiumbatterij voor de Heartstart HS1, Home en FRx AED’s. Betrouwbare energiebron voor optimale inzetbaarheid in noodgevallen. Stand-by ±4 jaar ≥200 schokken / 3 uur Tot 10 uur training Niet oplaadbaar Bestel direct Vraag offerte Batterij vervangenStap-voor-stap: batterij vervangen (HS1 / FRx)Veiligheid: zorg dat de AED niet is aangesloten op een patiënt en dat je droge handen hebt.1Draai de AED om.Leg de AED met de achterzijde naar je toe en lokaliseer het batterijcompartiment.2Ontgrendel en verwijder de oude batterij.Druk het vergrendelklipje in en trek de batterij rechtstandig uit de AED.3Plaats de nieuwe M5070A.Schuif de batterij in de sleuf tot je een duidelijke klik hoort. Zorg voor volledige inschuiving.4Automatische zelftest.Na plaatsing start de AED een zelftest. Volg eventuele gesproken aanwijzingen.5Controleer de status.De ‘i’-knop moet groen (knipperend) aangeven. Bij rood: controleer batterij/elektroden of neem contact op met onderhoud.Pro-tip: noteer de plaatsingsdatum in je onderhoudslog en plan een periodieke visuele check (bijv. maandelijks).Prestatie & signalering Minimaal 200 schokken of 3 uur reanimatiebedrijf Tot 10 uur inzet in trainingsmodus Geluidsalarm bij lage batterijcapaciteit De ‘i’-knop geeft storingen/status aanOpslagcondities, zelftesten en gebruik beïnvloeden de feitelijke levensduur. De uiterste datum staat op de batterij.Geschikt voor deze modellen✔️ Philips Heartstart HS1✔️ Philips Heartstart Home✔️ Philips Heartstart FRxTechnische gegevensTypeM5070AFabrikantPhilipsChemieLithium-mangaan (Li/MnO₂)Stand-by±4 jaarCapaciteit≥200 schokken of 3 uurTrainingTot 10 uur inzetNiet oplaadbaarVolledig vervangenGewicht≈ 1,0 kgVeelgestelde vragen Hoe lang gaat de M5070A mee℃ Gemiddeld 4 jaar stand-by of minimaal 200 schokken / 3 uur gebruik, afhankelijk van omstandigheden. Voert de HS1/FRx zelftesten uit℃ Ja, de AED voert automatische zelftesten uit en meldt afwijkingen via geluid en de ‘i’-knop. Is de M5070A oplaadbaar℃ Nee. Deze batterij is niet oplaadbaar en moet volledig worden vervangen bij einde levensduur. Welke modellen zijn compatibel℃ De M5070A is geschikt voor Philips Heartstart HS1, Heartstart Home en Heartstart FRx.Laatst bijgewerkt: — (function(){ var el=document.getElementById('philips-batt-update'); if(el){ var d=new Date(), m=["januari","februari","maart","april","mei","juni","juli","augustus","september","oktober","november","december"][d.getMonth()]; el.textContent="Laatst bijgewerkt: "+d.getDate()+" "+m+" "+d.getFullYear(); } // Bestelknop hint (optioneel) if(!document.querySelector('span.ProductOrderButton')){ console.log("Tip: plaats een 'span.ProductOrderButton' op de productpagina om de directe bestelknop te activeren."); } })(); { "@context":"https://schema.org", "@type":"Product", "name":"Philips HS1 / FRx batterij (M5070A)", "brand":{"@type":"Brand","name":"Philips"}, "model":"M5070A", "sku":"PHILIPS-M5070A", "category":"MedicalDevice", "description":"Originele Philips lithiumbatterij geschikt voor Heartstart HS1, Home en FRx AED’s. Ongeveer 4 jaar stand-by of minimaal 200 schokken / 3 uur gebruik.", "isAccessoryOrSparePartFor":[ {"@type":"Product","name":"Philips Heartstart HS1 AED"}, {"@type":"Product","name":"Philips Heartstart FRx AED"}, {"@type":"Product","name":"Philips Heartstart Home AED"} ], "url":"https://aed-webshop.nl/Philips-Heartstart-HS1-FRx-batterij", "image":["https://aed-webshop.nl/Files/7/119000/119211/FileBrowser/aed-s/philips-hs1-batterij-vervangen.png"], "offers":{ "@type":"Offer", "priceCurrency":"EUR", "availability":"https://schema.org/InStock", "url":"https://aed-webshop.nl/Philips-Heartstart-HS1-FRx-batterij" } } { "@