انتقل إلى المحتوى

سلتي

Mercedes C4 Arıza Tespit Cihazı Doipli + Laptop

لا توجد تقييمات بعد
| رمز المنتج: OTO0256 | |
WhatsApp Facebook

Mercedes C4 Doip Cihaz + Laptop + Yazılım + Plastik Taşıma Çantası şeklinde hazır set gönderilmektedir. Direk kullanıma hazırdır. Tak çalıştır sistemdir.

47.167,90 ₺ 54.614,90 ₺
متوفر
يحتوي هذا المنتج على خصم %14.
7.447,00 ₺ توفير
اسألنا عبر واتساب احصل على رد سريع ومعلومات السعر والمخزون
هل لديك سؤال حول هذا المنتج؟ اسأل سؤالك وسنجيب في أقرب وقت ممكن.
رضا العملاء أنتم أولويتنا
دفع آمن 3D Secure / SSL
شحن في نفس اليوم توصيل سريع
دعم 24/7 دائماً بجانبكم






Mercedes C4 Arıza Tespit Cihazı Seti | DoIP Destekli | OtoEko

/* Mercedes C4 Arıza Tespit Cihazı sayfası için özel stiller */ .mercedes-c4-page { /* Daha modern ve premium renk paleti */ --primary: #0055a5; /* Mercedes mavi tonu */ --primary-dark: #004080; --primary-light: #4a90e2; --secondary: #242c3a; /* Koyu lacivert */ --accent: #ffb100; /* Altın/sarı aksan renk */ --light-bg: #f5f7fa; --gradient-bg: linear-gradient(135deg, #f5f7fa, #e9edf5); --text-dark: #1e2436; --text-light: #5a6681; --shadow-color: rgba(0, 85, 165, 0.25); --success: #4caf50; /* Daha canlı ve açık bir yeşil renk */ --success-dark: #3b8c3f; /* Daha canlı yeşilin koyu tonu */ --danger: #ff0000; /* Uyarı rengi */ font-family: 'Montserrat', sans-serif !important; color: var(--text-dark); margin: 0; padding: 0; text-align: center; /* Tüm sayfa içeriğini ortalı yapar */ } .mercedes-c4-page * { margin: 0; padding: 0; box-sizing: border-box; } .mercedes-c4-page .banner-container { position: relative; width: 100%; min-height: 100vh; background: var(--gradient-bg); overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 2rem 0 5rem; } .mercedes-c4-page .banner-content-wrapper { display: flex; width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 10; justify-content: space-between; align-items: flex-end; } .mercedes-c4-page .banner-text { flex: 0 0 45%; padding-right: 3rem; display: flex; flex-direction: column; align-items: center; text-align: center; max-width: 600px; } .mercedes-c4-page .banner-image { flex: 0 0 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; } .mercedes-c4-page .product-img { max-width: 85%; height: auto; filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15)); transform: perspective(1000px) rotateY(-8deg); transition: transform 0.3s ease; margin-bottom: 20px; cursor: pointer; } .mercedes-c4-page .product-img:hover { transform: perspective(1000px) rotateY(0deg) scale(1.05); } .mercedes-c4-page .gallery-thumbs { display: flex; gap: 10px; justify-content: center; margin-top: 15px; flex-wrap: wrap; max-width: 320px; margin-left: auto; margin-right: auto; background-color: rgba(255, 255, 255, 0.7); padding: 10px; border-radius: 10px; box-shadow: 0 3px 12px rgba(0,0,0,0.08); position: relative; z-index: 20; } .mercedes-c4-page .gallery-thumb { width: 60px; height: 60px; border-radius: 6px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: all 0.3s ease; opacity: 0.7; background-color: white; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .mercedes-c4-page .gallery-thumb:hover { opacity: 1; transform: translateY(-2px); border-color: var(--primary); } .mercedes-c4-page .gallery-thumb.active { border-color: var(--primary); opacity: 1; } .mercedes-c4-page .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; } .mercedes-c4-page .banner-title { color: var(--text-dark); font-size: 3.2rem; font-weight: 800; margin-bottom: 1.5rem; letter-spacing: -1px; line-height: 1.1; width: 100%; text-align: center; } .mercedes-c4-page .highlight { color: var(--primary); position: relative; display: inline-block; } .mercedes-c4-page .highlight:after { content: ""; position: absolute; bottom: 5px; left: 0; width: 100%; height: 8px; background-color: rgba(0, 85, 165, 0.1); z-index: -1; } .mercedes-c4-page .banner-subtitle { color: var(--text-light); font-size: 1.1rem; font-weight: 400; margin-bottom: 2.5rem; line-height: 1.6; width: 100%; text-align: center; } .mercedes-c4-page .features-list { display: flex; flex-wrap: wrap; margin-bottom: 2.5rem; gap: 1.2rem; width: 100%; justify-content: center; } .mercedes-c4-page .feature-item { display: flex; align-items: center; width: 100%; margin-bottom: 0.7rem; justify-content: center; text-align: center; } .mercedes-c4-page .feature-icon { color: var(--primary); margin-right: 1rem; font-size: 1.2rem; } .mercedes-c4-page .feature-text { font-size: 1rem; color: var(--text-light); font-weight: 500; } .mercedes-c4-page .cta-container { display: flex; gap: 1.5rem; align-items: center; width: 100%; justify-content: center; margin-top: 1rem; } .mercedes-c4-page .cta-button { display: inline-block; padding: 1.2rem 3rem; background-color: var(--primary); color: white; text-decoration: none; font-weight: 600; font-size: 1.1rem; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; transition: all 0.3s ease; box-shadow: 0 8px 20px var(--shadow-color); position: relative; overflow: hidden; } .mercedes-c4-page .cta-button:before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: 0.5s; } .mercedes-c4-page .cta-button:hover { background-color: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 12px 25px rgba(0, 85, 165, 0.4); } .mercedes-c4-page .cta-button:hover:before { left: 100%; } .mercedes-c4-page .cta-secondary { display: inline-block; padding: 1.2rem 3rem; background-color: var(--success); color: white; text-decoration: none; font-weight: 600; font-size: 1.1rem; border-radius: 50px; letter-spacing: 1px; text-transform: uppercase; transition: all 0.3s ease; box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3); position: relative; overflow: hidden; } .mercedes-c4-page .cta-secondary:before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: 0.5s; } .mercedes-c4-page .cta-secondary:hover { background-color: var(--success-dark); transform: translateY(-3px); box-shadow: 0 12px 25px rgba(76, 175, 80, 0.4); } .mercedes-c4-page .cta-secondary:hover:before { left: 100%; } .mercedes-c4-page .cta-secondary i { margin-left: 0.5rem; } .mercedes-c4-page .decor-circle { position: absolute; border-radius: 50%; background: linear-gradient(135deg, rgba(0, 85, 165, 0.07), rgba(255, 255, 255, 0)); z-index: 0; } .mercedes-c4-page .circle-1 { width: 500px; height: 500px; top: -150px; left: -150px; } .mercedes-c4-page .circle-2 { width: 700px; height: 700px; bottom: -250px; right: -250px; background: linear-gradient(135deg, rgba(0, 85, 165, 0.04), rgba(255, 255, 255, 0)); } .mercedes-c4-page .circle-3 { width: 300px; height: 300px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(0, 85, 165, 0.02) 0%, rgba(255, 255, 255, 0) 70%); } /* Ürün bilgileri stili */ .mercedes-c4-page .product-info { margin-top: 25px; display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; } .mercedes-c4-page .product-info-item { display: flex; align-items: center; gap: 10px; background-color: rgba(255, 255, 255, 0.7); padding: 8px 15px; border-radius: 50px; font-size: 0.9rem; font-weight: 500; box-shadow: 0 2px 8px rgba(0,0,0,0.05); white-space: nowrap; } .mercedes-c4-page .product-info-item i { color: var(--primary); font-size: 1rem; } /* Özel Orijinal Mercedes-Benz ürünü vurgusu */ .mercedes-c4-page .product-info-item.original { background: linear-gradient(135deg, rgba(0, 85, 165, 0.1), rgba(255, 255, 255, 0.8)); border: 1px solid rgba(0, 85, 165, 0.2); padding: 10px 20px; font-weight: 600; box-shadow: 0 5px 15px rgba(0, 85, 165, 0.15); } .mercedes-c4-page .product-info-item.original i { color: var(--accent); font-size: 1.1rem; } .mercedes-c4-page .software-notice { margin-top: 20px; padding: 15px 20px; background-color: rgba(255, 255, 255, 0.8); border-radius: 10px; display: flex; align-items: center; justify-content: center; gap: 15px; max-width: 450px; text-align: left; border: 1px solid rgba(0, 85, 165, 0.1); box-shadow: 0 4px 15px rgba(0, 85, 165, 0.08); position: relative; z-index: 20; } .mercedes-c4-page .software-notice i { font-size: 1.8rem; color: var(--primary); } .mercedes-c4-page .software-notice p { font-size: 0.9rem; color: var(--text-dark); line-height: 1.5; margin: 0; } .mercedes-c4-page .software-notice p strong { font-weight: 700; } .mercedes-c4-page .vat-notice { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 100%; text-align: center; z-index: 15; } .mercedes-c4-page .vat-notice p { font-size: 0.9rem; color: var(--text-light); font-weight: 500; margin: 0; line-height: 1.5; background-color: rgba(255, 255, 255, 0.5); display: inline-block; padding: 0.5rem 1.5rem; border-radius: 50px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } /* Lightbox styles */ .mercedes-c4-lightbox { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.9); display: none; justify-content: center; align-items: center; z-index: 100; flex-direction: column; } .mercedes-c4-lightbox.active { display: flex; } .mercedes-c4-lightbox .lightbox-img { max-width: 80%; max-height: 80vh; object-fit: contain; } .mercedes-c4-lightbox .lightbox-close { position: absolute; top: 20px; right: 20px; color: white; font-size: 2rem; cursor: pointer; } .mercedes-c4-lightbox .lightbox-nav { display: flex; justify-content: space-between; width: 80%; margin-top: 20px; } .mercedes-c4-lightbox .lightbox-nav button { background-color: transparent; border: none; color: white; font-size: 2rem; cursor: pointer; padding: 0 15px; opacity: 0.7; transition: opacity 0.3s; } .mercedes-c4-lightbox .lightbox-nav button:hover { opacity: 1; } /* YENİ MODERN ÜRÜN DETAY SAYFASI TASARIMI - GÜNCELLENEN DÜZEN */ .product-details-modern { background-color: #fff; font-family: 'Montserrat', sans-serif; color: #2c3e50; padding: 0; overflow: hidden; text-align: center; } /* Ana Bölüm - 360 Görünüm Solda Metin Sağda */ .product-details-section { background: linear-gradient(90deg, #f8f9fa 0%, #ebeef2 100%); padding: 100px 0; position: relative; } .product-details-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTQ0MCAxMDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiPjxwYXRoIGQ9Ik0wIDBoMTQ0MHYxMDI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTE0NDAgMEwwIDEwMjRMMCAwaDE0NDB6IiBmaWxsPSJyZ2JhKDAsODUsMTY1LDAuMDIpIi8+PC9zdmc+'); opacity: 0.5; z-index: 1; } .details-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2; padding: 0 20px; } .details-3d-view { flex: 0 0 45%; margin-right: 5%; } .details-content { flex: 0 0 50%; text-align: center; } .details-badge { display: inline-block; background: linear-gradient(90deg, #0055a5, #003d75); color: white; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 8px 15px; border-radius: 30px; margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 85, 165, 0.2); } .details-title { font-size: 2.2rem; font-weight: 700; color: #2c3e50; margin-bottom: 20px; line-height: 1.2; text-align: center; } .details-title span { color: #0055a5; position: relative; } .details-title span::after { content: ''; position: absolute; bottom: 5px; left: 0; width: 100%; height: 8px; background-color: rgba(0, 85, 165, 0.1); z-index: -1; } .details-desc { font-size: 1rem; line-height: 1.7; color: #5a6681; margin-bottom: 30px; text-align: center; } .details-features { margin-bottom: 40px; } .details-feature-item { display: flex; align-items: center; margin-bottom: 15px; justify-content: center; text-align: center; } .details-feature-icon { width: 36px; height: 36px; background-color: rgba(0, 85, 165, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; } .details-feature-icon i { color: #0055a5; font-size: 16px; } .details-feature-text { font-size: 1rem; color: #2c3e50; font-weight: 500; text-align: center; } .details-3d-container { background-color: white; border-radius: 15px; padding: 20px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); position: relative; overflow: hidden; } .details-3d-container::before { content: ''; position: absolute; top: -10px; right: -10px; width: 70px; height: 70px; background-color: #0055a5; border-radius: 0 0 0 70px; z-index: 0; } .details-3d-container { background-color: white; border-radius: 15px; padding: 20px; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1); position: relative; overflow: hidden; } .details-3d-container iframe { border-radius: 8px; width: 100%; height: 450px; /* Fixed height for desktop */ border: none; } .details-3d-label { display: flex; align-items: center; justify-content: center; margin-top: 15px; font-size: 14px; font-weight: 600; color: #2c3e50; } .details-3d-label i { margin-right: 8px; color: #0055a5; animation: spin 2s linear infinite; } @keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } /* YENİ ULTRA PREMIUM TEKNİK ÖZELLİKLER BÖLÜMÜ */ .tech-specs-section { position: relative; overflow: hidden; padding: 120px 0; background: linear-gradient(135deg, #eef2f7, #ffffff); color: var(--text-dark); } .tech-specs-overlay { display: none; } .tech-specs-container { max-width: 1200px; margin: 0 auto; position: relative; z-index: 10; padding: 0 20px; } .tech-specs-mb-logo { width: 80px; height: 80px; margin: 0 auto 30px; position: relative; } .tech-specs-mb-logo img { width: 100%; height: 100%; object-fit: contain; } .tech-specs-mb-logo::after { content: ''; position: absolute; width: 120px; height: 120px; border: 1px solid rgba(255,255,255,0.1); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); animation: pulse-slow 3s infinite; } @keyframes pulse-slow { 0% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; } 50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.1; } 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; } } .tech-specs-heading { text-align: center; margin-bottom: 70px; position: relative; } .tech-specs-title { font-size: 2.2rem; font-weight: 700; margin-bottom: 25px; position: relative; display: inline-block; color: var(--text-dark); } .tech-specs-title::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, rgba(0,85,165,0), #0055a5, rgba(0,85,165,0)); } .tech-specs-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 600px; margin: 0 auto; line-height: 1.6; } .tech-specs-tabs { display: flex; justify-content: center; margin-bottom: 50px; gap: 10px; flex-wrap: wrap; } .tech-specs-tab { background: rgba(0, 85, 165, 0.05); border: 1px solid rgba(0, 85, 165, 0.1); color: var(--text-dark); padding: 12px 25px; border-radius: 50px; font-size: 15px; font-weight: 500; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; } .tech-specs-tab:hover { background: rgba(0, 85, 165, 0.1); transform: translateY(-3px); } .tech-specs-tab.active { background: #0055a5; border-color: #0055a5; box-shadow: 0 10px 20px rgba(0,85,165,0.3); color: white; } .tech-specs-tab.active::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent); animation: shimmer 2s infinite; } @keyframes shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } } .tech-specs-tab-content { display: none; } .tech-specs-tab-content.active { display: block; animation: fadeIn 0.5s forwards; } @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } /* Modern 3D Kart Tasarımı - Büyütülmüş boyutlar */ .tech-specs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px; /* 30px'den 35px'e artırıldı */ margin-bottom: 70px; } .tech-spec-card { position: relative; perspective: 1500px; display: flex; flex-direction: column; } .tech-spec-card-inner { position: relative; width: 100%; transition: transform 0.8s; transform-style: preserve-3d; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.2); display: grid; flex-grow: 1; } .tech-spec-card:hover .tech-spec-card-inner { transform: rotateY(180deg); } .tech-spec-card-front, .tech-spec-card-back { grid-area: 1 / 1; width: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 15px; overflow: hidden; padding: 45px 35px; /* Dikey padding artırıldı */ } .tech-spec-card-front { background: #ffffff; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(0,0,0,0.05); } .tech-spec-card-back { background: #fdfdff; transform: rotateY(180deg); display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(0,0,0,0.05); } .tech-spec-icon-wrap { width: 100px; /* 90px'den 100px'e artırıldı */ height: 100px; /* 90px'den 100px'e artırıldı */ background: linear-gradient(135deg, rgba(0,85,165,0.3), rgba(0,85,165,0.1)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 30px; /* 25px'den 30px'e artırıldı */ position: relative; } .tech-spec-icon-wrap::after { content: ''; position: absolute; width: 100%; height: 100%; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; animation: pulse 2s infinite; } @keyframes pulse { 0% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(1.2); opacity: 0.2; } 100% { transform: scale(1); opacity: 0.5; } } .tech-spec-icon { font-size: 40px; /* 36px'den 40px'e artırıldı */ color: #0055a5; background: linear-gradient(135deg, #4a90e2, #0055a5); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .tech-spec-title { font-size: 1.5rem; font-weight: 700; margin-bottom: 18px; /* 15px'den 18px'e artırıldı */ color: var(--text-dark); } .tech-spec-subtitle { font-size: 1rem; color: var(--text-light); margin-bottom: 22px; /* 20px'den 22px'e artırıldı */ } .tech-spec-data { font-size: 14px; color: var(--text-light); margin-bottom: 15px; display: flex; align-items: center; justify-content: center; gap: 8px; } .tech-spec-data i { color: #0055a5; font-size: 16px; } .tech-spec-back-title { font-size: 1.4rem; font-weight: 600; margin-bottom: 25px; /* 20px'den 25px'e artırıldı */ color: var(--text-dark); position: relative; padding-bottom: 15px; text-align: center; } .tech-spec-back-title::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 40px; height: 2px; background: #0055a5; } .tech-spec-details { list-style: none; } .tech-spec-detail-item { margin-bottom: 18px; /* 15px'den 18px'e artırıldı */ position: relative; padding-left: 25px; color: var(--text-light); font-size: 1rem; text-align: left; } .tech-spec-detail-item::before { content: 'f00c'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; left: 0; top: 2px; color: #0055a5; font-size: 12px; } .tech-spec-back-badge { position: absolute; top: 20px; right: 20px; background: rgba(0,85,165,0.2); color: #4a90e2; font-size: 11px; font-weight: 600; padding: 5px 10px; border-radius: 20px; border: 1px solid rgba(0,85,165,0.3); } /* Flip Hint Text - Varsayılan olarak görünür, hover'da kaybolacak şekilde */ .tech-spec-card::after { content: 'Daha fazla bilgi için tıklayınız'; position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); color: white; font-size: 12px; width: 90%; text-align: center; opacity: 1; /* Varsayılan olarak görünür */ transition: opacity 0.3s ease; background: rgba(0, 85, 165, 0.7); padding: 5px 0; border-radius: 20px; font-weight: 600; text-shadow: 0 1px 2px rgba(0,0,0,0.2); } .tech-spec-card:hover::after { opacity: 0; /* Hover durumunda kaybolacak */ } /* Teknik Özellik Slider - Alt Bölüm */ .tech-specs-highlights { margin-top: 70px; position: relative; } .tech-specs-slider-container { overflow: hidden; position: relative; padding: 30px 0; } .tech-specs-slider { display: flex; gap: 30px; position: relative; animation: autoSlide 20s linear infinite; } @keyframes autoSlide { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } .tech-specs-slider-container:hover .tech-specs-slider { animation-play-state: paused; } .tech-spec-highlight-item { flex: 0 0 auto; background: #ffffff; border: 1px solid rgba(0,0,0,0.05); border-radius: 10px; padding: 20px; min-width: 250px; display: flex; align-items: center; gap: 15px; transition: all 0.3s ease; } .tech-spec-highlight-item:hover { background: #ffffff; transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 85, 165, 0.1); } .tech-spec-highlight-icon { width: 45px; height: 45px; background: linear-gradient(135deg, rgba(0,85,165,0.2), rgba(0,85,165,0.1)); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .tech-spec-highlight-icon i { font-size: 20px; color: #4a90e2; } .tech-spec-highlight-content { text-align: left; } .tech-spec-highlight-title { font-size: 1rem; font-weight: 600; color: var(--text-dark); margin-bottom: 5px; } .tech-spec-highlight-desc { font-size: 0.9rem; color: var(--text-light); } /* Neden C4 Bölümü - YENİ TASARIM */ .why-c4-section-new { padding: 120px 0; background: #ffffff; } .why-c4-container-new { max-width: 1100px; margin: 0 auto; padding: 0 20px; text-align: center; } .why-c4-heading-new { margin-bottom: 70px; } .why-c4-heading-new .section-subtitle { color: var(--primary); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-size: 0.9rem; } .why-c4-heading-new .section-title { font-size: 2.2rem; font-weight: 700; color: var(--text-dark); margin-top: 10px; margin-bottom: 25px; position: relative; display: inline-block; } .why-c4-heading-new .section-title::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, rgba(0,85,165,0), #0055a5, rgba(0,85,165,0)); } .why-c4-heading-new .section-desc { color: var(--text-light); max-width: 700px; margin: 40px auto 0; font-size: 1.1rem; line-height: 1.7; } .why-c4-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; margin-bottom: 70px; /* text-align: left; kaldırıldı */ } .why-c4-feature-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 25px; } .why-c4-feature-icon { flex-shrink: 0; width: 60px; height: 60px; background: linear-gradient(135deg, rgba(0, 85, 165, 0.1), rgba(0, 85, 165, 0.05)); border-radius: 12px; display: flex; align-items: center; justify-content: center; } .why-c4-feature-icon i { font-size: 26px; color: var(--primary); } .why-c4-feature-title { font-size: 1.25rem; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; } .why-c4-feature-desc { font-size: 1rem; color: var(--text-light); line-height: 1.7; } .why-c4-summary { max-width: 800px; margin: 0 auto; padding: 30px; background: var(--gradient-bg); border-radius: 15px; border: 1px solid rgba(0, 85, 165, 0.1); } .why-c4-summary p { font-size: 1.1rem; line-height: 1.8; color: var(--text-light); margin: 0; } .why-c4-summary strong { color: var(--text-dark); font-weight: 700; } .section-separator { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); margin: 80px 0; } /* Kullanım Alanları */ .product-usage-section { padding: 120px 0; background: linear-gradient(135deg, #eef2f7, #ffffff); } .usage-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } .usage-heading { text-align: center; margin-bottom: 70px; } .usage-heading .section-subtitle { color: var(--primary); font-weight: 600; letter-spacing: 1px; } .usage-heading .section-title { font-size: 2.2rem; font-weight: 700; color: var(--text-dark); margin-top: 10px; margin-bottom: 25px; position: relative; display: inline-block; } .usage-heading .section-title::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, rgba(0,85,165,0), #0055a5, rgba(0,85,165,0)); } .usage-heading .section-desc { color: var(--text-light); max-width: 700px; margin: 40px auto 0; } .usage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } .usage-item { background-color: #ffffff; border-radius: 15px; padding: 35px 30px; box-shadow: 0 10px 40px rgba(0, 85, 165, 0.08); transition: all 0.3s ease; text-align: center; border: 1px solid rgba(0, 85, 165, 0.1); display: flex; flex-direction: column; justify-content: space-between; } .usage-item:hover { transform: translateY(-10px); box-shadow: 0 20px 50px rgba(0, 85, 165, 0.15); } .usage-icon { width: 70px; height: 70px; background: linear-gradient(135deg, rgba(0, 85, 165, 0.1), rgba(0, 85, 165, 0.05)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; flex-shrink: 0; } .usage-icon i { font-size: 28px; color: var(--primary); } .usage-title { font-size: 1.25rem; font-weight: 600; color: var(--text-dark); margin-bottom: 15px; } .usage-desc { font-size: 1rem; color: var(--text-light); line-height: 1.7; } .support-grid { display: grid; gap: 30px; margin-top: 50px; grid-template-columns: repeat(3, 1fr); } @media (max-width: 992px) { .support-grid { grid-template-columns: 1fr; } } /* Detaylı Açıklama Bölümü */ .product-description-section { padding: 100px 0; background: #f8f9fa; } .description-container { max-width: 1000px; margin: 0 auto; padding: 0 20px; } .description-heading { text-align: center; margin-bottom: 50px; } .description-title { font-size: 2.2rem; font-weight: 700; color: #1e2436; margin-bottom: 20px; text-align: center; } .price-notice { background-color: #fff; border: 2px solid #ff0000; border-radius: 10px; padding: 20px; margin-bottom: 40px; text-align: center; } .price-notice p { color: #ff0000; font-size: 18px; font-weight: 700; margin: 0; text-align: center; } .hardware-notice { background-color: #e9f5ff; border: 2px solid #0055a5; border-radius: 10px; padding: 20px; margin-bottom: 40px; text-align: center; display: flex; align-items: center; justify-content: center; gap: 15px; } .hardware-notice i { font-size: 24px; color: #0055a5; } .hardware-notice p { color: #0055a5; font-size: 16px; font-weight: 600; margin: 0; } .description-content { background-color: #fff; border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); margin-bottom: 40px; text-align: center; } .description-content p { font-size: 1rem; line-height: 1.8; color: #5a6681; margin-bottom: 20px; text-align: center; } .description-content p:last-child { margin-bottom: 0; } .description-content p strong { color: #1e2436; font-weight: 600; } .description-content a { color: #0055a5; text-decoration: none; font-weight: 600; transition: all 0.3s ease; } .description-content a:hover { color: #4caf50; text-decoration: underline; } .features-section { background-color: #fff; border-radius: 15px; padding: 40px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); text-align: center; } .features-title { font-size: 1.5rem; font-weight: 700; color: #1e2436; margin-bottom: 30px; text-align: center; } .features-list-two-col { column-count: 2; column-gap: 40px; list-style: none; text-align: center; } .features-list-two-col li { break-inside: avoid; margin-bottom: 15px; padding-left: 25px; position: relative; color: #5a6681; font-size: 1rem; line-height: 1.6; text-align: center; } .features-list-two-col li::before { content: '*'; position: absolute; left: 0; top: 0; color: #0055a5; font-weight: 700; } .features-list-two-col li strong { color: #1e2436; } /* Paket İçeriği Bölümü - YENİ TASARIM */ .product-package-section { padding: 100px 0; background: var(--gradient-bg); /* Arka planı ana temayla uyumlu hale getir */ } .package-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; text-align: center; } .package-heading { margin-bottom: 60px; } .package-title { font-size: 2.2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; } .package-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 700px; margin: 0 auto; } .package-card { display: flex; background: #ffffff; border-radius: 20px; box-shadow: 0 20px 50px rgba(0, 85, 165, 0.15); overflow: hidden; align-items: stretch; /* Kolonların eşit yükseklikte olmasını sağlar */ border: 1px solid rgba(0, 85, 165, 0.1); } .package-image-container { flex: 1; padding: 30px; background: linear-gradient(135deg, #f5f7fa, #e9edf5); display: flex; align-items: center; justify-content: center; } .package-image-container img { max-width: 100%; height: auto; border-radius: 15px; object-fit: contain; transform: scale(1.05); transition: transform 0.3s ease; } .package-image-container img:hover { transform: scale(1.1); } .package-list-container { flex: 1; padding: 50px 40px; text-align: left; display: flex; flex-direction: column; justify-content: center; } .package-list-title { font-size: 1.5rem; font-weight: 600; color: var(--text-dark); margin-bottom: 30px; position: relative; padding-bottom: 10px; } .package-list-title::after { content: ''; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background-color: var(--primary); } .package-list { list-style: none; padding: 0; } .package-list li { font-size: 1.1rem; color: var(--text-dark); margin-bottom: 1.5rem; display: flex; align-items: center; font-weight: 500; } .package-list li:last-child { margin-bottom: 0; } .package-list li i { color: var(--primary); font-size: 1.4rem; margin-right: 15px; width: 25px; text-align: center; } /* Sıkça Sorulan Sorular Bölümü */ .faq-section { padding: 120px 0; background: var(--gradient-bg); } .faq-container { max-width: 800px; margin: 0 auto; padding: 0 20px; } .faq-heading { text-align: center; margin-bottom: 60px; } .faq-title { font-size: 2.2rem; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; } .faq-subtitle { font-size: 1.1rem; color: var(--text-light); } .faq-accordion { display: flex; flex-direction: column; gap: 20px; } .faq-item { background-color: #ffffff; border-radius: 10px; box-shadow: 0 5px 20px rgba(0, 85, 165, 0.1); overflow: hidden; border: 1px solid rgba(0, 85, 165, 0.15); } .faq-question { width: 100%; padding: 20px 25px; display: flex; justify-content: space-between; align-items: center; background: none; border: none; text-align: left; font-size: 1.1rem; font-weight: 600; color: var(--text-dark); cursor: pointer; transition: background-color 0.3s; } .faq-question:hover { background-color: rgba(0, 85, 165, 0.05); } .faq-question i { transition: transform 0.3s ease; font-size: 1rem; color: var(--primary); } .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.5s ease; } .faq-answer p { padding: 0 25px 20px; font-size: 1rem; line-height: 1.7; color: var(--text-light); text-align: left; } .faq-item.active .faq-question i { transform: rotate(180deg); } .faq-item.active .faq-answer { max-height: 500px; /* Cevap uzunluğuna göre ayarlandı */ } /* 360 Görüntü İyileştirmeleri - YENİ */ .details-3d-container iframe { position: relative; z-index: 1; border-radius: 8px; width: 100%; height: 400px; /* Varsayılan yükseklik */ display: block; /* Tutarlılık için */ margin: 0 auto; /* Yatayda ortalamak için */ } /* Tablet ve altı için */ @media (max-width: 992px) { .details-3d-container iframe { height: 350px; } } /* Dikey tablet ve mobil için */ @media (max-width: 768px) { .details-3d-container { padding: 15px; } .details-3d-container iframe { height: 300px; } } /* Küçük mobil cihazlar için */ @media (max-width: 576px) { .details-3d-container { padding: 10px; } .details-3d-container iframe { height: 250px; } } /* Çok küçük mobil cihazlar için */ @media (max-width: 420px) { .details-3d-container { padding: 8px; } .details-3d-container iframe { height: 220px; } } /* Responsive Tasarım - Geliştirilmiş Mobil Uyumluluk */ @media (max-width: 1200px) { .mercedes-c4-page .banner-title { font-size: 2.8rem; } .details-container { padding: 0 40px; } .features-list-two-col { column-count: 1; } } @media (max-width: 992px) { .package-card { flex-direction: column; } .mercedes-c4-page .banner-content-wrapper { flex-direction: column; gap: 3rem; padding-bottom: 80px; /* Alttaki uyarı için boşluk artırıldı */ } .mercedes-c4-page .banner-text, .mercedes-c4-page .banner-image { flex: 0 0 100%; width: 100%; max-width: 600px; padding-right: 0; } .mercedes-c4-page .banner-title { font-size: 2.5rem; } .mercedes-c4-page .banner-subtitle { font-size: 1.1rem; } .details-container { flex-direction: column; gap: 50px; } .details-3d-view, .details-content { flex: 0 0 100%; width: 100%; margin-right: 0; } .details-3d-view { order: 1; } .details-content { order: 2; } .usage-grid { grid-template-columns: 1fr; } .tech-specs-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; } .why-c4-features-grid { grid-template-columns: 1fr; gap: 30px; } } /* İyileştirilmiş Mobil Görünüm için CSS Güncellemeleri */ @media (max-width: 768px) { .details-3d-container { position: relative; padding: 0; padding-top: 100%; /* 1:1 Aspect Ratio for mobile */ } .details-3d-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .mercedes-c4-page .banner-content-wrapper, .details-container, .usage-container, .tech-specs-container, .why-c4-container, .package-container, .faq-container, .description-container { padding-left: 1rem; padding-right: 1rem; } .mercedes-c4-page .banner-container { padding: 3rem 0 5rem; } .mercedes-c4-page .banner-title { font-size: 2.2rem; } .mercedes-c4-page .banner-subtitle { font-size: 1rem; margin-bottom: 1.5rem; } .mercedes-c4-page .product-img { max-width: 100%; transform: none; } .mercedes-c4-page .product-img:hover { transform: scale(1.03); } .mercedes-c4-page .gallery-thumbs { max-width: 280px; } .mercedes-c4-page .gallery-thumb { width: 50px; height: 50px; } .mercedes-c4-page .product-info { gap: 10px; } .mercedes-c4-page .product-info-item { padding: 6px 12px; font-size: 0.8rem; } .mercedes-c4-page .product-info-item.original { padding: 8px 15px; } .product-details-section { padding: 60px 0; } .details-title { font-size: 2rem; } .section-title { font-size: 1.8rem; } .description-content, .features-section { padding: 25px 20px; } .product-usage-section, .product-description-section { padding: 60px 0; } .specs-details-title, .features-title { font-size: 1.4rem; } .description-title { font-size: 1.8rem; } .description-content p { font-size: 1rem; text-align: center; } .package-list-container { padding: 40px 30px; } .package-list-title { font-size: 1.3rem; } .package-list li { font-size: 1rem; } .mercedes-c4-page .software-notice { max-width: 100%; flex-direction: column; text-align: center; gap: 10px; padding: 15px; } /* Mobilde teknik özellikler bölümü için iyileştirmeler */ .tech-specs-grid { grid-template-columns: 1fr; gap: 30px; padding: 0; } .tech-spec-card { height: auto; min-height: 340px; margin: 0 auto; max-width: 450px; } .tech-spec-card-front, .tech-spec-card-back { padding: 30px 25px; } .tech-spec-icon-wrap { width: 85px; height: 85px; margin-bottom: 25px; } .tech-spec-title { font-size: 1.4rem; margin-bottom: 15px; } .tech-spec-subtitle { font-size: 1rem; margin-bottom: 18px; line-height: 1.5; } .tech-spec-data { margin-bottom: 12px; } .tech-spec-back-title { font-size: 1.3rem; margin-bottom: 20px; } .tech-spec-detail-item { margin-bottom: 15px; font-size: 1rem; line-height: 1.4; } .tech-spec-card::after { font-size: 11px; padding: 4px 0; width: 80%; left: 50%; transform: translateX(-50%); bottom: 12px; } /* Mobilde slider daha geniş bir alanı kaplar */ .tech-specs-highlights { display: none; } .tech-spec-highlight-icon { width: 40px; height: 40px; } .tech-spec-highlight-title { font-size: 1rem; } .tech-spec-highlight-desc { font-size: 0.9rem; } } @media (max-width: 576px) { .mercedes-c4-page .banner-title { font-size: 2rem; } .mercedes-c4-page .feature-text { font-size: 0.9rem; } .mercedes-c4-page .vat-notice p { font-size: 0.8rem; } .details-title { font-size: 1.8rem; } .details-desc { font-size: 1rem; } .details-badge { font-size: 10px; padding: 6px 12px; } .details-feature-text { font-size: 14px; } .section-title { font-size: 1.6rem; } .section-desc { font-size: 1rem; } .usage-item { padding: 20px 15px; } .usage-icon { width: 60px; height: 60px; } .usage-icon i { font-size: 24px; } .usage-title { font-size: 1.2rem; } .usage-desc { font-size: 0.9rem; } .features-list-two-col li { font-size: 0.9rem; margin-bottom: 12px; text-align: center; } .price-notice p { font-size: 1rem; } .mercedes-c4-lightbox .lightbox-img { max-width: 90%; } .mercedes-c4-lightbox .lightbox-nav { width: 90%; } .mercedes-c4-lightbox .lightbox-close { top: 10px; right: 10px; font-size: 1.8rem; } .mercedes-c4-lightbox .lightbox-nav button { font-size: 1.8rem; } /* Küçük ekranlar için teknik özellikler iyileştirmeleri */ .tech-specs-section { padding: 70px 0; } .tech-spec-card { min-height: 320px; max-width: 90%; } .tech-spec-card-front, .tech-spec-card-back { padding: 25px 20px; } .tech-spec-icon-wrap { width: 75px; height: 75px; margin-bottom: 20px; } .tech-spec-icon { font-size: 30px; } .tech-spec-title { font-size: 1.3rem; margin-bottom: 12px; } .tech-spec-subtitle { font-size: 0.9rem; margin-bottom: 15px; } .tech-spec-back-title { font-size: 1.2rem; margin-bottom: 18px; padding-bottom: 12px; } .tech-spec-detail-item { font-size: 0.9rem; margin-bottom: 12px; padding-left: 22px; } .tech-spec-detail-item::before { font-size: 11px; } .tech-specs-tab { padding: 8px 15px; font-size: 13px; margin-bottom: 5px; } /* Daha kompakt slider görünümü */ .tech-spec-highlight-item { min-width: 200px; padding: 12px; gap: 10px; } .tech-spec-highlight-icon { width: 35px; height: 35px; } .tech-spec-highlight-icon i { font-size: 16px; } } /* Çok küçük ekranlar için */ @media (max-width: 420px) { .mercedes-c4-page { margin: 0; } .mercedes-c4-page .banner-title { font-size: 1.8rem; } .mercedes-c4-page .banner-subtitle { font-size: 0.9rem; } .mercedes-c4-page .gallery-thumbs { max-width: 240px; gap: 8px; } .mercedes-c4-page .gallery-thumb { width: 45px; height: 45px; } .mercedes-c4-page .product-info-item { padding: 5px 10px; font-size: 0.75rem; } /* Çok küçük ekranlar için teknik özellikler iyileştirmeleri */ .tech-spec-card { min-height: 300px; max-width: 100%; } .tech-spec-card-front, .tech-spec-card-back { padding: 20px 15px; } .tech-spec-icon-wrap { width: 65px; height: 65px; margin-bottom: 15px; } .tech-spec-icon { font-size: 26px; } .tech-spec-title { font-size: 1.2rem; } .tech-spec-subtitle { font-size: 0.8rem; } .tech-spec-data { font-size: 0.8rem; } .tech-spec-data i { font-size: 14px; } .tech-spec-detail-item { font-size: 0.8rem; padding-left: 20px; margin-bottom: 10px; } .tech-spec-detail-item::before { font-size: 10px; } .tech-specs-tabs { margin-bottom: 35px; } .tech-specs-tab { padding: 6px 12px; font-size: 12px; } /* Daha küçük ekranlar için daha kompakt slider */ .tech-spec-highlight-item { min-width: 180px; padding: 10px; } } .software-grid { grid-template-columns: repeat(3, 1fr); } @media (max-width: 992px) { .software-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .software-grid { grid-template-columns: 1fr; } } .support-title { font-size: 1.1rem; } .support-desc { font-size: 0.9rem; } .general-features-section { padding: 100px 0; background: #ffffff; } .general-features-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; text-align: center; } .general-features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } @media (max-width: 1200px) { .general-features-grid { grid-template-columns: repeat(3, 1fr); } } @media (max-width: 992px) { .general-features-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 768px) { .general-features-grid { grid-template-columns: 1fr; } } .feature-card { background: #f5f7fa; border-radius: 15px; padding: 30px; text-align: center; transition: all 0.3s ease; border: 1px solid rgba(0, 85, 165, 0.1); display: flex; flex-direction: column; align-items: center; justify-content: center; } .feature-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 85, 165, 0.15); } .feature-card-header { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-bottom: 15px; } .feature-card-icon { font-size: 1.2rem; color: var(--primary); } .feature-card-title { font-size: 0.9rem; font-weight: 600; color: var(--text-dark); } /* Hazır Set bölümü için stiller */ .ready-set-section { background: linear-gradient(135deg, #f0f4f9, #e6ebf5); padding: 100px 0; } .ready-set-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; } .ready-set-heading { text-align: center; margin-bottom: 50px; } .ready-set-title { font-size: 2.2rem; font-weight: 700; color: var(--primary); margin-bottom: 20px; } .ready-set-subtitle { font-size: 1.1rem; color: var(--text-light); max-width: 700px; margin: 0 auto; } .ready-set-card { background: #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(0, 85, 165, 0.15); overflow: hidden; margin-bottom: 40px; } .ready-set-header { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); padding: 25px; color: white; text-align: center; } .ready-set-header h3 { font-size: 1.8rem; margin: 0; font-weight: 700; } .ready-set-header p { margin-top: 10px; font-size: 1.1rem; opacity: 0.9; } .ready-set-content { padding: 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; } .ready-set-item { display: flex; flex-direction: column; align-items: center; text-align: center; background: #f5f7fa; padding: 30px; border-radius: 15px; transition: all 0.3s ease; } .ready-set-item:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 85, 165, 0.1); } .ready-set-icon { width: 80px; height: 80px; background: rgba(0, 85, 165, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; } .ready-set-icon i { color: var(--primary); font-size: 32px; } .ready-set-item-title { font-size: 1.3rem; color: var(--text-dark); margin-bottom: 15px; font-weight: 600; } .ready-set-item-desc { color: var(--text-light); font-size: 1rem; line-height: 1.6; } .ready-set-footer { padding: 0 40px 40px; text-align: center; } .ready-set-notice { background: rgba(0, 85, 165, 0.05); border: 1px dashed rgba(0, 85, 165, 0.3); border-radius: 10px; padding: 25px; display: flex; align-items: center; justify-content: center; gap: 20px; flex-direction: column; } .ready-set-notice-header { display: flex; align-items: center; gap: 15px; } .ready-set-notice-header i { color: var(--success); font-size: 24px; } .ready-set-notice-header p { margin: 0; font-size: 1.2rem; font-weight: 600; color: var(--text-dark); } .ready-set-notice-text { margin: 0; color: var(--text-light); font-size: 1rem; max-width: 700px; } .laptop-specs-heading { text-align: center; margin: 50px 0 40px; } .laptop-specs-heading h2 { font-size: 2.2rem; font-weight: 700; margin-bottom: 25px; position: relative; display: inline-block; color: var(--text-dark); } .laptop-specs-heading h2::after { content: ''; position: absolute; bottom: -15px; left: 50%; transform: translateX(-50%); width: 80px; height: 3px; background: linear-gradient(90deg, rgba(0,85,165,0), #0055a5, rgba(0,85,165,0)); } .laptop-specs-heading p { font-size: 1.1rem; color: var(--text-light); max-width: 600px; margin: 0 auto; line-height: 1.6; } .laptop-specs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; } .laptop-spec-item { background: #fff; border-radius: 15px; padding: 25px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); text-align: center; transition: all 0.3s ease; } .laptop-spec-item:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 85, 165, 0.1); } .laptop-spec-icon { margin-bottom: 15px; color: var(--primary); } .laptop-spec-icon i { font-size: 28px; } .laptop-spec-title { font-size: 1.1rem; margin-bottom: 10px; color: var(--text-dark); font-weight: 600; } .laptop-spec-value { color: var(--text-light); font-size: 0.95rem; margin: 0; } .set-advantage { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); border-radius: 15px; padding: 30px; color: white; text-align: center; margin-top: 30px; } .set-advantage h3 { font-size: 1.6rem; margin-bottom: 15px; font-weight: 700; } .set-advantage p { font-size: 1.1rem; margin-bottom: 0; max-width: 800px; margin-left: auto; margin-right: auto; opacity: 0.9; } @media (max-width: 992px) { .laptop-specs-grid, .ready-set-content { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 576px) { .laptop-specs-grid, .ready-set-content { grid-template-columns: 1fr; } .ready-set-header h3 { font-size: 1.5rem; } .ready-set-header p { font-size: 1rem; } .ready-set-item { padding: 20px; } .ready-set-icon { width: 60px; height: 60px; } .ready-set-icon i { font-size: 24px; } .ready-set-item-title { font-size: 1.1rem; } .ready-set-notice-header p { font-size: 1rem; } .laptop-specs-heading h2 { font-size: 1.8rem; } .laptop-specs-heading p { font-size: 1rem; } .set-advantage h3 { font-size: 1.4rem; } .set-advantage p { font-size: 1rem; } } /* YENİ Hazır Set Stilleri */ .ready-set-section-new { padding: 100px 0; background: var(--light-bg); } .page-container { max-width: 1400px; margin: 0 auto; padding: 0 20px; } .section-heading-new { text-align: center; margin-bottom: 60px; } .section-subtitle-new { display: block; font-size: 0.9rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; } .section-title-new { font-size: 2.5rem; font-weight: 700; color: var(--text-dark); margin-bottom: 20px; } .section-description-new { font-size: 1.1rem; color: var(--text-light); max-width: 700px; margin: 0 auto; line-height: 1.7; } .whats-in-box-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; } .box-item { background: #ffffff; border-radius: 15px; padding: 30px; text-align: center; box-shadow: 0 10px 30px rgba(0, 85, 165, 0.07); transition: all 0.3s ease; border: 1px solid rgba(0, 85, 165, 0.1); } .box-item:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 85, 165, 0.15); } .box-item-icon { font-size: 2.5rem; color: var(--primary); margin-bottom: 20px; } .box-item-title { font-size: 1.2rem; font-weight: 600; color: var(--text-dark); margin-bottom: 10px; } .box-item-desc { font-size: 0.95rem; color: var(--text-light); line-height: 1.6; } /* YENİ Laptop Teknik Özellikleri Stilleri */ .laptop-specs-section-new { padding: 100px 0; background: #ffffff; } .laptop-specs-content { display: flex; align-items: center; gap: 60px; } .laptop-specs-image { flex: 1; text-align: center; } .laptop-specs-image img { max-width: 100%; border-radius: 15px; box-shadow: 0 20px 50px rgba(0,0,0,0.1); } .laptop-specs-details { flex: 1; text-align: left; } .specs-list { list-style: none; padding: 0; margin-top: 30px; } .specs-list li { display: flex; align-items: center; font-size: 1.1rem; color: var(--text-dark); margin-bottom: 20px; } .specs-list li i { color: var(--primary); font-size: 1.5rem; margin-right: 20px; width: 30px; text-align: center; } .specs-list li strong { font-weight: 600; margin-right: 10px; } /* Neden Bu Seti Seçmelisiniz? Stilleri */ .why-choose-set-section { padding: 100px 0; background: var(--gradient-bg); } .why-choose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; } .why-choose-card { background: #ffffff; padding: 40px; border-radius: 15px; text-align: center; box-shadow: 0 10px 30px rgba(0, 85, 165, 0.07); border: 1px solid rgba(0, 85, 165, 0.1); } .why-choose-icon { font-size: 3rem; color: var(--success); margin-bottom: 25px; } .why-choose-title { font-size: 1.4rem; font-weight: 700; color: var(--text-dark); margin-bottom: 15px; } .why-choose-desc { font-size: 1rem; color: var(--text-light); line-height: 1.7; } .laptop-image-notice { font-size: 0.9rem; color: var(--text-light); margin-top: 20px; font-weight: 500; background-color: rgba(0, 85, 165, 0.05); border: 1px dashed rgba(0, 85, 165, 0.2); padding: 10px 15px; border-radius: 8px; display: inline-block; max-width: 90%; } @media (max-width: 992px) { .whats-in-box-grid { grid-template-columns: repeat(2, 1fr); } .laptop-specs-content { flex-direction: column; gap: 40px; text-align: center; } .laptop-specs-details { text-align: center; } .specs-list li { justify-content: center; } .why-choose-grid { grid-template-columns: 1fr; } } @media (max-width: 576px) { .whats-in-box-grid { grid-template-columns: 1fr; } .section-title-new { font-size: 2rem; } }



Mercedes C4
Arıza Tespit Cihazı Seti

Mercedes-Benz C4, DoIP destekli bir arıza tespit cihazıdır. Mercedes araçlarda fabrika kalitesinde tanılama, kodlama ve programlama yapmanızı sağlar. Yeni nesil araçlarla tam uyumludur.

Tüm Mercedes modelleriyle %100 uyumlu
DoIP ile ECU programlama
Yetkili servis düzeyinde teşhis

Yüksek Kalite Ürün
6 Ay Garanti
Servis Tipi Cihaz
Mercedes C4 DoIP Arıza Tespit Cihazı Seti
Mercedes C4 Arıza Tespit Cihazı
Mercedes C4 Arıza Tespit Cihazı Portları
Mercedes C4 Arıza Tespit Cihazı Kablo Seti
Mercedes C4 Arıza Tespit Cihazı Tam Set


Cihazı 360° İnceleyin
YÜKSEK KALİTE ÜRÜN

DoIP Destekli Arıza Tespit C4 Cihazı

Mercedes-Benz ve Maybach araçlar için geliştirilmiş, DoIP destekli, yüksek kaliteli bir arıza tespit cihazıdır. Tüm Mercedes modelleriyle uyumlu çalışır.

Yetkili servis cihazının özelliklerini sunan yüksek kaliteye sahiptir

DoIP desteği ile yüksek hızda veri transferi imkanı sunar

ECU'larda programlama, kodlama ve adaptasyon olanağı tanır

Wi-Fi özelliği sayesinde kablolu veya kablosuz olarak çalışabilir

Euro 6 motora sahip araçlarla uyumlu bir şekilde çalışır

Cihazın Genel Özellikleri

Mercedes C4, aracınızın tüm sistemleriyle etkileşime geçerek kapsamlı teşhis ve programlama yetenekleri sunar.

Lütfen dikkat: Belirtilen özelliklerin kullanılabilirliği, aracın modeline, yılına ve donanım seviyesine göre değişiklik gösterebilir.

Araç Yapılandırmasını Okuma

Anahtar Kodlama ve Ecu (Beyin) Programlama

Tüm Sistem Parçalarını Aktifleştirme ve Adaptasyon Yapma

Tüm Motor, Şase, Gövde ve Gösterge Modüllerini Kodlama

Modüllerden Hata Kodlarını Okuma ve Silme

Canlı Verileri Görüntüleme

EGR Testi ve DPF (Dizel Partikül Filtre) Rejenerasyonu

Enjektör Kodlama ve Enjektör Testi

Hava Yastığı Modül Active-Deaktive Testi

Otomatik Şanzıman Adaptasyonu

Hız Limit İptali Yapabilme

Ve Daha Fazlası...

CİHAZIN YETENEKLERİ

Profesyonel Çözümler ve Avantajlar

Mercedes-Benz C4 teşhis cihazı, binek, hafif ticari ve ağır vasıta araçların bakım ve onarımında yetkili servis düzeyinde profesyonel çözümler sunar.

Yetkili Servis Düzeyinde Teşhis

Mercedes-Benz araçlarında arıza tespiti, onarım ve bakım işlemlerini fabrika standartlarında gerçekleştirin.

Gelişmiş Kodlama ve Programlama

ECU programlama, SCN kodlama ve adaptasyon gibi kritik işlemleri güvenle yapın.

Geniş Araç Desteği

En yeni binek, ticari ve ağır vasıta Mercedes modelleriyle tam uyumluluk.

Performans ve Emisyon

DPF rejenerasyonu, AdBlue sistemi yönetimi ve EGR testi gibi işlemleri kolayca yapın.

Kablosuz Esneklik

Wi-Fi ile kablosuz çalışarak hareket özgürlüğü ve verimlilik kazanın.

Kullanıcı Dostu Arayüz

Türkçe dil desteği ve sezgisel Xentry yazılımı ile işlemleri hızlı ve hatasız tamamlayın.




Mercedes-Benz Logo

Teknik Özellikler

Mercedes-Benz C4 arıza tespit cihazı, DoIP teknolojisiyle geliştirilmiş yüksek kaliteli ve profesyonel bir tanılama sistemidir.


Donanım Özellikleri
Yazılım Özellikleri
Araç Uyumluluğu

Donanım Kalitesi

Yüksek kaliteli bileşenlerden üretilmiş donanım

Yüksek Kalite Cihaz

Dayanıklı Donanım

  • Mercedes-Benz araçlarla tam uyumlu tasarım
  • Yüksek kaliteli bileşenlerle oluşturulmuş dayanıklı yapı
  • Güvenilir ve stabil çalışma performansı
  • Güvenli ve sorunsuz bağlantı

Bağlantı Özellikleri

Çoklu bağlantı seçeneği

Kablolu & Kablosuz Kullanım

Çoklu Bağlantı

  • OBD-II port üzerinden kablolu bağlantı
  • Wi-Fi üzerinden yüksek hızlı veri transferi
  • Hareket özgürlüğü sağlayan kablosuz çalışma modu

DoIP Desteği

Yeni nesil iletişim protokolü

CAN & DoIP Destekli

DoIP Teknolojisi

  • Diagnostics over Internet Protocol (DoIP) desteği
  • Yüksek hızlı veri aktarımı ve teşhis
  • Yeni nesil araçlar için ethernet desteği
  • Modern Mercedes modelleriyle sorunsuz iletişim

Xentry Yazılımı

Orijinal Mercedes-Benz yazılımı

Türkçe Dil Desteği

Xentry Arayüzü

  • Türkçe dil desteği ile kolay kullanım
  • Sezgisel kullanıcı arayüzü ve menü yapısı
  • Kapsamlı teknik dokümantasyon desteği
  • Yetkili servis ile aynı yazılım altyapısı

Programlama

Gelişmiş ECU programlama imkanı

SCN Kodlama Desteği

ECU Programlama

  • ECU'larda programlama ve kodlama
  • Online bayi hesabı ile SCN kodlama
  • Kontrol ünitelerinde adaptasyon yapabilme
  • Enjektör kodlama ve kalibrasyon işlemleri

İşletim Sistemi

Windows 10 64-Bit uyumluluğu

Windows 10 Pro Destekli

Windows Uyumluluğu

  • Windows 10 64-Bit Pro ile uyumlu
  • Optimum performans için tasarlanmış
  • Düşük sistem gereksinimleri
  • Stabil ve hızlı çalışan yazılım altyapısı

Binek Araç Desteği

Geniş model uyumluluğu

W206, W213, W212 ve Diğer Modeller

Binek Araçlar

  • W206, W213, W212, W207 modelleri ile uyumlu
  • W213FL ve W167 yeni nesil araçlar ile uyumlu
  • X Şase modelleriyle sorunsuz çalışır
  • C, E, S, A, B, ML ve diğer sınıf araçları destekler

Ticari Araç Desteği

Ağır vasıta uyumluluğu

Sprinter, Vito ve Ağır Vasıta

Ticari Araçlar

  • Vito Metris 447/705/706 modelleri ile uyumlu
  • Sprinter modellerinde teşhis imkanı
  • Ağır vasıta kumanda kutuları aktif olarak gelir
  • AdBlue yönetimi ve kontrolü yapabilme

Motor Uyumluluğu

Euro 6 motor desteği

Euro 6 ve Öncesi Tüm Motorlar

Motor Teknolojileri

  • Euro 6 emisyon standartlı motorlarla uyumlu
  • Benzinli ve dizel motor seçeneklerini destekler
  • AdBlue sistemlerine erişim ve kontrol imkanı
  • DPF rejenerasyon ve EGR testi yapabilme


Güvenli Teşhis

Orijinal Mercedes bağlantı protokolleri

Hızlı Bağlantı

DoIP ile yüksek hızlı veri transferi

Sistem Erişimi

Kontrol ünitelerine erişim

ECU Programlama

ECU birimlerini programlama

SCN Kodlama

Online bayi hesabı ile SCN kodlama

Türkçe Arayüz

Türkçe dil desteği ile kolay kullanım

Dayanıklı Donanım

Uzun ömürlü Bosch üretimi cihaz

Güvenli Teşhis

Orijinal Mercedes bağlantı protokolleri

Hızlı Bağlantı

DoIP ile yüksek hızlı veri transferi


Neden C4 Tercih Edilmelidir?

Bu yüksek kaliteli C4 arıza tespit cihazı, servislerin gücünü ve hassasiyetini atölyenize taşıyan eksiksiz bir profesyonel teşhis platformudur.

Yüksek Kalite ve Güvenilir

Yüksek kaliteli bileşenlerle üretilmiş, A+ kalite donanım. Aracınızın hassas elektronik sistemleriyle tam uyumlu ve güvenli iletişim sağlar.

DoIP Teknolojisi

DoIP (Diagnostics over IP) destei sayesinde en yeni nesil Mercedes modelleriyle (W206, W213, W167 vb.) bile yüksek hızda ve stabil bir bağlantı kurar.

Geniş Yazılım Uyumluluğu

Xentry, DAS, Vediamo ve DTS Monaco gibi tüm yetkili servis ve mühendislik yazılımlarıyla çalışarak size tam kontrol ve esneklik sunar.

Kapsamlı Onarım Yeteneği

Standart arıza okuma/silme işlemlerinin çok ötesinde; SCN kodlama, ECU programlama, adaptasyon ve kalibrasyon gibi ileri düzey işlemleri yapmanızı sağlar.

Piyasadaki düşük kaliteli veya standart multibrand cihazlar, aracınızın tüm sistemlerine erişemez ve kritik işlemlerde güvenlik riski oluşturabilir. Bu yüksek kalite C4 ise, DoIP teknolojisi ile her işlemi servis standartlarında, doğru ve güvenli bir şekilde yapmanızı sağlar. Atölyenizin prestijini ve müşteri memnuniyetini artırmak için en doğru yatırımdır.

YAZILIM UYUMLULUĞU

Geniş Yazılım Desteği

Mercedes C4 arıza tespit cihazı, aracınızla tam potansiyelde iletişim kurabilmeniz için en güncel ve kapsamlı yazılımlarla uyumlu çalışır.

Xentry Diagnosis

Yeni nesil Mercedes-Benz araçları için kullanılan, güncel ve detaylı teşhis yazılımıdır.

DAS

Daha eski model Mercedes-Benz araçları için kullanılan temel teşhis yazılımıdır.

WIS/ASRA

Onarım, bakım ve devre şeması bilgilerini içeren atölye bilgi sistemidir.

EPC

Mercedes-Benz araçlarının orijinal yedek parça katalogudur.

Vediamo

Mühendislik seviyesinde geliştirme ve kodlama için kullanılır.

DTS

Mühendislik seviyesinde geliştirme ve kodlama için kullanılır.


EKSİKSİZ ÇÖZÜM

Kutudan Çıkar, Hemen Kullan

Mercedes C4 Doip arıza tespit cihazınız, tüm bileşenleri kurulu ve yapılandırılmış, tamamen kullanıma hazır bir set halinde gelir.

Mercedes C4 Doip Cihaz

DoIP destekli, yüksek kaliteli arayüz ile en yeni Mercedes araçlarında bile tam yetki.

Yüksek Performanslı Laptop

Mercedes yazılımlarını sorunsuz çalıştıracak şekilde optimize edilmiş, güçlü bir dizüstü bilgisayar.

Kurulu Yazılım Paketi

En güncel Xentry, DAS ve diğer gerekli tüm Mercedes yazılımları kullanıma hazır.

Dayanıklı Taşıma Çantası

Tüm ekipmanınızı güvenle saklamanız ve taşımanız için tasarlanmış özel çanta.

Laptop Teknik Özellikleri

Mercedes C4 Arıza Tespit Cihazı Seti ile Gelen Laptop

Görseldeki resim temsilidir. Satın almadan önce lütfen iletişime geçiniz.

GÜÇLÜ DONANIM

Performans İçin Optimize Edildi

Bu setle birlikte gelen dizüstü bilgisayar, Mercedes teşhis yazılımlarının gerektirdiği tüm teknik özelliklere sahiptir ve maksimum performans için özel olarak yapılandırılmıştır. Bu sayede, en karmaşık teşhis ve programlama işlemlerini bile hızlı ve kesintisiz bir şekilde gerçekleştirebilirsiniz. Not: Laptop ikinci el üründür.

  • İşlemci: Intel Core i5
  • RAM: 8GB DDR3 - DDR4 Bellek
  • Depolama: 256GB SSD
  • Ekran: 15.6" Full HD Ekran
  • İşletim Sistemi: Windows 10 Pro 64-Bit
  • Batarya: Uzun Ömürlü Batarya


Kutu İçeriği

Mercedes C4 Arıza Tespit Cihazı setinizde, profesyonel teşhis için gereken tüm donanımlar eksiksiz olarak yer almaktadır.

Mercedes C4 Arıza Tespit Cihazı Set İçeriği

Setin İçindekiler:

  • Mercedes C4 Arıza Tespit Cihazı
  • Windows 10 Pro Yüklü Laptop
  • Mercedes Yazılımları (Kurulu)
  • OBD-II Bağlantı Kablosu
  • Ethernet LAN Kablosu
  • Dayanıklı Plastik Taşıma Çantası


Sıkça Sorulan Sorular

Mercedes C4 Arıza Tespit Cihazı hakkında merak edilenler.


Yazılım Pakete Dahil mi?

Evet, bu set içerisinde Mercedes C4 donanımının yanı sıra kurulumu yapılmış Xentry yazılımı, Windows 10 Pro yüklü laptop ve taşıma çantası da yer almaktadır. Seti aldığınız anda herhangi bir ek kurulum gerektirmeden hemen kullanmaya başlayabilirsiniz.


DoIP Desteği Nedir ve Ne İşe Yarar?

DoIP (Diagnostics over Internet Protocol), yeni nesil Mercedes-Benz araçlarında kullanılan gelişmiş bir iletişim protokolüdür. Bu teknoloji, Ethernet üzerinden çok daha hızlı veri transferi sağlayarak, özellikle 2016 sonrası üretilen modellerdeki karmaşık sistemlere tam erişim ve daha hızlı teşhis imkanı sunar.


Online SCN Kodlama Yapılabilir mi?

Evet, bu cihaz ile online SCN kodlama yapabilirsiniz. Ancak bu işlem, yetkili bir Mercedes-Benz online bayi hesabı (kullanıcı adı ve şifre) gerektirir. Cihazımız, bu hesap ile Mercedes sunucularına güvenli bir şekilde bağlanarak SCN kodlama işlemlerini gerçekleştirmenizi sağlar.


Cihazın Garanti Koşulları Nelerdir?

Cihazımız, fabrikasyon hatalarına karşı 6 ay boyunca garantilidir. Garanti, kullanıcı hatasından kaynaklanan (düşürme, sıvı teması, yanlış voltaj verme vb.) durumları kapsamamaktadır. Not: Laptop ikinci el üründür ve 3 ay garantilidir.


Destek ve İletişim

C4 ile ilgili her türlü soru ve destek talebiniz için otoeko.com yanınızda. Size yardımcı olmaktan mutluluk duyarız.

Telefon Desteği

Mesai saatleri içinde teknik destek ve sipariş için telefonla bize ulaşabilirsiniz.

0850 532 0550

E-posta Desteği

Tüm sorularınız için 7/24 e-posta gönderebilirsiniz, size en kısa sürede dönüş yapacağız.

info@otoeko.com

WhatsApp Destek Hattı

Anlık sorularınız ve hızlı destek için WhatsApp üzerinden bize hemen yazabilirsiniz.

Hemen Ulaşın


Mercedes C4 Arıza Tespit Cihazı



Axess 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.772,58 ₺ 49.545,16 ₺
3 تقسيط 16.853,09 ₺ 50.559,27 ₺
4 تقسيط 12.901,60 ₺ 51.606,40 ₺
5 تقسيط 10.537,31 ₺ 52.686,54 ₺
6 تقسيط 8.968,19 ₺ 53.809,14 ₺
7 تقسيط 7.857,50 ₺ 55.002,49 ₺
8 تقسيط 7.023,89 ₺ 56.191,12 ₺
9 تقسيط 6.380,24 ₺ 57.422,20 ₺
10 تقسيط 5.871,46 ₺ 58.714,60 ₺
11 تقسيط 5.455,61 ₺ 60.011,72 ₺
12 تقسيط 5.113,00 ₺ 61.356,00 ₺
Bonus 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.772,58 ₺ 49.545,16 ₺
3 تقسيط 16.849,95 ₺ 50.549,84 ₺
4 تقسيط 12.896,88 ₺ 51.587,53 ₺
5 تقسيط 10.529,76 ₺ 52.648,81 ₺
6 تقسيط 8.960,33 ₺ 53.761,97 ₺
7 تقسيط 7.846,72 ₺ 54.927,02 ₺
8 تقسيط 7.013,28 ₺ 56.106,22 ₺
9 تقسيط 6.367,67 ₺ 57.309,00 ₺
10 تقسيط 5.858,25 ₺ 58.582,53 ₺
11 تقسيط 5.441,46 ₺ 59.856,07 ₺
12 تقسيط 5.097,67 ₺ 61.172,05 ₺
Paraf 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.590,99 ₺ 49.181,97 ₺
3 تقسيط 16.700,58 ₺ 50.101,74 ₺
4 تقسيط 12.757,74 ₺ 51.030,95 ₺
5 تقسيط 10.394,86 ₺ 51.974,31 ₺
6 تقسيط 8.820,40 ₺ 52.922,38 ₺
7 تقسيط 7.700,50 ₺ 53.903,48 ₺
8 تقسيط 6.859,39 ₺ 54.875,13 ₺
9 تقسيط 6.204,15 ₺ 55.837,36 ₺
10 تقسيط 5.684,20 ₺ 56.842,04 ₺
11 تقسيط 5.255,79 ₺ 57.813,70 ₺
12 تقسيط 4.899,57 ₺ 58.794,79 ₺
World 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.831,54 ₺ 49.663,08 ₺
3 تقسيط 17.134,53 ₺ 51.403,58 ₺
4 تقسيط 13.138,62 ₺ 52.554,47 ₺
5 تقسيط 10.742,96 ₺ 53.714,80 ₺
6 تقسيط 9.146,64 ₺ 54.879,85 ₺
7 تقسيط 8.011,13 ₺ 56.077,92 ₺
8 تقسيط 7.156,55 ₺ 57.252,40 ₺
9 تقسيط 6.491,35 ₺ 58.422,16 ₺
10 تقسيط 5.962,97 ₺ 59.629,66 ₺
11 تقسيط 5.526,79 ₺ 60.794,71 ₺
12 تقسيط 5.163,71 ₺ 61.964,47 ₺
Maximum 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.772,58 ₺ 49.545,16 ₺
3 تقسيط 16.853,09 ₺ 50.559,27 ₺
4 تقسيط 12.901,60 ₺ 51.606,40 ₺
5 تقسيط 10.537,31 ₺ 52.686,54 ₺
6 تقسيط 8.968,19 ₺ 53.809,14 ₺
7 تقسيط 7.857,50 ₺ 55.002,49 ₺
8 تقسيط 7.023,89 ₺ 56.191,12 ₺
9 تقسيط 6.380,24 ₺ 57.422,20 ₺
10 تقسيط 5.871,46 ₺ 58.714,60 ₺
11 تقسيط 5.455,61 ₺ 60.011,72 ₺
12 تقسيط 5.113,00 ₺ 61.356,00 ₺
BankKart 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.727,77 ₺ 49.455,54 ₺
3 تقسيط 16.818,50 ₺ 50.455,50 ₺
4 تقسيط 12.874,48 ₺ 51.497,91 ₺
5 تقسيط 10.512,78 ₺ 52.563,91 ₺
6 تقسيط 8.949,32 ₺ 53.695,94 ₺
7 تقسيط 7.833,91 ₺ 54.837,40 ₺
8 تقسيط 7.005,61 ₺ 56.044,90 ₺
9 تقسيط 6.357,71 ₺ 57.219,38 ₺
10 تقسيط 5.826,18 ₺ 58.261,79 ₺
11 تقسيط 5.421,74 ₺ 59.639,09 ₺
12 تقسيط 5.088,24 ₺ 61.058,85 ₺
CardFinans 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.772,58 ₺ 49.545,16 ₺
3 تقسيط 16.853,09 ₺ 50.559,27 ₺
4 تقسيط 12.901,60 ₺ 51.606,40 ₺
5 تقسيط 10.537,31 ₺ 52.686,54 ₺
6 تقسيط 8.968,19 ₺ 53.809,14 ₺
7 تقسيط 7.857,50 ₺ 55.002,49 ₺
8 تقسيط 7.023,89 ₺ 56.191,12 ₺
9 تقسيط 6.380,24 ₺ 57.422,20 ₺
10 تقسيط 5.871,46 ₺ 58.714,60 ₺
11 تقسيط 5.455,61 ₺ 60.011,72 ₺
12 تقسيط 5.113,00 ₺ 61.356,00 ₺
Kuveyt Türk 12 تقسيط
دفعة واحدة 47.167,90 ₺ 47.167,90 ₺
2 تقسيط 24.680,61 ₺ 49.361,21 ₺
3 تقسيط 16.761,90 ₺ 50.285,70 ₺
4 تقسيط 12.804,91 ₺ 51.219,62 ₺
5 تقسيط 10.433,54 ₺ 52.167,70 ₺
6 تقسيط 8.852,63 ₺ 53.115,77 ₺
7 تقسيط 7.728,12 ₺ 54.096,86 ₺
8 تقسيط 6.882,98 ₺ 55.063,81 ₺
9 تقسيط 6.225,64 ₺ 56.030,75 ₺
10 تقسيط 5.703,54 ₺ 57.035,42 ₺
11 تقسيط 5.273,80 ₺ 58.011,80 ₺
12 تقسيط 4.915,68 ₺ 58.988,18 ₺
اطلب قبل الساعة 4:00 مساءً، يُشحن في نفس اليوم!
الأسرع
1-2 أيام عمل
أعرق شركة شحن في تركيا. شبكة فروع واسعة في 81 مدينة مع تتبع لحظي.
200
اقتصادي
2-3 أيام عمل
واحدة من أكبر شبكات الشحن في تركيا مع أكثر من 5,500 فرع. توصيل سريع وبأسعار مناسبة.
175
شائع
2-3 أيام عمل
اختر الوقت المناسب لاستلام طلبك. بنية تقنية متطورة مع إشعارات فورية.
125
شحن في نفس اليوم الطلبات قبل 4 م أيام الأسبوع، 12 ظ السبت
مجاني فوق 30,000₺ بدون رسوم شحن للطلبات المحلية
67+ دولة عبر DHL، UPS، FedEx — 3-10 أيام عمل
استلام من المتجر أنطاليا مراد باشا مجاني
فريقنا المحترف يغلف كل منتج بعناية ويضمن وصوله بأمان إلى باب منزلك.

لم يتم طرح أي أسئلة حول هذا المنتج بعد.

كن أول من يسأل!

اطرح سؤالاً

لا توجد تقييمات بعد

هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.

خصوصيتك محمية
يستغرق ثوانٍ فقط
ساعد المجتمع

اكتب مراجعة

تقييمك
حد أقصى 3 صور، 5 ميغابايت
رمز المنتج OTO0256
الباركود OTO0256
1/9
إشعار ملفات تعريف الارتباط

نستخدم ملفات تعريف الارتباط لتقديم أفضل تجربة تسوق لك. تساعدنا ملفات تعريف الارتباط على تذكر تفضيلاتك وتحسين خدماتنا. لمزيد من التفاصيل، راجع سياسة ملفات تعريف الارتباط