Klasik ve Prestijli Ofis Tasarımı
Work Classic İkili Ofis Kanepesi, zamanı geçmeyen klasik çizgileri ve karizmatik detaylarıyla makam odalarına, yönetici alanlarına ve VIP bekleme salonlarına yüksek prestij kazandırır.
Ergonomik İkili Oturum Konforu
Omurgayı tam destekleyen kavisli sırt yapısı ve çökmeye karşı son derece dayanıklı yüksek yoğunluklu dökme sünger dolgusu ile misafirlerinize konforlu bir oturum deneyimi yaşatır.
Sağlam İskelet ve Yüksek Dayanıklılık
Güçlendirilmiş profil metal ve ahşap karkas iç iskelet mimarisi sayesinde insan sirkülasyonunun yoğun olduğu alanlarda formunu koruyarak uzun yıllar güvenle kullanılır.
Teknik Özellikler
| Ürün Adı / Modeli |
Work Classic İkili Ofis Kanepesi |
| Tasarım Çizgisi |
Klasik & Prestij İkili Makam ve Ofis Kanepesi |
| İskelet Yapısı |
Güçlendirilmiş Profil Metal / Kontra ve Ahşap İç İskelet |
| Sünger Özelliği |
32 - 35 DNS Yüksek Yoğunluklu Çökme Yapmaz Dökme Sünger |
| Döşeme Malzemesi |
Aşınmaya Dayanıklı 1. Sınıf Suni Deri / Silinebilir Kumaş |
| Ayak Malzemesi |
Krom Kaplama veya Elektrostatik Fırın Boyalı Dayanıklı Metal Ayak |
| Kullanım Alanı |
Makam Odası, Yönetici Ofisi, VIP Bekleme Salonu, Danışma / Lobi |
/* Ideasoft Özellik (Varyant) Seçiminde Gelen Eski Şablonları Gizleme Kalkanı */
.temko-product-features-wrapper ~ div,
.temko-product-features-wrapper ~ p,
.temko-product-features-wrapper ~ table,
.temko-product-features-wrapper ~ span,
.temko-product-features-wrapper ~ ul {
display: none !important;
}
div:has(> .temko-product-features-wrapper) > *:not(.temko-product-features-wrapper):not(style) {
display: none !important;
}
/* Temko Ofis Kurumsal Ü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 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-specs-table {
width: 100%;
border-collapse: collapse;
}
.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;
width: 35%;
}
.temko-specs-table td.spec-value {
color: #334155;
width: 65%;
}
/* Mobil Duyarlılık (Responsive) */
@media (max-width: 768px) {
.temko-features-grid {
grid-template-columns: 1fr;
}
}