Skip to content

My Cart

JLR Mongoose J2534 Arıza Tespit Cihazı

No reviews yet
| SKU: OTO0277 | |

Mongoose J2534 Arıza Tespit Cihazı, DrewTech firması tarafından için imal edilmiş bir Universal Arıza Tespit Cihazıdır.

2.134,90 ₺ 3.971,90 ₺
In stock
This product has a 46% discount.
1.837,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






Mongoose J2534 Arıza Tespit Cihazı - PassThru ve ECU Programlama




@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap'); /* MONGOOSE SAYFASI İÇİN İZOLE EDİLMİŞ STILLER */ .mongoose-page { margin: 0; padding: 0; box-sizing: border-box; } .mongoose-page *, .mongoose-page *::before, .mongoose-page *::after { box-sizing: border-box; } .mongoose-page { --primary: #385169; --primary-light: #5f7a9d; --primary-dark: #2a3a4f; --accent: #6b7280; --accent-light: #9ca3af; --accent-dark: #4b5563; --success: #059669; --text-primary: #1f2937; --text-secondary: #6b7280; --text-light: #9ca3af; --bg-primary: #ffffff; --bg-secondary: #f9fafb; --bg-tertiary: #f3f4f6; --bg-gradient: linear-gradient(135deg, #e0e5e9 0%, #f0f2f5 100%); --hero-gradient: linear-gradient(135deg, #ffffff 0%, #f9fafb 50%, #f3f4f6 100%); --border: #e5e7eb; --border-light: #f3f4f6; --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1); --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1); --radius: 16px; --radius-lg: 24px; font-family: 'Outfit', sans-serif; line-height: 1.6; color: var(--text-primary); background: var(--bg-primary); overflow-x: hidden; } .mongoose-page .mongoose-container { max-width: 1400px; margin: 0 auto; padding: 0 32px; text-align: center; } /* Hero Section */ .mongoose-page .mongoose-hero { min-height: 100vh; background: var(--hero-gradient); position: relative; display: flex; align-items: center; overflow: hidden; } .mongoose-page .mongoose-hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: conic-gradient(from 0deg at 15% 85%, rgba(56, 81, 105, 0.15) 0deg, transparent 60deg), conic-gradient(from 180deg at 85% 15%, rgba(56, 81, 105, 0.12) 0deg, transparent 90deg), radial-gradient(ellipse 800px 600px at 50% 20%, rgba(56, 81, 105, 0.08) 0%, transparent 70%), linear-gradient(135deg, rgba(56, 81, 105, 0.03) 0%, transparent 30%, rgba(56, 81, 105, 0.05) 70%, transparent 100%); animation: mongoose-backgroundFloat 20s ease-in-out infinite; } .mongoose-page .mongoose-hero::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url('data:image/svg+xml,'); opacity: 0.4; z-index: 1; animation: mongoose-patternMove 30s linear infinite; } @keyframes mongoose-backgroundFloat { 0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 1; } 33% { transform: translateY(-10px) rotate(1deg); opacity: 0.8; } 66% { transform: translateY(5px) rotate(-0.5deg); opacity: 0.9; } } @keyframes mongoose-patternMove { 0% { transform: translateX(0px) translateY(0px); } 25% { transform: translateX(-20px) translateY(-10px); } 50% { transform: translateX(-10px) translateY(-20px); } 75% { transform: translateX(10px) translateY(-15px); } 100% { transform: translateX(0px) translateY(0px); } } .mongoose-page .mongoose-hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; padding: 80px 0 60px; } .mongoose-page .mongoose-hero-text { text-align: left; } .mongoose-page .mongoose-hero-title { font-size: 3.2rem; font-weight: 800; line-height: 1.1; margin-bottom: 24px; letter-spacing: -0.02em; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .mongoose-page .mongoose-hero-subtitle { font-size: 1.3rem; font-weight: 400; opacity: 0.9; margin-bottom: 40px; line-height: 1.6; color: var(--text-secondary); } .mongoose-page .mongoose-hero-cta-group { display: flex; gap: 20px; flex-wrap: wrap; } .mongoose-page .mongoose-hero-cta { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 32px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 16px; transition: all 0.3s ease; border: 2px solid var(--primary); position: relative; overflow: hidden; min-width: 200px; } .mongoose-page .mongoose-hero-cta.primary { background: var(--primary); color: white; } .mongoose-page .mongoose-hero-cta.secondary { background: transparent; color: var(--primary); } .mongoose-page .mongoose-hero-cta.secondary:hover { background: var(--primary); color: white; } .mongoose-page .mongoose-hero-cta::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: left 0.5s ease; } .mongoose-page .mongoose-hero-cta:hover::before { left: 100%; } .mongoose-page .mongoose-hero-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 20px -5px rgba(56, 81, 105, 0.3); } .mongoose-page .mongoose-hero-visual { position: relative; background: var(--bg-secondary); backdrop-filter: blur(20px); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-xl); } .mongoose-page .mongoose-hero-visual-header { text-align: center; margin-bottom: 32px; } .mongoose-page .mongoose-hero-visual-title { font-size: 1.5rem; font-weight: 700; color: var(--text-primary); margin-bottom: 8px; } .mongoose-page .mongoose-hero-visual-subtitle { color: var(--text-secondary); font-size: 14px; } .mongoose-page .mongoose-hero-360-view { position: relative; width: 100%; height: 0; padding-bottom: 100%; background: var(--bg-tertiary); border-radius: var(--radius); border: 2px solid var(--border); overflow: hidden; transition: all 0.3s ease; } .mongoose-page .mongoose-hero-360-view iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: calc(var(--radius) - 2px); } .mongoose-page .mongoose-hero-360-view:hover { border-color: rgba(56, 81, 105, 0.5); background: rgba(30, 41, 59, 0.1); } .mongoose-page .mongoose-hero-features-list { list-style: none; padding: 0; margin-top: 32px; text-align: left; display: flex; flex-direction: column; gap: 16px; } .mongoose-page .mongoose-hero-features-list li { display: flex; align-items: flex-start; gap: 16px; font-size: 1rem; color: var(--text-primary); background: var(--bg-secondary); padding: 16px 20px; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); transition: all 0.3s ease; } .mongoose-page .mongoose-hero-features-list li:hover { transform: translateY(-3px) scale(1.02); box-shadow: var(--shadow-lg); border-color: var(--primary); } .mongoose-page .mongoose-hero-features-list i { color: var(--primary); font-size: 1.5rem; flex-shrink: 0; margin-top: 4px; } .mongoose-page .mongoose-hero-features-list strong { color: var(--primary-dark); } /* Product Details Section */ .mongoose-page .mongoose-product-details { padding: 100px 0; background: var(--bg-primary); } .mongoose-page .mongoose-section-header { text-align: center; margin-bottom: 80px; } .mongoose-page .mongoose-section-title { font-size: 2.2rem; font-weight: 800; color: var(--text-primary); margin-bottom: 16px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .mongoose-page .mongoose-section-subtitle { font-size: 1.1rem; color: var(--text-secondary); max-width: 600px; margin: 0 auto; } .mongoose-page .mongoose-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; text-align: left; } .mongoose-page .mongoose-product-image-column { position: sticky; top: 40px; } .mongoose-page .mongoose-main-image-wrapper { position: relative; width: 100%; height: 450px; border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 32px; background: var(--bg-secondary); border: 2px solid var(--border); box-shadow: var(--shadow-xl); } .mongoose-page .mongoose-main-image-wrapper img { width: 100%; height: 100%; object-fit: contain; background: var(--bg-primary); padding: 20px; } .mongoose-page .mongoose-thumbnail-wrapper { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } .mongoose-page .mongoose-thumbnail { position: relative; width: 100%; height: 100px; border-radius: var(--radius); overflow: hidden; cursor: pointer; border: 3px solid transparent; transition: all 0.4s ease; background: var(--bg-secondary); box-shadow: var(--shadow); } .mongoose-page .mongoose-thumbnail.active { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(56, 81, 105, 0.3), var(--shadow-lg); transform: translateY(-4px) scale(1.05); } .mongoose-page .mongoose-thumbnail:hover { border-color: var(--accent-light); transform: translateY(-3px) scale(1.02); box-shadow: var(--shadow-lg); } .mongoose-page .mongoose-thumbnail img { width: 100%; height: 100%; object-fit: contain; transition: all 0.3s ease; padding: 8px; } .mongoose-page .mongoose-product-info-column { padding: 20px 0; } .mongoose-page .mongoose-product-title { font-size: 2.2rem; font-weight: 700; color: var(--text-primary); background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 16px; } .mongoose-page .mongoose-product-main-description { font-size: 1.1rem; line-height: 1.8; color: var(--text-secondary); margin-bottom: 32px; padding: 40px; background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%); border-radius: var(--radius-lg); border: 2px solid var(--border); box-shadow: var(--shadow-xl); position: relative; overflow: hidden; } .mongoose-page .mongoose-product-main-description::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--primary), var(--primary-light), var(--primary)); } /* Usage Areas */ .mongoose-page .mongoose-usage-areas { padding: 80px 0; background: var(--bg-secondary); } .mongoose-page .mongoose-usage-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; } .mongoose-page .mongoose-usage-card { background: var(--bg-primary); padding: 32px 24px; border-radius: var(--radius-lg); border: 1px solid var(--border); text-align: center; transition: all 0.3s ease; } .mongoose-page .mongoose-usage-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: var(--primary); } .mongoose-page .mongoose-usage-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 20px; } .mongoose-page .mongoose-usage-card h4 { font-size: 1.2rem; font-weight: 600; color: var(--text-primary); margin-bottom: 12px; } .mongoose-page .mongoose-usage-card p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; margin: 0; } /* Compatible Software Section */ .mongoose-page #mongoose { padding: 80px 0; background: var(--bg-primary); } .mongoose-page .mongoose-software-tabs-container { max-width: 1200px; margin: 0 auto; } .mongoose-page .mongoose-software-tabs { display: flex; gap: 16px; margin-bottom: 32px; justify-content: center; flex-wrap: wrap; } .mongoose-page .mongoose-software-tab { display: flex; align-items: center; gap: 12px; padding: 16px 32px; background: var(--bg-secondary); border: 2px solid var(--border); border-radius: var(--radius-lg); transition: all 0.3s ease; font-weight: 600; color: var(--text-secondary); cursor: pointer; } .mongoose-page #mongoose .mongoose-software-tab { flex-direction: column; gap: 8px; padding: 16px 24px; text-align: center; } .mongoose-page #mongoose .mongoose-software-tab i { font-size: 20px; margin-bottom: 4px; } .mongoose-page .mongoose-software-tab.active { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: white; border-color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-lg); } .mongoose-page .mongoose-software-tab-content { display: none; } .mongoose-page .mongoose-software-tab-content.active { display: block; } .mongoose-page .mongoose-software-grid-modern { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; } .mongoose-page .mongoose-software-card { background: var(--bg-secondary); border-radius: var(--radius-lg); padding: 24px; border: 2px solid var(--border); transition: all 0.4s ease; text-align: center; text-decoration: none; color: inherit; } .mongoose-page .mongoose-software-card:hover { transform: translateY(-8px) scale(1.02); border-color: var(--primary); box-shadow: 0 20px 40px -10px rgba(56, 81, 105, 0.2); } .mongoose-page .mongoose-card-header { display: flex; justify-content: center; align-items: center; margin-bottom: 16px; } .mongoose-page .mongoose-brand-logo { width: 60px; height: 60px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; background: var(--bg-primary); box-shadow: var(--shadow); padding: 8px; } .mongoose-page .mongoose-brand-logo img { width: 100%; height: 100%; object-fit: contain; } .mongoose-page .mongoose-software-card h4 { font-size: 1.2rem; font-weight: 600; color: var(--text-primary); margin-bottom: 8px; } .mongoose-page .mongoose-software-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.5; margin: 0; } .mongoose-page .mongoose-software-note { margin-top: 40px; padding: 24px; background: var(--bg-tertiary); border-radius: var(--radius-lg); border: 1px solid var(--border); text-align: center; font-size: 0.95rem; color: var(--text-secondary); max-width: 900px; margin-left: auto; margin-right: auto; } .mongoose-page .mongoose-software-note strong { color: var(--text-primary); font-weight: 600; } /* Technical Specifications */ .mongoose-page .mongoose-technical-specs-section { margin: 80px 0; padding: 40px; background: var(--bg-secondary); border-radius: var(--radius-lg); border: 1px solid var(--border); } .mongoose-page .mongoose-specs-grid { display: grid; grid-template-columns: 1fr; gap: 32px; } .mongoose-page .mongoose-spec-category { background: var(--bg-primary); border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--border); } .mongoose-page .mongoose-spec-category h4 { font-size: 1.2rem; font-weight: 700; color: var(--primary); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 2px solid var(--border); } .mongoose-page .mongoose-spec-list { display: flex; flex-direction: column; gap: 12px; } .mongoose-page .mongoose-spec-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--border-light); } .mongoose-page .mongoose-spec-item:last-child { border-bottom: none; } .mongoose-page .mongoose-spec-label { font-weight: 500; color: var(--text-secondary); } .mongoose-page .mongoose-spec-value { font-weight: 600; color: var(--text-primary); } .mongoose-page .mongoose-status-supported { color: var(--success) !important; font-size: 18px; } /* FAQ Section */ .mongoose-page .mongoose-faq-section { padding: 80px 0; background: var(--bg-secondary); } .mongoose-page .mongoose-faq-accordion { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 20px; } .mongoose-page .mongoose-faq-item { background: var(--bg-primary); border-radius: var(--radius-lg); border: 1px solid var(--border); box-shadow: var(--shadow); transition: all 0.3s ease; overflow: hidden; } .mongoose-page .mongoose-faq-item.active { box-shadow: var(--shadow-xl); border-color: var(--primary-light); } .mongoose-page .mongoose-faq-question { display: flex; justify-content: space-between; align-items: center; padding: 24px 32px; cursor: pointer; font-size: 1.2rem; font-weight: 600; color: var(--text-primary); } .mongoose-page .mongoose-faq-question i { transition: transform 0.3s ease; flex-shrink: 0; margin-left: 16px; } .mongoose-page .mongoose-faq-item.active .mongoose-faq-question i { transform: rotate(180deg); color: var(--primary); } .mongoose-page .mongoose-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease-in-out; } .mongoose-page .mongoose-faq-answer p { padding: 0 32px 24px; font-size: 1rem; color: var(--text-secondary); line-height: 1.7; text-align: left; } /* Contact Section */ .mongoose-page .mongoose-contact-section { padding: 80px 0; background: var(--bg-primary); } .mongoose-page .mongoose-contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 1100px; margin: 0 auto; } .mongoose-page .mongoose-contact-card { background: var(--bg-secondary); border-radius: var(--radius-lg); padding: 40px; text-align: center; border: 1px solid var(--border); transition: all 0.3s ease; box-shadow: var(--shadow); } .mongoose-page .mongoose-contact-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: var(--primary); } .mongoose-page .mongoose-contact-card-icon { font-size: 40px; color: var(--primary); margin-bottom: 24px; line-height: 1; } .mongoose-page .mongoose-contact-card h3 { font-size: 1.4rem; font-weight: 600; margin-bottom: 12px; color: var(--text-primary); } .mongoose-page .mongoose-contact-card p { font-size: 1rem; color: var(--text-secondary); margin-bottom: 24px; } .mongoose-page .mongoose-contact-card-link { display: inline-block; padding: 12px 24px; background: var(--primary-dark); color: white; text-decoration: none; border-radius: 50px; font-weight: 600; transition: background-color 0.3s ease; } .mongoose-page .mongoose-contact-card-link:hover { background: var(--primary-light); color: white; } .mongoose-page .mongoose-contact-card.whatsapp .mongoose-contact-card-icon { color: #25D366; } .mongoose-page .mongoose-contact-card.whatsapp .mongoose-contact-card-link { background: #25D366; } .mongoose-page .mongoose-contact-card.whatsapp .mongoose-contact-card-link:hover { background: #128C7E; } .mongoose-page .mongoose-contact-card.whatsapp:hover { border-color: #25D366; } .mongoose-page .mongoose-contact-card.email .mongoose-contact-card-icon { color: var(--primary); } .mongoose-page .mongoose-contact-card.email .mongoose-contact-card-link { background: var(--primary); } .mongoose-page .mongoose-contact-card.email .mongoose-contact-card-link:hover { background: var(--primary-dark); } /* Video Section */ .mongoose-page .mongoose-video-section { padding: 80px 0; background: var(--bg-secondary); } .mongoose-page .mongoose-video-content { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1200px; margin: 0 auto; } .mongoose-page .mongoose-video-player { position: relative; text-align: center; } .mongoose-page .mongoose-video-player-title { font-size: 1.5rem; font-weight: 700; color: var(--text-primary); background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 8px; text-align: center; } .mongoose-page .mongoose-video-player-subtitle { font-size: 1rem; color: var(--text-secondary); text-align: center; margin-bottom: 24px; font-weight: 400; } .mongoose-page .mongoose-video-wrapper { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; /* 16:9 aspect ratio */ background: var(--bg-tertiary); border-radius: var(--radius-lg); border: 2px solid var(--border); overflow: hidden; box-shadow: var(--shadow-xl); } .mongoose-page .mongoose-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: calc(var(--radius-lg) - 2px); } .mongoose-page .mongoose-video-placeholder { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--bg-secondary) 0%, var(--bg-tertiary) 100%); color: var(--text-secondary); text-align: center; padding: 40px; } .mongoose-page .mongoose-video-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #FF0000, #CC0000); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 40px; margin-bottom: 20px; box-shadow: var(--shadow-lg); } .mongoose-page .mongoose-video-placeholder h4 { font-size: 1.3rem; font-weight: 600; color: var(--text-primary); margin-bottom: 8px; } .mongoose-page .mongoose-video-placeholder p { font-size: 1rem; color: var(--text-secondary); margin: 0; } .mongoose-page .mongoose-video-info { padding: 20px; text-align: center; } .mongoose-page .mongoose-video-info-title { font-size: 2rem; font-weight: 700; color: var(--text-primary); background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; } .mongoose-page .mongoose-video-info-subtitle { font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 32px; font-weight: 500; } .mongoose-page .mongoose-video-features { display: flex; flex-direction: column; gap: 20px; margin-bottom: 40px; } .mongoose-page .mongoose-video-feature { display: flex; align-items: flex-start; gap: 16px; padding: 20px; background: var(--bg-primary); border-radius: var(--radius); border: 1px solid var(--border); transition: all 0.3s ease; box-shadow: var(--shadow); } .mongoose-page .mongoose-video-feature:hover { transform: translateX(8px); box-shadow: var(--shadow-lg); border-color: var(--primary-light); } .mongoose-page .mongoose-video-feature-icon { width: 50px; height: 50px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; margin-top: 2px; } .mongoose-page .mongoose-video-feature-content h4 { font-size: 1.1rem; font-weight: 600; color: var(--text-primary); margin-bottom: 6px; } .mongoose-page .mongoose-video-feature-content p { font-size: 0.95rem; color: var(--text-secondary); line-height: 1.6; margin: 0; } .mongoose-page .mongoose-video-cta { text-align: center; } .mongoose-page .mongoose-video-cta-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 32px; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: white; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 16px; transition: all 0.3s ease; border: 2px solid var(--primary); box-shadow: var(--shadow-lg); position: relative; overflow: hidden; } .mongoose-page .mongoose-video-cta-btn::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: left 0.5s ease; } .mongoose-page .mongoose-video-cta-btn:hover::before { left: 100%; } .mongoose-page .mongoose-video-cta-btn:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 15px 30px -5px rgba(56, 81, 105, 0.4); } .mongoose-page .mongoose-video-cta-btn i { font-size: 18px; } /* MOBİL UYUMLULUK */ @media (max-width: 1024px) { .mongoose-page .mongoose-hero-content { grid-template-columns: 1fr; gap: 40px; padding: 60px 0; } .mongoose-page .mongoose-hero-text { order: 1; text-align: center; } .mongoose-page .mongoose-hero-visual { order: 2; padding: 30px; } .mongoose-page .mongoose-hero-title { font-size: 2.5rem; } .mongoose-page .mongoose-hero-subtitle { font-size: 1.1rem; } .mongoose-page .mongoose-hero-cta-group { justify-content: center; } .mongoose-page .mongoose-hero-features-list { text-align: left; } .mongoose-page .mongoose-product-grid { grid-template-columns: 1fr; gap: 40px; text-align: center; } .mongoose-page .mongoose-product-image-column { position: static !important; order: 1; } .mongoose-page .mongoose-product-info-column { order: 2; padding: 0; } .mongoose-page .mongoose-main-image-wrapper { height: 350px; margin-bottom: 20px; } .mongoose-page .mongoose-thumbnail-wrapper { grid-template-columns: repeat(4, 1fr); gap: 10px; } .mongoose-page .mongoose-thumbnail { height: 70px; } } @media (max-width: 768px) { .mongoose-page .mongoose-container { padding: 0 20px; } .mongoose-page .mongoose-hero { min-height: auto; padding: 40px 0; } .mongoose-page .mongoose-hero-content { padding: 40px 0; gap: 30px; } .mongoose-page .mongoose-hero-title { font-size: 2rem; line-height: 1.2; } .mongoose-page .mongoose-hero-subtitle { font-size: 1rem; margin-bottom: 30px; } .mongoose-page .mongoose-hero-cta-group { flex-direction: column; gap: 16px; width: 100%; } .mongoose-page .mongoose-hero-cta { padding: 14px 24px; font-size: 14px; width: 100%; min-width: auto; } .mongoose-page .mongoose-hero-visual { padding: 20px; } .mongoose-page .mongoose-hero-visual-title { font-size: 1.2rem; } .mongoose-page .mongoose-hero-visual-subtitle { font-size: 12px; } .mongoose-page .mongoose-hero-features-list { margin-bottom: 24px; } .mongoose-page .mongoose-hero-features-list li { padding: 12px 16px; font-size: 0.9rem; gap: 12px; } .mongoose-page .mongoose-hero-features-list i { font-size: 1.2rem; } .mongoose-page .mongoose-product-details { padding: 60px 0; } .mongoose-page .mongoose-section-header { margin-bottom: 40px; padding: 0 10px; } .mongoose-page .mongoose-section-title { font-size: 1.8rem; line-height: 1.3; } .mongoose-page .mongoose-section-subtitle { font-size: 1rem; padding: 0 10px; } .mongoose-page .mongoose-product-grid { gap: 30px; } .mongoose-page .mongoose-product-image-column { width: 100%; max-width: 100%; } .mongoose-page .mongoose-main-image-wrapper { height: 280px; margin-bottom: 16px; border-radius: 16px; } .mongoose-page .mongoose-main-image-wrapper img { padding: 15px; } .mongoose-page .mongoose-thumbnail-wrapper { grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 300px; margin: 0 auto; } .mongoose-page .mongoose-thumbnail { height: 80px; border-radius: 12px; } .mongoose-page .mongoose-thumbnail img { padding: 4px; } .mongoose-page .mongoose-product-info-column { text-align: left; width: 100%; padding: 0; } .mongoose-page .mongoose-product-title { font-size: 1.8rem; line-height: 1.2; margin-bottom: 12px; text-align: center; } .mongoose-page .mongoose-product-main-description { font-size: 1rem; line-height: 1.7; margin-bottom: 24px; text-align: center; padding: 20px; border-radius: 16px; } .mongoose-page .mongoose-key-benefits { grid-template-columns: 1fr; gap: 10px; margin-bottom: 24px; } .mongoose-page .mongoose-benefit-item { padding: 10px 14px; font-size: 13px; border-radius: 12px; } .mongoose-page .mongoose-benefit-item i { font-size: 14px; flex-shrink: 0; } .mongoose-page .mongoose-product-features-list { gap: 12px; } .mongoose-page .mongoose-feature-item { padding: 14px 18px; font-size: 0.9rem; gap: 12px; border-radius: 16px; flex-direction: row; align-items: center; text-align: left; } .mongoose-page .mongoose-feature-item i { font-size: 18px; padding: 8px; flex-shrink: 0; } .mongoose-page .mongoose-feature-item:hover { transform: translateX(4px) translateY(-1px); } .mongoose-page .mongoose-usage-grid, .mongoose-page .mongoose-software-grid-modern, .mongoose-page .mongoose-contact-cards { grid-template-columns: 1fr; gap: 20px; } .mongoose-page .mongoose-software-tabs { flex-direction: column; gap: 12px; } .mongoose-page .mongoose-software-tab { padding: 12px 20px; font-size: 14px; text-align: center; width: 100%; } .mongoose-page .mongoose-spec-category { padding: 20px; } .mongoose-page .mongoose-spec-item { padding: 10px 0; font-size: 0.9rem; flex-direction: column; align-items: center; gap: 5px; text-align: center; } .mongoose-page .mongoose-usage-card { padding: 20px 16px; margin: 0 auto; max-width: 100%; } .mongoose-page .mongoose-usage-icon { width: 50px; height: 50px; font-size: 20px; } .mongoose-page .mongoose-usage-card h4 { font-size: 1.1rem; } .mongoose-page .mongoose-usage-card p { font-size: 0.9rem; } .mongoose-page .mongoose-software-card { padding: 20px; } .mongoose-page .mongoose-brand-logo { width: 50px; height: 50px; } .mongoose-page .mongoose-contact-card { padding: 30px 20px; } .mongoose-page .mongoose-contact-card-icon { font-size: 28px; } .mongoose-page .mongoose-faq-question { padding: 16px 20px; font-size: 1rem; flex-direction: column; gap: 10px; text-align: left; } .mongoose-page .mongoose-faq-answer p { padding: 0 20px 16px; font-size: 0.9rem; } .mongoose-page .mongoose-compatible-software, .mongoose-page .mongoose-faq-section, .mongoose-page .mongoose-contact-section { padding: 60px 0; } .mongoose-page .mongoose-technical-specs-section { margin: 60px 0; padding: 30px 20px; } .mongoose-page .mongoose-video-content { grid-template-columns: 1fr; gap: 40px; } .mongoose-page .mongoose-video-player { order: 1; } .mongoose-page .mongoose-video-info { order: 2; padding: 0; text-align: center; } .mongoose-page .mongoose-video-info-title { font-size: 1.6rem; } .mongoose-page .mongoose-video-info-subtitle { font-size: 1rem; } .mongoose-page .mongoose-video-features { gap: 16px; margin-bottom: 30px; } .mongoose-page .mongoose-video-feature { padding: 16px; text-align: left; } .mongoose-page .mongoose-video-feature-icon { width: 45px; height: 45px; font-size: 18px; } .mongoose-page .mongoose-video-feature-content h4 { font-size: 1rem; } .mongoose-page .mongoose-video-feature-content p { font-size: 0.9rem; } } @media (max-width: 480px) { .mongoose-page .mongoose-container { padding: 0 16px; } .mongoose-page .mongoose-hero-title { font-size: 1.8rem; } .mongoose-page .mongoose-hero-subtitle { font-size: 0.9rem; } .mongoose-page .mongoose-hero-visual { padding: 16px; } .mongoose-page .mongoose-hero-features-list li { padding: 10px 12px; font-size: 0.85rem; } .mongoose-page .mongoose-hero-features-list i { font-size: 1rem; } .mongoose-page .mongoose-product-details { padding: 40px 0; } .mongoose-page .mongoose-section-header { margin-bottom: 30px; } .mongoose-page .mongoose-section-title { font-size: 1.6rem; padding: 0 5px; } .mongoose-page .mongoose-section-subtitle { font-size: 0.9rem; padding: 0 5px; } .mongoose-page .mongoose-product-grid { gap: 25px; } .mongoose-page .mongoose-main-image-wrapper { height: 220px; margin-bottom: 12px; border-radius: 12px; } .mongoose-page .mongoose-main-image-wrapper img { padding: 10px; } .mongoose-page .mongoose-thumbnail-wrapper { grid-template-columns: repeat(2, 1fr); gap: 8px; max-width: 250px; } .mongoose-page .mongoose-thumbnail { height: 60px; border-radius: 8px; } .mongoose-page .mongoose-product-title { font-size: 1.5rem; line-height: 1.2; } .mongoose-page .mongoose-product-main-description { font-size: 0.9rem; line-height: 1.6; padding: 16px; margin-bottom: 20px; border-radius: 12px; } .mongoose-page .mongoose-benefit-item { padding: 8px 12px; font-size: 12px; } .mongoose-page .mongoose-benefit-item i { font-size: 12px; } .mongoose-page .mongoose-feature-item { padding: 12px 14px; font-size: 0.85rem; gap: 10px; border-radius: 12px; } .mongoose-page .mongoose-feature-item i { font-size: 16px; padding: 6px; } .mongoose-page .mongoose-spec-category { padding: 16px; } .mongoose-page .mongoose-usage-card { padding: 16px 12px; } .mongoose-page .mongoose-usage-card h4 { font-size: 1rem; } .mongoose-page .mongoose-usage-card p { font-size: 0.85rem; line-height: 1.5; } .mongoose-page .mongoose-software-card { padding: 16px; } .mongoose-page .mongoose-contact-card { padding: 24px 16px; } .mongoose-page .mongoose-faq-question { padding: 14px 16px; font-size: 0.95rem; } .mongoose-page .mongoose-faq-answer p { padding: 0 16px 14px; font-size: 0.85rem; } .mongoose-page .mongoose-compatible-software, .mongoose-page .mongoose-faq-section, .mongoose-page .mongoose-contact-section { padding: 40px 0; } .mongoose-page .mongoose-technical-specs-section { margin: 40px 0; padding: 20px 16px; } } @media (max-width: 360px) { .mongoose-page .mongoose-container { padding: 0 12px; } .mongoose-page .mongoose-hero-title { font-size: 1.6rem; } .mongoose-page .mongoose-hero-subtitle { font-size: 0.85rem; } .mongoose-page .mongoose-hero-cta { padding: 12px 20px; font-size: 13px; } .mongoose-page .mongoose-section-title { font-size: 1.4rem; } .mongoose-page .mongoose-product-title { font-size: 1.3rem; } .mongoose-page .mongoose-main-image-wrapper { height: 180px; } .mongoose-page .mongoose-thumbnail { height: 50px; } .mongoose-page .mongoose-thumbnail-wrapper { max-width: 200px; gap: 6px; } .mongoose-page .mongoose-feature-item { padding: 10px 12px; font-size: 0.8rem; } .mongoose-page .mongoose-feature-item i { font-size: 14px; padding: 4px; } .mongoose-page .mongoose-product-main-description { padding: 14px; font-size: 0.85rem; } } /* Mobil için ek düzeltmeler */ @media (max-width: 480px) { .mongoose-page .mongoose-feature-item { display: flex; flex-direction: row; align-items: flex-start; text-align: left; word-wrap: break-word; overflow-wrap: break-word; } .mongoose-page .mongoose-feature-item span { flex: 1; word-break: break-word; } .mongoose-page .mongoose-product-info-column { text-align: left; } .mongoose-page .mongoose-product-title { text-align: center; } .mongoose-page .mongoose-product-main-description { text-align: center; } .mongoose-page .mongoose-feature-item { text-align: left; } }




360° Ürün Görünümü

Farenizle sürükleyerek ürünü 360 derece inceleyebilirsiniz.


Mongoose J2534
Arıza Tespit Cihazı

Mongoose J2534, Drew Technologies tarafından geliştirilmiş olup, profesyonel düzeyde Arıza Tespit ve ECU programlama için tasarlanmış güvenilir ve yüksek performanslı bir J2534 PassThru arayüzüdür.

  • J2534 PassThru: Endüstri standardı uyumluluğu.
  • Geniş Yazılım Uyumu: Yetkili servis yazılımları ile tam entegrasyon.
  • Geniş Protokol Desteği: CAN, KWP, J1850 ve daha fazlası.
  • Yüksek Hızlı USB: Güvenilir ve hızlı veri aktarımı.


Detayları Keşfet


Hemen Satın Al

Mongoose J2534 Ürün Detayları

Cihazın teknik özellikleri ve sunduğu temel fonksiyonlar hakkında detaylı bilgi edinin.

Mongoose J2534 Arıza Tespit Cihazı Ana Görsel
Mongoose J2534 Ana Görsel
Mongoose J2534 Yan Görünüm
Mongoose J2534 Detay Görünüm
Mongoose J2534 Kutu İçeriği

Mongoose J2534: Atölyenizin Profesyonel Gücü

Mongoose J2534, servis verimliliğinizi en üst düzeye çıkarmak için tasarlanmıştır. Bu güçlü arayüz, araç üreticilerinin diagnostik yazılımlarıyla kusursuz bir entegrasyon sunar. Düşük maliyetli yapısıyla yüksek performansı bir araya getirerek, en karmaşık Arıza Tespit ve ECU programlama işlemlerini bile hızlı ve güvenilir bir şekilde tamamlamanıza olanak tanır. Cihazınızı satın aldıktan sonra gerekli sürücü yazılımlarını sipariş sorgulama sayfamızdan kolayca indirebilirsiniz. Atölyenizi yetkili servis standartlarına taşıyın ve müşterilerinize benzersiz bir hizmet kalitesi sunun.

Neden Mongoose J2534 Tercih Etmelisiniz?

Mongoose J2534, atölyenizi bir üst seviyeye taşıyacak profesyonel çözümler sunar.

Kapsamlı Arıza Tespiti

Profesyonel diagnostik yazılımlarla entegre çalışarak, araçlardaki en karmaşık sorunları bile hızlı ve doğru bir şekilde tespit edin.

Gelişmiş ECU Programlama

ECU (Motor Kontrol Ünitesi) yazılımını güvenli bir şekilde güncelleyin, yeniden programlayın ve yapılandırın.

Geniş Araç Desteği

Birçok farklı marka ve modelle uyumlu çalışarak atölyenizin hizmet kapsamını genişletir.

Mongoose J2534 Tanıtım Videosu

Cihazın detaylı incelemesi ve kullanım özelliklerini video ile keşfedin.

Mongoose J2534 Cihazının Detaylı İncelemesi

Cihazın dış görünüşünü ve tasarımını videodan inceleyin



Neden Mongoose J2534?

Profesyonel otomotiv teknisyenlerinin tercihi

Endüstri Standardı

SAE J2534 PassThru standardına tam uyumlu, yetkili servis kalitesinde teşhis imkanı.

Yüksek Performans

Hızlı USB bağlantısı ile güvenilir veri aktarımı ve kesintisiz çalışma deneyimi.

Ekonomik Çözüm

Yüksek performansı uygun fiyatta sunan, maliyet-etkin profesyonel araç.

Geniş Uyumluluk

Birçok araç markası ve diagnostik yazılımı ile tam uyumlu çalışma.


Şimdi Satın Al

Desteklenen Yazılımlar

Mongoose J2534, birçok büyük otomobil üreticisinin Arıza Tespit yazılımı ile uyumludur.


Desteklenen Yazılımlar


Toyota Logo

Toyota Techstream

Toyota, Lexus, Scion



Honda Logo

Honda HDS

Honda, Acura



JLR Logo

JLR SDD

Jaguar, Land Rover



GM Logo

GDS2

Opel, Chevrolet



Volvo Logo

Volvo VIDA

Volvo Araçları


Renault Logo

Renault SGW Bypass

Güvenlik Modülü Erişimi


VW Logo

VW ODIS

VW, Audi, Seat, Skoda


Önemli Not: Belirtilen fiyat yalnızca Mongoose J2534 donanımını kapsamaktadır. Uyumlu teşhis yazılımları fiyata dahil değildir ve ayrıca temin edilmelidir. Yazılım uyumluluğu ve fonksiyonel kapsam, aracın marka, model ve üretim yılına bağlı olarak farklılık gösterebilir.

Desteklenen Bus Protokolleri

Mongoose J2534, endüstri standardı olan tüm modern protokolleri destekler.

Temel Protokoller

CAN (Controller Area Network)
ISO 9141-2
ISO 14230 (KWP2000)
J1850 PWM
J1850 VPW

Gelişmiş Protokoller

ISO 15765 (CAN)
ISO 14230-4 (KWP2000 Fast)
SCI-A (J2610)
SCI-B (J2610)
MS CAN

Sıkça Sorulan Sorular

Mongoose J2534 hakkında merak ettiğiniz soruların cevaplarını bulun.

Mongoose J2534 hangi araç markalarını destekler?

Mongoose J2534, J2534 standardını destekleyen tüm teşhis yazılımları ile uyumludur. Başlıca desteklenen markalar: Toyota, Lexus, Honda, Acura, GM markaları, Jaguar, Land Rover, Volvo ve daha birçok marka. Cihaz, bu markaların teşhis yazılımları ile tam uyumlu çalışır.

J2534 nedir ve neden önemlidir?

J2534, SAE (Society of Automotive Engineers) tarafından belirlenen bir endüstri standardıdır. Bu standart, üçüncü parti teşhis cihazlarının araç üreticisi yazılımları ile uyumlu çalışmasını sağlar. J2534 uyumlu cihazlar, yetkili servislerde kullanılan aynı yazılımları çalıştırabilir ve böylece profesyonel düzeyde teşhis ve programlama yapabilir.

Mongoose J2534 ile hangi işlemler yapılabilir?

Mongoose J2534 ile şu işlemler yapılabilir: ECU teşhisi ve arıza kodu okuma/silme, ECU yazılım güncellemeleri, ECU parametrelerini yeniden konfigüre etme, modül kodlama ve kalibrasyonu, anahtarlama işlemleri, immobilizer programlama, servis resetleri ve kullanılan yazılımın desteklediği tüm gelişmiş fonksiyonlar.

Hangi işletim sistemlerini destekler?

Mongoose J2534, Windows 7, Windows 8, Windows 10 ve Windows 11 (32-bit ve 64-bit) işletim sistemlerini destekler. Cihaz, USB 2.0 bağlantısı kullanır ve çoğu modern bilgisayar ile uyumludur. Mac OS veya Linux desteği bulunmamaktadır.

Sürücü yazılımlarını nereden indirebilirim?

Mongoose J2534 sürücü yazılımlarını indirmek için sipariş sorgulama sayfamızı ziyaret edebilirsiniz. Sipariş numaranızla giriş yaparak gerekli sürücüleri indirebilirsiniz.

Destek ve İletişim

Ürünle ilgili sorularınız için aşağıdaki kanallardan bizimle iletişime geçebilirsiniz.

Telefon

Satış ve teknik destek için bizi arayın.

Ara

E-posta

Sorularınızı ve taleplerinizi e-posta ile gönderin.

E-posta Gönder

WhatsApp

Hızlı destek için WhatsApp üzerinden yazın.

Mesaj Gönder


Axess 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.121,25 ₺ 2.242,50 ₺
3 Installment 762,80 ₺ 2.288,40 ₺
4 Installment 583,95 ₺ 2.335,79 ₺
5 Installment 476,94 ₺ 2.384,68 ₺
6 Installment 405,92 ₺ 2.435,49 ₺
7 Installment 355,64 ₺ 2.489,51 ₺
8 Installment 317,91 ₺ 2.543,31 ₺
9 Installment 288,78 ₺ 2.599,03 ₺
10 Installment 265,75 ₺ 2.657,52 ₺
11 Installment 246,93 ₺ 2.716,23 ₺
12 Installment 231,42 ₺ 2.777,08 ₺
Bonus 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.121,25 ₺ 2.242,50 ₺
3 Installment 762,66 ₺ 2.287,97 ₺
4 Installment 583,74 ₺ 2.334,94 ₺
5 Installment 476,60 ₺ 2.382,98 ₺
6 Installment 405,56 ₺ 2.433,36 ₺
7 Installment 355,16 ₺ 2.486,09 ₺
8 Installment 317,43 ₺ 2.539,46 ₺
9 Installment 288,21 ₺ 2.593,90 ₺
10 Installment 265,16 ₺ 2.651,55 ₺
11 Installment 246,29 ₺ 2.709,19 ₺
12 Installment 230,73 ₺ 2.768,75 ₺
Paraf 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.113,03 ₺ 2.226,06 ₺
3 Installment 755,90 ₺ 2.267,69 ₺
4 Installment 577,44 ₺ 2.309,75 ₺
5 Installment 470,49 ₺ 2.352,45 ₺
6 Installment 399,23 ₺ 2.395,36 ₺
7 Installment 348,54 ₺ 2.439,76 ₺
8 Installment 310,47 ₺ 2.483,74 ₺
9 Installment 280,81 ₺ 2.527,29 ₺
10 Installment 257,28 ₺ 2.572,77 ₺
11 Installment 237,89 ₺ 2.616,75 ₺
12 Installment 221,76 ₺ 2.661,15 ₺
World 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.123,92 ₺ 2.247,84 ₺
3 Installment 775,54 ₺ 2.326,61 ₺
4 Installment 594,68 ₺ 2.378,71 ₺
5 Installment 486,24 ₺ 2.431,22 ₺
6 Installment 413,99 ₺ 2.483,96 ₺
7 Installment 362,60 ₺ 2.538,18 ₺
8 Installment 323,92 ₺ 2.591,34 ₺
9 Installment 293,81 ₺ 2.644,29 ₺
10 Installment 269,89 ₺ 2.698,94 ₺
11 Installment 250,15 ₺ 2.751,67 ₺
12 Installment 233,72 ₺ 2.804,62 ₺
Maximum 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.121,25 ₺ 2.242,50 ₺
3 Installment 762,80 ₺ 2.288,40 ₺
4 Installment 583,95 ₺ 2.335,79 ₺
5 Installment 476,94 ₺ 2.384,68 ₺
6 Installment 405,92 ₺ 2.435,49 ₺
7 Installment 355,64 ₺ 2.489,51 ₺
8 Installment 317,91 ₺ 2.543,31 ₺
9 Installment 288,78 ₺ 2.599,03 ₺
10 Installment 265,75 ₺ 2.657,52 ₺
11 Installment 246,93 ₺ 2.716,23 ₺
12 Installment 231,42 ₺ 2.777,08 ₺
BankKart 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.119,22 ₺ 2.238,44 ₺
3 Installment 761,23 ₺ 2.283,70 ₺
4 Installment 582,72 ₺ 2.330,88 ₺
5 Installment 475,83 ₺ 2.379,13 ₺
6 Installment 405,06 ₺ 2.430,37 ₺
7 Installment 354,58 ₺ 2.482,03 ₺
8 Installment 317,09 ₺ 2.536,69 ₺
9 Installment 287,76 ₺ 2.589,85 ₺
10 Installment 263,70 ₺ 2.637,03 ₺
11 Installment 245,40 ₺ 2.699,37 ₺
12 Installment 230,30 ₺ 2.763,63 ₺
CardFinans 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.121,25 ₺ 2.242,50 ₺
3 Installment 762,80 ₺ 2.288,40 ₺
4 Installment 583,95 ₺ 2.335,79 ₺
5 Installment 476,94 ₺ 2.384,68 ₺
6 Installment 405,92 ₺ 2.435,49 ₺
7 Installment 355,64 ₺ 2.489,51 ₺
8 Installment 317,91 ₺ 2.543,31 ₺
9 Installment 288,78 ₺ 2.599,03 ₺
10 Installment 265,75 ₺ 2.657,52 ₺
11 Installment 246,93 ₺ 2.716,23 ₺
12 Installment 231,42 ₺ 2.777,08 ₺
Kuveyt Türk 12 Installment
Single Payment 2.134,90 ₺ 2.134,90 ₺
2 Installment 1.117,09 ₺ 2.234,17 ₺
3 Installment 758,67 ₺ 2.276,02 ₺
4 Installment 579,57 ₺ 2.318,29 ₺
5 Installment 472,24 ₺ 2.361,20 ₺
6 Installment 400,69 ₺ 2.404,11 ₺
7 Installment 349,79 ₺ 2.448,52 ₺
8 Installment 311,54 ₺ 2.492,28 ₺
9 Installment 281,78 ₺ 2.536,05 ₺
10 Installment 258,15 ₺ 2.581,52 ₺
11 Installment 238,70 ₺ 2.625,71 ₺
12 Installment 222,49 ₺ 2.669,91 ₺
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 OTO0277
Barcode OTO0277
1/5
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