CLINICAL CASE LIBRARY Download the evidence* Concise case summaries with indication and treatment timeline Before-and-after imagery and radiographic documentation Practical placement tips and chair-side technique notes Clinical outcome measures and follow-up observations Safety and tolerability information observed across cases .features-grid { max-width: 1200px; margin: auto; padding: 20px; text-align: center; } .dual-title { margin-bottom: 40px; font-size: 32px; line-height: 1.3; } .dual-title .blue { color: #00b3e3; font-weight: bold; text-transform: uppercase; } .dual-title .black { color: #000; font-weight: normal; margin-left: 8px; } /* 🔹 Desktop = griglia */ @media (min-width: 768px) { .features-grid .grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; } } /* 🔹 Mobile = carosello semplice */ @media (max-width: 767px) { .features-grid .grid { display: flex; gap: 15px; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 10px; } .features-grid .grid::-webkit-scrollbar { display: none; /* nasconde la scrollbar */ } .feature { flex: 0 0 80%; /* ogni card occupa ~80% dello schermo */ scroll-snap-align: center; } } .feature { background: #f9f9f9; border-radius: 8px; padding: 15px; transition: transform 0.2s ease, box-shadow 0.2s ease; min-width: 180px; /* per sicurezza */ } .feature:hover { transform: translateY(-5px); box-shadow: 0 4px 10px rgba(0,0,0,0.1); } .feature .icon { margin-bottom: 10px; } .feature .icon img { width: 40px; height: auto; } .feature p { font-size: 16px; margin: 0; } , All Cases Non-Surgical Pre-Surgical Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel Dr. Claudio Pasquale, PhD DOWNLOAD Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel Dental Hygienist, Italy DOWNLOAD Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel Dental Hygienist, Italy DOWNLOAD Use of Sterify Gel in non-surgical periodontal therapy — Stage 4, Grade C Generalised Periodontitis Dr. Alexandru Mihăilescu, DDS, Bucharest DOWNLOAD Stage IV - Grade C Periodontitis Complicated by Post Partum Anemia and Endocrine Disorders Dr. Grosu Bianca Roxana, Constanta DOWNLOAD Managing Mobility and Interproximal Defect in Stage III Periodontitis with Sterify Gel Dr. Larisa Musić, DMD, PhD DOWNLOAD The Adjuvant Role of Sterify Gel in Plasmacytic Gingivitis Dr. Grosu Bianca Roxana, Constanta DOWNLOAD Use of Sterify Gel in Non-surgical Periodontal Therapy of a Stage 3, Grade B Generalised Periodontitis Dr. Alexandru Mihăilescu, DDS, Bucharest DOWNLOAD Stage IV, Grade C Periodontitis: Single-Session Full-Mouth NSPT and 3-Month Outcomes Tin Crnić, DMD, Austria DOWNLOAD Marked Pocket Reduction at 3 Months with Adjunctive Sterify Gel in Severe Periodontitis (Stage III, Grade C) associated to Poor Oral Hygiene Dr. Lisa Hezel, Germany DOWNLOAD Structured periodontal therapy with Sterify Gel in a high-risk patient Patricia Ried, Germany DOWNLOAD Use Sterify Gel for the treatment of patients with periodontitis Dr. Tamara Volinska, PhD, Periodontist, Ukraine DOWNLOAD Clinical Case #1 Preservation of a Compromised Tooth Using Non-Surgical Therapy and Sterify Gel Dr. Claudio Pasquale, PhD DOWNLOAD Clinical Case #2 Management of Periodontitis Stage 3 with One-Stage Instrumentation and Sterify Gel Dental Hygienist, Italy DOWNLOAD Clinical Case #3 Non-Surgical Resolution of Advanced Periodontitis in a Smoking Patient using Sterify Gel Dental Hygienist, Italy DOWNLOAD Clinical Case #4 Use of Sterify Gel in non-surgical periodontal therapy — Stage 4, Grade C Generalised Periodontitis Dr. Alexandru Mihăilescu, DDS, Bucharest DOWNLOAD Clinical Case #5 Stage IV - Grade C Periodontitis Complicated by Post Partum Anemia and Endocrine Disorders Dr. Grosu Bianca Roxana, Constanta DOWNLOAD Clinical Case #6 Managing Mobility and Interproximal Defect in Stage III Periodontitis with Sterify Gel Dr. Larisa Musić, DMD, PhD DOWNLOAD Clinical Case #7 The Adjuvant Role of Sterify Gel in Plasmacytic Gingivitis Dr. Grosu Bianca Roxana, Constanta DOWNLOAD Clinical Case #8 Use of Sterify Gel in Non-surgical Periodontal Therapy of a Stage 3, Grade B Generalised Periodontitis Dr. Alexandru Mihăilescu, DDS, Bucharest DOWNLOAD Clinical Case #9 Stage IV, Grade C Periodontitis: Single-Session Full-Mouth NSPT and 3-Month Outcomes Tin Crnić, DMD, Austria DOWNLOAD Clinical Case #10 Marked Pocket Reduction at 3 Months with Adjunctive Sterify Gel in Severe Periodontitis (Stage III, Grade C) associated to Poor Oral Hygiene Dr. Lisa Hezel, Germany DOWNLOAD Clinical Case #11 Structured periodontal therapy with Sterify Gel in a high-risk patient Patricia Ried, Germany DOWNLOAD Clinical Case #12 Use Sterify Gel for the treatment of patients with periodontitis Dr. Tamara Volinska, PhD, Periodontist, Ukraine DOWNLOAD /* --- FIX colore dottore nel mobile accordion --- */ .cases-accordion .case-doctor { color: #222 !important; font-weight: 600; } /* --------------------------------------------------------- FIX DEFINITIVO PER I FILTRI (tema Drupal li sovrascrive) ------------------------------------------------------------ */ .cases-filters button { display: inline-block !important; padding: 10px 20px !important; margin: 5px !important; border: 2px solid #00b3e3 !important; background: transparent !important; color: #00b3e3 !important; border-radius: 4px !important; font-weight: bold !important; text-transform: uppercase !important; cursor: pointer !important; } .cases-filters button.active, .cases-filters button:hover { background: #00b3e3 !important; color: #fff !important; } .cases-filters { display: block !important; text-align: center !important; white-space: normal !important; } /* --- TUO STILE ORIGINALE --- */ .cases-section { max-width: 1200px; margin: auto; padding: 40px 20px; text-align: center; } .cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .case-card { background-color: #000 !important; border: 3px solid #000 !important; border-radius: 8px !important; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; text-align: center; transition: box-shadow 0.3s ease; } .case-card:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.4); } .case-image img { width: 100%; display: block; } .case-content { padding: 30px 20px; } .case-footer { padding: 20px; } .case-title { font-size: 16px; font-weight: bold; margin-bottom: 8px; color: #fff; } .case-doctor { font-size: 14px; color: #ddd; margin-bottom: 15px; } /* Buttons */ .download-btn { display: inline-block; padding: 12px; text-decoration: none; border-radius: 0; font-weight: bold; text-transform: uppercase; font-size: 14px; transition: all 0.3s ease; text-align: center; } .cases-accordion .download-btn { background: #00b3e3; color: #fff !important; width: 100%; } .desktop-btn { display: block; width: 100%; border: 2px solid #00b3e3; color: #00b3e3 !important; background: transparent; } .desktop-btn:hover { background: #00b3e3; color: #fff !important; } /* Accordion */ .cases-accordion { display: none; margin-top: 20px; text-align: left; } .accordion-item { margin-bottom: 15px; border: 1px solid #ddd; } .accordion-toggle { width: 100%; padding: 14px; text-align: center; background: #000; border: none; cursor: pointer; } .accordion-toggle:hover { background: #333; } .case-label { color: #00b3e3; font-size: 14px; font-weight: bold; display: block; margin-bottom: 4px; } .case-title-mobile { font-size: 14px; color: #fff; line-height: 1.4; display: block; } .accordion-content { display: none; padding: 15px; background: #fff; text-align: center; } /* Mobile */ @media (max-width: 768px) { .cases-grid { display: none; } .cases-accordion { display: block; } } // Accordion document.querySelectorAll(".accordion-toggle").forEach(btn => { btn.addEventListener("click", () => { const c = btn.nextElementSibling; const open = c.style.display === "block"; document.querySelectorAll(".accordion-content").forEach(x => x.style.display = "none"); c.style.display = open ? "none" : "block"; }); }); // Filtri document.querySelectorAll(".cases-filters button").forEach(btn => { btn.addEventListener("click", () => { document.querySelector(".cases-filters .active")?.classList.remove("active"); btn.classList.add("active"); const f = btn.getAttribute("data-filter"); document.querySelectorAll(".case-card, .accordion-item").forEach(item => { const cat = item.getAttribute("data-category"); item.style.display = (f === "all" || cat === f) ? "" : "none"; }); }); }); , STERIFY GEL Preventing bacterial contamination. Supporting the Tissue Healing. The Polymeric Hydrogel for the Treatment of Periodontal Disease DISCOVER MORE .sterify-section { display: flex; align-items: center; justify-content: center; padding: 40px 20px; flex-wrap: wrap; } .sterify-section.transparent-bg { background: transparent; } .sterify-image { flex: 1 1 50%; text-align: center; } .sterify-image img { max-width: 100%; height: auto; } .sterify-text { flex: 1 1 50%; padding: 20px; color: #000; } /* --- Titolo "STERIFY GEL" --- */ .sterify-topline-wrap { display: inline-block; position: relative; margin-bottom: 16px; } .sterify-topline { color: #000; font-weight: 800; font-size: 32px; text-transform: uppercase; margin: 0 !important; line-height: 1.1; padding: 0; display: inline-block; position: relative; } /* --- Linea automatica sotto il testo --- */ .sterify-divider { display: block; height: 2px; background-color: #000; width: 100%; /* si adatta alla larghezza del testo sopra */ position: absolute; bottom: -5px; /* leggermente staccata */ left: 0; transform: translateY(100%); } /* --- Riga grande in azzurro --- */ .sterify-mainline { color: #00a0e3; font-size: 42px !important; margin-top: 0; margin-bottom: 20px; line-height: 1.2; font-weight: 900 !important; } /* --- Riga sotto in nero --- */ .sterify-subtext { font-size: 20px; margin-bottom: 30px; line-height: 1.5; color: #000; } /* --- Bottone --- */ .sterify-buttons { display: flex; flex-direction: row; gap: 20px; flex-wrap: wrap; } .sterify-button { display: inline-block; padding: 14px 28px; border: 2px solid #e60000; background: transparent; color: #e60000; text-transform: uppercase; text-decoration: none; font-weight: bold; font-size: 16px; text-align: center; transition: all 0.3s ease; } .sterify-button:hover { background: #e60000; color: #fff; } /* --- Mobile --- */ @media (max-width: 768px) { .sterify-section { flex-direction: column; text-align: center; } .sterify-text { padding: 20px 0; } .sterify-topline { font-size: 22px; } .sterify-divider { width: 100%; left: 0; transform: translateY(100%); bottom: -4px; } .sterify-mainline { font-size: 28px !important; } .sterify-subtext { font-size: 16px; } .sterify-buttons { flex-direction: column; gap: 15px; } .sterify-button { width: 100%; } } , Are you making a Difference with Sterify Gel? Let's share it!Have you ever finalized a periodontal treatment with Sterify Gel? Share your experience and inspire your peers. Submit your case and get featured on HuFriedyGroup channels. Submit Your Clinical Case , *For dental professionals only. By downloading these clinical cases you confirm that you are a registered dental practitioner. Refer to the Instructions for Use and clinical data for full indications and safety information. Sterify is a registered trademark of Sterify Srl. All company and product names are trademarks of Hu-Friedy Mfg. Co. LLC., its affiliates or related companies, unless otherwise noted.
Targeted Healing Approach Promo Grazie per aver partecipato al webinar! Per te una promo esclusiva dedicata ai professionisti che desiderano integrare nella pratica clinica un approccio basato su valutazione accurata, trattamento non chirurgico e supporto della guarigione. ORDINA ORA /* ================================================ DESKTOP =================================================== */ @media (min-width:769px) { #tha-title { font-size:52px !important; } #tha-sub { font-size:30px !important; } #tha-desc { font-size:20px !important; line-height:1.55 !important; } .hero-desktop { display:block !important; } .hero-mobile { display:none !important; } } /* ================================================ MOBILE =================================================== */ @media (max-width:768px) { #tha-title { font-size:24px !important; line-height:1.25 !important; } #tha-sub { font-size:22px !important; } #tha-desc { font-size:18px !important; max-width:90% !important; margin:0 auto !important; } .hero-desktop { display:none !important; } .hero-mobile { display:block !important; } } /* ================================================ CTA BUTTON - stile richiesto =================================================== */ .tha-cta-container { margin:45px auto 20px auto; /* , Per soddisfare le esigenze uniche di ogni paziente e professionista nella cura parodontale, HuFriedyGroup promuove un approccio personalizzato che inizia con una diagnosi precisa (ASSESS), prosegue con una pulizia dentale accurata e confortevole (CARE) e si conclude con una sigillatura su misura delle tasche parodontali, favorendo così una guarigione fisiologica ottimale (BOOST). /* Wrapper che replica lo stesso allineamento della sezione sopra */ .tha-wrapper { max-width: 1100px; /* larghezza identica ai contenitori Drupal */ margin: 0 auto; /* centrato */ padding: 0 20px; /* padding identico al contenitore superiore */ } /* Paragrafi */ .tha-paragraph { font-size:20px; font-weight:400; color:#000; line-height:1.55; margin:0 auto 30px auto; padding:0; text-align:center; } /* Griglia icone desktop */ .tha-phases { display:grid; grid-template-columns:repeat(3,1fr); gap:60px; margin:40px 0; text-align:center; } /* Card icone */ .phase-card { display:flex; align-items:center; justify-content:center; } .phase-card img { max-width:250px; transition:transform 0.2s ease; } .phase-card:hover img { transform:scale(1.05); } /* MOBILE */ @media (max-width:768px) { .tha-paragraph { font-size:18px; max-width:95%; } .tha-phases { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:20px; } .phase-card { flex:0 0 75%; scroll-snap-align:center; } .phase-card img { max-width:180px; } } , Targeted Healing Approach L'evoluzione della cura parodontale personalizzata Un approccio clinico completo progettato per migliorare i risultati parodontali, combinando precisione diagnostica, terapia basata sull'evidenza e supporto ottimizzato alla guarigione. SCOPRI DI PIÙ .efp-section { display:flex; align-items:center; justify-content:center; padding:40px 20px; flex-wrap:wrap; background:transparent; } .efp-image {flex:1 1 50%;text-align:center;} .efp-image img {max-width:100%;height:auto;} .efp-text {flex:1 1 50%;padding:20px;color:#fff;} .efp-title { font-size:54px !important; font-weight:900 !important; line-height:1.1; margin:0 0 8px 0; } .efp-subtitle { color:#fff !important; font-weight:700 !important; font-size:26px !important; line-height:1.2; margin:0 0 12px 0; } .efp-description { color:#fff; font-size:18px; line-height:1.45; margin:0 0 18px 0; } .efp-buttons {display:flex;flex-wrap:wrap;gap:15px;} .efp-button { display:inline-block; padding:12px 25px; border:2px solid #fff !important; background:transparent; color:#fff !important; text-transform:uppercase; text-decoration:none; font-weight:700; transition:all .25s ease; } .efp-button:link, .efp-button:visited {color:#fff !important;} .efp-button:hover, .efp-button:focus-visible { background:#fff; color:#69c3cb !important; outline:none; } @media (max-width:768px) { .efp-section {flex-direction:column;text-align:center;} .efp-text {padding:20px 0;} .efp-title {font-size:42px !important;margin-bottom:8px;} .efp-subtitle {font-size:22px !important;margin-bottom:10px;} .efp-buttons {flex-direction:column;align-items:center;} .efp-button {width:100%;max-width:300px;text-align:center;} } , APPROFITTA ORA DELL’OFFERTA RISERVATA AI PARTECIPANTI DEL WEBINAR Acquista il bundle dedicato*1x Sonda EFP - PCPS36 (od in alternativa una sonda PCPUNC156 classica da 15mm) 1x Sterify Gel (0,3 ml)
- STY-GEL 0301 Prezzo speciale: 59 € + IVA (valore 101,40 €) ORDINA ORA , *Offerta valida dal 10/12/2025 al 31/06/2026. Solo per i partecipanti al webinar Sterify è un marchio registrato di Sterify Srl. Tutti gli altri nomi di società e prodotti sono marchi di Hu-Friedy Mfg. Co. LLC., delle sue affiliate o società collegate, se non diversamente specificato.
.stf-wrap{ max-width:1140px; margin:0 auto; padding:90px 16px 24px; } .stf-hero{ text-align:center; } .stf-hero .stf-brand{ margin:0 0 12px; font-weight:800; letter-spacing:.6px; color:#00b3e3; font-size:clamp(30px,4.2vw,54px); line-height:1.05; } .stf-hero .stf-sep{ display:inline; } @media (max-width:600px){ .stf-hero .stf-sep{ display:none; } .stf-hero .stf-mobile-break{ display:block; } } .stf-hero .stf-title{ margin:0 0 16px; color:#0b1220; font-weight:800; font-size:clamp(18px,2.2vw,28px); line-height:1.15; } /* 👉 IMMAGINE HERO */ .stf-hero-image{ margin:14px auto 22px; max-width:780px; /* desktop più elegante */ } .stf-hero-image img{ width:100%; height:auto; display:block; } /* 👉 MOBILE: resta grande come ora */ @media (max-width:600px){ .stf-hero-image{ max-width:100%; margin:16px auto 22px; } } .stf-hero .stf-text{ margin:0 auto; max-width:92ch; color:#0b1220; opacity:.9; font-size:clamp(14px,1.4vw,18px); line-height:1.65; } Sterify Gel – Your Voice Matters Share your product experience and help shape the future of periodontal care Sterify Gel is more than a treatment solution—it is supported by clinical evidence, real-world experience, and continuous dialogue with dental professionals. This page is designed to support education, encourage knowledge sharing, and gather valuable insights from clinicians using Sterify Gel in daily practice. Your feedback plays a key role in advancing clinical knowledge and supporting continuous improvement. , .stf-cards{ max-width:1200px; margin:0 auto; padding:24px 16px 64px; } .stf-cards-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; } .stf-card{ background:#ffffff; border:1px solid #e6e6e6; display:flex; flex-direction:column; transition:transform .25s ease, box-shadow .25s ease; } .stf-card:hover{ transform:translateY(-6px); box-shadow:0 14px 30px rgba(0,0,0,.12); } /* IMMAGINE BASSA (tipo banner) */ .stf-card-image{ height:140px; /* , .stf-faq{ max-width:1200px; margin:0 auto; padding:56px 16px 40px; } .stf-faq h2{ text-align:center; margin:0 0 32px; font-weight:900; letter-spacing:.4px; color:#00b3e3; font-size:clamp(26px,3vw,40px); } .stf-faq-item{ border:1px solid #00b3e3; margin-bottom:14px; } .stf-faq-question{ display:flex; justify-content:space-between; align-items:center; width:100%; background:#00b3e3; color:#ffffff; font-weight:800; text-transform:uppercase; letter-spacing:.4px; padding:18px 20px; font-size:14px; cursor:pointer; border:none; } .stf-faq-question span{ pointer-events:none; } .stf-faq-icon{ font-size:20px; line-height:1; transition:transform .3s ease; } .stf-faq-answer{ max-height:0; overflow:hidden; transition:max-height .35s ease; background:#ffffff; } .stf-faq-answer p{ margin:0; padding:18px 20px; color:#0b1220; font-size:15px; line-height:1.65; } .stf-faq-item.active .stf-faq-answer{ max-height:600px; } .stf-faq-item.active .stf-faq-icon{ transform:rotate(45deg); } /* CTA PDF */ .stf-faq-pdf{ text-align:center; margin-top:40px; } .stf-faq-pdf a{ display:inline-block; padding:14px 26px; border:2px solid #00b3e3; color:#00b3e3; font-weight:800; text-transform:uppercase; letter-spacing:.4px; font-size:14px; text-decoration:none; transition:background .25s ease, color .25s ease; } .stf-faq-pdf a:hover{ background:#00b3e3; color:#ffffff; } @media (max-width: 600px){ .stf-faq-question{ font-size:13px; padding:16px; } .stf-faq-answer p{ padding:16px; } } FAQs What are the indications for using Sterify Gel? + Sterify Gel is indicated as an adjunct in non-surgical periodontal therapy to support soft tissue healing and protection following clinical procedures, according to professional judgement and standard clinical protocols. How is Sterify Gel applied? + Sterify Gel is applied directly into the periodontal pocket or treated area using the dedicated syringe, immediately after completion of instrumentation and according to the instructions for use. Can Sterify Gel be combined with other periodontal treatments? + Yes. Sterify Gel can be integrated into existing periodontal treatment protocols, including non-surgical therapy and maintenance phases, at the clinician’s discretion. Is Sterify Gel suitable for repeated applications? + Repeated applications may be performed when clinically indicated, based on the patient’s condition and professional judgement, in accordance with the product’s instructions. Are there contraindications or precautions for use? + Sterify Gel should be used according to the instructions for use. As with any clinical product, the clinician should evaluate patient-specific conditions and known sensitivities before application. Download Full FAQs (PDF) (function(){ var items = document.querySelectorAll('.stf-faq-question'); items.forEach(function(btn){ btn.addEventListener('click', function(){ var item = btn.parentElement; item.classList.toggle('active'); }); }); })();
.stf-wrap{ max-width:1140px; margin:0 auto; padding:90px 16px 24px; } .stf-hero{ text-align:center; } .stf-hero .stf-brand{ margin:0 0 18px; font-weight:800; letter-spacing:.6px; color:#74c8d2; font-size:clamp(30px,4.2vw,54px); line-height:1.05; } .stf-hero .stf-title{ margin:0 0 22px; color:#0b1220; font-weight:400; font-size:clamp(18px,2.2vw,28px); line-height:1.4; } .stf-hero .stf-text{ margin:0 auto; max-width:92ch; font-size:clamp(18px,2vw,24px); line-height:1.4; font-weight:700; color:#74c8d2; /* ora azzurro */ } Contour™ Line of XTS Instruments Introducing an expanded line of XTS Instruments featuring our Contour™ Handle designed to maximize clinical efficiencies during various composite restorations. Create beautiful restorations with a level of comfort and control. , .hf-wrapper{ --accent:#74c8d2; --text:#111; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; } /* Scroll solo orizzontale su mobile */ .hf-pan{ overflow-x:auto; overflow-y:hidden; -webkit-overflow-scrolling: touch; } /* Area principale */ .hf-stage{ position:relative; width:1200px; margin:120px auto; line-height:0; } .hf-img{ width:100%; display:block; } @media (max-width: 900px){ .hf-stage{ width:1300px; } } /* TESTI */ .hf-label{ position:absolute; font-weight:800; font-size:clamp(18px,1.6vw,24px); color:var(--text); line-height:1.1; white-space:nowrap; } /* Linea azzurra sotto titolo */ .hf-label::after{ content:""; display:block; height:3px; background:var(--accent); margin-top:10px; border-radius:2px; width:100%; } /* Posizioni base */ .hf-legacy{ left:2%; top:-32%; /* mobile */ } .hf-matte{ left:22%; bottom:-22%; } .hf-contour{ left:42%; top:-22%; } .hf-black{ right:2%; bottom:-22%; } /* Solo desktop: alziamo ancora Legacy */ @media (min-width: 901px){ .hf-legacy{ top:-36%; } } /* Hover leggero */ @media (hover:hover){ .hf-label:hover{ transform:translateY(-3px); transition:.2s ease; } } LegacyXTS Coating Matte, smooth finish Contour™ Handle Black silicone grips , Features & Benefits XTS Coating • Studies indicate Aluminum Titanium Nitride (AlTiN) coatings are consistently harder, smoother and stick less as compared to Titanium coatings. Distinctive Black Finish • Enhanced contrast between instrument, tooth structure and composite material. • The black finish will not flake or discolor the restoration. Contour™ Handle • Smooth, matte finish. • Curved handle style allows the clinician to easily maneuver during restorative procedures. • Increases control due to the large diameter of the handle. Black silicone grips • Textured to help reduce slippage and provide a comfortable, secure grasp. Aluminum Titanium Nitride (AlTiN) Coating • Studies indicate Aluminum Titanium Nitride coatings are consistently harder, smoother and stick less as compared to Titanium coatings. Distinctive Black Finish • Enhanced contrast between instrument, tooth structure and composite material. • The black finish will not flake or discolor the restoration. Contour™ Handle • Smooth, matte finish. • Curved handle style allows the clinician to easily maneuver during restorative procedures. • Increases control due to the large diameter of the handle. Black silicone grips • Textured to help reduce slippage and provide a comfortable, secure grasp. .benefits-section { max-width: 1200px; margin: auto; padding: 70px 20px; text-align: center; background: transparent; /* sfondo gestito da Drupal */ } .benefits-title { font-size: 32px; font-weight: 800; margin-bottom: 50px; color: #000000; text-transform: uppercase; letter-spacing: 1px; } /* Desktop Grid */ .benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; } .benefit-card { background: #ffffff; /* CARD BIANCHE */ border-radius: 10px; padding: 30px 25px; text-align: left; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 12px rgba(0,0,0,0.05); } .benefit-card:hover { transform: translateY(-6px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); } .benefit-card h3 { color: #0b1220; font-size: 18px; font-weight: 800; margin-bottom: 15px; } .benefit-card p { font-size: 15px; color: #0b1220; line-height: 1.6; margin: 0; } /* --- Mobile Carousel --- */ .benefits-carousel { display: none; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .benefits-carousel .carousel-track { display: flex; gap: 20px; } .benefits-carousel .benefit-card { flex: 0 0 85%; scroll-snap-align: center; } /* --- Responsive --- */ @media (max-width: 992px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .benefits-grid { display: none; } .benefits-carousel { display: block; } } , .cta-brochure{ text-align:center; margin:60px 0; } .cta-brochure a{ display:inline-block; padding:18px 40px; border:2px solid #000; color:#000; /* scritta iniziale nera */ text-decoration:none; font-weight:700; letter-spacing:1px; font-size:16px; border-radius:0; /* angoli quadrati */ transition:all .25s ease; background:transparent; } /* HOVER */ .cta-brochure a:hover{ background:#000; color:#74c8d2; } DOWNLOAD BROCHURE , .testimonial-section{ max-width:1140px; margin:0 auto; padding:100px 20px; background:transparent; } .testimonial-wrapper{ display:flex; align-items:center; gap:60px; } /* 40% FOTO */ .testimonial-image{ flex:0 0 40%; display:flex; justify-content:center; } .testimonial-image img{ width:100%; max-width:420px; height:auto; border-radius:50%; display:block; } /* 60% TESTO */ .testimonial-content{ flex:0 0 60%; display:flex; justify-content:center; /* centra il blocco interno */ } .testimonial-inner{ max-width:520px; /* testo più stretto */ position:relative; color:#ffffff; } .testimonial-quote{ font-size:clamp(22px,2.2vw,30px); line-height:1.5; font-weight:600; position:relative; margin:0 0 40px; padding-right:40px; } /* Virgolette */ .testimonial-quote::before{ content:"“"; font-size:90px; color:#74c8d2; position:absolute; left:-40px; top:-30px; line-height:1; } .testimonial-quote::after{ content:"”"; font-size:90px; color:#74c8d2; position:absolute; right:0; bottom:-40px; line-height:1; } .testimonial-author{ font-weight:800; font-size:20px; letter-spacing:1px; color:#ffffff; } /* MOBILE */ @media (max-width: 768px){ .testimonial-wrapper{ flex-direction:column; text-align:center; } .testimonial-image img{ max-width:260px; } .testimonial-content{ justify-content:center; } .testimonial-inner{ max-width:100%; } .testimonial-quote{ padding-right:0; } .testimonial-quote::before{ left:0; top:-50px; } .testimonial-quote::after{ right:0; bottom:-70px; } } Permits a lighter touch for esthetic bonding… less finger stress while creating a smooth final layer especially on facial surfaces when bonding anterior teeth DR. RONALD GOLDSTEIN, DDS
.piezo-hero-banner { position: relative; width: 100%; min-height: 520px; display: flex; align-items: center; background-color: #000; background-image: url("https://hf-eu-w1-prd-public.s3.eu-west-1.amazonaws.com/s3fs-public/2026-04/Piezo%20banner%20definitivo.png"); background-size: cover; background-position: center right; background-repeat: no-repeat; overflow: hidden; } /* OVERLAY */ .piezo-hero-banner::before { content: ""; position: absolute; inset: 0; background: transparent; z-index: 1; } /* overlay attivo solo su mobile */ @media (max-width: 768px) { .piezo-hero-banner::before { background: linear-gradient( to right, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100% ); } } .piezo-hero-banner__content { position: relative; z-index: 2; max-width: 1400px; width: 100%; margin: 0 auto; padding: 80px 60px; box-sizing: border-box; } .piezo-hero-banner__title { margin: 0 0 12px 0; font-size: 84px; line-height: 0.95; font-weight: 700; color: #00b3e3; letter-spacing: -1px; text-shadow: 0 2px 10px rgba(0,0,0,0.4); } .piezo-hero-banner__subtitle { margin: 0 0 28px 0; font-size: 56px; line-height: 1.05; font-weight: 400; color: #ffffff; letter-spacing: -0.5px; text-shadow: 0 2px 10px rgba(0,0,0,0.4); } /* CTA */ .piezo-hero-banner__buttons { display: flex; flex-wrap: wrap; gap: 16px; } .piezo-hero-banner__button { display: inline-block; padding: 16px 28px; text-decoration: none !important; text-transform: uppercase; font-weight: 800; letter-spacing: 0.4px; border: 2px solid #00b3e3; transition: all 0.25s ease; } .piezo-hero-banner__button--primary { background: #00b3e3; color: #fff !important; } .piezo-hero-banner__button--secondary { background: transparent; color: #fff !important; border-color: #fff; } .piezo-hero-banner__button--primary:hover, .piezo-hero-banner__button--primary:focus { background: #fff; border-color: #fff; color: #00b3e3 !important; } .piezo-hero-banner__button--secondary:hover, .piezo-hero-banner__button--secondary:focus { background: #fff; color: #00b3e3 !important; } /* TABLET */ @media (max-width: 1200px) { .piezo-hero-banner { min-height: 460px; } .piezo-hero-banner__title { font-size: 68px; } .piezo-hero-banner__subtitle { font-size: 44px; } } /* SMALL TABLET */ @media (max-width: 900px) { .piezo-hero-banner { min-height: 400px; background-position: 72% center; } .piezo-hero-banner__content { padding: 60px 36px; } .piezo-hero-banner__title { font-size: 52px; } .piezo-hero-banner__subtitle { font-size: 34px; margin-bottom: 22px; } .piezo-hero-banner__button { padding: 14px 22px; } } /* MOBILE */ @media (max-width: 640px) { .piezo-hero-banner { min-height: 320px; background-position: 78% center; } .piezo-hero-banner__content { padding: 40px 20px; } .piezo-hero-banner__title { font-size: 36px; line-height: 1; } .piezo-hero-banner__subtitle { font-size: 24px; line-height: 1.15; margin-bottom: 18px; } .piezo-hero-banner__buttons { flex-direction: column; align-items: flex-start; gap: 12px; } .piezo-hero-banner__button { width: 100%; max-width: 280px; text-align: center; padding: 14px 18px; } } Piezo Scaling S-Series & E-Series Tips Place an Order Download the Brochure , Why Piezo? The smooth linear movement generated by piezoelectric systems creates a stroke pattern that is similar to hand instrumentation. Adapting the lateral surface of the piezo tip against the tooth surface (similar to a hand instrument) will increase clinical efficiency. S-Series Tips – Compatible with Satelec/Acteon® and NSK® devices* E-Series Tips – Compatible with EMS® handpieces* .piezo-why-section { background: #f5f5f7; padding: 100px 20px 80px; } .piezo-why-inner { width: 100%; max-width: 1320px; margin: 0 auto; text-align: center; } .piezo-why-content { width: 100%; max-width: 100%; margin: 0 auto; } /* 🔥 TITOLO ALLINEATO AGLI ALTRI */ .piezo-why-title { margin: 0 0 18px; color: #00b3e3; font-size: 46px; line-height: 1.05; font-weight: 900; letter-spacing: -0.6px; } /* TEXT */ .piezo-why-text { margin: 0 auto 36px; color: #000; font-size: 20px; line-height: 1.5; font-weight: 500; max-width: 1050px; } /* BOX */ .piezo-compatibility-box { background: #ffffff; padding: 24px 28px; border-radius: 14px; width: 100%; max-width: 820px; margin: 0 auto; text-align: center; box-sizing: border-box; } .piezo-compatibility-box p { margin: 0 0 12px; font-size: 18px; line-height: 1.4; color: #000; } .piezo-compatibility-box p:last-child { margin-bottom: 0; } .piezo-compatibility-box strong { color: #00b3e3; font-weight: 800; } /* TABLET */ @media (max-width: 1024px) { .piezo-why-title { font-size: 38px; } .piezo-why-text { font-size: 18px; max-width: 860px; } .piezo-compatibility-box { max-width: 760px; } } /* MOBILE */ @media (max-width: 768px) { .piezo-why-section { padding: 70px 16px 60px; } .piezo-why-title { font-size: 30px; line-height: 1.08; } .piezo-why-text { font-size: 17px; line-height: 1.45; max-width: 100%; } .piezo-compatibility-box { padding: 18px 16px; max-width: 100%; } .piezo-compatibility-box p { font-size: 16px; } } , ← All Ultrasonic Solutions .ultra-back-link { max-width: 900px; /* 🔥 più stretto = più centrato visivamente */ margin: 0 auto; padding: 14px 20px 0; box-sizing: border-box; } .ultra-back-link a { text-decoration: none; color: #00b3e3; font-weight: 600; font-size: 14px; opacity: 0.8; transition: all 0.2s ease; display: inline-block; } .ultra-back-link a:hover { opacity: 1; transform: translateX(-3px); } /* DESKTOP */ @media (min-width: 768px) { .ultra-back-link { max-width: 1000px; /* leggermente più largo su desktop */ padding: 20px 40px 0; } .ultra-back-link a { font-size: 15px; } } , .piezo-tip-filters-section { background: #ffffff; padding: 70px 20px 90px; } /* INTRO FILTERS */ .piezo-tip-filters-intro { max-width: 1000px; margin: 0 auto 30px; text-align: center; } .piezo-tip-filters-title { margin: 0 0 10px; color: #000; font-size: 46px; line-height: 1.05; font-weight: 900; letter-spacing: -0.6px; } .piezo-tip-filters-intro p { margin: 0; color: #000; font-size: 20px; line-height: 1.45; font-weight: 500; } /* FILTER BUTTONS */ .piezo-tip-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 20px; } .tip-filter-btn { padding: 13px 18px; border: 2px solid #00b3e3; background: #fff; color: #00b3e3; font-weight: 800; cursor: pointer; border-radius: 10px; transition: all 0.2s ease; font-size: 15px; line-height: 1.3; font-family: inherit; } .tip-filter-btn:hover, .tip-filter-btn:focus { background: #00b3e3; color: #fff; } .tip-filter-btn.is-active { background: #00b3e3; color: #fff; } /* FILTER RESULT */ .piezo-tip-filter-result { text-align: center; margin-bottom: 46px; font-size: 16px; color: #000; } .piezo-tip-filter-result strong { font-weight: 800; } /* GROUPS */ .tip-group { margin-bottom: 70px; } .tip-group.is-hidden { display: none; } .tip-group:last-child { margin-bottom: 0; } /* CUSTOM TITLES */ .tip-group-title { margin: 0 0 28px; color: #00b3e3; font-size: 46px; line-height: 1.05; font-weight: 900; letter-spacing: -0.6px; } /* GRID */ .tip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; } /* CARD */ .tip-card { border: 1px solid #d9dde3; border-radius: 14px; background: #fff; display: flex; flex-direction: column; overflow: hidden; height: 100%; } .tip-card.is-hidden { display: none; } /* IMAGE AREA */ .tip-card-image { width: 100%; aspect-ratio: 4 / 3; background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 18px 18px 8px; box-sizing: border-box; overflow: hidden; } .tip-card-image img { width: 100%; height: 100%; object-fit: contain; display: block; } /* BLACK TITLE BAR */ .tip-card-namebar { background: #111; color: #fff; padding: 12px 14px; font-size: 18px; line-height: 1.1; font-weight: 800; text-transform: uppercase; } /* BODY */ .tip-card-body { padding: 14px 14px 18px; display: flex; flex-direction: column; gap: 14px; flex: 1; } .tip-card-specs { border-top: 1px solid #cfd4da; } .tip-card-spec-row { display: grid; grid-template-columns: 110px 1fr; gap: 14px; padding: 8px 0; border-bottom: 1px solid #cfd4da; align-items: start; } .tip-card-spec-label { font-size: 14px; line-height: 1.2; color: #000; font-weight: 500; } .tip-card-spec-value { font-size: 14px; line-height: 1.2; color: #000; font-weight: 800; } .tip-card-spec-value--sku { color: #00b3e3; } .tip-card-text { margin: 0; font-size: 16px; line-height: 1.38; color: #000; } /* TABLET */ @media (max-width: 1100px) { .piezo-tip-filters-title { font-size: 38px; } .tip-group-title { font-size: 38px; } .tip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } /* MOBILE */ @media (max-width: 768px) { .piezo-tip-filters-section { padding: 50px 16px 70px; } .piezo-tip-filters-intro { margin-bottom: 24px; } .piezo-tip-filters-title { font-size: 30px; line-height: 1.08; } .piezo-tip-filters-intro p { font-size: 17px; } .piezo-tip-filters { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; margin-bottom: 16px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; gap: 12px; } .piezo-tip-filters::-webkit-scrollbar { display: none; } .tip-filter-btn { flex: 0 0 250px; min-width: 250px; min-height: 88px; padding: 14px 16px; white-space: normal; text-align: center; display: flex; align-items: center; justify-content: center; scroll-snap-align: start; line-height: 1.25; } .piezo-tip-filter-result { margin-bottom: 34px; font-size: 15px; } .tip-group { margin-bottom: 50px; } .tip-group-title { font-size: 30px; line-height: 1.08; margin-bottom: 20px; } .tip-grid { display: flex; overflow-x: auto; gap: 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; align-items: stretch; } .tip-grid::-webkit-scrollbar { display: none; } .tip-card { flex: 0 0 86%; min-width: 86%; height: 520px; min-height: 520px; scroll-snap-align: start; } .tip-card-image { aspect-ratio: auto; height: 170px; padding: 16px 16px 6px; } .tip-card-namebar { font-size: 17px; } .tip-card-body { padding: 12px 12px 16px; flex: 1; } .tip-card-spec-row { grid-template-columns: 100px 1fr; gap: 10px; } .tip-card-spec-label, .tip-card-spec-value { font-size: 13px; } .tip-card-text { font-size: 15px; line-height: 1.4; } } Choose by clinical need Select a clinical need to show only the relevant tips. All tips Light to moderate supragingival deposits Heavy supragingival deposits Shallow pockets Light to moderate deposits in deep periodontal pockets Moderate to heavy deposits in deep periodontal pockets Furcation areas Showing: All tips Scaling S10 Universal S-Series USS10 E-Series UES10 Power Level MED—HIGH Standard diameter tip used to remove heavy supragingival deposits. P Universal S-Series USP E-Series UEP Power Level MED—HIGH Standard diameter tip used to remove moderate to heavy deposits located supragingivally and in shallow pockets. 100 Universal S-Series US100 E-Series UE100 Power Level LOW—MED Probe-sized tip used to remove light deposits in shallow to moderate pockets and for periodontal maintenance. P10 Universal S-Series USP10 Power Level MED Standard diameter tip used to remove light deposits and plaque. Smooth edges for safe removal of soft and hard deposits. After Five Tips Straight S-Series USAFS Power Level MED Probe-sized tip designed to improve access into periodontal pockets and interproximal areas. Right S-Series USAFR Power Level MED Probe-sized tip designed to improve adaptation and debridement in difficult-to-reach areas. Left S-Series USAFL Power Level MED Probe-sized tip designed to improve adaptation and access in interproximal and periodontal areas. Perio Universal Perio S-Series USU Power Level MED Thin tip used to remove light deposits and plaque with smooth edges for safe removal. Left Perio S-Series US4L Power Level LOW Contra-angle tip used to remove calculus on premolars and molars, especially interproximal surfaces. Right Perio S-Series US4R Power Level LOW Contra-angle tip used to remove calculus on premolars and molars, especially interproximal surfaces. 3 Perio S-Series USP3 Power Level LOW Thin-bladed curette-like tip used to remove heavy deposits and necrotic cementum on anteriors and premolars. Diamond-Coated Left Diamond S-Series US2LD E-Series UE2LD Power Level LOW Thin contra-angle diamond-coated finishing instrument for residual debris in deep pockets and furcations. Right Diamond S-Series US2RD E-Series UE2RD Power Level LOW Thin contra-angle diamond-coated finishing instrument for residual debris in deep pockets and furcations. Straight Diamond S-Series US1D E-Series UE1D Power Level LOW Thin straight diamond-coated finishing instrument for residual debris, primarily in anterior deep pockets. document.addEventListener('DOMContentLoaded', function () { const buttons = document.querySelectorAll('.tip-filter-btn'); const cards = document.querySelectorAll('.tip-card'); const groups = document.querySelectorAll('.tip-group'); const resultBox = document.querySelector('.piezo-tip-filter-result strong'); function prettifyFilterLabel(filterValue) { const button = document.querySelector('.tip-filter-btn[data-filter="' + filterValue + '"]'); return button ? button.textContent : 'All tips'; } function setActiveButton(filter) { buttons.forEach(function(btn) { const isActive = btn.dataset.filter === filter; btn.classList.toggle('is-active', isActive); btn.setAttribute('aria-pressed', isActive ? 'true' : 'false'); }); } function applyFilter(filter) { const validFilter = document.querySelector('.tip-filter-btn[data-filter="' + filter + '"]') ? filter : 'all'; cards.forEach(function(card) { const needs = card.dataset.needs ? card.dataset.needs.split(' ') : []; const showCard = validFilter === 'all' || needs.includes(validFilter); card.classList.toggle('is-hidden', !showCard); }); groups.forEach(function(group) { const visibleCards = group.querySelectorAll('.tip-card:not(.is-hidden)'); group.classList.toggle('is-hidden', visibleCards.length === 0); }); setActiveButton(validFilter); resultBox.textContent = prettifyFilterLabel(validFilter); } function updateUrl(filter) { const url = new URL(window.location); if (filter === 'all') { url.searchParams.delete('filter'); } else { url.searchParams.set('filter', filter); } window.history.replaceState({}, '', url); } function getFilterFromUrl() { const url = new URL(window.location); return url.searchParams.get('filter') || 'all'; } buttons.forEach(function(button) { button.addEventListener('click', function() { const filter = this.dataset.filter; applyFilter(filter); updateUrl(filter); }); }); applyFilter(getFilterFromUrl()); }); , Ready to Get Started? Discover how our Piezo solutions can support your clinical workflow and patient outcomes. Place an Order Request Information .ultra-support-band { background: transparent; padding: 90px 20px; } .ultra-support-band-inner { max-width: 980px; margin: 0 auto; text-align: center; } .ultra-support-band-title { margin: 0 0 18px; color: #fff; font-size: 54px; line-height: 1.02; font-weight: 900; letter-spacing: -0.8px; } .ultra-support-band-text { margin: 0 auto 34px; max-width: 860px; color: #fff; font-size: 22px; line-height: 1.5; font-weight: 500; } .ultra-support-band-buttons { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; } .ultra-support-band-button { display: inline-block; padding: 16px 28px; border: 2px solid #fff; text-decoration: none !important; text-transform: uppercase; font-weight: 800; letter-spacing: 0.4px; transition: all 0.25s ease; } /* PRIMARY = PIENO */ .ultra-support-band-button--primary { background: #fff; color: #00b3e3 !important; } /* SECONDARY = OUTLINE */ .ultra-support-band-button--secondary { background: transparent; color: #fff !important; } /* HOVER */ .ultra-support-band-button--primary:hover { background: transparent; color: #fff !important; } .ultra-support-band-button--secondary:hover { background: #fff; color: #00b3e3 !important; } /* TABLET */ @media (max-width: 1024px) { .ultra-support-band-title { font-size: 44px; } .ultra-support-band-text { font-size: 20px; } } /* MOBILE */ @media (max-width: 768px) { .ultra-support-band { padding: 70px 16px; } .ultra-support-band-title { font-size: 32px; line-height: 1.08; margin-bottom: 14px; } .ultra-support-band-text { font-size: 17px; line-height: 1.5; margin-bottom: 26px; } .ultra-support-band-buttons { flex-direction: column; align-items: center; gap: 12px; } .ultra-support-band-button { width: 100%; max-width: 340px; text-align: center; } } , * Our offered items are compatible with but not original products of device manufacturing companies Acteon, EMS, NSK and/or Satelec and are not produced, licensed or recommended from them. All used brand names and definitions are registered trademarks and brands of respective owners. They are intended only to show compatibility of items with products of different manufacturers. .product-disclaimer { margin-top: 24px; font-size: 14px; line-height: 1.4; color: #666; }
.magneto-hero-banner { position: relative; width: 100%; min-height: 520px; display: flex; align-items: center; background-color: #f7f7f7; background-image: url("https://hf-eu-w1-prd-public.s3.eu-west-1.amazonaws.com/s3fs-public/2026-03/Magneto%20banner.png"); background-size: cover; background-position: center right; background-repeat: no-repeat; overflow: hidden; } .magneto-hero-banner::before { content: ""; position: absolute; inset: 0; background: transparent; z-index: 1; } .magneto-hero-banner__content { position: relative; z-index: 2; max-width: 1400px; width: 100%; margin: 0 auto; padding: 80px 60px; box-sizing: border-box; } .magneto-hero-banner__title { margin: 0 0 14px 0; font-size: 84px; line-height: 0.95; font-weight: 700; color: #00b3e3; letter-spacing: -1px; } .magneto-hero-banner__subtitle { margin: 0 0 28px 0; font-size: 56px; line-height: 1.05; font-weight: 400; color: #000000; letter-spacing: -0.5px; } /* CTA */ .magneto-hero-banner__buttons { display: flex; flex-wrap: wrap; gap: 16px; } .magneto-hero-banner__button { display: inline-block; padding: 16px 28px; text-decoration: none !important; text-transform: uppercase; font-weight: 800; letter-spacing: 0.4px; border: 2px solid #00b3e3; transition: all 0.25s ease; } /* PRIMARY */ .magneto-hero-banner__button--primary { background: #00b3e3; color: #fff !important; } /* SECONDARY */ .magneto-hero-banner__button--secondary { background: transparent; color: #00b3e3 !important; } /* HOVER */ .magneto-hero-banner__button--primary:hover { background: #fff; color: #00b3e3 !important; } .magneto-hero-banner__button--secondary:hover { background: #00b3e3; color: #fff !important; } /* TABLET */ @media (max-width: 1200px) { .magneto-hero-banner { min-height: 460px; } .magneto-hero-banner__title { font-size: 68px; } .magneto-hero-banner__subtitle { font-size: 44px; } } /* SMALL TABLET */ @media (max-width: 900px) { .magneto-hero-banner { min-height: 400px; background-position: 78% center; } .magneto-hero-banner__content { padding: 60px 36px; } .magneto-hero-banner__title { font-size: 52px; } .magneto-hero-banner__subtitle { font-size: 34px; margin-bottom: 22px; } .magneto-hero-banner__button { padding: 14px 22px; } } /* MOBILE */ @media (max-width: 640px) { .magneto-hero-banner { min-height: 320px; background-position: 82% center; } .magneto-hero-banner::before { background: linear-gradient( to right, rgba(247, 247, 247, 0.92) 0%, rgba(247, 247, 247, 0.75) 30%, rgba(247, 247, 247, 0.35) 50%, rgba(247, 247, 247, 0) 65% ); } .magneto-hero-banner__content { padding: 40px 20px; } .magneto-hero-banner__title { font-size: 34px; max-width: 260px; } .magneto-hero-banner__subtitle { font-size: 22px; max-width: 240px; margin-bottom: 18px; } .magneto-hero-banner__buttons { flex-direction: column; gap: 12px; } .magneto-hero-banner__button { width: 100%; max-width: 280px; text-align: center; } } Magneto Inserts Reference Guide Place an Order Download the Brochure , ← All Ultrasonic Solutions .ultra-back-link { max-width: 900px; /* 🔥 più stretto = più centrato visivamente */ margin: 0 auto; padding: 14px 20px 0; box-sizing: border-box; } .ultra-back-link a { text-decoration: none; color: #00b3e3; font-weight: 600; font-size: 14px; opacity: 0.8; transition: all 0.2s ease; display: inline-block; } .ultra-back-link a:hover { opacity: 1; transform: translateX(-3px); } /* DESKTOP */ @media (min-width: 768px) { .ultra-back-link { max-width: 1000px; /* leggermente più largo su desktop */ padding: 20px 40px 0; } .ultra-back-link a { font-size: 15px; } } , .magneto-filters-section { background: #ffffff; padding: 70px 20px 90px; } /* INTRO */ .magneto-filters-intro { max-width: 1000px; margin: 0 auto 30px; text-align: center; } .magneto-filters-title { margin: 0 0 10px; color: #000; font-size: 46px; line-height: 1.05; font-weight: 900; letter-spacing: -0.6px; } .magneto-filters-intro p { margin: 0; color: #000; font-size: 20px; line-height: 1.45; font-weight: 500; } /* FILTER BUTTONS */ .magneto-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-bottom: 20px; } .magneto-filter-btn { padding: 13px 18px; border: 2px solid #00b3e3; background: #fff; color: #00b3e3; font-weight: 800; cursor: pointer; border-radius: 10px; transition: all 0.2s ease; font-size: 15px; line-height: 1.3; font-family: inherit; } .magneto-filter-btn:hover, .magneto-filter-btn:focus { background: #00b3e3; color: #fff; } .magneto-filter-btn.is-active { background: #00b3e3; color: #fff; } /* FILTER RESULT */ .magneto-filter-result { text-align: center; margin-bottom: 46px; font-size: 16px; color: #000; } .magneto-filter-result strong { font-weight: 800; } /* GROUPS */ .magneto-group { margin-bottom: 70px; } .magneto-group.is-hidden { display: none; } .magneto-group:last-child { margin-bottom: 0; } .magneto-group-title { margin: 0 0 28px; color: #00b3e3; font-size: 46px; line-height: 1.05; font-weight: 900; letter-spacing: -0.6px; } /* GRID */ .magneto-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; } /* CARD */ .magneto-card { border: 1px solid #d9dde3; border-radius: 14px; background: #fff; display: flex; flex-direction: column; overflow: hidden; height: 100%; } .magneto-card.is-hidden { display: none; } /* IMAGE AREA */ .magneto-card-image { width: 100%; aspect-ratio: 4 / 3; background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 18px 18px 8px; box-sizing: border-box; overflow: hidden; } .magneto-card-image img { width: 100%; height: 100%; object-fit: contain; display: block; } /* BLACK TITLE BAR */ .magneto-card-namebar { background: #111; color: #fff; padding: 12px 14px; font-size: 18px; line-height: 1.1; font-weight: 800; text-transform: uppercase; } /* BODY */ .magneto-card-body { padding: 14px 14px 18px; display: flex; flex-direction: column; gap: 14px; flex: 1; } .magneto-card-desc, .magneto-card-rec, .magneto-card-usage, .magneto-card-power { margin: 0; font-size: 15px; line-height: 1.45; color: #000; } .magneto-card-power { font-weight: 800; } /* ACCORDION */ .magneto-accordion { margin-top: auto; padding-top: 14px; border-top: 1px solid #cfd4da; } .magneto-accordion-toggle { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: transparent; border: 0; padding: 0; margin: 0; font: inherit; color: #000; cursor: pointer; text-align: left; } .magneto-accordion-toggle-text { font-size: 15px; line-height: 1.35; font-weight: 800; color: #000; } .magneto-accordion-toggle-icon { flex: 0 0 auto; width: 28px; height: 28px; border: 2px solid #00b3e3; border-radius: 999px; color: #00b3e3; display: flex; align-items: center; justify-content: center; font-size: 18px; line-height: 1; font-weight: 800; transition: transform 0.2s ease; } .magneto-accordion.is-open .magneto-accordion-toggle-icon { transform: rotate(45deg); } .magneto-accordion-panel { display: none; padding-top: 14px; } .magneto-accordion.is-open .magneto-accordion-panel { display: block; } /* VARIANTS */ .magneto-variants { display: flex; flex-direction: column; gap: 12px; } .magneto-variant { display: block; } .magneto-variant.is-hidden { display: none; } .magneto-variant-label { display: inline-block; margin: 0 0 8px; padding: 5px 8px; background: #00b3e3; color: #fff; font-size: 12px; font-weight: 700; line-height: 1.2; border-radius: 4px; } .magneto-variant-code { font-size: 15px; line-height: 1.45; color: #000; } .magneto-variant-code strong { font-weight: 700; } .magneto-variant-note { font-size: 13px; line-height: 1.4; color: #555; margin-top: 4px; } /* TABLET */ @media (max-width: 1100px) { .magneto-filters-title { font-size: 38px; } .magneto-group-title { font-size: 38px; } .magneto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } /* MOBILE */ @media (max-width: 768px) { .magneto-filters-section { padding: 50px 16px 70px; } .magneto-filters-intro { margin-bottom: 24px; } .magneto-filters-title { font-size: 30px; line-height: 1.08; } .magneto-filters-intro p { font-size: 17px; } .magneto-filters { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; margin-bottom: 16px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; gap: 12px; } .magneto-filters::-webkit-scrollbar { display: none; } .magneto-filter-btn { flex: 0 0 250px; min-width: 250px; min-height: 88px; padding: 14px 16px; white-space: normal; text-align: center; display: flex; align-items: center; justify-content: center; scroll-snap-align: start; line-height: 1.25; } .magneto-filter-result { margin-bottom: 34px; font-size: 15px; } .magneto-group { margin-bottom: 50px; } .magneto-group-title { font-size: 30px; line-height: 1.08; margin-bottom: 20px; } .magneto-grid { display: flex; overflow-x: auto; gap: 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 8px; align-items: stretch; } .magneto-grid::-webkit-scrollbar { display: none; } .magneto-card { flex: 0 0 86%; min-width: 86%; min-height: 620px; height: auto; scroll-snap-align: start; } .magneto-card-image { aspect-ratio: auto; height: 180px; min-height: 180px; max-height: 180px; padding: 16px 16px 6px; flex: 0 0 180px; } .magneto-card-namebar { font-size: 17px; } .magneto-card-body { padding: 12px 12px 16px; gap: 12px; flex: 1; overflow: visible; } .magneto-accordion-panel { overflow: visible; } .magneto-card-desc, .magneto-card-rec, .magneto-card-usage, .magneto-card-power, .magneto-variant-code, .magneto-accordion-toggle-text { font-size: 15px; line-height: 1.42; } .magneto-variant-note { font-size: 12px; } } Choose by handle type Select a handle type to show only the relevant Magneto inserts and the matching part codes. All handle types Swivel Direct Flow Swivel Base Flow Streamline Direct Flow Original Prophy Style / After Five Prophy Plus / After Five Plus Showing: All handle types Universal Inserts #10 Universal Inserts Standard diameter shank extending to a tapered tip. Recommendation: Light to heavy deposits, tenacious calculus, orthodontic cement. Usage: Great all purpose insert for supragingival moderate to heavy debris removal. Supragingival use, can be used subgingival if tissue allows. Power setting: Low to High View handle types & part codes + Swivel Direct Flow Part codes: UI30SD10 / UI25SD10 Swivel Base Flow Part codes: UI30SS10 / UI25SS10 Streamline Direct Flow Part codes: UI30SF10 / UI25SF10 #100 Thin Inserts Long thin shank extending to a thin tapered tip. Recommendation: Light to moderate deposits. Usage: Excellent choice for a variety of periodontal conditions. Thin shank allows effective subgingival and interproximal access. Ideal for periodontal maintenance and localized periodontal defects. Power setting: Low to Medium View handle types & part codes + Swivel Direct Flow Part codes: UI30SD100 / UI25SD100 Swivel Base Flow Part codes: UI30SS100 / UI25SS100 Streamline Direct Flow Part codes: UI30SF100 #1000 Inserts Triple bend shank extending to a tapered tip with beveled edges. Recommendation: Moderate to heavy deposits, tenacious deposits, orthodontic cement. Usage: Triple bend shank allows increased access around line angles and interproximally. Beveled tip edges concentrate energy on corners and enhance removal of heavy calculus and stain. Supragingival use, subgingival if tissue allows. Power setting: Medium to High View handle types & part codes + Swivel Direct Flow Part codes: UI30SD1000 / UI25SD1000 Swivel Base Flow Part codes: UI30SS1000 / UI25SS1000 Streamline Direct Flow Part codes: UI30SF1000 Specialty Inserts XT Inserts Long, ultra thin shank tapers to a very thin tip. Recommendation: Light to moderate deposits, tenacious subgingival deposits. Usage: Site specific uses including narrow, deep pockets, furcations, developmental concavities and tight areas between misaligned teeth. Power setting: Low to Medium View handle types & part codes + Swivel Base Flow Part codes: UI30SSXT / UI25SSXT Streamline Direct Flow Part codes: UI30SFXT XT Triple Bend Inserts Thin triple bend shank extending to a thin beveled edge tip. 24% thinner than #1000 insert. Recommendation: Light to moderate deposits. Usage: Thin triple bend shank allows increased access around line angles and interproximally. Beveled tip concentrates energy at corners allowing for enhanced calculus and stain removal. Supra and subgingival use. Power setting: Low to Medium View handle types & part codes + Swivel Direct Flow Part codes: UI30SDXTTB Streamline Direct Flow Part codes: UI30SFXTTB Prophy Style Inserts P10 & P10P Inserts Standard diameter shank extending to a thin tapered tip. Original prophy style inserts with external water tube. Recommendation: Light to heavy deposits, orthodontic cement. Usage: Supra gingival and subgingival. Power setting: Low to High View handle types & part codes + Original Prophy Style Part codes: UI30KP10 / UI25KP10 Prophy Plus Part codes: UI30KP10P / UI25KP10P After Five Inserts After Five™ Left Insert Extended thin shank narrows to a tapered, probe sized tip. Recommendation: Light to moderate deposits. Usage: Allows improved access to posterior proximal surfaces. Can be used in furcations. Available alone or as a set with right and straight inserts. Power setting: Low to Medium View handle types & part codes + Swivel Direct Flow Part codes: UI30SDL / UI25SDL Streamline Direct Flow Part codes: UI30SFL After Five Plus Part codes: UI30KSF10L / UI25KSF10L After Five Part codes: UI30KSL10L / UI25KSL10L After Five™ Right Insert Extended thin shank narrows to a tapered, probe sized tip. Recommendation: Light to moderate deposits. Usage: Allows improved access to posterior proximal surfaces. Can be used in furcations. Available alone or as a set with left and straight inserts. Power setting: Low to Medium View handle types & part codes + Swivel Direct Flow Part codes: UI30SDR / UI25SDR Streamline Direct Flow Part codes: UI30SFR / UI25SFR After Five Plus Part codes: UI30KSF10R / UI25KSF10R After Five Part codes: UI30KSL10R / UI25KSL10R After Five™ Straight Insert Extended thin shank narrows to a tapered, probe sized tip. 40% thinner than original prophy design. Recommendation: Light to moderate deposits. Usage: Used to remove calculus from periodontal pockets with improved adaptation for deeper pockets. Available alone or as a set with left and right inserts. Power setting: Low to Medium View handle types & part codes + Swivel Direct Flow Part codes: UI30SDS / UI25SDS After Five Plus Part codes: UI30KSF10S / UI25KSF10S After Five Part codes: UI25KSL10S Only the 25 kHz code is listed in the brochure table. document.addEventListener('DOMContentLoaded', function () { const buttons = document.querySelectorAll('.magneto-filter-btn'); const cards = document.querySelectorAll('.magneto-card'); const groups = document.querySelectorAll('.magneto-group'); const resultBox = document.querySelector('.magneto-filter-result strong'); const accordions = document.querySelectorAll('.magneto-accordion'); function prettifyFilterLabel(filterValue) { const button = document.querySelector('.magneto-filter-btn[data-filter="' + filterValue + '"]'); return button ? button.textContent : 'All handle types'; } function setActiveButton(filter) { buttons.forEach(function(btn) { const isActive = btn.dataset.filter === filter; btn.classList.toggle('is-active', isActive); btn.setAttribute('aria-pressed', isActive ? 'true' : 'false'); }); } function updateVariants(card, filter) { const variants = card.querySelectorAll('.magneto-variant'); variants.forEach(function(variant) { const handle = variant.dataset.handle; const showVariant = filter === 'all' || handle === filter; variant.classList.toggle('is-hidden', !showVariant); }); } function applyFilter(filter) { const validFilter = document.querySelector('.magneto-filter-btn[data-filter="' + filter + '"]') ? filter : 'all'; cards.forEach(function(card) { const handles = card.dataset.handles ? card.dataset.handles.split(' ') : []; const showCard = validFilter === 'all' || handles.includes(validFilter); card.classList.toggle('is-hidden', !showCard); if (showCard) { updateVariants(card, validFilter); } }); groups.forEach(function(group) { const visibleCards = group.querySelectorAll('.magneto-card:not(.is-hidden)'); group.classList.toggle('is-hidden', visibleCards.length === 0); }); setActiveButton(validFilter); resultBox.textContent = prettifyFilterLabel(validFilter); } function updateUrl(filter) { const url = new URL(window.location); if (filter === 'all') { url.searchParams.delete('handle'); } else { url.searchParams.set('handle', filter); } window.history.replaceState({}, '', url); } function getFilterFromUrl() { const url = new URL(window.location); return url.searchParams.get('handle') || 'all'; } buttons.forEach(function(button) { button.addEventListener('click', function() { const filter = this.dataset.filter; applyFilter(filter); updateUrl(filter); }); }); accordions.forEach(function(acc) { const toggle = acc.querySelector('.magneto-accordion-toggle'); toggle.addEventListener('click', function() { const isOpen = acc.classList.contains('is-open'); acc.classList.toggle('is-open', !isOpen); toggle.setAttribute('aria-expanded', !isOpen ? 'true' : 'false'); }); }); applyFilter(getFilterFromUrl()); }); , Ready to Get Started? Discover how our Magneto solutions can support your clinical workflow and patient outcomes. Place an Order Request Information .ultra-support-band { background: transparent; padding: 90px 20px; } .ultra-support-band-inner { max-width: 980px; margin: 0 auto; text-align: center; } .ultra-support-band-title { margin: 0 0 18px; color: #fff; font-size: 54px; line-height: 1.02; font-weight: 900; letter-spacing: -0.8px; } .ultra-support-band-text { margin: 0 auto 34px; max-width: 860px; color: #fff; font-size: 22px; line-height: 1.5; font-weight: 500; } .ultra-support-band-buttons { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; } .ultra-support-band-button { display: inline-block; padding: 16px 28px; border: 2px solid #fff; text-decoration: none !important; text-transform: uppercase; font-weight: 800; letter-spacing: 0.4px; transition: all 0.25s ease; } /* PRIMARY = PIENO */ .ultra-support-band-button--primary { background: #fff; color: #00b3e3 !important; } /* SECONDARY = OUTLINE */ .ultra-support-band-button--secondary { background: transparent; color: #fff !important; } /* HOVER */ .ultra-support-band-button--primary:hover { background: transparent; color: #fff !important; } .ultra-support-band-button--secondary:hover { background: #fff; color: #00b3e3 !important; } /* TABLET */ @media (max-width: 1024px) { .ultra-support-band-title { font-size: 44px; } .ultra-support-band-text { font-size: 20px; } } /* MOBILE */ @media (max-width: 768px) { .ultra-support-band { padding: 70px 16px; } .ultra-support-band-title { font-size: 32px; line-height: 1.08; margin-bottom: 14px; } .ultra-support-band-text { font-size: 17px; line-height: 1.5; margin-bottom: 26px; } .ultra-support-band-buttons { flex-direction: column; align-items: center; gap: 12px; } .ultra-support-band-button { width: 100%; max-width: 340px; text-align: center; } }
Good To See You Again. Piezo Tips A broad choice of specialized instruments designed to support individualized periodontal healing. Explore Piezo Tips Explore Magneto Inserts Good To See You Again. Magneto Inserts A broad choice of specialized instruments designed to support individualized periodontal healing. Explore Piezo Tips Explore Magneto Inserts .ultra-slider { position: relative; overflow: hidden; } /* SLIDE */ .ultra-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.6s ease; background-image: var(--desktop-bg); background-size: cover; background-position: left center; min-height: 720px; } .ultra-slide.is-active { opacity: 1; position: relative; } /* DESKTOP SOFT OVERLAY ON WHOLE SLIDE */ .ultra-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient( 90deg, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.08) 35%, rgba(0,0,0,0.14) 70%, rgba(0,0,0,0.18) 100% ); z-index: 1; pointer-events: none; } /* DESKTOP */ .ultra-slide-overlay { position: relative; z-index: 2; min-height: 720px; display: flex; align-items: flex-start; justify-content: flex-end; padding-top: 110px; } .ultra-slide-content { max-width: 720px; margin-right: 100px; } /* TEXT */ .ultra-slide-eyebrow { color: #fff !important; font-size: 34px; line-height: 1.15; font-weight: 800; margin: 0 0 18px; text-shadow: 0 2px 10px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.35); } .ultra-slide-title { font-size: 72px; line-height: 0.98; font-weight: 900; margin: 0 0 22px; color: #00b3e3 !important; letter-spacing: -1.2px; text-shadow: 0 3px 14px rgba(0,0,0,0.32), 0 1px 2px rgba(0,0,0,0.22); } .ultra-slide-description { font-size: 22px; line-height: 1.45; margin: 0 0 34px; color: #fff !important; text-shadow: 0 2px 10px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.28); } /* BUTTONS */ .ultra-slide-buttons { display: flex; gap: 24px; flex-wrap: wrap; } .ultra-slide-button { padding: 16px 26px; border: 2px solid #00b3e3 !important; font-weight: 800 !important; text-transform: uppercase; text-decoration: none !important; letter-spacing: 0.4px; transition: all 0.2s ease; } .ultra-slide-button--primary { background: #00b3e3 !important; color: #fff !important; } .ultra-slide-button--secondary { background: transparent !important; color: #00b3e3 !important; } .ultra-slide-button--primary:hover, .ultra-slide-button--primary:focus { background: #fff !important; color: #00b3e3 !important; } .ultra-slide-button--secondary:hover, .ultra-slide-button--secondary:focus { background: #00b3e3 !important; color: #fff !important; } /* DOTS */ .ultra-dots { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); z-index: 3; } .ultra-dot { width: 10px; height: 10px; background: #ccc; border-radius: 50%; margin: 0 5px; border: none; padding: 0; cursor: pointer; } .ultra-dot.is-active { background: #00b3e3; } /* TABLET */ @media (max-width: 1200px) { .ultra-slide-overlay { padding-top: 95px; } .ultra-slide-content { max-width: 620px; margin-right: 50px; } .ultra-slide-eyebrow { font-size: 28px; } .ultra-slide-title { font-size: 58px; } .ultra-slide-description { font-size: 20px; } } /* MOBILE */ @media (max-width: 768px) { .ultra-slide { background: none; min-height: 100vh; position: absolute; } .ultra-slide.is-active { position: relative; } .ultra-slide::before { content: ""; position: absolute; inset: 0; background-image: var(--mobile-bg); background-size: cover; background-position: center top; z-index: 1; } .ultra-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient( to bottom, rgba(0,0,0,0) 28%, rgba(0,0,0,0.18) 48%, rgba(0,0,0,0.68) 74%, rgba(0,0,0,0.92) 100% ); z-index: 2; } .ultra-slide-overlay { position: relative; z-index: 3; display: flex; align-items: flex-end; min-height: 100vh; padding-top: 0; } .ultra-slide-content { margin: 0; padding: 24px 20px 70px; text-align: center; width: 100%; max-width: 100%; } .ultra-slide-eyebrow { color: #fff !important; font-size: 24px; line-height: 1.15; font-weight: 800; margin: -40px 0 18px; transform: translateY(-95px); } .ultra-slide-title { color: #00b3e3 !important; font-size: 40px; line-height: 1; font-weight: 900; margin: 0 0 18px; letter-spacing: -0.8px; } .ultra-slide-description { color: #fff !important; font-size: 16px; line-height: 1.5; margin: 0 0 24px; } .ultra-slide-buttons { display: flex; flex-direction: column; gap: 12px; } .ultra-slide-button { width: 100%; text-align: center; } .ultra-dots { bottom: 20px; z-index: 4; } } const slides = document.querySelectorAll('.ultra-slide'); const dots = document.querySelectorAll('.ultra-dot'); let i = 0; let interval; function showSlide(index) { slides[i].classList.remove('is-active'); dots[i].classList.remove('is-active'); i = index; slides[i].classList.add('is-active'); dots[i].classList.add('is-active'); } function nextSlide() { let next = (i + 1) % slides.length; showSlide(next); } function start() { interval = setInterval(nextSlide, 5000); } function stop() { clearInterval(interval); } dots.forEach((dot, index) => { dot.addEventListener('click', () => { showSlide(index); stop(); start(); }); }); start(); , Ultrasonic inserts* are developed to support dental professionals in the effective and tailored management of periodontal disease. Engineered for precision and versatility, these inserts help optimize scaling procedures while improving patient comfort. , EFFECTIVE SCALING PROCEDURES Hard and soft deposits removal from the tooth surface Helping the reduction of soft tissue inflammation Contributes to decreasing pocket depth /* SECTION BACKGROUND */ .ultrasonic-scaling-section { padding: 90px 20px 110px; background: radial-gradient(circle at 30% 20%, rgba(0,179,227,0.25), transparent 50%), radial-gradient(circle at 70% 40%, rgba(0,179,227,0.18), transparent 55%), linear-gradient(180deg, #eef7fb 0%, #f7fafc 45%, #ffffff 100%); } /* TITLE */ .ultrasonic-scaling-header { text-align: center; margin: 0 0 56px; } .ultrasonic-scaling-title { margin: 0; color: #000; font-size: 58px; line-height: 1.05; font-weight: 900; letter-spacing: -0.6px; text-transform: uppercase; } /* GRID */ .ultrasonic-scaling-grid { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; } /* CARD */ .ultrasonic-scaling-card { background: #f3f5f7; border-radius: 32px; overflow: hidden; display: flex; flex-direction: column; min-height: 520px; } /* TEXT */ .ultrasonic-scaling-card-text { padding: 30px 28px 14px; } .ultrasonic-scaling-card-text h4 { margin: 0; font-size: 24px; line-height: 1.3; font-weight: 800; color: #000; } /* IMAGE */ .ultrasonic-scaling-card-image { margin-top: auto; padding: 0 20px 20px; height: 320px; display: flex; align-items: flex-end; justify-content: center; } .ultrasonic-scaling-card-image img { width: 100%; height: 100%; object-fit: contain; } /* TABLET */ @media (max-width: 1024px) { .ultrasonic-scaling-title { font-size: 48px; } .ultrasonic-scaling-grid { grid-template-columns: 1fr; max-width: 760px; } } /* MOBILE */ @media (max-width: 768px) { .ultrasonic-scaling-section { padding: 60px 16px 70px; } .ultrasonic-scaling-title { font-size: 34px; } .ultrasonic-scaling-grid { display: flex; overflow-x: auto; gap: 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .ultrasonic-scaling-grid::-webkit-scrollbar { display: none; } .ultrasonic-scaling-card { flex: 0 0 86%; min-width: 86%; height: 360px; /* più corta di prima */ min-height: 360px; scroll-snap-align: start; border-radius: 24px; } .ultrasonic-scaling-card-text { padding: 22px 20px 8px; } .ultrasonic-scaling-card-text h4 { font-size: 20px; line-height: 1.25; } .ultrasonic-scaling-card-image { height: 165px; /* più bassa così la card si accorcia */ padding: 0 16px 16px; } .ultrasonic-scaling-card-image img { width: 100%; height: 100%; object-fit: contain; } } , TWO TECHNOLOGIES, ONE CLINICAL GOAL .tech-intro-section { background: #000000; padding: 140px 20px 80px; /* 👈 più aria sopra e sotto */ text-align: center; display: flex; align-items: center; justify-content: center; } .tech-intro-inner { max-width: 1200px; margin: 0 auto; width: 100%; } .tech-intro-title { margin: 0 !important; font-size: 56px !important; line-height: 1.06 !important; font-weight: 900 !important; color: #ffffff !important; letter-spacing: -1px !important; text-transform: uppercase !important; } /* desktop = una riga */ .tech-line-1, .tech-line-2 { display: inline; } /* tablet */ @media (max-width: 1024px) { .tech-intro-title { font-size: 44px !important; } } /* mobile */ @media (max-width: 768px) { .tech-intro-section { padding: 90px 16px 60px; } .tech-intro-title { font-size: 30px !important; line-height: 1.1 !important; } .tech-line-1, .tech-line-2 { display: block; } } , PIEZO TIPS An extension of your hand Smooth Linear Motion Delivers a gentle, precise stroke that mimics the feel of hand instrumentation. Optimal Tip Adaptation The piezo tips adapt perfectly to tooth surfaces for maximum contact and effectiveness. Enhanced Clinical Efficiency Supports more effective scaling procedures while improving control and workflow. Explore Piezo Tips Download the brochure /* BASE */ .piezo-hero-section { background: #f5f5f7; padding: 100px 20px 90px; overflow: hidden; } .piezo-hero-inner { max-width: 1320px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; } /* TEXT */ .piezo-hero-text { order: 1; max-width: 1100px; margin: 0 auto 28px; } .piezo-hero-title { margin: 0 0 10px !important; color: #00b3e3 !important; font-size: 60px !important; line-height: 1.04 !important; font-weight: 900 !important; text-transform: uppercase !important; letter-spacing: -0.8px !important; } .piezo-hero-subtitle { margin: 0; color: #000; font-size: 30px; line-height: 1.2; font-weight: 500; letter-spacing: -0.3px; } /* IMAGE */ .piezo-hero-image { order: 2; max-width: 900px; margin: 0 auto 30px; } .piezo-hero-image img { display: block; width: 100%; height: auto; } .piezo-hero-image-mobile { display: none !important; } .piezo-hero-image-desktop { display: block !important; } /* BENEFITS */ .piezo-benefit-cards { order: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1280px; margin: 0 auto 34px; } .piezo-benefit-box { background: #fff; padding: 34px 28px; border-radius: 24px; text-align: left; } .piezo-benefit-box h4 { margin: 0 0 12px; font-size: 24px; font-weight: 800; color: #000; line-height: 1.2; letter-spacing: -0.3px; } .piezo-benefit-box p { margin: 0; font-size: 17px; line-height: 1.6; color: #000; } /* CTA */ .piezo-hero-cta { order: 4; display: flex; justify-content: center; gap: 18px; margin-top: 4px; } .piezo-hero-button { display: inline-block; padding: 16px 30px; background: #00b3e3; color: #fff !important; text-decoration: none; font-weight: 800; border: 2px solid #00b3e3; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.2s ease; text-align: center; } .piezo-hero-button:hover, .piezo-hero-button:focus { background: #000; border-color: #000; color: #fff !important; text-decoration: none; } .piezo-hero-button--secondary { background: transparent; color: #00b3e3 !important; border: 2px solid #00b3e3; } .piezo-hero-button--secondary:hover, .piezo-hero-button--secondary:focus { background: #00b3e3; border-color: #00b3e3; color: #fff !important; } /* TABLET */ @media (max-width: 1024px) { .piezo-hero-title { font-size: 50px !important; } .piezo-benefit-cards { grid-template-columns: 1fr; max-width: 760px; gap: 18px; } } /* MOBILE */ @media (max-width: 768px) { .piezo-hero-section { padding: 56px 16px 60px; } .piezo-hero-text { order: 1; max-width: 100%; margin: 0 auto 18px; } .piezo-hero-title { font-size: 34px !important; margin: 0 0 8px !important; letter-spacing: -0.6px !important; } .piezo-hero-subtitle { font-size: 22px; margin: 0 0 18px; } /* STESSA IMMAGINE DEL DESKTOP, CROPPATA AL CENTRO */ .piezo-hero-image { order: 2; width: 100vw; height: 260px; overflow: hidden; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-bottom: 20px; } .piezo-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .piezo-hero-image-desktop { display: none !important; } .piezo-hero-image-mobile { display: block !important; } /* IDENTICO A MAGNETO */ .piezo-benefit-cards { order: 3; grid-template-columns: 1fr; gap: 12px; max-width: 100%; margin: 0 auto 22px; } .piezo-benefit-box { padding: 22px 20px; border-radius: 18px; } .piezo-benefit-box h4 { font-size: 20px; margin-bottom: 10px; } .piezo-benefit-box p { font-size: 16px; line-height: 1.55; } /* CTA IDENTICA A MAGNETO */ .piezo-hero-cta { order: 4; flex-direction: column; align-items: center; gap: 12px; margin-top: 0; margin-bottom: 0; } .piezo-hero-button { width: 100%; max-width: 340px; text-align: center; } } , WIDE VARIETY OF TIPS DESIGNED TO SUPPORT ALL YOUR CLINICAL TASKS An extensive selection of Piezoelectric Tips ensures the right choice for each working area and type of deposit. Light to moderate supragingival deposits + Heavy supragingival deposits + Light to moderate deposits in shallow pockets + Light to moderate deposits in deep periodontal pockets + Moderate to heavy deposits in deep periodontal pockets + Furcation Areas + .piezo-needs-section { background: #ffffff; padding: 72px 20px 80px; } .piezo-needs-header { max-width: 1040px; margin: 0 auto 40px; text-align: center; } .piezo-needs-header h2 { margin: 0 0 14px; color: #000; font-size: 34px; line-height: 1.08; font-weight: 900; text-transform: uppercase; letter-spacing: -0.6px; } .piezo-needs-header p { margin: 0; color: #000; font-size: 22px; line-height: 1.55; letter-spacing: -0.2px; } .piezo-needs-carousel { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; } .piezo-needs-card { position: relative; min-height: 190px; padding: 26px 24px 58px; background: #111; border-radius: 24px; text-decoration: none; transition: all 0.25s ease; display: flex; align-items: flex-start; } .piezo-needs-card:hover, .piezo-needs-card:focus { background: #1a1a1a; transform: translateY(-4px); text-decoration: none; } .piezo-needs-card__text { color: #fff; font-size: 24px; line-height: 1.28; font-weight: 700; display: block; letter-spacing: -0.3px; } .piezo-needs-card__plus { position: absolute; right: 18px; bottom: 18px; width: 42px; height: 42px; border-radius: 999px; border: 2px solid #fff; background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; line-height: 1; font-weight: 700; transition: all 0.25s ease; } .piezo-needs-card:hover .piezo-needs-card__plus, .piezo-needs-card:focus .piezo-needs-card__plus { border-color: #00b3e3; color: #00b3e3; } @media (max-width: 1200px) { .piezo-needs-carousel { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 768px) { .piezo-needs-section { padding: 48px 16px 56px; } .piezo-needs-header { margin-bottom: 28px; } .piezo-needs-header h2 { font-size: 26px; margin-bottom: 10px; letter-spacing: -0.4px; } .piezo-needs-header p { font-size: 17px; line-height: 1.5; } .piezo-needs-carousel { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 10px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } .piezo-needs-carousel::-webkit-scrollbar { display: none; } .piezo-needs-card { flex: 0 0 78%; min-width: 78%; min-height: 160px; scroll-snap-align: start; border-radius: 20px; padding: 22px 18px 52px; } .piezo-needs-card__text { font-size: 21px; line-height: 1.3; } .piezo-needs-card__plus { width: 38px; height: 38px; font-size: 24px; right: 16px; bottom: 16px; } } , MAGNETO INSERTS Allow you to perform at your best Powerful Performance Provides the strength dental professionals need to treat a wide range of patients. Enhanced Comfort Magneto inserts are designed to make procedures more comfortable. Versatile Options Multiple insert designs for every clinical preference. Explore Magneto Inserts Download the brochure /* BASE */ .magneto-hero-section { background: #f5f5f7; padding: 100px 20px 90px; overflow: hidden; } .magneto-hero-inner { max-width: 1320px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; } /* TEXT */ .magneto-hero-text { order: 1; max-width: 1100px; margin: 0 auto 24px; } .magneto-hero-title { margin: 0 0 10px !important; color: #00b3e3 !important; font-size: 60px !important; line-height: 1.04 !important; font-weight: 900 !important; text-transform: uppercase !important; letter-spacing: -0.8px !important; } .magneto-hero-subtitle { margin: 0; color: #000; font-size: 30px; line-height: 1.2; font-weight: 500; } /* IMAGE */ .magneto-hero-image { order: 2; max-width: 760px; margin: 0 auto 30px; } .magneto-hero-image img { display: block; width: 100%; height: auto; } .magneto-hero-image-mobile { display: none !important; } .magneto-hero-image-desktop { display: block !important; } /* BENEFITS */ .magneto-benefit-cards { order: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1280px; margin: 0 auto 34px; } .magneto-benefit-box { background: #fff; padding: 34px 28px; border-radius: 24px; text-align: left; } .magneto-benefit-box h4 { margin: 0 0 12px; font-size: 24px; font-weight: 800; } .magneto-benefit-box p { margin: 0; font-size: 17px; line-height: 1.6; } /* CTA */ .magneto-hero-cta { order: 4; display: flex; justify-content: center; gap: 18px; margin-top: 4px; } .magneto-hero-button { padding: 16px 30px; background: #00b3e3; color: #fff !important; font-weight: 800; border: 2px solid #00b3e3; text-transform: uppercase; } .magneto-hero-button--secondary { background: transparent; color: #00b3e3 !important; } /* TABLET */ @media (max-width: 1024px) { .magneto-benefit-cards { grid-template-columns: 1fr; max-width: 760px; } } /* MOBILE */ @media (max-width: 768px) { .magneto-hero-section { padding: 56px 16px 60px; } .magneto-hero-title { font-size: 34px !important; } .magneto-hero-subtitle { font-size: 22px; margin-bottom: 18px; } /* 🔥 IMMAGINE */ .magneto-hero-image { order: 2; width: 100vw; height: 260px; overflow: hidden; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); margin-bottom: 20px; } .magneto-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .magneto-hero-image-desktop { display: none !important; } .magneto-hero-image-mobile { display: block !important; } /* 🔥 FIX GAP TRA BOX */ .magneto-benefit-cards { gap: 12px; } /* BOX */ .magneto-benefit-box { padding: 22px 20px; border-radius: 18px; } .magneto-benefit-box h4 { font-size: 20px; margin-bottom: 10px; } .magneto-benefit-box p { font-size: 16px; line-height: 1.55; } /* CTA */ .magneto-hero-cta { flex-direction: column; align-items: center; gap: 12px; } .magneto-hero-button { width: 100%; max-width: 340px; } } , FIVE HANDLE TYPES DESIGNED TO SUPPORT YOUR CLINICAL PREFERENCE A versatile range of Magnetostrictive Inserts and handle options helps clinicians choose the right combination for comfort, performance and water delivery preference. Swivel Direct Flow + Swivel Base Flow + Streamline Direct Flow + Original Handle + Prophy Style + .magneto-needs-section { background: #ffffff; padding: 72px 20px 80px; } .magneto-needs-header { max-width: 1040px; margin: 0 auto 40px; text-align: center; } .magneto-needs-header h2 { margin: 0 0 14px; color: #000; font-size: 34px; line-height: 1.08; font-weight: 900; text-transform: uppercase; letter-spacing: -0.6px; } .magneto-needs-header p { margin: 0; color: #000; font-size: 22px; line-height: 1.55; letter-spacing: -0.2px; } .magneto-needs-carousel { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; } .magneto-needs-card { position: relative; min-height: 180px; padding: 26px 24px 58px; background: #111; border-radius: 24px; text-decoration: none; display: flex; align-items: flex-start; transition: all 0.25s ease; } .magneto-needs-card:hover { background: #1a1a1a; transform: translateY(-4px); } .magneto-needs-card__text { color: #fff; font-size: 22px; font-weight: 700; line-height: 1.3; letter-spacing: -0.3px; } .magneto-needs-card__plus { position: absolute; right: 18px; bottom: 18px; width: 42px; height: 42px; border-radius: 999px; border: 2px solid #fff; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 700; transition: all 0.25s ease; } .magneto-needs-card:hover .magneto-needs-card__plus { border-color: #00b3e3; color: #00b3e3; } /* TABLET */ @media (max-width: 1024px) { .magneto-needs-carousel { grid-template-columns: repeat(2, 1fr); } } /* MOBILE */ @media (max-width: 768px) { .magneto-needs-section { padding: 48px 16px 56px; } .magneto-needs-header { margin-bottom: 28px; } .magneto-needs-header h2 { font-size: 26px; } .magneto-needs-header p { font-size: 17px; } .magneto-needs-carousel { display: flex; overflow-x: auto; gap: 14px; scroll-snap-type: x mandatory; padding-bottom: 10px; } .magneto-needs-carousel::-webkit-scrollbar { display: none; } .magneto-needs-card { flex: 0 0 78%; min-width: 78%; scroll-snap-align: start; min-height: 150px; border-radius: 20px; padding: 22px 18px 52px; } .magneto-needs-card__text { font-size: 20px; } .magneto-needs-card__plus { width: 38px; height: 38px; font-size: 22px; } } , Get Expert Support Contact us to explore the ultrasonic solution that best fits your clinical approach and patient needs. Get the insights you need to support confident clinical decisions. Request Info on Piezo Request Info on Magneto .ultra-support-band { background: transparent; padding: 90px 20px; } .ultra-support-band-inner { max-width: 980px; margin: 0 auto; text-align: center; } .ultra-support-band-title { margin: 0 0 18px; color: #fff; font-size: 54px; line-height: 1.02; font-weight: 900; letter-spacing: -0.8px; } .ultra-support-band-text { margin: 0 auto 34px; max-width: 860px; color: #fff; font-size: 22px; line-height: 1.5; font-weight: 500; } .ultra-support-band-buttons { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; } .ultra-support-band-button { display: inline-block; padding: 16px 28px; border: 2px solid #fff; color: #fff !important; text-decoration: none !important; text-transform: uppercase; font-weight: 800; letter-spacing: 0.4px; transition: all 0.25s ease; } /* HOVER PREMIUM */ .ultra-support-band-button:hover, .ultra-support-band-button:focus { background: #fff; color: #00b3e3 !important; } /* TABLET */ @media (max-width: 1024px) { .ultra-support-band-title { font-size: 44px; } .ultra-support-band-text { font-size: 20px; } } /* MOBILE */ @media (max-width: 768px) { .ultra-support-band { padding: 70px 16px; } .ultra-support-band-title { font-size: 32px; line-height: 1.08; margin-bottom: 14px; } .ultra-support-band-text { font-size: 17px; line-height: 1.5; margin-bottom: 26px; } .ultra-support-band-buttons { flex-direction: column; align-items: center; gap: 12px; } .ultra-support-band-button { width: 100%; max-width: 340px; text-align: center; } } , The Evolution of Individualized Periodontal Care Ultrasonic Inserts are part of a comprehensive approach that enhances periodontal outcomes by combining diagnostic precision, evidence-based therapy, and optimized healing support. DISCOVER MORE .tha-banner { display: flex; flex-direction: row !important; /* forza due colonne */ align-items: center; justify-content: space-between; gap: 60px; max-width: 1200px; margin: 60px auto; padding: 40px 20px; text-align: left; } /* Colonna sinistra */ .tha-logo { flex: 1 1 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; } .tha-logo img { width: 100% !important; max-width: 650px !important; /* 🔹 aumenta qui per far crescere ancora il logo */ height: auto !important; } /* Colonna destra */ .tha-content { flex: 1 1 50% !important; max-width: 650px !important; } .tha-subtitle { font-size: 36px !important; font-weight: 700 !important; color: #fff !important; margin: 0 0 20px !important; } .tha-content p { font-size: 20px !important; line-height: 1.6 !important; color: #f2f2f2 !important; margin-bottom: 30px !important; } /* Bottone */ .tha-button { display: inline-block !important; border: 2px solid #fff !important; color: #fff !important; background: transparent !important; text-decoration: none !important; padding: 14px 32px !important; border-radius: 4px !important; font-weight: bold !important; text-transform: uppercase !important; transition: all 0.3s ease !important; } .tha-button:hover { background: #fff !important; color: #000 !important; } /* 🔹 Mobile */ @media (max-width: 768px) { .tha-banner { flex-direction: column !important; text-align: center !important; gap: 30px !important; } .tha-logo img { max-width: 280px !important; margin-bottom: 10px !important; } .tha-subtitle { font-size: 26px !important; } .tha-content p { font-size: 18px !important; } } , *Handpiece and equipment not included .product-disclaimer { margin-top: 24px; font-size: 14px; line-height: 1.4; color: #666; }
Bedankt! Geweldig dat je SterifyGel in je praktijk hebt geprobeerd. We waarderen je feedback. window.dataLayer = window.dataLayer || []; dataLayer.push({ event: 'sterifygel_ja_click' });