Skip to content

My Cart

JDiag M200 Pro Motosiklet Arıza Tespit Cihazı / Türkçe

No reviews yet
| SKU: OTO0304 | |

JDiag M200 Motosiklet Arıza Tespit Cihazı, JDiag firması tarafından motosikletlerde teşhis yapabilmeniz için imal edilmiş profesyonel bir Arıza Tespit Cihazıdır. Wi-Fi üzerinde ücretsiz güncellenebilir yazılım desteği sayesinden en yeni çıkan ve gelecekte çıkacak olan motosikletleri destekleyecektir.

21.133,90 ₺ 37.237,90 ₺
In stock
This product has a 43% discount.
16.104,00 ₺ savings
Ask Us on WhatsApp Get quick response, price & stock info
Have a question about this product? Ask your question and we'll answer as soon as possible.
Customer Satisfaction You Come First
Secure Payment 3D Secure / SSL
Same Day Shipping Fast Delivery
24/7 Support Always Here for You






JDiag M200 Pro - Profesyonel Motosiklet Arıza Tespit Cihazı


* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; } :root { --primary: #4CAF50; --primary-light: #8BC34A; --primary-dark: #388E3C; --background: #FFFFFF; --text: #333333; --light-gray: #F5F5F5; --medium-gray: #E0E0E0; --dark-gray: #757575; --border-radius: 20px; --box-shadow: 0 4px 15px rgba(0,0,0,0.1); } body { font-family: 'Poppins', sans-serif; color: var(--text); background-color: var(--background); padding: 0; margin: 0; overflow-x: hidden; width: 100%; } #jdiag-m200-pro .container { width: 100%; overflow: hidden; } /* Hero Section Styles */ #jdiag-m200-pro .hero-section { position: relative; overflow: hidden; width: 100%; background-color: var(--primary); padding: 50px 0 70px; } #jdiag-m200-pro .wave-shape { position: absolute; bottom: 0; left: 0; width: 100%; height: 80px; background: var(--background); border-radius: 100% 100% 0 0; } #jdiag-m200-pro .hero-content { text-align: center; padding: 0 20px; margin-bottom: 30px; max-width: 100%; width: 100%; position: relative; z-index: 2; } #jdiag-m200-pro .product-title { color: white; font-size: 32px; font-weight: 800; margin-bottom: 15px; line-height: 1.2; } #jdiag-m200-pro .product-subtitle { color: rgba(255,255,255,0.9); font-size: 16px; line-height: 1.5; margin: 0 auto 25px; max-width: 85%; } /* Gallery Styles */ #jdiag-m200-pro .gallery-wrapper { width: 100%; max-width: 500px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; } #jdiag-m200-pro .gallery-container { position: relative; width: 100%; border-radius: 20px; overflow: hidden; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.1) inset; margin-bottom: 25px; transform-style: preserve-3d; perspective: 1000px; } #jdiag-m200-pro .gallery-slider { position: relative; width: 100%; height: 350px; overflow: hidden; } #jdiag-m200-pro .slide { position: absolute; width: 100%; height: 100%; opacity: 0; transform: translateX(100%) scale(0.85) rotateY(10deg); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); display: flex; align-items: center; justify-content: center; padding: 15px; } #jdiag-m200-pro .slide.prev { opacity: 0.3; transform: translateX(-30%) scale(0.85) rotateY(-10deg); z-index: 1; filter: blur(2px); } #jdiag-m200-pro .slide.active { opacity: 1; transform: translateX(0) scale(1) rotateY(0); z-index: 2; filter: blur(0); } #jdiag-m200-pro .slide.next { opacity: 0.3; transform: translateX(30%) scale(0.85) rotateY(10deg); z-index: 1; filter: blur(2px); } #jdiag-m200-pro .slide img { max-width: 100%; max-height: 100%; object-fit: contain; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); transition: transform 0.5s ease; transform-style: preserve-3d; } #jdiag-m200-pro .slide.active img { transform: translateZ(30px); } #jdiag-m200-pro .slide-content { display: none; /* Hide captions on slides */ } #jdiag-m200-pro .gallery-nav { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; z-index: 10; padding: 0 15px; transform: translateY(-50%); } #jdiag-m200-pro .nav-btn { width: 44px; height: 44px; background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: white; font-size: 18px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; } #jdiag-m200-pro .nav-btn:hover { background: rgba(255, 255, 255, 0.4); transform: scale(1.1); } #jdiag-m200-pro .fullscreen-btn { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; background: rgba(255, 255, 255, 0.25); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: white; font-size: 18px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; z-index: 10; } #jdiag-m200-pro .fullscreen-btn:hover { background: rgba(255, 255, 255, 0.4); transform: scale(1.1); } #jdiag-m200-pro .gallery-pagination { position: absolute; bottom: 15px; left: 0; width: 100%; display: flex; justify-content: center; gap: 8px; z-index: 5; } #jdiag-m200-pro .pagination-dot { width: 30px; height: 4px; background: rgba(255, 255, 255, 0.4); border-radius: 2px; cursor: pointer; transition: all 0.3s ease; position: relative; overflow: hidden; } #jdiag-m200-pro .pagination-dot::after { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: white; transition: width 0.3s ease; } #jdiag-m200-pro .pagination-dot.active { background: rgba(255, 255, 255, 0.2); width: 50px; } #jdiag-m200-pro .pagination-dot.active::after { width: 100%; animation: progress 5s linear; } @keyframes progress { 0% { width: 0; } 100% { width: 100%; } } #jdiag-m200-pro .thumbnails-container { display: flex; justify-content: flex-start; /* Align to start */ gap: 10px; margin-top: 10px; perspective: 600px; padding: 5px 10px; /* Adjust padding */ overflow-x: auto; /* Enable horizontal scroll */ -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */ scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.3) transparent; } #jdiag-m200-pro .thumbnails-container::-webkit-scrollbar { height: 4px; } #jdiag-m200-pro .thumbnails-container::-webkit-scrollbar-track { background: transparent; } #jdiag-m200-pro .thumbnails-container::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.3); border-radius: 10px; } #jdiag-m200-pro .thumbnail { flex-shrink: 0; /* Prevent thumbnails from shrinking */ } #jdiag-m200-pro .thumbnail { width: 60px; height: 60px; border-radius: 10px; overflow: hidden; cursor: pointer; position: relative; transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); border: 3px solid transparent; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); transform-style: preserve-3d; } #jdiag-m200-pro .thumbnail.active { border-color: white; transform: translateY(-8px) scale(1.05) rotateX(5deg); box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); } #jdiag-m200-pro .thumbnail:hover:not(.active) { transform: translateY(-5px) scale(1.03) rotateX(5deg); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12); } #jdiag-m200-pro .thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; } #jdiag-m200-pro .thumbnail:hover img { transform: scale(1.1); } #jdiag-m200-pro .thumbnail::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 50%); z-index: 1; opacity: 0; transition: opacity 0.3s ease; } #jdiag-m200-pro .thumbnail:hover::before { opacity: 1; } /* Fullscreen Modal */ #jdiag-m200-pro .fullscreen-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.95); z-index: 1000; opacity: 0; transition: opacity 0.4s ease; } #jdiag-m200-pro .fullscreen-modal.active { display: flex; opacity: 1; align-items: center; justify-content: center; } #jdiag-m200-pro .fullscreen-content { position: relative; width: 95%; height: 95%; display: flex; align-items: center; justify-content: center; flex-direction: column; } #jdiag-m200-pro .fullscreen-slider { position: relative; width: 100%; height: 85%; display: flex; align-items: center; justify-content: center; overflow: hidden; } #jdiag-m200-pro .fullscreen-slide { position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; opacity: 0; transform: translateX(100%); transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); } #jdiag-m200-pro .fullscreen-slide.active { opacity: 1; transform: translateX(0); } #jdiag-m200-pro .fullscreen-slide.prev { opacity: 0; transform: translateX(-100%); } #jdiag-m200-pro .fullscreen-img { max-width: 90%; max-height: 85%; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); transition: transform 0.3s ease; } #jdiag-m200-pro .fullscreen-img:hover { transform: scale(1.02); } #jdiag-m200-pro .fs-caption { color: white; font-size: 16px; margin-top: 15px; text-align: center; opacity: 0.9; } #jdiag-m200-pro .fs-nav { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; padding: 0 20px; transform: translateY(-50%); z-index: 10; } #jdiag-m200-pro .fs-nav-btn { width: 50px; height: 50px; background: rgba(255, 255, 255, 0.1); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: white; font-size: 22px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; } #jdiag-m200-pro .fs-nav-btn:hover { background: rgba(255, 255, 255, 0.2); transform: scale(1.1); } #jdiag-m200-pro .close-modal { position: absolute; top: 20px; right: 20px; width: 50px; height: 50px; background: rgba(255, 255, 255, 0.1); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; color: white; font-size: 22px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; z-index: 20; } #jdiag-m200-pro .close-modal:hover { background: rgba(255, 255, 255, 0.2); transform: scale(1.1) rotate(90deg); } #jdiag-m200-pro .fullscreen-counter { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: white; font-size: 16px; background: rgba(0, 0, 0, 0.5); padding: 8px 20px; border-radius: 30px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); } #jdiag-m200-pro .fullscreen-thumbnails { display: flex; justify-content: center; gap: 10px; margin-top: 20px; width: 100%; max-width: 500px; overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.2) transparent; padding: 10px 0; } #jdiag-m200-pro .fullscreen-thumbnails::-webkit-scrollbar { height: 5px; } #jdiag-m200-pro .fullscreen-thumbnails::-webkit-scrollbar-track { background: transparent; } #jdiag-m200-pro .fullscreen-thumbnails::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 10px; } #jdiag-m200-pro .fs-thumbnail { width: 70px; height: 70px; border-radius: 8px; overflow: hidden; cursor: pointer; transition: all 0.3s ease; border: 2px solid transparent; opacity: 0.6; } #jdiag-m200-pro .fs-thumbnail.active { border-color: white; transform: scale(1.1); opacity: 1; } #jdiag-m200-pro .fs-thumbnail:hover:not(.active) { opacity: 0.8; transform: scale(1.05); } #jdiag-m200-pro .fs-thumbnail img { width: 100%; height: 100%; object-fit: cover; } /* Decorative Elements */ #jdiag-m200-pro .processor-decoration { position: absolute; width: 150px; height: 150px; background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%); border-radius: 20px; transform: rotate(45deg); z-index: 1; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); opacity: 0.3; } #jdiag-m200-pro .processor-decoration:nth-child(1) { top: -30px; right: 10%; animation: float 10s ease-in-out infinite; } #jdiag-m200-pro .processor-decoration:nth-child(2) { bottom: 10%; left: -50px; width: 100px; height: 100px; animation: float 7s ease-in-out infinite 1s; } @keyframes float { 0%, 100% { transform: rotate(45deg) translate(0, 0); } 50% { transform: rotate(45deg) translate(10px, -10px); } } /* Features Section */ #jdiag-m200-pro .features-section { padding: 20px; background: white; position: relative; z-index: 2; box-shadow: 0 -5px 20px rgba(0,0,0,0.1); text-align: center; margin-top: -60px; } #jdiag-m200-pro .section-title { color: var(--primary); font-size: 20px; font-weight: 700; margin-bottom: 20px; display: inline-block; position: relative; } #jdiag-m200-pro .section-title::after { content: ''; position: absolute; width: 40%; height: 3px; background: var(--primary); bottom: -5px; left: 30%; } #jdiag-m200-pro .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 30px; padding: 0 10px; } #jdiag-m200-pro .feature-card { background: var(--light-gray); border-radius: 12px; padding: 15px 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: all 0.3s ease; height: 110px; } #jdiag-m200-pro .feature-card:hover { transform: translateY(-3px); box-shadow: 0 5px 15px rgba(0,0,0,0.1); } #jdiag-m200-pro .feature-icon { color: var(--primary); font-size: 28px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; height: 35px; } #jdiag-m200-pro .feature-text { font-size: 14px; font-weight: 500; color: var(--text); width: 100%; margin-top: auto; display: flex; align-items: center; justify-content: center; flex-grow: 1; line-height: 1.3; } /* Brands Section */ #jdiag-m200-pro .brands-section { padding: 20px; text-align: center; margin-bottom: 20px; } #jdiag-m200-pro .brands-container { position: relative; overflow: hidden; padding: 15px 0; width: 100%; } #jdiag-m200-pro .brands-container::before, #jdiag-m200-pro .brands-container::after { content: ""; position: absolute; top: 0; width: 60px; height: 100%; z-index: 2; } #jdiag-m200-pro .brands-container::before { left: 0; background: linear-gradient(90deg, white 0%, rgba(255,255,255,0) 100%); } #jdiag-m200-pro .brands-container::after { right: 0; background: linear-gradient(90deg, rgba(255,255,255,0) 0%, white 100%); } #jdiag-m200-pro .brands-track { display: flex; width: max-content; position: relative; } #jdiag-m200-pro .brands-track-inner { display: flex; position: relative; align-items: center; } #jdiag-m200-pro .brand-item { display: flex; align-items: center; justify-content: center; width: 100px; height: 60px; margin: 0 15px; background: transparent; border-radius: 8px; padding: 8px; flex-shrink: 0; box-shadow: none; } #jdiag-m200-pro .brand-item img { max-width: 100%; height: 40px; /* Set a fixed height */ object-fit: contain; filter: none; } /* Detail Sections */ #jdiag-m200-pro .detail-section { padding: 40px 20px; background-color: white; } #jdiag-m200-pro .detail-section:nth-child(even) { background-color: var(--light-gray); } #jdiag-m200-pro .detail-container { max-width: 1140px; margin: 0 auto; } #jdiag-m200-pro .detail-header { text-align: center; margin-bottom: 30px; } #jdiag-m200-pro .detail-title { font-size: 24px; font-weight: 700; color: var(--primary); margin-bottom: 10px; } #jdiag-m200-pro .detail-subtitle { font-size: 16px; color: var(--dark-gray); max-width: 600px; margin: 0 auto; line-height: 1.6; } #jdiag-m200-pro .detail-content { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; } #jdiag-m200-pro .detail-text { flex: 1 1 400px; } #jdiag-m200-pro .detail-image { flex: 1 1 400px; border-radius: var(--border-radius); overflow: hidden; box-shadow: var(--box-shadow); } #jdiag-m200-pro .detail-image img { width: 100%; height: auto; display: block; } #jdiag-m200-pro .detail-text p { margin-bottom: 15px; line-height: 1.6; color: var(--dark-gray); } #jdiag-m200-pro .detail-text p:last-child { margin-bottom: 0; } #jdiag-m200-pro .detail-list { list-style: none; padding: 0; margin: 0 0 20px 0; } #jdiag-m200-pro .detail-item { padding: 8px 0; display: flex; align-items: center; border-bottom: 1px solid var(--medium-gray); } #jdiag-m200-pro .detail-item:last-child { border-bottom: none; } #jdiag-m200-pro .detail-item i { color: var(--primary); margin-right: 10px; font-size: 16px; flex-shrink: 0; } #jdiag-m200-pro .detail-highlight { color: var(--primary); font-weight: 600; } /* How It Works Section - Mobil Uyumlu */ #jdiag-m200-pro .how-it-works { padding: 40px 20px; text-align: center; background-color: var(--light-gray); } #jdiag-m200-pro .steps-container { display: flex; flex-direction: column; /* Mobilde dikey yerleşim */ justify-content: center; max-width: 1140px; margin: 30px auto 0; gap: 20px; } #jdiag-m200-pro .step-card { background-color: white; border-radius: var(--border-radius); padding: 25px 20px; position: relative; text-align: center; transition: all 0.3s ease; box-shadow: var(--box-shadow); width: 100%; /* Mobilde tam genişlik */ } #jdiag-m200-pro .step-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); } #jdiag-m200-pro .step-icon { font-size: 30px; color: var(--primary); margin-bottom: 10px; } #jdiag-m200-pro .step-title { font-weight: 600; font-size: 18px; margin-bottom: 12px; } #jdiag-m200-pro .step-description { color: var(--dark-gray); line-height: 1.6; } /* Yeni FAQ Bölümü Stilleri */ #jdiag-m200-pro .faq-section { padding: 40px 20px; background-color: white; text-align: center; } #jdiag-m200-pro .faq-container { max-width: 800px; margin: 30px auto 0; } #jdiag-m200-pro .faq-item { margin-bottom: 15px; border-radius: 10px; background-color: white; box-shadow: 0 3px 10px rgba(0,0,0,0.08); overflow: hidden; } #jdiag-m200-pro .faq-question { padding: 18px 25px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 600; transition: all 0.3s ease; } #jdiag-m200-pro .faq-question span { flex: 1; text-align: left; font-size: 16px; color: #333; } #jdiag-m200-pro .faq-question i { color: var(--primary); font-size: 14px; transition: all 0.3s ease; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background-color: rgba(76, 175, 80, 0.1); } #jdiag-m200-pro .faq-answer { max-height: 0; overflow: hidden; transition: all 0.3s ease; } #jdiag-m200-pro .faq-answer-content { padding: 0 25px 20px; line-height: 1.6; color: #666; text-align: left; } #jdiag-m200-pro .faq-item.active .faq-question { color: var(--primary); background-color: rgba(76, 175, 80, 0.05); } #jdiag-m200-pro .faq-item.active .faq-question i { transform: rotate(45deg); background-color: var(--primary); color: white; } #jdiag-m200-pro .faq-item.active .faq-answer { max-height: 300px; } /* NEW Luxury Package Selection Section */ #jdiag-m200-pro .packages-section { padding: 50px 0 80px; background: linear-gradient(135deg, #1E3B29 0%, #2A5738 100%); position: relative; overflow: hidden; color: white; } #jdiag-m200-pro .packages-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('https://otoeko.com/wp-content/uploads/2023/11/jdiag-pattern.webp'); background-size: cover; opacity: 0.05; z-index: 0; } #jdiag-m200-pro .packages-decoration { position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(139, 195, 74, 0.1) 0%, rgba(139, 195, 74, 0) 70%); z-index: 1; } #jdiag-m200-pro .packages-decoration:nth-child(1) { top: -200px; left: -200px; } #jdiag-m200-pro .packages-decoration:nth-child(2) { bottom: -300px; right: -200px; } #jdiag-m200-pro .packages-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative; z-index: 2; } #jdiag-m200-pro .packages-header { text-align: center; margin-bottom: 50px; } #jdiag-m200-pro .packages-title { font-size: 32px; font-weight: 800; margin-bottom: 15px; background: linear-gradient(90deg, #8BC34A 0%, #4CAF50 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: inline-block; } #jdiag-m200-pro .packages-subtitle { font-size: 16px; color: rgba(255, 255, 255, 0.8); max-width: 600px; margin: 0 auto; line-height: 1.6; } #jdiag-m200-pro .packages-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; } #jdiag-m200-pro .package-card-container { perspective: 1500px; flex: 1 1 300px; max-width: 360px; min-height: 450px; } #jdiag-m200-pro .package-card { width: 100%; height: 100%; position: relative; transition: transform 0.8s; transform-style: preserve-3d; cursor: pointer; } #jdiag-m200-pro .package-card-container:hover .package-card { transform: rotateY(180deg); } #jdiag-m200-pro .package-front, #jdiag-m200-pro .package-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; } #jdiag-m200-pro .package-front { background: rgba(30, 59, 41, 0.85); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); } #jdiag-m200-pro .package-back { background: rgba(42, 87, 56, 0.95); transform: rotateY(180deg); padding: 25px; justify-content: center; align-items: center; } #jdiag-m200-pro .package-back-title { font-size: 20px; font-weight: 700; margin-bottom: 15px; color: white; border-bottom: 2px solid var(--primary-light); padding-bottom: 10px; width: 100%; text-align: center; } #jdiag-m200-pro .package-back-list { list-style: none; padding: 0; width: 100%; text-align: left; font-size: 14px; max-height: 350px; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--primary-light) transparent; } #jdiag-m200-pro .package-back-list::-webkit-scrollbar { width: 5px; } #jdiag-m200-pro .package-back-list::-webkit-scrollbar-track { background: transparent; } #jdiag-m200-pro .package-back-list::-webkit-scrollbar-thumb { background-color: var(--primary-light); border-radius: 10px; } #jdiag-m200-pro .package-back-list li { padding: 8px 5px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } #jdiag-m200-pro .package-back-list li:last-child { border-bottom: none; } #jdiag-m200-pro .package-back-list i { color: var(--primary-light); margin-right: 8px; } #jdiag-m200-pro .package-header { padding: 30px 25px 20px; text-align: center; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; } #jdiag-m200-pro .package-type { font-size: 22px; font-weight: 700; margin-bottom: 5px; color: white; } #jdiag-m200-pro .package-subtitle { font-size: 14px; color: rgba(255, 255, 255, 0.7); margin-bottom: 20px; } #jdiag-m200-pro .package-for { display: inline-block; background: rgba(255, 255, 255, 0.1); padding: 6px 15px; border-radius: 20px; font-size: 13px; margin-top: 15px; } #jdiag-m200-pro .package-for i { margin-right: 5px; color: #8BC34A; } #jdiag-m200-pro .package-body { padding: 25px; display: flex; flex-direction: column; flex-grow: 1; } #jdiag-m200-pro .package-description { font-size: 14px; color: rgba(255, 255, 255, 0.8); margin-bottom: 20px; line-height: 1.6; flex-grow: 1; } #jdiag-m200-pro .package-features { list-style: none; padding: 0; margin: 0 0 25px 0; } #jdiag-m200-pro .package-feature { display: flex; align-items: flex-start; margin-bottom: 15px; color: rgba(255, 255, 255, 0.9); font-size: 14px; } #jdiag-m200-pro .package-feature:last-child { margin-bottom: 0; } #jdiag-m200-pro .package-feature i { color: #8BC34A; margin-right: 10px; font-size: 16px; margin-top: 2px; } #jdiag-m200-pro .package-feature.not-included { color: rgba(255, 255, 255, 0.5); } #jdiag-m200-pro .package-feature.not-included i { color: rgba(255, 255, 255, 0.3); } #jdiag-m200-pro .package-feature span { flex: 1; } #jdiag-m200-pro .package-feature-highlight { display: inline-block; background: rgba(139, 195, 74, 0.2); color: #8BC34A; border-radius: 12px; padding: 3px 8px; font-size: 12px; font-weight: 600; margin-left: 5px; } #jdiag-m200-pro .flip-instruction { text-align: center; margin-top: auto; padding-top: 20px; font-size: 12px; color: rgba(255,255,255,0.6); } #jdiag-m200-pro .flip-instruction i { margin-left: 5px; } #jdiag-m200-pro .package-card-container.popular { transform: translateY(-10px) scale(1.05); } #jdiag-m200-pro .package-card-container.popular .package-front { border: 2px solid rgba(139, 195, 74, 0.3); } #jdiag-m200-pro .package-card-container.popular .package-front::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, #8BC34A 0%, #4CAF50 100%); } /* New Support Section Styles - Mobil Uyumlu */ #jdiag-m200-pro .support-section { padding: 40px 20px; background-color: #f8f9fa; } #jdiag-m200-pro .support-container { display: grid; grid-template-columns: 1fr; /* Mobilde tek sütun */ gap: 30px; max-width: 1140px; margin: 0 auto; } #jdiag-m200-pro .support-card { background: white; border-radius: 20px; padding: 35px 25px; text-align: center; box-shadow: 0 10px 30px rgba(0,0,0,0.07); transition: all 0.3s ease; display: flex; flex-direction: column; align-items: center; } #jdiag-m200-pro .support-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); } #jdiag-m200-pro .support-icon-wrapper { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; } #jdiag-m200-pro .support-icon-wrapper i { color: white; font-size: 30px; } #jdiag-m200-pro .support-title { font-size: 20px; font-weight: 600; margin-bottom: 15px; color: var(--text); } #jdiag-m200-pro .support-text { color: var(--dark-gray); line-height: 1.6; margin-bottom: 25px; flex-grow: 1; } #jdiag-m200-pro .support-button { display: inline-block; padding: 12px 30px; border-radius: 30px; color: white; text-decoration: none; font-weight: 600; transition: all 0.3s ease; width: 100%; /* Mobilde tam genişlik */ text-align: center; } #jdiag-m200-pro .support-button:hover { transform: scale(1.05); box-shadow: 0 8px 15px rgba(0,0,0,0.1); } /* Responsive Styles */ @media (max-width: 767px) { #jdiag-m200-pro .features-grid { grid-template-columns: repeat(2, 1fr); } #jdiag-m200-pro .detail-content { flex-direction: column; } #jdiag-m200-pro .detail-image { order: -1; /* Show image first on mobile */ } #jdiag-m200-pro .cta-button, #jdiag-m200-pro .secondary-button { display: block; width: 100%; margin: 10px 0; } #jdiag-m200-pro .package-card-container { flex: 1 1 100%; max-width: 100%; margin-bottom: 20px; perspective: none; } #jdiag-m200-pro .package-card { transform-style: flat; transition: none; height: auto; } #jdiag-m200-pro .package-card-container:hover .package-card, #jdiag-m200-pro .package-card-container.flipped .package-card { transform: none; } #jdiag-m200-pro .package-front, #jdiag-m200-pro .package-back { position: relative; -webkit-backface-visibility: visible; backface-visibility: visible; height: auto; } #jdiag-m200-pro .package-back { transform: none; margin-top: 20px; } #jdiag-m200-pro .package-card-container.popular { transform: translateY(0) scale(1); } #jdiag-m200-pro .packages-title { font-size: 28px; } #jdiag-m200-pro .flip-instruction { display: none; } #jdiag-m200-pro .steps-container { flex-direction: column; } #jdiag-m200-pro .support-container { grid-template-columns: 1fr; } } @media (min-width: 768px) { #jdiag-m200-pro .product-title { font-size: 44px; max-width: 700px; margin-left: auto; margin-right: auto; } #jdiag-m200-pro .product-subtitle { font-size: 18px; max-width: 600px; } #jdiag-m200-pro .gallery-wrapper { max-width: 600px; } #jdiag-m200-pro .gallery-slider { height: 400px; } #jdiag-m200-pro .thumbnail { width: 90px; height: 90px; } #jdiag-m200-pro .features-grid { grid-template-columns: repeat(3, 1fr); max-width: 800px; margin-left: auto; margin-right: auto; gap: 10px; } #jdiag-m200-pro .feature-card { height: 130px; } #jdiag-m200-pro .steps-container { flex-direction: row; /* Tablette ve masaüstünde yatay yerleşim */ justify-content: space-between; } #jdiag-m200-pro .step-card { margin-bottom: 0; height: 100%; flex: 1; } #jdiag-m200-pro .detail-content { flex-direction: row; } #jdiag-m200-pro .detail-content:nth-child(odd) .detail-image { order: 2; /* Image on right for odd sections */ } #jdiag-m200-pro .support-container { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Tablette ve masaüstünde grid */ } #jdiag-m200-pro .support-button { width: auto; /* Daha geniş ekranlarda otomatik genişlik */ } } @media (min-width: 1024px) { #jdiag-m200-pro .features-grid { grid-template-columns: repeat(3, 1fr); max-width: 900px; gap: 15px; } #jdiag-m200-pro .feature-card { height: 145px; } #jdiag-m200-pro .gallery-wrapper { max-width: 700px; } #jdiag-m200-pro .gallery-slider { height: 450px; } #jdiag-m200-pro .thumbnails-container { gap: 15px; } #jdiag-m200-pro .thumbnail { width: 100px; height: 100px; } }


JDiag M200 Pro

Profesyonel motosiklet servisleri ve tutkunları için tasarlanan JDiag M200 Pro, çift sistemli arıza tespiti ve akü analizinde yeni nesil teknoloji sunar. Motosikletinizin tüm potansiyelini ortaya çıkarın ve bakımını bir üst seviyeye taşıyın.


JDiag M200 Pro Ana Görsel
JDiag M200 Pro Fonksiyonlar
JDiag M200 Pro Remap
JDiag M200 Pro Cihaz
JDiag M200 Pro Set İçeriği






Thumbnail 1
Thumbnail 2
Thumbnail 3
Thumbnail 4
Thumbnail 5

JDiag M200 Pro Ana Görsel
JDiag M200 Pro Fonksiyonlar
JDiag M200 Pro Remap
JDiag M200 Pro Cihaz
JDiag M200 Pro Set İçeriği




Thumbnail 1
Thumbnail 2
Thumbnail 3
Thumbnail 4
Thumbnail 5


1 / 5

Öne Çıkan Özellikler

ECU Programlama
%97 Marka Uyumluluğu
Akü Test Sistemi
Aktüatör Testleri
Sinyal Simülasyonu
Ücretsiz Güncelleme

Çift Sistem Teknolojisi

Hem motosiklet arıza teşhisi hem de akü test sistemi tek bir cihazda

JDiag M200 Pro, M100 Pro'nun üzerine inşa edilmiş, devrim niteliğinde bir cihazdır. Sadece kapsamlı bir motosiklet arıza tespit cihazı olmakla kalmaz, aynı zamanda atölyenizdeki en güvenilir yardımcınız olacak profesyonel bir akü test sistemi olarak da çalışır. Bu çift sistemli yapı sayesinde, tek bir cihazla hem elektronik arızaları giderebilir hem de akü sağlığı hakkında detaylı analizler yapabilirsiniz.

  • Arıza Teşhisi: Mevcut ve bekleyen arıza kodlarını okuma ve silme, donmuş verileri görüntüleme
  • Canlı Veri Analizi: Motor devri, gaz kelebeği pozisyonu ve motor sıcaklığı gibi parametreleri grafiklerle izleme
  • Akü Testi: 12V/24V akülerin sağlığını, marş testlerini ve şarj sistemi testlerini yapabilme
  • Alternatör Kontrolü: Şarj sistemi performansını ve voltaj regülatörü çalışmasını test etme

JDiag M200 Pro Çift Sistem Analizi

Gelişmiş ECU Programlama

ECU bilgisi okuma, yazma ve yeniden eşleme (remap) yetenekleri

JDiag M200 Pro, standart teşhisin ötesine geçerek, özellikle Honda motosikletler için gelişmiş ECU yeniden eşleme (remap) ve programlama yetenekleri sunar. Bu güçlü özellik sayesinde, motosikletin performansını optimize edebilir, yakıt verimliliğini artırabilir ve sürüş deneyimini tamamen kişiselleştirebilirsiniz. M200 Pro, bu sayede sadece bir arıza tespit cihazı değil, aynı zamanda bir performans ayarlama istasyonudur.

ECU Bilgisi Okuma
İmmobilizer Kilit Açma
Hız Limiti Kaldırma
Enjektör Kodlama
CO Rölanti Ayarı
Motor Gücü Artırma

Not: Bu işlemler marka, model ve donanıma göre değişiklik göstermektedir.

Desteklenen Markalar

Honda
Yamaha
Suzuki
Kawasaki
BMW
KTM
SYM
Ducati
Benelli

Nasıl Çalışır?

1. Bağlantı Kurun

Uygun kabloyla cihazı motosikletinize bağlayın. M200 Pro, sistemi otomatik tarayarak saniyeler içinde teşhise hazır hale gelir.

2. Teşhis İşlemini Seçin

Renkli ekran ve Türkçe menülerle arıza okuma, canlı veri izleme veya ECU programlama gibi onlarca işlemden istediğinizi kolayca seçin.

3. Sonuçları Değerlendirin

Arıza kodlarını açıklamalarıyla görüntüleyin. Canlı verileri grafiklerle analiz ederek sorunun kaynağını hızla tespit edin ve raporları kaydedin.

Paket Seçenekleri

İhtiyacınıza ve motosiklet modelinize uygun kablo setine sahip paketi seçerek tam uyumluluk sağlayın

OBD Paket

Temel Teşhis Çözümü

OBD-II standardına sahip modern motosikletler için tasarlanmış bu paket, temel arıza tespiti ve silme işlemleri için en ekonomik ve pratik başlangıç çözümünü sunar.

  • JDiag M200 Pro Ana Cihaz
  • Kapsamlı Aksesuar Seti
  • Arıza Teşhis ve Silme
  • Ücretsiz Güncelleme

İçeriği görmek için dokunun

Paket İçeriği

  • JDiag M200 PRO Ana Ünite
  • Taşıma Çantası
  • Kullanım Kılavuzu
  • Röle Test Soketi
  • Termal Yazıcı Kağıdı
  • USB Güncelleme Kablosu
  • Çift Uçlu Type-C Kablo
  • MOTO-01: Ana Test Kablosu
  • MOTO-02: Akü Güç ve Test Kablosu
  • MOTO-03: OBD-16Pin Kablo
  • MOTO-04: Multiline (Universal Jump Cable)

Standart Paket

Çok Yönlü Teşhis Çözümü

Atölyenizde en sık karşılaştığınız popüler Asya ve Avrupa markaları için geniş kablo desteği sunan bu çok yönlü set ile teşhis kapasitenizi bir üst seviyeye taşıyın.

  • JDiag M200 Pro Ana Cihaz
  • 15 Adet Bağlantı Kablosu
  • ECU Programlama
  • Akü Test Sistemi
  • Ücretsiz Güncelleme

İçeriği görmek için dokunun

Paket İçeriği

  • OBD Paketin Tüm İçeriği
  • Euro 5 – 6 Pin Kablosu
  • Aprilla – 3 Pin + Honda – 4 Pin
  • Suzuki – 4 Pin (2 versiyon)
  • Suzuki – 6 Pin
  • SYM – 3 Pin
  • Kymco – 3 Pin
  • PGO – 6 Pin
  • Aeon / Benelli – 6 Pin
  • Kawasaki – 8 Pin
  • Yamaha – 3 + 4 Pin
  • Akü Test Sistemi

Full Paket

Profesyonel Teşhis Çözümü

Hiçbir sınırı kabul etmeyen profesyoneller için! Piyasadaki neredeyse tüm motosiklet markalarını kapsayan tam donanımlı bu set ile her türlü zorluğa hazır olun.

  • JDiag M200 Pro Ana Cihaz
  • Tüm Markaları Kapsayan Kablo Seti
  • Gelişmiş ECU Programlama
  • İmmobilizer Kodlama
  • Ücretsiz Güncelleme

İçeriği görmek için dokunun

Paket İçeriği

  • JDiag M200 PRO Ana Ünite
  • Taşıma çantası ve orijinal kutu
  • Kullanım kılavuzu
  • Röle test soketi
  • Termal yazıcı kağıdı
  • Main test kablosu
  • OBD 16 pin kablo
  • Honda 4 pin / Aprilia 3 pin kablo
  • Suzuki I/II/III serisi (4-6 pin) kabloları
  • SYM, KYMCO, PGO 3-6 pin kabloları
  • Aeon / BenelliPro 6 pin kablo
  • Yamaha 3 pin / 4 pin kablo
  • Kawasaki 6 farklı tip kablo (4-6-8 pin kombinasyonları)
  • KTM 6 pin kablo
  • Hartford 6 pin kablo
  • Universal jump kablo
  • Batarya test kablosu (krokodilli)
  • TYPE-C – USB kablosu
  • Çift uçlu TYPE-C kablosu

Sıkça Sorulan Sorular

JDiag M200 Pro hangi motosiklet modelleriyle uyumludur?
JDiag M200 Pro, piyasadaki motosikletlerin yaklaşık %97'si ile uyumludur. Adiva, Aeon, Ajp, Aprilia, Benelli, BMW, Hartford, Honda, Kawasaki, KTM, Kymco, Piaggio, PGO, Suzuki, SYM, Vespa, Yamaha, OBDI, Arctic Cat, Bajaj, Brixton, Bombardier, CFMoto, Fit, Hyosung, Hero, Indian, Modenas, Enfield, Rojo, TVS, Triumph ve Yiben gibi markaları destekler. Satın almadan önce spesifik modelinizin uyumluluğunu kontrol etmenizi öneririz.
Cihaz için yazılım güncellemeleri nasıl yapılır?
JDiag M200 Pro için yazılım güncellemeleri ücretsizdir ve ömür boyu sağlanır. Güncellemeler Wi-Fi üzerinden çevrimiçi olarak veya USB/SD kart aracılığıyla yapılabilir. Cihazı bilgisayara USB kablosuyla bağlayarak veya Wi-Fi ağına bağlanarak güncel dosyaları indirmeniz yeterlidir. Güncellemeler yeni marka ve model desteği ekler.
M200 Pro'nun M100 Pro'dan farkları nelerdir?
JDiag M200 Pro, M100 Pro'nun geliştirilmiş ve yükseltilmiş bir versiyonudur. En önemli farkları arasında ECU yeniden eşleme (remap) ve programlama yetenekleri, sinyal simülasyonu ve daha kapsamlı akü test sistemi yer alır. Ayrıca M200 Pro daha fazla marka ve model desteği sunar ve daha hızlı işlem yapabilir.
ECU programlama ve remap özelliği hangi modellerde çalışır?
ECU programlama ve remap özelliği özellikle Honda marka motosikletlerde daha kapsamlı çalışır. Bu özellikle hız limitlerini kaldırma, motor gücünü artırma veya motorun belirli çalışma parametrelerini optimize etme gibi işlemler yapılabilir. Diğer markalarda da bazı programlama işlemleri yapılabilir, ancak marka ve modele göre değişiklik gösterebilir.
OBD Paket, Standart Paket ve Full Paket arasındaki fark nedir?
Temel fark, paketlerin içerdiği bağlantı kablosu sayısıdır. OBD Paket 4 temel kablo içerir ve sınırlı marka desteği sunar. Standart Paket 15 kablo içerir ve popüler markaların çoğunu kapsar. Full Paket ise 23+ kablo içerir, tüm markaları destekler ve ek olarak Honda ECU remap kablosu ve gelişmiş immobilizer kiti gibi özel ekipmanlar içerir.
Cihazın teknik özellikleri nelerdir?
JDiag M200 Pro, 3.5 inç renkli ekrana sahiptir. Güç kaynağı DC8V-30V aralığındadır ve 150mA işletim akımı kullanır. Çalışma sıcaklığı 0°C ile 70°C arasında, depolama sıcaklığı ise -10°C ile 85°C arasındadır. Cihazın boyutları 23.5 x 11.2 x 3.2 cm olup, ağırlığı yaklaşık 0.42 kg'dır. Wi-Fi, USB ve SD kart desteği bulunmaktadır.

Destek ve İletişim

Yardıma mı ihtiyacınız var? Bizimle iletişime geçmekten çekinmeyin. Uzman ekibimiz size yardımcı olmaktan mutluluk duyacaktır.

Telefonla Ulaşın

Satış ve teknik destek konularında uzman ekibimize mesai saatleri içinde ulaşabilirsiniz.

Hemen Arayın

E-Posta Gönderin

Tüm sorularınızı, önerilerinizi veya taleplerinizi e-posta yoluyla bize iletebilirsiniz.

E-Posta Gönder

WhatsApp Destek

Hızlı ve pratik destek için WhatsApp hattımız üzerinden bize yazabilirsiniz.

WhatsApp'tan Yazın


Axess 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.099,53 ₺ 22.199,05 ₺
3 Installment 7.551,14 ₺ 22.653,43 ₺
4 Installment 5.780,65 ₺ 23.122,60 ₺
5 Installment 4.721,31 ₺ 23.606,57 ₺
6 Installment 4.018,26 ₺ 24.109,55 ₺
7 Installment 3.520,61 ₺ 24.644,24 ₺
8 Installment 3.147,10 ₺ 25.176,82 ₺
9 Installment 2.858,71 ₺ 25.728,41 ₺
10 Installment 2.630,75 ₺ 26.307,48 ₺
11 Installment 2.444,42 ₺ 26.888,66 ₺
12 Installment 2.290,92 ₺ 27.490,98 ₺
Bonus 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.099,53 ₺ 22.199,05 ₺
3 Installment 7.549,73 ₺ 22.649,20 ₺
4 Installment 5.778,54 ₺ 23.114,15 ₺
5 Installment 4.717,93 ₺ 23.589,66 ₺
6 Installment 4.014,74 ₺ 24.088,42 ₺
7 Installment 3.515,78 ₺ 24.610,43 ₺
8 Installment 3.142,35 ₺ 25.138,77 ₺
9 Installment 2.853,08 ₺ 25.677,69 ₺
10 Installment 2.624,83 ₺ 26.248,30 ₺
11 Installment 2.438,08 ₺ 26.818,92 ₺
12 Installment 2.284,05 ₺ 27.408,55 ₺
Paraf 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.018,16 ₺ 22.036,32 ₺
3 Installment 7.482,81 ₺ 22.448,43 ₺
4 Installment 5.716,19 ₺ 22.864,77 ₺
5 Installment 4.657,49 ₺ 23.287,44 ₺
6 Installment 3.952,04 ₺ 23.712,24 ₺
7 Installment 3.450,26 ₺ 24.151,82 ₺
8 Installment 3.073,40 ₺ 24.587,18 ₺
9 Installment 2.779,81 ₺ 25.018,31 ₺
10 Installment 2.546,85 ₺ 25.468,46 ₺
11 Installment 2.354,89 ₺ 25.903,82 ₺
12 Installment 2.195,28 ₺ 26.343,41 ₺
World 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.125,94 ₺ 22.251,88 ₺
3 Installment 7.677,24 ₺ 23.031,72 ₺
4 Installment 5.886,85 ₺ 23.547,39 ₺
5 Installment 4.813,46 ₺ 24.067,29 ₺
6 Installment 4.098,22 ₺ 24.589,29 ₺
7 Installment 3.589,44 ₺ 25.126,09 ₺
8 Installment 3.206,54 ₺ 25.652,33 ₺
9 Installment 2.908,49 ₺ 26.176,45 ₺
10 Installment 2.671,75 ₺ 26.717,48 ₺
11 Installment 2.476,32 ₺ 27.239,48 ₺
12 Installment 2.313,63 ₺ 27.763,60 ₺
Maximum 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.099,53 ₺ 22.199,05 ₺
3 Installment 7.551,14 ₺ 22.653,43 ₺
4 Installment 5.780,65 ₺ 23.122,60 ₺
5 Installment 4.721,31 ₺ 23.606,57 ₺
6 Installment 4.018,26 ₺ 24.109,55 ₺
7 Installment 3.520,61 ₺ 24.644,24 ₺
8 Installment 3.147,10 ₺ 25.176,82 ₺
9 Installment 2.858,71 ₺ 25.728,41 ₺
10 Installment 2.630,75 ₺ 26.307,48 ₺
11 Installment 2.444,42 ₺ 26.888,66 ₺
12 Installment 2.290,92 ₺ 27.490,98 ₺
BankKart 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.079,45 ₺ 22.158,89 ₺
3 Installment 7.535,64 ₺ 22.606,93 ₺
4 Installment 5.768,50 ₺ 23.073,99 ₺
5 Installment 4.710,32 ₺ 23.551,62 ₺
6 Installment 4.009,81 ₺ 24.058,83 ₺
7 Installment 3.510,04 ₺ 24.570,27 ₺
8 Installment 3.138,91 ₺ 25.111,30 ₺
9 Installment 2.848,61 ₺ 25.637,53 ₺
10 Installment 2.610,46 ₺ 26.104,59 ₺
11 Installment 2.429,25 ₺ 26.721,70 ₺
12 Installment 2.279,82 ₺ 27.357,83 ₺
CardFinans 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.099,53 ₺ 22.199,05 ₺
3 Installment 7.551,14 ₺ 22.653,43 ₺
4 Installment 5.780,65 ₺ 23.122,60 ₺
5 Installment 4.721,31 ₺ 23.606,57 ₺
6 Installment 4.018,26 ₺ 24.109,55 ₺
7 Installment 3.520,61 ₺ 24.644,24 ₺
8 Installment 3.147,10 ₺ 25.176,82 ₺
9 Installment 2.858,71 ₺ 25.728,41 ₺
10 Installment 2.630,75 ₺ 26.307,48 ₺
11 Installment 2.444,42 ₺ 26.888,66 ₺
12 Installment 2.290,92 ₺ 27.490,98 ₺
Kuveyt Türk 12 Installment
Single Payment 21.133,90 ₺ 21.133,90 ₺
2 Installment 11.058,32 ₺ 22.116,63 ₺
3 Installment 7.510,28 ₺ 22.530,85 ₺
4 Installment 5.737,33 ₺ 22.949,30 ₺
5 Installment 4.674,82 ₺ 23.374,09 ₺
6 Installment 3.966,48 ₺ 23.798,88 ₺
7 Installment 3.462,64 ₺ 24.238,47 ₺
8 Installment 3.083,96 ₺ 24.671,71 ₺
9 Installment 2.789,44 ₺ 25.104,96 ₺
10 Installment 2.555,51 ₺ 25.555,11 ₺
11 Installment 2.362,96 ₺ 25.992,58 ₺
12 Installment 2.202,51 ₺ 26.430,06 ₺
Order before 4:00 PM, ships the same day!
Fastest
1-2 business days
Turkey's most established carrier. Wide branch network across all 81 provinces with real-time tracking.
200
Economic
2-3 business days
One of Turkey's largest cargo networks with 5,500+ branches. Affordable and fast delivery.
175
Popular
2-3 business days
Choose your preferred time slot for delivery. Tech-driven infrastructure with instant notifications.
125
Same Day Shipping Orders placed before 4 PM weekdays, 12 PM Saturdays
Free Over 30,000₺ No shipping fee on domestic orders
67+ Countries Via DHL, UPS, FedEx — 3-10 business days
Store Pickup Antalya Muratpasa Free
Our professional team carefully packages every product and ensures safe delivery to your door.

No questions have been asked about this product yet.

Be the first to ask a question!

Ask a Question

No reviews yet

Have you tried this product? Share your experience and help other customers make the right choice. Your review will be published after approval.

Your privacy is protected
Takes just a few seconds
Help the community

Write a Review

Your Rating
Max 3 photos, 5MB
SKU OTO0304
Barcode OTO0304
1/7
Cookie Notice

We use cookies to provide you with the best shopping experience. Cookies help us remember your preferences and improve our services. For details, see our Cookie Policy