Podobné produkty (15)
MOP Picobello S Micro duo Leifheit - Upratovanie
PODLAHOVÝ MOP Classic XL Leifheit - Upratovanie
Parametre a popis
| Hmotnosť [kg] | 2,076 |
|---|---|
| Hmotnosť balenia [kg] | 3,16 |
| Rozmery (dxšxv) [cm] | 31,4x14,7x119,7 |
| Dĺžka káblu [m] | 5 |
| Rozmer balenia [cm] | 39,7x12,1x35,9 |
| Prevádzková doba na jednu nádrž [min] | 6,5 |
| Vykurovací výkon [W] | 1300 |
| Doba zahrievania | 30 sekúnd |
| Objem kotla/nádrže | 200 mil |
Kärcher parný mop SC 1 Upright
Vyrovnajte sa s nečistotami pomocou hygienickej pary, Kärcher SC 1 Upright čistí utesnené tvrdé podlahy bez námahy a bez starostí. Dôkladné čistenie parným čističom Kärcher odstráni z tvrdých povrchov 99,999 % všetkých vírusov a 99,99 % všetkých bežných domácich baktérií. Zapnite a začnite: parný čistič je zahriaty a pripravený na použitie iba za 30 sekúnd. Nádržku na čerstvú vodu je možné ľahko vybrať a naplniť.Funkcia automatického odstraňovania vodného kameňa s odvápňovacou kazetou v prístroji zaisťuje dlhú životnosť.
Výmena handričky na podlahovej hubici bez kontaktu so špinou je pohodlná vďaka upevneniu na suchý zips. Stačí jednoducho našliapnuť na veľký výstupok na podlahovej hubici a vytiahnuť prístroj nahor. Parkovanie a odkladanie parného čističa je taktiež veľmi pohodlné: štíhly a ľahký prístroj zostáva sám stáť vo vzpriamenej polohe.
HlavnÉ vlastnosti
Flexibilný kĺb a široký pracovný rozsah uľahčujú čistenie okrajov a pod nábytkom
Kompaktná a ľahká konštrukcia uľahčuje prenášanie aj skladovanie
Dva oddelené nádrže poskytujú čistú vodu pre mop a zber špinavej vody
Dlhá výdrž batérie umožňuje upratovanie až 70m² na jedno nabitie
Rýchle a šetrné čistenie parou bez chemikálií
Jednoduché ovládanie, stačí zatiahnuť za rukoväť a čistič sa spustí
Bezpečnostný ventil a kontrolná dióda zaisťujú bezpečnú prevádzku
Nízka hlučnosť nevyrušuje pri každodennom používaní
PREDSTAVENIE PARNÉHO MOPU Kärcher SC 1 Upright:
/* ---- minimal reset ---- */
.kdc *, .kdc *::before, .kdc *::after { box-sizing: border-box; }
/* logo above the whole container (centered, on the page background) */
.kdc-top-logo {
box-sizing: border-box;
text-align: center;
padding: 30px 20px;
}
.kdc-top-logo svg {
display: inline-block;
width: 190px;
max-width: 60%;
height: auto;
}
.kdc {
font-family: „Helvetica Neue“, Arial, „Segoe UI“, system-ui,
sans-serif;
line-height: 1.6;
color: #cfcfcf;
background: #feed01;
overflow-x: hidden;
}
.kdc p { margin: 0; }
/* ---- sections ---- */
.kdc__top {
background-color: #0a0a0a;
background-image:
url(‚https://cdn.mountfield.cz/content/wysiwyg/karcher-desc/bg-noise.jpg‘);
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
.kdc__bottom {
background-color: #feed01;
}
.kdc__inner {
max-width: 1200px;
margin: auto;
padding: 30px 80px;
}
/* keep the black content tight against the tear so it can overlap it */
.kdc__top .kdc__inner { padding-bottom: 12px !important; }
.kdc__bottom .kdc__inner {
padding-top: 10px;
padding-bottom: 40px;
}
/* ---- torn divider ---- /
.kdc__tear {
display: block;
width: 100%;
/ pull the strip up so the black content block overlaps the tear a little
*/
margin-top: –1.5vw;
margin-bottom: –1px;
position: relative;
z-index: 1;
}
/* ---- text on the black section ---- */
.kdc__top p { color: #ffffff !important; }
.kdc__heading {
font-size: 24px !important;
font-weight: 700;
color: #ffffff !important;
}
.kdc__heading-800 {
font-size: 22px !important;
font-weight: 800;
color: #ffffff !important;
margin-bottom: 1rem;
}
/* scoped under .kdc__top so it beats „.kdc__top p“ for colour */
.kdc__top .kdc__feat-title {
font-size: 24px !important;
font-weight: 700;
letter-spacing: 3px !important;
color: #FFED00 !important;
}
/* ---- rows ---- */
.kdc__row {
display: flex;
align-items: stretch;
margin-bottom: 0 !important;
}
/* Product images are real so editors can click & replace them in the
WYSIWYG. The column stretches to the block height and the image covers it.
We override the project's global „img { height:auto !important }“ with a
more specific rule (0,2,1 beats 0,1,1) so the image can fill its box. */
.kdc__img {
min-width: 0;
min-height: 340px;
position: relative;
overflow: hidden;
}
.kdc__img–50 { flex: 1 1 45%; }
.kdc .kdc__img img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
max-width: none !important;
object-fit: cover !important;
display: block;
}
.kdc__text {
flex: 1 1 55%;
min-width: 0;
padding: 24px;
display: flex;
flex-direction: column;
justify-content: center;
}
.kdc__text p { padding: 5px 20px; }
.kdc__text–right { text-align: right; }
.kdc__text–gradient-right {
background: linear-gradient(270deg, rgba(10,10,10,0.6), rgba(10,10,10,0.72),
rgba(10,10,10,0));
}
/* ---- olive box on the yellow section (dark overlay over yellow) ----
/
/ kept dark enough across the whole box so white text stays readable */
.kdc__box {
background: linear-gradient(135deg, rgba(10,10,5,0.94) 0%, rgba(18,18,9,0.88)
55%, rgba(30,30,12,0.66) 100%);
}
.kdc__box .kdc__heading-800 { color: #ffffff !important; }
/* ---- feature list (plain bullet list) ---- /
.kdc__bottom .kdc__box-title {
color: #FFED00 !important;
font-size: 22px !important;
font-weight: 800;
letter-spacing: 2px !important;
}
/ lists (both blocks) use like the X5 reference; the bullet comes
from the project's own „li::after“ square. Keep the text white and
recolour
the bullet white so it reads on the dark backgrounds (project default red).
*/
.kdc .kdc__text li { color: #ffffff !important; }
.kdc .kdc__text li p { color: #ffffff !important; padding: 5px 0 !important;
}
.kdc .kdc__text ul li::after { background: #ffffff !important; }
/* ---- logo ---- */
.kdc__logo {
text-align: center;
padding: 70px 0 10px !important;
}
.kdc__logo svg {
display: inline-block;
width: 190px;
max-width: 60%;
height: auto;
}
/* ---- youtube video embed (responsive 16:9, like the X7 reference) ----
/
.kdc__video-title {
font-weight: 700;
font-size: 20px;
color: #0a0a0a !important;
}
.kdc__video-embed {
position: relative;
width: 100%;
padding-top: 56.25%; / 16:9 */
overflow: hidden;
}
.kdc .kdc__video-embed iframe {
position: absolute;
inset: 0;
width: 100% !important;
height: 100% !important;
border: 0;
}
/* ---- helpers ---- */
.kdc-yellow { color: #feed01 !important; }
.text-center { text-align: center; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-3 { margin-top: 3rem !important; }
/* ---- responsive ---- */
@media screen and (max-width: 1221px) {
.kdc__inner { padding: 30px 40px; }
}
@media screen and (max-width: 992px) {
.kdc__row { flex-direction: column; }
.kdc__row–reverse { flex-direction: column-reverse; }
.kdc__text–right { text-align: left; }
.kdc__img { min-height: 300px; }
.kdc__img–band { height: 300px; }
}
@media screen and (max-width: 500px) {
.kdc__inner { padding: 30px 20px; }
.kdc__text { padding: 20px 6px; }
.kdc__text p { padding: 5px 14px; }
.kdc__text–gradient-right,
.kdc__box {
background: linear-gradient(90deg, rgba(15,15,8,0.85), rgba(20,20,10,0.75),
rgba(30,30,12,0.05));
}
}