Philips Heartstart FRx AED
Beschrijving
AED Webshop
#philips-frx *{
box-sizing:border-box}
/* ========== HERO (foto rechtsboven naast H1) ========== */
#philips-frx .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-frx .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-frx .hero-text p{
margin:14px 0 18px;
font-size:16.5px;
color:#22313f;
line-height:1.6}
#philips-frx .pill-row{
display:flex;
gap:8px;
flex-wrap:wrap;
margin:12px 0}
#philips-frx .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-frx .pill svg{
width:14px;
height:14px;
stroke:#0f8ae0;
flex:0 0 14px}
#philips-frx .cta-row{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-top:16px}
#philips-frx .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-frx .btn.primary{
background:var(--orange);
color:#fff;
box-shadow:0 10px 22px rgba(243,115,33,.25)}
#philips-frx .btn.secondary{
background:var(--blue);
color:#fff;
box-shadow:0 10px 22px rgba(15,138,224,.25)}
#philips-frx .btn.ghost{
background:#fff;
color:var(--blue);
border:2px solid var(--blue)}
#philips-frx .btn:hover{
transform:translateY(-1px)}
#philips-frx .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-frx .hero-img img{
max-width:100%;
border-radius:16px}
/* ========== GRID / CARDS / CHECKS ========== */
#philips-frx .grid{
display:grid;
gap:14px}
#philips-frx .cols-2{
grid-template-columns:repeat(2,1fr)}
#philips-frx .cols-3{
grid-template-columns:repeat(3,1fr)}
#philips-frx .card{
background:#fff;
border:1px solid var(--edge);
border-radius:18px;
padding:18px;
box-shadow:0 10px 22px rgba(2,24,43,.06)}
#philips-frx .card h2{
margin:0 0 8px;
color:var(--blue);
font-size:22px}
#philips-frx .check{
display:flex;
gap:10px;
align-items:flex-start;
margin:6px 0;
color:#22313f}
#philips-frx .check svg{
width:18px;
height:18px;
stroke:var(--green);
stroke-width:2;
fill:none}
/* ========== Specs + In-box ========== */
#philips-frx .specs{
display:grid;
grid-template-columns:1fr 1fr;
gap:12px}
#philips-frx .spec{
background:#fbfeff;
border:1px solid var(--edge);
border-radius:14px;
padding:12px 14px}
#philips-frx .spec .k{
font-size:12px;
color:#475569}
#philips-frx .spec .v{
font-weight:700;
color:#0f172a}
#philips-frx .ibox{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
margin-top:8px}
#philips-frx .ibox .item{
display:flex;
gap:10px;
align-items:center;
background:#f6fbff;
border:1px solid var(--edge);
border-radius:12px;
padding:10px}
#philips-frx .ibox .item svg{
width:16px;
height:16px;
stroke:#0f8ae0;
fill:none}
#philips-frx .note{
margin-top:10px;
font-size:14px;
color:#475569}
/* ========== REVIEW (breed) ========== */
#philips-frx .review-wrap{
background:#fff;
border:1px solid var(--edge);
border-radius:22px;
padding:24px;
box-shadow:0 12px 26px rgba(2,24,43,.06);
margin-top:18px}
#philips-frx .review-label{
display:inline-block;
background:var(--blue);
color:#fff;
font-size:12.5px;
font-weight:700;
padding:6px 14px;
border-radius:999px;
margin-bottom:12px;
box-shadow:0 4px 10px rgba(15,138,224,.22)}
#philips-frx .review-wrap h2{
margin:0 0 12px;
font-size:22px;
color:var(--blue)}
#philips-frx .review-wrap p{
font-size:15.5px;
line-height:1.7;
color:#22313f;
margin:0 0 14px}
#philips-frx .quote{
margin-top:18px;
padding:16px;
background:#f9fbff;
border:1px solid var(--edge);
border-radius:14px;
box-shadow:0 6px 14px rgba(15,138,224,.06);
display:flex;
gap:12px;
align-items:flex-start}
#philips-frx .quote svg{
flex:0 0 28px;
height:28px;
stroke:#0f8ae0}
#philips-frx .quote p{
margin:0;
font-size:15.5px;
font-weight:600;
color:#0f172a}
#philips-frx .stars{
color:#fbbf24;
font-size:18px;
margin:6px 0 0}
/* ========== FAQ ========== */
#philips-frx 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-frx summary{
list-style:none;
cursor:pointer;
display:flex;
gap:10px;
align-items:center;
padding:14px 16px;
font-weight:800;
color:#0f172a}
#philips-frx summary::-webkit-details-marker{
display:none}
#philips-frx .chev{
width:18px;
height:18px;
stroke:var(--blue);
transition:transform .2s}
#philips-frx details[open] .chev{
transform:rotate(90deg)}
#philips-frx .answer{
padding:0 16px 14px 48px;
color:#22313f;
line-height:1.65}
/* ========== Sticky class binnen de sectie (fallback) ========== */
#philips-frx .sticky{
position:fixed;
left:0;
right:0;
bottom:0;
z-index:9999;
background:#ffffffee;
-webkit-backdrop-filter:blur(8px);
backdrop-filter:blur(8px);
border-top:1px solid #e6eef8;
padding:12px 16px;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
box-shadow:0 -2px 8px rgba(0,0,0,0.08)}
#philips-frx .pulse{
animation:pulse 1.4s infinite}
@keyframes pulse{
0%{
box-shadow:0 0 0 0 rgba(243,115,33,.35)}
70%{
box-shadow:0 0 0 12px rgba(243,115,33,0)}
100%{
box-shadow:0 0 0 0 rgba(243,115,33,0)}
}
/* ========== Timestamp ========== */
#philips-frx .update{
margin-top:18px;
font-size:13px;
text-align:center;
color:#475569}
/* ========== Responsive + mobile hero-fix ========== */
#philips-frx .hero-text h1{
font-size:clamp(22px,5.2vw,34px);
line-height:1.18;
word-break:break-word;
hyphens:auto;
}
#philips-frx .hero-grid{
gap:clamp(12px,3.2vw,32px);
padding:clamp(16px,3.6vw,36px);
}
#philips-frx .cta-row .btn{
flex:1 1 160px;
justify-content:center;
}
@media (max-width:980px){
#philips-frx .hero-img{
order:-1;
}
#philips-frx .hero-grid{
grid-template-columns:1fr}
}
@media (max-width:860px){
#philips-frx .cols-2,#philips-frx .cols-3{
grid-template-columns:1fr}
#philips-frx .specs{
grid-template-columns:1fr}
#philips-frx .ibox{
grid-template-columns:1fr}
}
.cta-sticky{
position:fixed;
left:0;
right:0;
bottom:0;
z-index:2147483647;
background:rgba(255,255,255,.96);
-webkit-backdrop-filter:blur(8px);
backdrop-filter:blur(8px);
border-top:1px solid #e6eef8;
padding:10px 12px;
display:flex;
justify-content:center;
gap:10px;
}
.cta-sticky .btn{
display:inline-flex;
align-items:center;
justify-content:center;
gap:8px;
padding:12px 18px;
border-radius:14px;
font-weight:900;
text-decoration:none;
white-space:nowrap;
transition:transform .18s;
}
.cta-sticky .btn.primary{
background:#f37321;
color:#fff;
box-shadow:0 10px 22px rgba(243,115,33,.25);
}
.cta-sticky .btn.secondary{
background:#0f8ae0;
color:#fff;
box-shadow:0 10px 22px rgba(15,138,224,.25);
}
.cta-sticky .btn:hover{
transform:translateY(-1px);
}
.cta-sticky .pulse{
animation:pulse 1.4s infinite;
}
body.has-sticky-padding{
padding-bottom:72px;
}
@media (max-width:420px){
body.has-sticky-padding{
padding-bottom:82px;
}
}
Philips HeartStart FRx (halfautomaat) – robuuste AED voor (buiten)locaties
De Philips FRx is het robuuste broertje van de HS-1: hogere bescherming IP55, stevige bouw en eenvoudige bediening. Geschikt voor buitenlocaties met één elektrodenset (SMART Pads II). Voor kinderen schakel je met de optionele kindersleutel naar het kinderprotocol — zonder extra elektroden.
IP55 – buiten geschikt
SMART Pads II (1 set)
Batterij ±4 jaar stand-by
Kindersleutel optioneel
Bestel direct Veelgestelde vragen Specificaties
➜ Vergelijkbaar binnenmodel? Bekijk de Philips HS-1. • Buitenpakket direct samenstellen? Bekijk FRx buitenpakket....
#philips-frx *{ box-sizing:border-box} /* ========== HERO (foto rechtsboven naast H1) ========== */ #philips-frx .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-frx .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-frx .hero-text p{ margin:14px 0 18px; font-size:16.5px; color:#22313f; line-height:1.6} #philips-frx .pill-row{ display:flex; gap:8px; flex-wrap:wrap; margin:12px 0} #philips-frx .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-frx .pill svg{ width:14px; height:14px; stroke:#0f8ae0; flex:0 0 14px} #philips-frx .cta-row{ display:flex; gap:12px; flex-wrap:wrap; margin-top:16px} #philips-frx .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-frx .btn.primary{ background:var(--orange); color:#fff; box-shadow:0 10px 22px rgba(243,115,33,.25)} #philips-frx .btn.secondary{ background:var(--blue); color:#fff; box-shadow:0 10px 22px rgba(15,138,224,.25)} #philips-frx .btn.ghost{ background:#fff; color:var(--blue); border:2px solid var(--blue)} #philips-frx .btn:hover{ transform:translateY(-1px)} #philips-frx .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-frx .hero-img img{ max-width:100%; border-radius:16px} /* ========== GRID / CARDS / CHECKS ========== */ #philips-frx .grid{ display:grid; gap:14px} #philips-frx .cols-2{ grid-template-columns:repeat(2,1fr)} #philips-frx .cols-3{ grid-template-columns:repeat(3,1fr)} #philips-frx .card{ background:#fff; border:1px solid var(--edge); border-radius:18px; padding:18px; box-shadow:0 10px 22px rgba(2,24,43,.06)} #philips-frx .card h2{ margin:0 0 8px; color:var(--blue); font-size:22px} #philips-frx .check{ display:flex; gap:10px; align-items:flex-start; margin:6px 0; color:#22313f} #philips-frx .check svg{ width:18px; height:18px; stroke:var(--green); stroke-width:2; fill:none} /* ========== Specs + In-box ========== */ #philips-frx .specs{ display:grid; grid-template-columns:1fr 1fr; gap:12px} #philips-frx .spec{ background:#fbfeff; border:1px solid var(--edge); border-radius:14px; padding:12px 14px} #philips-frx .spec .k{ font-size:12px; color:#475569} #philips-frx .spec .v{ font-weight:700; color:#0f172a} #philips-frx .ibox{ display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-top:8px} #philips-frx .ibox .item{ display:flex; gap:10px; align-items:center; background:#f6fbff; border:1px solid var(--edge); border-radius:12px; padding:10px} #philips-frx .ibox .item svg{ width:16px; height:16px; stroke:#0f8ae0; fill:none} #philips-frx .note{ margin-top:10px; font-size:14px; color:#475569} /* ========== REVIEW (breed) ========== */ #philips-frx .review-wrap{ background:#fff; border:1px solid var(--edge); border-radius:22px; padding:24px; box-shadow:0 12px 26px rgba(2,24,43,.06); margin-top:18px} #philips-frx .review-label{ display:inline-block; background:var(--blue); color:#fff; font-size:12.5px; font-weight:700; padding:6px 14px; border-radius:999px; margin-bottom:12px; box-shadow:0 4px 10px rgba(15,138,224,.22)} #philips-frx .review-wrap h2{ margin:0 0 12px; font-size:22px; color:var(--blue)} #philips-frx .review-wrap p{ font-size:15.5px; line-height:1.7; color:#22313f; margin:0 0 14px} #philips-frx .quote{ margin-top:18px; padding:16px; background:#f9fbff; border:1px solid var(--edge); border-radius:14px; box-shadow:0 6px 14px rgba(15,138,224,.06); display:flex; gap:12px; align-items:flex-start} #philips-frx .quote svg{ flex:0 0 28px; height:28px; stroke:#0f8ae0} #philips-frx .quote p{ margin:0; font-size:15.5px; font-weight:600; color:#0f172a} #philips-frx .stars{ color:#fbbf24; font-size:18px; margin:6px 0 0} /* ========== FAQ ========== */ #philips-frx 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-frx summary{ list-style:none; cursor:pointer; display:flex; gap:10px; align-items:center; padding:14px 16px; font-weight:800; color:#0f172a} #philips-frx summary::-webkit-details-marker{ display:none} #philips-frx .chev{ width:18px; height:18px; stroke:var(--blue); transition:transform .2s} #philips-frx details[open] .chev{ transform:rotate(90deg)} #philips-frx .answer{ padding:0 16px 14px 48px; color:#22313f; line-height:1.65} /* ========== Sticky class binnen de sectie (fallback) ========== */ #philips-frx .sticky{ position:fixed; left:0; right:0; bottom:0; z-index:9999; background:#ffffffee; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); border-top:1px solid #e6eef8; padding:12px 16px; display:flex; flex-wrap:wrap; justify-content:center; gap:12px; box-shadow:0 -2px 8px rgba(0,0,0,0.08)} #philips-frx .pulse{ animation:pulse 1.4s infinite} @keyframes pulse{ 0%{ box-shadow:0 0 0 0 rgba(243,115,33,.35)} 70%{ box-shadow:0 0 0 12px rgba(243,115,33,0)} 100%{ box-shadow:0 0 0 0 rgba(243,115,33,0)} } /* ========== Timestamp ========== */ #philips-frx .update{ margin-top:18px; font-size:13px; text-align:center; color:#475569} /* ========== Responsive + mobile hero-fix ========== */ #philips-frx .hero-text h1{ font-size:clamp(22px,5.2vw,34px); line-height:1.18; word-break:break-word; hyphens:auto; } #philips-frx .hero-grid{ gap:clamp(12px,3.2vw,32px); padding:clamp(16px,3.6vw,36px); } #philips-frx .cta-row .btn{ flex:1 1 160px; justify-content:center; } @media (max-width:980px){ #philips-frx .hero-img{ order:-1; } #philips-frx .hero-grid{ grid-template-columns:1fr} } @media (max-width:860px){ #philips-frx .cols-2,#philips-frx .cols-3{ grid-template-columns:1fr} #philips-frx .specs{ grid-template-columns:1fr} #philips-frx .ibox{ grid-template-columns:1fr} } .cta-sticky{ position:fixed; left:0; right:0; bottom:0; z-index:2147483647; background:rgba(255,255,255,.96); -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); border-top:1px solid #e6eef8; padding:10px 12px; display:flex; justify-content:center; gap:10px; } .cta-sticky .btn{ display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:12px 18px; border-radius:14px; font-weight:900; text-decoration:none; white-space:nowrap; transition:transform .18s; } .cta-sticky .btn.primary{ background:#f37321; color:#fff; box-shadow:0 10px 22px rgba(243,115,33,.25); } .cta-sticky .btn.secondary{ background:#0f8ae0; color:#fff; box-shadow:0 10px 22px rgba(15,138,224,.25); } .cta-sticky .btn:hover{ transform:translateY(-1px); } .cta-sticky .pulse{ animation:pulse 1.4s infinite; } body.has-sticky-padding{ padding-bottom:72px; } @media (max-width:420px){ body.has-sticky-padding{ padding-bottom:82px; } } Philips HeartStart FRx (halfautomaat) – robuuste AED voor (buiten)locaties De Philips FRx is het robuuste broertje van de HS-1: hogere bescherming IP55, stevige bouw en eenvoudige bediening. Geschikt voor buitenlocaties met één elektrodenset (SMART Pads II). Voor kinderen schakel je met de optionele kindersleutel naar het kinderprotocol — zonder extra elektroden. IP55 – buiten geschikt SMART Pads II (1 set) Batterij ±4 jaar stand-by Kindersleutel optioneel Bestel direct Veelgestelde vragen Specificaties ➜ Vergelijkbaar binnenmodel? Bekijk de Philips HS-1. • Buitenpakket direct samenstellen? Bekijk FRx buitenpakket....
DefibrionDe Philips Heartstart FRx AED is een AED met een stevige behuizing. * Kan goed tegen kleine stoten of trillingen. * Door de IP-rating van 55 is hij goed te gebruiken in vochtige en stoffige ruimtes. * Geschikt voor kinderen door het gebruik van de ‘kindersleutel’. Philips Heartstart FRx AED Philips