Pimak 70SD-M067 — Nötr Tezgah (40 × 70 × 85 cm)
Paslanmaz çelik nötr çalışma tezgahı, profesyonel mutfaklar için dayanıklı ve hijyenik çözüm.
Teknik özellikler ve açıklama
Özellik
Değer
Model
70SD-M067
Tip
Nötr tezgah / Çalışma tezgahı (alt dolaplı versiyon mevcut)
Malzeme
Paslanmaz çelik
Boyutlar (G × D × Y)
40 × 70 × 85 cm
Ağırlık (yaklaşık)
~31 kg
Kullanım
Profesyonel mutfak / restoran / pastane
Öne çıkan özellikler
Hijyenik yüzey, uzun ömür, kolay temizlenebilir
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Pimak 70SD-M067",
"sku": "70SD-M067",
"brand": {
"@type": "Brand",
"name": "Pimak"
},
"description": "Paslanmaz çelik nötr tezgah, profesyonel mutfaklar için dayanıklı ve hijyenik çalışma yüzeyi. Boyutlar: 40 × 70 × 85 cm.",
"material": "Paslanmaz çelik",
"width": "40 cm",
"depth": "70 cm",
"height": "85 cm"
}
:root{
--card-padding: 12px;
--muted: #6b7280;
--th-bg: #f3f4f6;
--border: #e5e7eb;
}
.product-card{
max-width: 880px;
margin: 0 auto;
padding: var(--card-padding);
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
color: #111827;
}
.product-card h1{
font-size: 1.25rem;
margin: 0 0 6px 0;
line-height: 1.2;
}
.product-desc{
margin: 0 0 12px 0;
color: var(--muted);
font-size: 0.95rem;
}
.table-wrap{
width: 100%;
overflow-x: auto; /* küçük ekranlardaki yatay kaydırma güvenliği */
-webkit-overflow-scrolling: touch;
border: 1px solid var(--border);
border-radius: 8px;
}
.spec-table{
width: 100%;
border-collapse: collapse;
min-width: 540px; /* masaüstünde rahat görünüm; mobilde yatay kaydırma olur veya aşağıdaki media query ile satır stili */
}
.spec-table thead th{
text-align: left;
padding: 10px 14px;
background: var(--th-bg);
font-weight: 600;
border-bottom: 1px solid var(--border);
}
.spec-table th[scope="row"]{
width: 40%;
padding: 12px 14px;
vertical-align: top;
background: #fff;
font-weight: 600;
border-bottom: 1px solid var(--border);
}
.spec-table td{
padding: 12px 14px;
border-bottom: 1px solid var(--border);
vertical-align: top;
}
/* Görme engelliler için gizli ama erişilebilir yazı */
.visually-hidden{
position: absolute !important;
height: 1px; width: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
white-space: nowrap;
}
/* Küçük ekranlar: tabloyu satır-bloklarına çevir */
@media (max-width: 640px){
.spec-table{
border: 0;
min-width: 100%;
}
.spec-table thead{
display: none;
}
.spec-table tr{
display: block;
border-bottom: 1px solid var(--border);
margin: 0;
}
.spec-table th[scope="row"], .spec-table td{
display: block;
width: 100%;
box-sizing: border-box;
padding: 10px 12px;
}
.spec-table th[scope="row"]{
background: transparent;
font-size: 0.95rem;
color: #111827;
}
.spec-table td{
color: var(--muted);
padding-top: 4px;
padding-bottom: 12px;
}
}