Pimak IZ/70SD-M171 — Tüplü Pleyt Izgara
Profesyonel mutfaklar için tasarlanmış, Tüp ile çalışan 700 seri pleyt ızgara. Paslanmaz çelik gövdesi, güvenli ventil musluk sistemi ve dayanıklı pleyt yüzeyiyle uzun ömürlü kullanım sağlar.
Özellik
Detay
Model
IZ/70SD-M171
Seri
700 Seri
Enerji tipi
LPG
Gaz basıncı
21/25 – 30 / 50 mbar
Güç
3,25 kW (≈ 2795 kcal)
Boyutlar (G × D × Y)
40 × 70 × 85 cm
Ağırlık
50 kg
Pleyt tipi
Düz veya oluklu (isteğe bağlı)
Malzeme
Paslanmaz çelik gövde ve pleyt yüzeyi
Öne çıkan özellikler
Ventilli gaz musluğu, paslanmaz boru tipi brülör, kolay temizlenebilir ve hijyenik yapı
/* Mobil uyumlu, sade tasarım */
.product-card {
max-width: 960px;
margin: 1rem auto;
padding: 0 1rem;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
color: #111;
}
.product-card h1 {
font-size: 1.3rem;
margin-bottom: 0.5rem;
line-height: 1.25;
}
.product-desc {
margin-bottom: 1rem;
color: #333;
font-size: 0.95rem;
}
.image-wrap img {
width: 100%;
height: auto;
border-radius: 6px;
margin-bottom: 1rem;
display: block;
}
.table-wrap {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-radius: 8px;
}
.spec-table {
width: 100%;
border-collapse: collapse;
min-width: 520px;
background: #fff;
}
.spec-table thead th {
text-align: left;
padding: 0.6rem 0.75rem;
background: #f7f7f7;
border-bottom: 1px solid #e6e6e6;
font-size: 0.95rem;
}
.spec-table tbody td {
padding: 0.6rem 0.75rem;
border-bottom: 1px solid #eee;
font-size: 0.95rem;
vertical-align: top;
}
.spec-table tbody tr:last-child td {
border-bottom: none;
}
@media (max-width: 520px) {
.product-card h1 {
font-size: 1.1rem;
}
.spec-table {
min-width: 480px;
}
}