Shark Steampickup 3-In-1 Buharlı Sert Zemin Temizleyici
Su ile Saf Temizlik
Kendi kendini temizleyebilen ve kimyasal gerektirmeyen sert zemin temizlik sistemi.
.foodi-power-1 {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 40px 20px;
background-color: #fff;
}
.foodi-power-1 .container {
display: flex;
flex-direction: column;
gap: 32px;
}
.foodi-power-1 .content {
text-align: center;
}
.foodi-power-1 h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 10px; /* Başlıklar ve metinler arasındaki mesafe */
color: #000;
line-height: 150%;
}
.foodi-power-1 p {
font-size: 16px;
font-weight: 400;
line-height: 150%; /* Satır yüksekliği 150% */
max-width: 800px;
margin: 0 auto;
}
.foodi-power-1 .image-container {
width: 100%;
}
.foodi-power-1 img {
width: 100%;
height: auto;
border-radius: 8px;
display: block;
}
/* Responsive Styles */
@media (max-width: 767px) {
.foodi-power-1 {
padding: 24px 16px;
}
.foodi-power-1 h2 {
font-size: 18px;
margin-bottom: 10px; /* Başlıklar ve metinler arasındaki mesafe */
}
.foodi-power-1 p {
font-size: 16px;
margin-bottom: 10px; /* Metinler arasındaki mesafe */
}
.foodi-power-1 .container {
gap: 32px; /* Görseller ve başlıklar arasındaki mesafe */
}
}
Tüm Kirleri Toplar
Nozülün içinde bulunan hızlı boşaltma tepsisi, ince tozdan yemek kırıntılarına ve sıvı döküntülere kadar her şeyi yakalar.
.foodi-power-1 {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 40px 20px;
background-color: #fff;
}
.foodi-power-1 .container {
display: flex;
flex-direction: column;
gap: 32px;
}
.foodi-power-1 .content {
text-align: center;
}
.foodi-power-1 h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 0px;
color: #000;
line-height: 150%;
}
.foodi-power-1 p {
font-size: 16px;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
}
.foodi-power-1 .image-container {
width: 100%;
}
.foodi-power-1 img {
width: 100%;
height: auto;
border-radius: 8px;
display: block;
}
/* Responsive Styles */
@media (max-width: 767px) {
.foodi-power-1 {
padding: 24px 16px;
}
.foodi-power-1 h2 {
font-size: 18px;
margin-bottom: 20px;
}
.foodi-power-1 p {
font-size: 16px;
}
.foodi-power-1 .container {
gap: 24px;
}
}
Buhar Gücüyle Kalıntıları Toplayın
Temizlik yaparken kalıntıları toplar ve zaman kazandırır. Artık zemini süpürmeden sadece silerek temizlik yapabilirsiniz.
.foodi-power-1 {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 40px 20px;
background-color: #fff;
}
.foodi-power-1 .container {
display: flex;
flex-direction: column;
gap: 32px;
}
.foodi-power-1 .content {
text-align: center;
}
.foodi-power-1 h2 {
font-size: 18px;
font-weight: 600;
margin-bottom: 0;
color: #000;
line-height: 150%;
}
.foodi-power-1 p {
font-size: 16px;
line-height: 1.6;
max-width: 800px;
margin: 10px auto 0;
}
.foodi-power-1 .image-container {
width: 100%;
}
.foodi-power-1 img {
width: 100%;
height: auto;
border-radius: 8px;
display: block;
}
/* Responsive Styles */
@media (max-width: 767px) {
.foodi-power-1 {
padding: 24px 16px;
}
.foodi-power-1 h2 {
font-size: 18px;
}
.foodi-power-1 p {
font-size: 16px;
}
.foodi-power-1 .container {
gap: 24px;
}
}
HP300
.hp300-7 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: calc(100% – 40px);
padding-top: 20px;
padding-bottom: 20px;
max-width: 1440px;
margin: 0 auto; /* Centering the section */
}
.hp300-7 .full-width-image {
width: 100%;
height: auto;
}
/* Media query for devices with a maximum width of 768px */
@media (max-width: 768px) {
.hp300-7 .mobile-image {
display: block; /* Show only the mobile image */
}
.hp300-7 .desktop-image {
display: none; /* Hide the desktop image */
}
}
/* Media query for devices wider than 768px */
@media (min-width: 769px) {
.hp300-7 .desktop-image {
display: block; /* Show only the desktop image */
}
.hp300-7 .mobile-image {
display: none; /* Hide the mobile image */
}
}


.steam-pickup-5 {
max-width: 1440px;
margin: 0 auto;
padding: 40px 20px;
}
.steam-pickup-5 .title {
text-align: center;
font-size: 18px;
margin-bottom: 15px;
}
.steam-pickup-5 .subtitle {
text-align: center;
margin-bottom: 32px;
}
.steam-pickup-5 .content {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
}
.steam-pickup-5 .image-container {
position: relative;
width: 100%;
aspect-ratio: 690/484;
}
.steam-pickup-5 .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.steam-pickup-5 .label {
text-align: center;
margin-top: 16px;
font-weight: 600;
}
@media (max-width: 768px) {
.steam-pickup-5 .content {
grid-template-columns: 1fr;
}
}
Pratik Boşaltma Tepsisi
Temizleme sonrası zahmetsiz ve hızlı temizlik için tasarlanmıştır.

Kirleri Toplar

Kirleri Boşaltır
HP300
.hp300-7 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: calc(100% – 40px);
padding-top: 20px;
padding-bottom: 20px;
max-width: 1440px;
margin: 0 auto; /* Centering the section */
}
.hp300-7 .full-width-image {
width: 100%;
height: auto;
}
/* Media query for devices with a maximum width of 768px */
@media (max-width: 768px) {
.hp300-7 .mobile-image {
display: block; /* Show only the mobile image */
}
.hp300-7 .desktop-image {
display: none; /* Hide the desktop image */
}
}
/* Media query for devices wider than 768px */
@media (min-width: 769px) {
.hp300-7 .desktop-image {
display: block; /* Show only the desktop image */
}
.hp300-7 .mobile-image {
display: none; /* Hide the mobile image */
}
}


.woodfire-pro-2 {
max-width: 1440px;
margin: auto;
padding: 0 00px; /* Adds 20px padding on left and right */
}
.woodfire-pro-2 .content h1 {
text-align: center;
padding-top: 20px;
margin-bottom: 0px; /* Correctly adjusted to add 20px space */
font-size: 18px;
}
.woodfire-pro-2 .content p {
text-align: center;
padding-top: 0; /* No padding at the top */
padding-bottom: 20px;
margin-top: 0; /* No additional space at the top */
}
.woodfire-pro-2 .images img {
width: calc(100% – 40px); /* Adjusts width to account for margins */
display: none;
margin: 20px 20px; /* Adds 20px margin to the left and right, and 10px to the top and bottom */
}
.woodfire-pro-2 .images .desktop {
display: block; /* Show desktop images by default */
}
@media (max-width: 768px) {
.woodfire-pro-2 .images .desktop {
display: none; /* Hide desktop images on mobile */
}
.woodfire-pro-2 .images .mobile {
display: block; /* Show mobile images on mobile */
}
}
Tüm İhtiyaçlar İçin Tek Ürün
BBQ, tütsü ve fritöz işlevlerini bir arada sunan bu cihazla açık havada yemek hazırlamanın keyfini çıkarın.












Ş*** Ö**** –
Buharlı temizleyici olarak tam aradığım şeyi buldum. Hem buharla dezenfekte ediyor hem sürekli dönen paspasıyla yerleri siliyor ve ufak tefek döküntüleri topluyor. Diğer buharlı temizleyicilerin artısı her yarde kullanabilir olmaları eksisi bezin sabit olması Bunun artısı süpürge yaparak temizlemesi eksi yanı sadece yerlerde kullanılması. Ama kısa tüylü halılarda da kullanılıyor.
e**** k******* –
SÜPÜRMEYE GEREK KALMADAN HEM SİLİYOR HEM SÜPÜRÜYOR. ÇOK MEMNUN KALDIM. TAVSİYE EDERİM.
g***** b***** –
Ürüne bakacaz ama hepsijetin elemanları konusmayı öğrense iyi olacak
S**** G******* –
Gelir gelmez denedim. Kullanımı çok rahat ve pratik bir ürün. Kimyasal ürün kullanmamak için ıslak-kuru süpürge yerine buharlı mop tercih ettim. Çok da doğru bir karar verdiğimi ürünü kullanınca anladım☺️ İyi ki Türkiye piyasasına girmişler🌸
Ö********* A******* –
Urun tahmin ettigimizden kucuk ama bir depo ile 110m2 ev tek seferde bitiyor. yatak altina giriyor. pick up ozelligi iyi. vakum olmasa da baya kirinti kil tuy topluyor. sadece fayans zeminde islandigi icin kil toplayamadigi oluyor. gayet memnunuz.
S****** S***** –
Yerlerim hijyenik olsun deterjanda kullanmayayım diyorsanız alın bence.Oldukca pratik. Çok beğendim.
l***** y**** –
Sert zeminler için ideal temizleyici. Ev kullanımı için yeterli. Moblardan çektiğimiz sıkıntılar sona erdi.
E**** E**** –
İyi süpürmedi