Modüler Tasarım
Ekip büyüklüğüne ve ofis alanına göre kolayca adapte edilebilir, dinamik ve esnek çalışma düzeni.
Metal Gövde
Çoklu kullanıma uygun, kablo kanalı entegreli, yüksek kaliteli elektrostatik toz boyalı sağlam iskelet yapısı.
Workstation Çalışma Masaları
Ortak çalışma kültürünü, ekip içi iletişimi ve verimliliği maksimuma çıkaran fonksiyonel operasyonel masalar.
Ürün Detayları ve Ölçü Seçenekleri
Iron Workstation (Altılı)
Geniş ekipler ve kalabalık operasyonel alanlar için yüksek kapasiteli bir çözüm sunan Iron 6'lı Workstation, modüler yapısı ve endüstriyel duruşuyla ofisinizde maksimum verimlilik sağlar.
Özel kalıplarda şekillendirilmiş sac ayak yapısı, iki ayak arasında uzanan teleskobik traversler ve masa ortasında konumlandırılmış sac kutu ayaklar (kablo toplayıcı) sayesinde tüm kablo karmaşasını gizler. Kenarları 2 mm PVC bant ile güçlendirilmiş 18 mm ve 30 mm melamin tabla seçenekleriyle uzun ömürlü ve dayanıklı bir kullanım sunar.
| Kullanıcı Sayısı / Yapı |
Tabla Seçenekleri |
Genel Ölçüler (L x W x H) |
| Iron 6'lı Workstation (120 x 70 cm Modüllü) |
18 mm / 30 mm Melamin Tabla |
360 x 142 x 75 cm |
| Iron 6'lı Workstation (140 x 70 cm Modüllü) |
18 mm / 30 mm Melamin Tabla |
420 x 142 x 75 cm |
| Iron 6'lı Workstation (160 x 70 cm Modüllü) |
18 mm / 30 mm Melamin Tabla |
480 x 142 x 75 cm |
/* Temko Ofis Workstation Masaları Ürün Detay Tasarımı */
.temko-product-features-wrapper {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: #333333;
line-height: 1.6;
margin: 30px 0;
display: block !important;
}
/* 3 Bölmeli Kartlar Grid Yapısı */
.temko-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 40px;
}
.temko-feature-card {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 25px;
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}
.temko-feature-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
border-color: #cbd5e1;
background: #ffffff;
}
.temko-feature-card h3 {
font-size: 17px;
font-weight: 600;
color: #1e293b;
margin-bottom: 10px;
margin-top: 0;
}
.temko-feature-card p {
font-size: 14px;
color: #64748b;
margin: 0;
}
/* Teknik Özellikler ve Parçalar Tablosu Tasarımı */
.temko-specs-container {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 8px;
padding: 30px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}
.specs-title {
font-size: 19px;
font-weight: 600;
color: #1e293b;
margin-bottom: 20px;
margin-top: 0;
padding-bottom: 10px;
border-bottom: 2px solid #f1f5f9;
}
.temko-product-description {
font-size: 15px;
color: #475569;
line-height: 1.7;
margin-bottom: 25px;
padding: 15px;
background-color: #f8fafc;
border-left: 4px solid #cbd5e1;
border-radius: 4px;
}
.temko-product-description strong {
font-size: 16px;
color: #1e293b;
}
.temko-specs-table {
width: 100%;
border-collapse: collapse;
margin-top: 15px;
}
.temko-specs-table th {
background-color: #f1f5f9;
color: #1e293b;
font-weight: 600;
text-align: left;
padding: 12px 16px;
font-size: 14px;
border-bottom: 2px solid #e2e8f0;
}
.temko-specs-table tr {
transition: background-color 0.2s ease;
}
.temko-specs-table tr:hover {
background-color: #f8fafc;
}
.temko-specs-table td {
padding: 12px 16px;
font-size: 14px;
border-bottom: 1px solid #f1f5f9;
}
.temko-specs-table td.spec-name {
font-weight: 600;
color: #475569;
}
.temko-specs-table td.spec-value {
color: #334155;
}
/* Mobil Duyarlılık (Responsive) */
@media (max-width: 768px) {
.temko-features-grid {
grid-template-columns: 1fr;
}
.temko-specs-table th {
display: none;
}
.temko-specs-table td {
display: block;
width: 100%;
box-sizing: border-box;
}
.temko-specs-table td.spec-name {
background-color: #f8fafc;
border-bottom: none;
padding-top: 10px;
padding-bottom: 4px;
}
}