Spectra 360 Electrode Gel
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Barlow+Condensed:wght@600;700;800&family=Sora:wght@300;400;500;600&display=swap'); .sxvqe-wrap { --brand-pri mary: #2f92d8; --brand-deep: #071523; --brand-glow: #2f92d8; --brand-surface: #103a5c; --brand-imgbg: #eef3f7; --text-primary: #4a5f74; --text-muted: #7796ad; --ink: #12222f; --ink-soft: #4a6072; --border: #dbe4ec; max-width: 960px; margin: 0 auto; padding: 8px 16px 24px; background: #ffffff; font-family: 'Sora', -apple-system, sans-serif !important; font-size: 16px !important; line-height: 1.6 !important; color: var(--ink); -webkit-font-smoothing: antialiased; } .sxvqe-wrap *{ box-sizing: border-box; } /* HERO */ .sxvqe-hero{ background: linear-gradient(135deg, #e6f1fa 0%, #f5f8fc 100%); border: 1px solid #eceef4; border-radius: 20px; padding: 52px 48px 0; position: relative; overflow: hidden; margin-bottom: 44px; } .sxvqe-hero::before{ content:''; position:absolute; top:-40%; right:-8%; width:420px; height:420px; background: radial-gradient(circle, rgba(47,146,216,0.28) 0%, transparent 70%); pointer-events:none; } .sxvqe-hero-inner{ display:grid; grid-template-columns: 1fr 380px; gap: 40px; align-items:center; position:relative; z-index:1; } .sxvqe-overline{ font-family:'Bebas Neue', sans-serif !important; font-size:15px !important; letter-spacing:4px; color: var(--brand-glow); margin-bottom:14px; } .sxvqe-hero h1{ font-family:'Barlow Condensed', sans-serif !important; font-size: clamp(40px, 6vw, 66px) !important; font-weight:800 !important; line-height:0.98 !important; letter-spacing:-1px; color: #171232; margin:0 0 18px; } .sxvqe-hero-sub{ font-family:'Sora', sans-serif !important; font-size:16px !important; font-weight:300 !important; line-height:1.7 !important; color: #4a5f74; max-width:440px; margin:0 0 24px; } .sxvqe-hero-badges{ display:flex; flex-wrap:wrap; gap:10px; padding-bottom:44px; } .sxvqe-badge{ font-family:'Bebas Neue', sans-serif !important; font-size:14px !important; letter-spacing:2px; color: #4a5f74; background: #ffffff; border: 1px solid #e6ebf2; backdrop-filter: blur(4px); padding:8px 16px; border-radius:100px; transition: transform 0.2s ease; } .sxvqe-badge:hover{ transform: scale(1.05); } .sxvqe-hero-product{ align-self:end; } .sxvqe-hero-product img{ width:100%; max-width:340px; max-height:440px; object-fit:contain; display:block; margin:0 auto; filter: drop-shadow(0 16px 30px rgba(16,35,60,0.18)); transform: translateY(6px); } /* STAT STRIP */ .sxvqe-stats{ display:grid; grid-template-columns: repeat(4, 1fr); border:1px solid var(--border); border-radius:16px; overflow:hidden; margin-bottom:44px; } .sxvqe-stat{ padding:28px 20px; text-align:center; border-right:1px solid var(--border); } .sxvqe-stat:last-child{ border-right:none; } .sxvqe-stat-num{ font-family:'Bebas Neue', sans-serif !important; font-size:46px !important; line-height:1 !important; color: var(--brand-primary); margin-bottom:6px; } .sxvqe-stat-label{ font-family:'Sora', sans-serif !important; font-size:12px !important; font-weight:500 !important; letter-spacing:0.4px; color: var(--ink-soft); } /* FEATURE BLOCK */ .sxvqe-feature{ display:grid; grid-template-columns: 1fr 1fr; gap:0; border-radius:16px; overflow:hidden; min-height:340px; margin-bottom:44px; } .sxvqe-feature-text{ padding:44px 40px; display:flex; flex-direction:column; justify-content:center; background: #f4f7fb; } .sxvqe-tag{ display:inline-block; font-family:'Bebas Neue', sans-serif !important; font-size:13px !important; letter-spacing:2px; color: var(--brand-primary); border:1px solid var(--brand-primary); padding:4px 12px; border-radius:4px; margin-bottom:16px; width:fit-content; } .sxvqe-feature-text h3{ font-family:'Barlow Condensed', sans-serif !important; font-size: clamp(26px,3vw,32px) !important; font-weight:800 !important; line-height:1.08 !important; letter-spacing:-0.4px; color: #10233c; margin:0 0 14px; } .sxvqe-feature-text p{ font-family:'Sora', sans-serif !important; font-size:15px !important; font-weight:300 !important; line-height:1.72 !important; color: #4a5f74; margin:0; } .sxvqe-feature-img{ background: var(--brand-imgbg); display:flex; align-items:center; justify-content:center; padding:28px; } .sxvqe-feature-img img{ width:100%; max-height:300px; object-fit:contain; } /* STATEMENT PANEL */ .sxvqe-statement{ background: #eaf4fb; border-radius:16px; padding:48px 44px; text-align:center; position:relative; overflow:hidden; margin-bottom:44px; } .sxvqe-statement::before{ content:''; position:absolute; bottom:-30%; left:-6%; width:340px; height:340px; background: radial-gradient(circle, rgba(47,146,216,0.16) 0%, transparent 70%); pointer-events:none; } .sxvqe-statement p{ font-family:'Barlow Condensed', sans-serif !important; font-size: clamp(22px,3vw,30px) !important; font-weight:700 !important; line-height:1.2 !important; color: #10233c; margin:0 auto; max-width:640px; position:relative; z-index:1; } .sxvqe-statement span{ color: var(--brand-primary); } /* PACK OPTIONS */ .sxvqe-packs{ margin-bottom:44px; } .sxvqe-packs-head{ text-align:center; margin-bottom:30px; } .sxvqe-packs-head .sxvqe-eyebrow{ font-family:'Bebas Neue', sans-serif !important; font-size:16px !important; letter-spacing:5px; color: var(--brand-primary); } .sxvqe-packs-head h2{ font-family:'Barlow Condensed', sans-serif !important; font-size: clamp(28px,4vw,40px) !important; font-weight:800 !important; line-height:1.05 !important; letter-spacing:-0.5px; color: var(--ink); margin:6px 0 14px; } .sxvqe-packs-lead{ font-family:'Sora', sans-serif !important; font-size:15px !important; font-weight:300 !important; line-height:1.7 !important; color: #4a5f74; max-width:620px; margin:0 auto; } .sxvqe-packs-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:20px; } .sxvqe-pack-card{ border:1px solid var(--border); border-radius:16px; padding:28px 24px; text-align:center; background:#f4f7fb; transition: transform 0.2s ease, border-color 0.2s ease; } .sxvqe-pack-card:hover{ transform: translateY(-3px); border-color: var(--brand-primary); } .sxvqe-pack-count{ font-family:'Bebas Neue', sans-serif !important; font-size:52px !important; line-height:1 !important; color: var(--brand-primary); margin-bottom:6px; } .sxvqe-pack-card h4{ font-family:'Barlow Condensed', sans-serif !important; font-size:24px !important; font-weight:700 !important; line-height:1.1 !important; color: var(--ink); margin:0 0 4px; } .sxvqe-pack-unit{ font-family:'Bebas Neue', sans-serif !important; font-size:14px !important; letter-spacing:2px; color: var(--brand-primary); margin:0 0 12px; } .sxvqe-pack-desc{ font-family:'Sora', sans-serif !important; font-size:14px !important; font-weight:300 !important; line-height:1.6 !important; color: var(--ink-soft); margin:0; } .sxvqe-packs-note{ font-family:'Sora', sans-serif !important; font-size:13.5px !important; font-weight:300 !important; line-height:1.65 !important; color: var(--text-muted); text-align:center; max-width:640px; margin:22px auto 0; } /* STEPS */ .sxvqe-steps{ margin-bottom:44px; } .sxvqe-steps-head{ text-align:center; margin-bottom:34px; } .sxvqe-steps-head .sxvqe-eyebrow{ font-family:'Bebas Neue', sans-serif !important; font-size:16px !important; letter-spacing:5px; color: var(--brand-primary); } .sxvqe-steps-head h2{ font-family:'Barlow Condensed', sans-serif !important; font-size: clamp(28px,4vw,40px) !important; font-weight:800 !important; line-height:1.05 !important; letter-spacing:-0.5px; color: var(--ink); margin:6px 0 0; } .sxvqe-steps-grid{ display:grid; grid-template-columns: repeat(3,1fr); gap:24px; position:relative; } .sxvqe-steps-grid::before{ content:''; position:absolute; top:24px; left:16%; right:16%; height:2px; background: var(--border); z-index:0; } .sxvqe-step{ text-align:center; position:relative; z-index:1; } .sxvqe-step-circle{ width:48px; height:48px; border-radius:50%; background: var(--brand-primary); color: #ffffff; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; font-family:'Bebas Neue', sans-serif !important; font-size:24px !important; } .sxvqe-step h4{ font-family:'Barlow Condensed', sans-serif !important; font-size:20px !important; font-weight:700 !important; color: var(--ink); margin:0 0 6px; } .sxvqe-step p{ font-family:'Sora', sans-serif !important; font-size:14px !important; font-weight:300 !important; line-height:1.6 !important; color: var(--ink-soft); margin:0; } /* ACCORDION */ .sxvqe-faq{ margin-top:8px; } .sxvqe-faq-head{ text-align:center; margin-bottom:26px; } .sxvqe-faq-head .sxvqe-eyebrow{ font-family:'Bebas Neue', sans-serif !important; font-size:16px !important; letter-spacing:5px; color: var(--brand-primary); } .sxvqe-faq-head h2{ font-family:'Barlow Condensed', sans-serif !important; font-size: clamp(28px,4vw,40px) !important; font-weight:800 !important; letter-spacing:-0.5px; color: var(--ink); margin:6px 0 0; } .sxvqe-faq details{ background:#fff; border:1px solid var(--border); border-radius:10px; margin-bottom:10px; overflow:hidden; transition: border-color 0.25s ease, background 0.25s ease; } .sxvqe-faq details[open]{ background:#f4f9fd; border-color: var(--brand-primary); } .sxvqe-faq summary{ font-family:'Sora', sans-serif !important; font-size:16px !important; font-weight:500 !important; padding:18px 22px; cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; color: var(--ink); } .sxvqe-faq summary::-webkit-details-marker{ display:none; } .sxvqe-faq summary::after{ content:'+'; font-family:'Barlow Condensed', sans-serif !important; font-size:26px !important; line-height:1; color: #ffffff; background: var(--brand-primary); width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition: transform 0.3s ease; } .sxvqe-faq details[open] summary::after{ content:'\2212'; transform: rotate(180deg); } .sxvqe-faq-body{ padding:0 22px 20px; font-family:'Sora', sans-serif !important; font-size:14.5px !important; font-weight:300 !important; line-height:1.72 !important; color: var(--ink-soft); } /* ANIMATION */ @keyframes sxvqeHeroIn{ from{opacity:0; transform:translateY(16px);} to{opacity:1; transform:translateY(0);} } @keyframes sxvqeFadeUp{ from{opacity:0; transform:translateY(24px);} to{opacity:1; transform:translateY(0);} } .sxvqe-hero{ animation: sxvqeHeroIn 0.6s ease-out both; } .sxvqe-hero-product img{ animation: sxvqeHeroIn 0.8s ease-out 0.2s both; } .sxvqe-stats{ animation: sxvqeFadeUp 0.8s ease-out 0.1s both; } .sxvqe-feature{ animation: sxvqeFadeUp 0.8s ease-out 0.2s both; } .sxvqe-statement{ animation: sxvqeFadeUp 0.8s ease-out 0.3s both; } .sxvqe-packs{ animation: sxvqeFadeUp 0.8s ease-out 0.35s both; } .sxvqe-steps{ animation: sxvqeFadeUp 0.8s ease-out 0.4s both; } .sxvqe-faq{ animation: sxvqeFadeUp 0.8s ease-out 0.5s both; } /* MOBILE */ @media (max-width: 680px){ .sxvqe-hero{ padding:36px 26px 0; } .sxvqe-hero-inner{ grid-template-columns:1fr; gap:24px; text-align:center; } .sxvqe-hero-product img{ max-width:210px; } .sxvqe-hero-badges{ justify-content:center; } .sxvqe-stats{ grid-template-columns:1fr 1fr; } .sxvqe-stat:nth-child(2){ border-right:none; } .sxvqe-stat:nth-child(1), .sxvqe-stat:nth-child(2){ border-bottom:1px solid var(--border); } .sxvqe-feature{ grid-template-columns:1fr; } .sxvqe-feature-img{ order:-1; } .sxvqe-steps-grid{ grid-template-columns:1fr; gap:20px; } .sxvqe-steps-grid::before{ display:none; } .sxvqe-packs-grid{ grid-template-columns:1fr; } } @media (prefers-reduced-motion: reduce){ .sxvqe-wrap *{ animation-duration:0.01ms !important; transition-duration:0.01ms !important; } } Spectra 360 by Parker Conductive electrode gel for clear ECG signals. A non-gritty, salt-free STAY-WET gel that reduces skin resistance for reliable ECG, TENS, and patient monitoring, even during prolonged use. Salt-Free Hypoallergenic Bacteriostatic 8.5 oz Net weight per tube (250 g) 0 Sodium ion transfer 3+ ECG, TENS & monitoring CE Marked to standards Stay-Wet Formula A non-gritty gel that stays wet through long sessions The STAY-WET formula keeps its conductivity without drying out, so you get consistent electrode contact during extended ECG and monitoring without stopping to re-apply. Its salt-free chemistry works by wetting the skin to lower resistance, and it stays compatible with conductive rubber and carbon electrodes. Non-irritating, hypoallergenic, and bacteriostatic, formulated for pediatric, ECG, TENS, and long-term monitoring without sodium ion transfer. Choose your pack One tube, three pack options The Packaging option only changes how many tubes you get. The salt-free STAY-WET gel inside is the same 8.5 oz (250 g) tube in every option, so pick the quantity that matches how quickly you go through it. 1 1 Each Single Tube One 8.5 oz tube to keep on hand or restock a single cart or exam room. 12 Box of 12 12 Tubes A working supply for a busy unit that reaches for gel throughout the week. 72 Case of 72 72 Tubes Bulk stock for high-volume departments and central supply. Formula, tube size, and net weight are identical across all three; a case of 72 is simply 72 of the same 8.5 oz tubes. Availability of each option can vary. Simple to use How to apply electrode gel 1 Prep the skin Clean and dry the site so the gel can make even contact with the skin surface. 2 Apply the gel Spread a thin layer onto the electrode or skin to lower resistance and improve the signal. 3 Attach and monitor Place the electrode and begin monitoring. The formula stays wet for prolonged readings. Good to know Electrode gel questions What is Spectra 360 electrode gel used for? It is a conductive gel for ECG, TENS, and patient monitoring. It reduces skin resistance to help produce clear, reliable signals, and it is suitable for pediatric use. Is this electrode gel salt-free? Yes. The salt-free formulation eliminates sodium ion transfer while still delivering effective conductivity, which makes it a good choice for prolonged monitoring. Will it dry out during long monitoring sessions? The non-gritty STAY-WET formula is designed to stay wet through extended use, so you typically do not need to stop and re-apply during a session. Which electrodes is Spectra 360 compatible with? It is compatible with conductive rubber and carbon electrodes. The gel works by wetting the skin to lower resistance for better electrode performance. Is Spectra 360 gel safe for sensitive skin? It is non-irritating, hypoallergenic, and bacteriostatic. As with any conductive gel, it is not recommended for use during defibrillation procedures. How large is each tube? Every option is the same 8.5 oz (250 g) tube. The Packaging choice only sets how many you get: a single tube, a box of 12, or a case of 72 for facilities that go through it quickly. Availability of each option can vary.
More you might like
Related
Spectra 360 Conductive Gel-Electrode Gel Spectra 360 Conduct
Related
Spectra 360 Electrode Gel
Related
Spectra 360 Electrode Gel
Related