Siger
Afișez toate cele 10 rezultate
-
Unituri dentare
SIGER – Pachet complet echipare cabinet
Accesibil si functional, pachetul complet pentru echiparea cabinetului stomatologic este ideal pentru clinicile aflate la inceput de drum, fiind alcatuit din: unit dentar, piese de mana, compresor, autoclav, sigilator, distilator.
SKU: Pachet-SIGER-U100 -
Unituri dentare
Unit dentar SIGER V6000, furtune jos
Accesibil si functional. Configurabil cu 6 posturi, SIGER V6000 ofera medicilor stomatologi posibilitatea de a experimenta functii avansate cu o investitie accesibila.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 17px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 82%; --price-left-right: 66%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 15px; --price-top-left: 75%; --price-left-left: 17%; --price-top-right: 82%; --price-left-right: 66%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€873
SKU: SIGER-V6000-FJ-2 -
Unituri dentare
Unit dentar SIGER V1000, furtune jos
Accesibil si functional. Configurabil cu 5 posturi, SIGER V1000 ofera medicilor stomatologi posibilitatea de a experimenta functii avansate cu o investitie accesibila.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 17px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 82%; --price-left-right: 66%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 15px; --price-top-left: 75%; --price-left-left: 17%; --price-top-right: 82%; --price-left-right: 66%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€873
SKU: SIGER-V1000-FJ -
Unituri dentare
Unit dentar SIGER V1000, furtune jos si masa medicala extinsa
Accesibil si functional, unitul SIGER V1000 este configurabil cu 5 posturi. Cu masa medicala mare si insertie de silicon, permite amplasarea instrumentarului, oferind acces facil medicului stomatolog pe intreaga durata a tratamentului.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 17px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 82%; --price-left-right: 66%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 15px; --price-top-left: 75%; --price-left-left: 17%; --price-top-right: 82%; --price-left-right: 66%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€873
SKU: SIGER-V1000-FJ-1 -
Unituri dentare
Unit dentar SIGER V1000, furtune sus
Accesibil si functional. Configurabil cu 5 posturi, SIGER V1000 ofera medicilor stomatologi posibilitatea de a experimenta functii avansate cu o investitie accesibila.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 17px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 82%; --price-left-right: 66%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 15px; --price-top-left: 75%; --price-left-left: 17%; --price-top-right: 82%; --price-left-right: 66%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€873
SKU: SIGER-V1000-FS -
Unituri dentare
Unit dentar SIGER U100, furtune jos
Accesibil si functional. Configurabil cu 5 posturi, SIGER U100 ofera medicilor stomatologi posibilitatea de a experimenta functii avansate cu o investitie accesibila.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 17px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 82%; --price-left-right: 66%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 15px; --price-top-left: 75%; --price-left-left: 17%; --price-top-right: 82%; --price-left-right: 66%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€873
SKU: SIGER-U100-FJ-1 -
Unituri dentare
Unit dentar SIGER U100, furtune sus
Accesibil si functional. Configurabil cu 5 posturi, SIGER U100 ofera medicilor stomatologi posibilitatea de a experimenta functii avansate cu o investitie accesibila.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 17px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 82%; --price-left-right: 66%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 15px; --price-top-left: 75%; --price-left-left: 17%; --price-top-right: 82%; --price-left-right: 66%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€873
SKU: SIGER-U100-FJ-1-1 -
Unituri dentare
Unit dentar SIGER S30, furtune jos
Sigur si inteligent. Conceput ca sistem stationar, unitul dentar SIGER S30, cu panou de comanda Touch Screen, este configurabil cu 5 posturi si implementeaza tehnologia micromotoarelor electrice de la Bien Air.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 14px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 75%; --price-left-right: 71%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 12px; --price-top-left: 75%; --price-left-left: 19%; --price-top-right: 75%; --price-left-right: 70%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€1,575 €2,303
SKU: SIGER-S30-FJ-touch-screen -
Unituri dentare
Unit dentar SIGER S30, furtune sus
Sigur si inteligent. Conceput ca sistem stationar, unitul dentar SIGER S30, cu panou de comanda Touch Screen, este configurabil cu 5 posturi si implementeaza tehnologia micromotoarelor electrice de la Bien Air.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 14px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 75%; --price-left-right: 71%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 12px; --price-top-left: 75%; --price-left-left: 19%; --price-top-right: 75%; --price-left-right: 70%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€1,575 €2,303
SKU: SIGER-S30-FS-touch-screen -
Unituri dentare
Unit dentar SIGER S60, cu cart mobil
Sigur si inteligent. Conceput ca sistem stationar, unitul dentar SIGER S60 este configurabil cu 5 posturi si implementeaza tehnologia micromotoarelor electrice de la Bien Air.
/* ====== Stiluri existene pentru acordeon ====== */ .vc_tta-panel-heading { background-color: #2655A1; transition: background-color 0.3s ease; padding: 10px 15px !important; border-radius: 50px; position: relative; z-index: 10; height: auto !important; line-height: 1.4 !important; cursor: pointer; display: flex; align-items: center; } .vc_tta-panel-title { margin-left: -10px; } .vc_tta-panel-heading:hover { background-color: #000 !important; } .vc_tta-panel-body { position: relative; top: -20px; margin-top: -15px; padding-top: 60px; background-color: #f9f9f9; border-radius: 0; z-index: 1; display: none; padding: 60px 10px 10px 10px; } /* ====== Imagine + 2 price overlays ====== */ .image-with-price { position: relative; display: inline-block; /* variabile globale */ --price-color: #dbdbdb; /* DESKTOP (default) */ --price-size: 14px; --price-top-left: 75%; --price-left-left: 20%; --price-top-right: 75%; --price-left-right: 71%; } /* MOBILE overrides */ @media (max-width: 768px) { .image-with-price { --price-size: 12px; --price-top-left: 75%; --price-left-left: 19%; --price-top-right: 75%; --price-left-right: 70%; } } .image-with-price .price-tag { position: absolute; font-size: var(--price-size); font-weight: 800; color: var(--price-color); text-decoration: line-through; /* strikethrough global */ line-height: 1; z-index: 2; text-shadow: 0 1px 2px rgba(0,0,0,0.45); user-select: none; pointer-events: none; } /* Poziții distincte */ .image-with-price .price-left { top: var(--price-top-left); left: var(--price-left-left); } .image-with-price .price-right { top: var(--price-top-right); left: var(--price-left-right); } .image-with-price img { display: block; max-width: 100%; height: auto; }document.addEventListener("DOMContentLoaded", function() { var toggles = document.querySelectorAll('.vc_tta-panel-heading'); toggles.forEach(function(toggle) { toggle.addEventListener('click', function(e) { e.preventDefault(); var panel = this.closest('.vc_tta-panel'); var content = panel.querySelector('.vc_tta-panel-body'); var icon = this.querySelector('.vc_tta-controls-icon'); var open = content.style.display === "block"; content.style.display = open ? "none" : "block"; if (icon) { icon.classList.toggle('fa-chevron-up', !open); icon.classList.toggle('fa-chevron-down', open); } }); }); // Deschide automat după 2s setTimeout(function() { var panel = document.querySelector('#accordion-2 .vc_tta-panel-body'); var icon = document.querySelector('#accordion-2 .vc_tta-controls-icon'); if (panel && panel.style.display !== "block") { panel.style.display = "block"; if (icon) { icon.classList.remove('fa-chevron-down'); icon.classList.add('fa-chevron-up'); } } }, 2000); });€1,575 €2,303
SKU: n/a








Kit iOptima cu MX2 Bien Air - resigilat
Accesorii departator DP1779/3
Departator universal de lucrari protetice DP1781
Micromotor electric Chirana CH 660
Piesa dreapta SternWeber 1:1 Goldspeed EVO D1-L
Spray curatare Bien Air SPRAYNET pentru piese de mana
Lampa UVC antibacteriana 36W, dezinfectare aer, cu telecomanda
Lampa UVC antibacteriana 72W, iradiere indirecta, telecomanda, suport mobil
Pensa dentara pentru hartie de articulatii DR1780
Cleste extractie pentru copii DK905
Corp mobil Green Friday Rossicaws, culoare gri
Elevatoare DL1410 - Winter cu varf curbat la stanga
Elevatoare DL133 - Flohr 3 mm
Set 10 varfuri gutaperca FI-E E25G-NR DTE
Cleste extractie varf striat, premolari si radacini DG40/31
Fuloare din compozit titan DT15
SIGER - Pachet complet echipare cabinet

