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

سلتي

Isuzu IDSS Arıza Tespit Cihazı / G-IDSS & E-IDSS

لا توجد تقييمات بعد
| رمز المنتج: OTO0311 | |
WhatsApp Facebook
18.618,90 ₺ 29.789,90 ₺
متوفر
يحتوي هذا المنتج على خصم %37.
11.171,00 ₺ توفير
اسألنا عبر واتساب احصل على رد سريع ومعلومات السعر والمخزون
هل لديك سؤال حول هذا المنتج؟ اسأل سؤالك وسنجيب في أقرب وقت ممكن.
رضا العملاء أنتم أولويتنا
دفع آمن 3D Secure / SSL
شحن في نفس اليوم توصيل سريع
دعم 24/7 دائماً بجانبكم






Isuzu IDSS Arıza Tespit Cihazı | G-IDSS & E-IDSS Profesyonel Teşhis

/* İzole edilen tüm stiller - sadece bu bölüm için geçerli */ .isuzu-idss { --primary: #E60012; /* Isuzu Red */ --primary-light: #ffeaea; --secondary: #0078D7; /* A different accent color */ --text-dark: #1A2C55; --text-light: #646E84; --background: #FFFFFF; --background-light: #F7F9FC; --border: #E2E8F0; --success: #36B37E; --warning: #FFAB00; --info: #2684FF; --radius-sm: 8px; --radius-md: 16px; --radius-lg: 24px; --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05); --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.08); --shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1); color: var(--text-dark); background-color: var(--background); overflow-x: hidden; position: relative; width: 100%; box-sizing: border-box; overflow-wrap: break-word; word-wrap: break-word; word-break: break-word; font-size: 115%; } .isuzu-idss * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Outfit', sans-serif; } .isuzu-idss .container { max-width: 100%; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; } .isuzu-idss .btn { padding: 12px 24px; border-radius: var(--radius-md); font-weight: 600; font-size: 17px; transition: all 0.3s ease; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; white-space: nowrap; } .isuzu-idss .btn-primary { background-color: var(--primary); color: white; border: none; box-shadow: var(--shadow-sm); } .isuzu-idss .btn-primary:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); background-color: #b8201d; } .isuzu-idss .btn-secondary { background-color: var(--primary-light); color: var(--primary); border: none; } .isuzu-idss .btn-secondary:hover { background-color: #fddddd; } /* Background Shapes */ .isuzu-idss .bg-shape { position: absolute; z-index: 1; border-radius: 50%; } .isuzu-idss .bg-shape-1 { top: -80px; right: -80px; width: 250px; height: 250px; background-color: var(--primary-light); opacity: 0.5; } .isuzu-idss .bg-shape-2 { bottom: 10%; left: -120px; width: 200px; height: 200px; background-color: var(--primary-light); opacity: 0.4; } /* Hero Section */ .isuzu-idss .hero { padding-top: 80px; padding-bottom: 100px; position: relative; overflow: hidden; } .isuzu-idss .hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .isuzu-idss .hero-content { max-width: 550px; text-align: center; justify-self: center; } .isuzu-idss .hero-eyebrow { display: inline-flex; align-items: center; padding: 8px 16px; background-color: var(--primary-light); color: var(--primary); border-radius: var(--radius-sm); font-weight: 600; font-size: 16px; margin-bottom: 24px; } .isuzu-idss .hero-title { font-size: 55px; font-weight: 800; line-height: 1.2; margin-bottom: 24px; color: var(--text-dark); } .isuzu-idss .hero-title span { color: var(--primary); position: relative; display: inline-block; } .isuzu-idss .hero-title span::after { content: ''; position: absolute; bottom: 8px; left: 0; width: 100%; height: 10px; background-color: rgba(216, 45, 42, 0.2); z-index: -1; border-radius: 10px; } .isuzu-idss .hero-description { font-size: 18px; line-height: 1.6; color: var(--text-light); margin-bottom: 32px; } .isuzu-idss .hero-buttons { display: flex; gap: 16px; margin-top: 40px; justify-content: center; } @media (min-width: 768px) { .isuzu-idss .hero-buttons { justify-content: center; } } .isuzu-idss .hero-image-container { position: relative; z-index: 10; display: flex; justify-content: center; align-items: center; } .isuzu-idss .hero-image-wrapper { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background-color: white; width: 100%; max-width: 500px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; } .isuzu-idss .hero-image-wrapper img { width: 100%; height: auto; object-fit: contain; } /* Features Section */ .isuzu-idss .features { padding: 100px 0; position: relative; overflow: hidden; background-color: var(--background-light); } .isuzu-idss .section-header { text-align: center; max-width: 700px; margin: 0 auto 80px; } .isuzu-idss .section-subtitle { font-size: 14px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; } .isuzu-idss .section-title { font-size: 36px; font-weight: 800; color: var(--text-dark); margin-bottom: 24px; line-height: 1.3; } .isuzu-idss .section-description { font-size: 18px; color: var(--text-light); line-height: 1.6; } .isuzu-idss .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; justify-content: center; } .isuzu-idss .feature-card { background-color: var(--background); border-radius: var(--radius-lg); padding: 40px; transition: all 0.3s ease; border: 1px solid var(--border); position: relative; overflow: hidden; height: 100%; display: flex; flex-direction: column; } .isuzu-idss .feature-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-md); border-color: var(--primary-light); } .isuzu-idss .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 60px; background-color: var(--primary); border-radius: 0 2px 2px 0; } .isuzu-idss .feature-icon { margin-bottom: 24px; width: 60px; height: 60px; border-radius: var(--radius-md); background-color: var(--primary-light); display: flex; align-items: center; justify-content: center; font-size: 24px; color: var(--primary); align-self: center; } .isuzu-idss .feature-title { font-size: 20px; font-weight: 700; margin-bottom: 16px; color: var(--text-dark); text-align: center; } .isuzu-idss .feature-description { font-size: 16px; color: var(--text-light); line-height: 1.6; flex-grow: 1; text-align: center; } /* Product Section */ .isuzu-idss .product { padding: 100px 0; background-color: var(--background); position: relative; overflow: hidden; } .isuzu-idss .product-container { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } .isuzu-idss .product-image-container { position: relative; } .isuzu-idss .product-image-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background-color: white; padding: 20px; } .isuzu-idss .gallery-container { width: 100%; } .isuzu-idss .gallery-main { width: 100%; height: 400px; display: flex; justify-content: center; align-items: center; background-color: #f8f9fa; border-radius: var(--radius-md); margin-bottom: 20px; } .isuzu-idss .gallery-main img { max-width: 100%; max-height: 100%; object-fit: contain; } .isuzu-idss .gallery-thumbs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; } .isuzu-idss .gallery-thumb { width: 80px; height: 80px; border-radius: var(--radius-sm); overflow: hidden; cursor: pointer; border: 2px solid transparent; } .isuzu-idss .gallery-thumb.active { border-color: var(--primary); } .isuzu-idss .gallery-thumb img { width: 100%; height: 100%; object-fit: cover; } .isuzu-idss .product-badges { position: absolute; top: 40px; left: 40px; display: flex; flex-direction: column; gap: 12px; z-index: 5; } .isuzu-idss .hero-image-wrapper .product-badges { top: 20px; right: 40px; left: auto; } .isuzu-idss .product-badge { padding: 8px 16px; border-radius: var(--radius-sm); font-size: 14px; font-weight: 600; } .isuzu-idss .badge-full-chip { background-color: var(--primary); color: white; } .isuzu-idss .badge-360 { background-color: var(--primary); color: white; display: flex; align-items: center; gap: 8px; } .isuzu-idss .product-content { max-width: 480px; } .isuzu-idss .product-subtitle { font-size: 14px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; text-align: center; } .isuzu-idss .product-title { font-size: 36px; font-weight: 800; color: var(--text-dark); margin-bottom: 24px; line-height: 1.3; text-align: center; } .isuzu-idss .product-description { font-size: 17px; color: var(--text-light); line-height: 1.6; margin-bottom: 32px; text-align: center; } .isuzu-idss .product-features { margin-bottom: 40px; display: inline-block; text-align: left; } .isuzu-idss .product-feature { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; } .isuzu-idss .feature-check { min-width: 22px; height: 22px; background-color: var(--success); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 12px; margin-top: 4px; } .isuzu-idss .feature-text { font-size: 16px; color: var(--text-dark); line-height: 1.5; } .isuzu-idss .feature-text strong { font-weight: 600; } /* Software Section */ .isuzu-idss .software { padding: 100px 0 60px; background-color: var(--background-light); } .isuzu-idss .software-container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .isuzu-idss .software-image img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); } .isuzu-idss .software-content { max-width: 520px; margin: 0 auto; } .isuzu-idss .software-subtitle { font-size: 14px; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 16px; text-align: center; } .isuzu-idss .software-title { font-size: 36px; font-weight: 800; color: var(--text-dark); margin-bottom: 24px; line-height: 1.3; text-align: center; } .isuzu-idss .software-description { font-size: 17px; color: var(--text-light); line-height: 1.6; margin-bottom: 32px; text-align: center; } .isuzu-idss .software-list { margin-bottom: 32px; } .isuzu-idss .software-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 20px; } .isuzu-idss .software-icon { width: 24px; height: 24px; background-color: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 12px; flex-shrink: 0; margin-top: 2px; } .isuzu-idss .software-text { font-size: 16px; color: var(--text-light); line-height: 1.5; } .isuzu-idss .software-text strong { color: var(--text-dark); font-weight: 600; } .isuzu-idss .software-note { margin-top: 24px; padding: 16px; background-color: var(--warning); border-radius: var(--radius-md); font-size: 14px; color: var(--text-dark); line-height: 1.5; border-left: 4px solid #d98e00; } .isuzu-idss .software-bottom-note { margin-top: 35px; padding: 18px 24px; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); border-radius: var(--radius-md); border: 1px solid #dee2e6; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,0.08); } .isuzu-idss .software-note-icon { color: var(--primary); font-size: 20px; margin-bottom: 8px; display: block; } .isuzu-idss .software-note-content { color: var(--text-dark); font-size: 15px; line-height: 1.6; } .isuzu-idss .software-note-content a { color: var(--primary); text-decoration: underline; font-weight: 600; } .isuzu-idss .software-note-content a:hover { text-decoration: none; } .show-on-mobile { display: none; } .hide-on-mobile { display: block; } /* Detailed Features Section */ .isuzu-idss .detailed-features { padding: 100px 0; background-color: var(--background); } .isuzu-idss .detailed-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 60px; } .isuzu-idss .detailed-feature-item { display: flex; align-items: center; gap: 16px; padding: 20px; background-color: var(--background-light); border-radius: var(--radius-md); border: 1px solid var(--border); transition: all 0.3s ease; cursor: pointer; } .isuzu-idss .detailed-feature-item:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); border-color: var(--primary-light); background-color: var(--primary-light); } .isuzu-idss .detailed-feature-icon { width: 40px; height: 40px; background-color: var(--primary); color: white; border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; } .isuzu-idss .detailed-feature-text { font-size: 15px; font-weight: 500; color: var(--text-dark); line-height: 1.4; } /* Supported Models Section */ .isuzu-idss .supported-models { padding: 80px 0; background-color: var(--background); } .isuzu-idss .logo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 20px; justify-items: center; max-width: 800px; margin: 40px auto 0; } .isuzu-idss .brand-logo-item { display: flex; flex-direction: column; align-items: center; text-align: center; transition: transform 0.3s ease; } .isuzu-idss .brand-logo-item:hover { transform: scale(1.1); } .isuzu-idss .brand-logo-item img { max-height: 60px; max-width: 120px; object-fit: contain; margin-bottom: 12px; } .isuzu-idss .brand-logo-item p { font-size: 16px; font-weight: 600; color: var(--text-dark); } .isuzu-idss .compatibility-note { text-align: center; font-size: 16px; color: var(--text-light); line-height: 1.6; max-width: 700px; margin: 40px auto 0; padding: 20px; background-color: var(--primary-light); border-radius: var(--radius-md); border-left: 4px solid var(--primary); } /* FAQ Section */ .isuzu-idss .faq { padding: 100px 0; background-color: var(--background-light); } .isuzu-idss .faq-container { max-width: 900px; margin: 0 auto; } .isuzu-idss .faq-wrapper { margin-top: 60px; } .isuzu-idss .faq-item { background-color: var(--background); border: 1px solid var(--border); border-radius: var(--radius-md); transition: all 0.3s ease; overflow: hidden; margin-bottom: 16px; } .isuzu-idss .faq-item:hover { box-shadow: var(--shadow-sm); border-color: var(--primary-light); } .isuzu-idss .faq-question { padding: 24px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-weight: 600; color: var(--text-dark); user-select: none; } .isuzu-idss .faq-icon { color: var(--primary); transition: transform 0.3s ease; } .isuzu-idss .faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; color: var(--text-light); line-height: 1.6; transition: all 0.4s ease-in-out; } .isuzu-idss .faq-item.active .faq-answer { padding: 0 24px 24px; max-height: 500px; /* Adjust as needed */ } .isuzu-idss .faq-item.active .faq-icon { transform: rotate(180deg); } /* Lexia 360° Keşif Bölümü Stilleri */ .isuzu-360-experience { padding: 8rem 0; background: linear-gradient(135deg, #ffffff 0%, #f8fafb 100%); position: relative; overflow: hidden; color: var(--text-dark); } .lexia-360-experience::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 20%, rgba(216, 45, 42, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(216, 45, 42, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 60%, rgba(216, 45, 42, 0.03) 0%, transparent 50%); animation: lexia360BackgroundPulse 8s ease-in-out infinite; } @keyframes lexia360BackgroundPulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 0.8; } } .lexia-360-container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; position: relative; z-index: 2; } .lexia-360-header { text-align: center; margin-bottom: 5rem; animation: lexia360FadeInUp 1s ease-out; } @keyframes lexia360FadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } .lexia-360-header h2 { font-size: clamp(2.2rem, 4.4vw, 2.75rem); font-weight: 900; margin-bottom: 1.5rem; color: var(--text-dark); letter-spacing: -0.02em; position: relative; } .lexia-360-header h2 .lexia-gradient-text { background: linear-gradient(135deg, var(--primary), #ff6b6b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .lexia-360-header p { font-size: 1.2375rem; line-height: 1.7; color: var(--text-light); max-width: 700px; margin: 0 auto; font-weight: 400; } .lexia-360-main { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; margin-bottom: 6rem; align-items: center; } .lexia-360-player-wrapper { position: relative; animation: lexia360SlideInLeft 1s ease-out 0.3s both; } @keyframes lexia360SlideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } .lexia-360-player { position: relative; width: 100%; padding-top: 56.25%; border-radius: 24px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 100px rgba(216, 45, 42, 0.2); transition: all 0.4s ease; } .lexia-360-player:hover { transform: scale(1.02); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2), 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 150px rgba(216, 45, 42, 0.3); } .lexia-360-player iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 24px; } .lexia-360-badges { position: absolute; top: 20px; left: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 10; } .lexia-360-badge { background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)); backdrop-filter: blur(10px); color: #0a0e27; padding: 0.5rem 1rem; border-radius: 25px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; border: 1px solid rgba(255, 255, 255, 0.3); animation: lexia360BadgeFloat 3s ease-in-out infinite; } .lexia-360-badge:nth-child(2) { animation-delay: 1s; } @keyframes lexia360BadgeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } } .lexia-360-content { animation: lexia360SlideInRight 1s ease-out 0.6s both; } @keyframes lexia360SlideInRight { from { opacity: 0; transform: translateX(50px); } to { opacity: 1; transform: translateX(0); } } .lexia-360-content h3 { font-size: 2.2rem; font-weight: 700; margin-bottom: 1.5rem; color: var(--text-dark); text-align: center; } .lexia-360-content .lexia-360-intro-text { font-size: 1.21rem; line-height: 1.8; color: var(--text-light); margin-bottom: 2rem; text-align: center; } .lexia-360-highlights { display: grid; gap: 1.5rem; margin-bottom: 3rem; } .lexia-360-highlight { display: flex; align-items: center; gap: 1.5rem; padding: 2rem; background: rgba(255, 255, 255, 0.05); border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.4s ease; cursor: pointer; position: relative; overflow: hidden; } .lexia-360-highlight::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent); transition: left 0.6s ease; } .lexia-360-highlight:hover { background: rgba(255, 255, 255, 0.1); transform: translateX(10px); border-color: rgba(216, 45, 42, 0.3); } .lexia-360-highlight:hover::before { left: 100%; } .lexia-360-highlight-icon { width: 60px; height: 60px; background: linear-gradient(135deg, var(--primary), #ff6b6b); border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; } .lexia-360-highlight-icon::after { content: ''; position: absolute; inset: -2px; background: linear-gradient(135deg, var(--primary), #ff6b6b); border-radius: 18px; z-index: -1; opacity: 0; transition: opacity 0.3s ease; } .lexia-360-highlight:hover .lexia-360-highlight-icon::after { opacity: 0.5; animation: lexia360IconGlow 1s ease-in-out infinite alternate; } @keyframes lexia360IconGlow { to { transform: scale(1.1); } } .lexia-360-highlight-icon i { color: white; font-size: 1.8rem; } .lexia-360-highlight-content h4 { font-size: 1.21rem; font-weight: 600; color: var(--text-dark); margin-bottom: 0.5rem; line-height: 1.4; } .lexia-360-highlight-content p { font-size: 0.9625rem; line-height: 1.5; color: var(--text-light); margin: 0; } .lexia-360-features-showcase { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 5rem; } .lexia-360-feature-card { text-align: center; padding: 2rem; background: rgba(255, 255, 255, 0.05); border-radius: 20px; border: 1px solid rgba(255, 255, 255, 0.1); transition: all 0.4s ease; position: relative; overflow: hidden; } .lexia-360-feature-card::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle, rgba(216, 45, 42, 0.1) 0%, transparent 70%); transform: scale(0); transition: transform 0.6s ease; } .lexia-360-feature-card:hover::before { transform: scale(1); } .lexia-360-feature-card:hover { background: rgba(255, 255, 255, 0.1); transform: translateY(-10px); border-color: rgba(216, 45, 42, 0.3); } .lexia-360-feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, rgba(216, 45, 42, 0.2), rgba(255, 107, 107, 0.2)); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; position: relative; z-index: 1; } .lexia-360-feature-icon i { color: var(--primary); font-size: 2rem; } .lexia-360-feature-card h4 { font-size: 1.1rem; font-weight: 600; color: var(--text-dark); margin-bottom: 1rem; position: relative; z-index: 1; line-height: 1.4; } .lexia-360-feature-card p { font-size: 0.9625rem; color: var(--text-light); line-height: 1.5; margin: 0; position: relative; z-index: 1; } .lexia-360-floating-elements { position: absolute; width: 100%; height: 100%; pointer-events: none; overflow: hidden; } .lexia-360-floating-element { position: absolute; border-radius: 50%; background: linear-gradient(135deg, rgba(216, 45, 42, 0.1), rgba(255, 107, 107, 0.1)); animation: lexia360FloatElement 8s ease-in-out infinite; } @keyframes lexia360FloatElement { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-30px) rotate(180deg); } } .lexia-360-floating-1 { width: 120px; height: 120px; top: 15%; left: 8%; animation-delay: 0s; } .lexia-360-floating-2 { width: 80px; height: 80px; top: 70%; right: 10%; animation-delay: 2s; } .lexia-360-floating-3 { width: 60px; height: 60px; top: 40%; left: 85%; animation-delay: 4s; } /* Lexia 360° Responsive Design */ @media (max-width: 1024px) { .lexia-360-experience { padding: 5rem 0; } .lexia-360-main { grid-template-columns: 1fr; gap: 3rem; } .lexia-360-features-showcase { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } .lexia-360-header { margin-bottom: 3rem; } } @media (max-width: 768px) { .lexia-360-experience { padding: 3rem 0; } .lexia-360-container { padding: 0 1rem; } .lexia-360-header { margin-bottom: 2.5rem; } .lexia-360-header h2 { font-size: 2rem; margin-bottom: 1rem; } .lexia-360-header p { font-size: 1rem; line-height: 1.6; } .lexia-360-main { gap: 2rem; margin-bottom: 3rem; } .lexia-360-content h3 { font-size: 1.5rem; margin-bottom: 1rem; } .lexia-360-content .lexia-360-intro-text { font-size: 1rem; margin-bottom: 1.5rem; } .lexia-360-highlight { padding: 1.2rem; flex-direction: column; text-align: center; gap: 0.8rem; } .lexia-360-highlight-content h4 { font-size: 1rem; } .lexia-360-highlight-content p { font-size: 0.85rem; } .lexia-360-features-showcase { grid-template-columns: 1fr; gap: 1.2rem; margin-top: 2.5rem; } .lexia-360-feature-card { padding: 1.2rem; } .lexia-360-feature-card h4 { font-size: 1rem; margin-bottom: 0.8rem; } .lexia-360-feature-card p { font-size: 0.85rem; } } @media (max-width: 480px) { .lexia-360-experience { padding: 2rem 0; } .lexia-360-container { padding: 0 0.8rem; } .lexia-360-header { margin-bottom: 2rem; } .lexia-360-header h2 { font-size: 1.6rem; line-height: 1.2; margin-bottom: 0.8rem; } .lexia-360-header p { font-size: 0.9rem; line-height: 1.5; } .lexia-360-main { gap: 1.5rem; margin-bottom: 2rem; } .lexia-360-player { border-radius: 12px; padding-top: 65%; } .lexia-360-badges { top: 8px; left: 8px; right: 8px; flex-direction: row; justify-content: space-between; gap: 5px; } .lexia-360-badge { font-size: 0.6rem; padding: 0.3rem 0.6rem; letter-spacing: 0.3px; flex: 1; text-align: center; } .lexia-360-content h3 { font-size: 1.3rem; margin-bottom: 0.8rem; line-height: 1.3; } .lexia-360-content .lexia-360-intro-text { font-size: 0.9rem; margin-bottom: 1.2rem; line-height: 1.5; } .lexia-360-highlights { gap: 1rem; margin-bottom: 1.5rem; } .lexia-360-highlight { padding: 1rem; gap: 0.6rem; } .lexia-360-highlight-icon { width: 45px; height: 45px; border-radius: 12px; } .lexia-360-highlight-icon i { font-size: 1.3rem; } .lexia-360-highlight-content h4 { font-size: 0.9rem; margin-bottom: 0.3rem; line-height: 1.3; } .lexia-360-highlight-content p { font-size: 0.8rem; line-height: 1.4; } .lexia-360-features-showcase { gap: 1rem; margin-top: 2rem; } .lexia-360-feature-card { padding: 1rem; } .lexia-360-feature-icon { width: 50px; height: 50px; border-radius: 12px; margin-bottom: 1rem; } .lexia-360-feature-icon i { font-size: 1.3rem; } .lexia-360-feature-card h4 { font-size: 0.9rem; margin-bottom: 0.6rem; line-height: 1.3; } .lexia-360-feature-card p { font-size: 0.8rem; line-height: 1.4; } .lexia-360-floating-elements { display: none; } } /* Contact Section Styling */ .isuzu-idss .contact-section { padding: 80px 0; background-color: var(--background); text-align: center; } .isuzu-idss .contact-header { margin-bottom: 60px; } .isuzu-idss .contact-title { font-size: 32px; font-weight: 800; color: var(--text-dark); margin-bottom: 12px; } .isuzu-idss .contact-title-underline { width: 60px; height: 4px; background-color: var(--primary); margin: 0 auto 24px; border-radius: 2px; } .isuzu-idss .contact-description { font-size: 17px; color: var(--text-light); line-height: 1.6; max-width: 600px; margin: 0 auto; } .isuzu-idss .contact-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .isuzu-idss .contact-card { background-color: var(--background-light); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-sm); transition: all 0.3s ease; border: 1px solid var(--border); } .isuzu-idss .contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); } .isuzu-idss .contact-icon { width: 60px; height: 60px; border-radius: 50%; background-color: var(--primary-light); color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 20px; } .isuzu-idss .contact-card-title { font-size: 18px; font-weight: 700; color: var(--text-dark); margin-bottom: 8px; } .isuzu-idss .contact-card-detail { font-size: 16px; color: var(--primary); text-decoration: none; font-weight: 500; } .isuzu-idss .contact-card-detail:hover { text-decoration: underline; } /* Responsive */ @media (max-width: 1024px) { .isuzu-idss .hero-title { font-size: 40px; } .isuzu-idss .product-container, .isuzu-idss .software-container { gap: 40px; } } @media (max-width: 768px) { .isuzu-idss .hero { padding-top: 60px; text-align: center; } .isuzu-idss .hero-grid { grid-template-columns: 1fr; gap: 40px; } .isuzu-idss .hero-content { text-align: center; max-width: 100%; } .isuzu-idss .hero-buttons { flex-direction: column; align-items: center; } .isuzu-idss .hero-eyebrow { margin-left: auto; margin-right: auto; } .isuzu-idss .hero-image-wrapper { max-width: 400px; } .isuzu-idss .product-container, .isuzu-idss .software-container { grid-template-columns: 1fr; } .isuzu-idss .product-content, .isuzu-idss .software-content { max-width: 100%; } .isuzu-idss .product-content { order: 2; } .isuzu-idss .product-image-container { order: 1; } /* For software section on mobile, content (order: 1) comes before image (order: 2) */ .isuzu-idss .software-content { order: 1; } .isuzu-idss .software-image { order: 2; } .show-on-mobile { display: block; } .hide-on-mobile { display: none; } .isuzu-idss .gallery-main { height: 300px; } .isuzu-idss .faq-columns { display: block; } } @media (max-width: 576px) { .isuzu-idss .container { padding: 0 16px; } .isuzu-idss .hero-title { font-size: 32px; } .isuzu-idss .hero-image-wrapper { max-width: 300px; } .isuzu-idss .section-title, .isuzu-idss .product-title, .isuzu-idss .software-title { font-size: 28px; } .isuzu-idss .feature-card { padding: 30px; } .isuzu-idss .gallery-thumb { width: 60px; height: 60px; } .isuzu-idss .gallery-main { height: 250px; } .isuzu-idss .product-badges { top: 20px; left: 20px; } .isuzu-idss .hero-image-container .product-badges { right: 20px; left: auto; } } @media (min-width: 768px) { .isuzu-idss .hero-buttons { justify-content: center; } .isuzu-idss .faq-column { flex: 0 0 calc(50% - 12px); } }




 Profesyonel Teşhis Sistemi

Isuzu Araçları İçin G-IDSS & E-IDSS Arıza Tespit Cihazı

Isuzu IDSS arıza tespit cihazı, Isuzu kamyon, minibüs ve ticari araçlarınızda profesyonel düzeyde teşhis, kodlama ve adaptasyon işlemleri yapmanıza olanak tanır. G-IDSS ve E-IDSS yazılımları ile uyumlu çalışır. Isuzu yetkili servis kalitesinde işlem yapabilirsiniz.


Ürünü İnceleyin


Yazılım Uyumluluğu

360° Görünüm

360° Görünüm

Yakında Eklenecek

Full Chip

Isuzu IDSS Cihazı

Ürün Görselleri Yakında Eklenecek

ISUZU UYUMLU | G-IDSS & E-IDSS

Isuzu IDSS Arıza Tespit Cihazı

Isuzu kamyon, minibüs ve ticari araçları için özel olarak tasarlanmış bu profesyonel arıza tespit cihazı, G-IDSS ve E-IDSS yazılımları ile yetkili servis fonksiyonlarını parmaklarınızın ucuna getirir.

G-IDSS & E-IDSS Desteği: Isuzu'nun resmi teşhis yazılımları ile tam uyumluluk.
Kapsamlı Teşhis: Motor, şanzıman, ABS, fren sistemi ve diğer elektronik modülleri okuma.
Ticari Araç Uzmanı: Kamyon ve minibüs sistemlerine özel gelişmiş teşhis yetenekleri.

PROFESYONEL TEŞHİS ÇÖZÜMLERİ

Isuzu Araçları İçin Kapsamlı Yetenekler

Isuzu IDSS, standart arıza tespit cihazlarının yeteneklerini aşarak, Isuzu kamyon, minibüs ve ticari araçlarınızda ileri düzeyde işlem yapmanıza olanak tanır.

G-IDSS & E-IDSS Desteği

Isuzu'nun resmi G-IDSS ve E-IDSS yazılımları ile tam uyumluluk. Yetkili servis kalitesinde teşhis imkanı.

Ticari Araç Sistemleri

Motor, şanzıman, ABS, fren sistemi, klima ve diğer ticari araç sistemlerine özel gelişmiş teşhis yetenekleri.

Gelişmiş Kodlama

ECU programlama, parça tanıtma, adaptasyon ve konfigürasyon işlemleri. Isuzu sistemlerine özel kodlama yetenekleri.

Servis Fonksiyonları

DPF rejenerasyonu, enjektör kodlama, yağ bakım sıfırlama ve Isuzu araçlarına özel servis işlemleri.

Kapsamlı Isuzu Desteği

Isuzu kamyon, minibüs, pick-up ve ticari araç modellerinin tamamı ile uyumluluk. Geniş model yelpazesi desteği.

Güvenli İletişim

Isuzu protokolleri ile güvenli veri alışverişi. Sistem bütünlüğünü koruyarak güvenilir teşhis sağlar.

DETAYLI ÖZELLİKLER

Isuzu IDSS ile Yapabilecekleriniz

Isuzu ticari araçlarında profesyonel düzeyde teşhis, kodlama ve adaptasyon işlemleri için gereken tüm fonksiyonlar tek cihazda.

Isuzu Motor Kontrol Sistemi Teşhisi
VIN Numarası ile Otomatik Araç Tanıma
DTC (Arıza Kodları) Okuma ve Silme
Canlı Motor Parametrelerini İzleme
Common Rail Enjektör Kodlama
DPF Rejenerasyonu ve Temizleme
Allison Şanzıman Teşhis ve Adaptasyon
ABS ve Fren Sistemi Teşhisi
Turbo Boost Basınç Kontrolü
Motor Soğutma Sistemi Teşhisi
Şarj Sistemi ve Alternatör Testi
Hidrolik Direksiyon Sistemi Teşhisi
Klima ve HVAC Sistemi Kontrolü
Gösterge Paneli ve Cluster Teşhisi
ECU Programlama ve Güncelleme
Motor Yağı Basınç ve Seviye Kontrolü
Süspansiyon ve Şasi Sistemi Teşhisi
Yakıt Sistemi ve Pompa Testi
Servis Aralığı Sıfırlama
Aktüatör Testleri ve Kalibrasyonu
Güvenlik Sistemleri Teşhisi
CAN-BUS İletişim Testi
Özel Servis Fonksiyonları
Ve Daha Birçok Isuzu Özel Özelliği

Isuzu IDSS'i 360° Açıdan Keşfedin

Isuzu IDSS arıza tespit cihazının her detayını interaktif deneyimle yaşayın. Profesyonel tasarımından gelişmiş Isuzu protokol özelliklerine kadar her şeyi yakından inceleyin.

Isuzu IDSS Dış Görünüm

Isuzu IDSS Video Tanıtımı

Yakında Eklenecek

Gelişmiş Teknoloji & Profesyonel Çözüm

Isuzu IDSS, Isuzu ticari araçları için en ileri teknoloji ile tasarlanmış profesyonel teşhis cihazıdır. Yetkili servis kalitesinde işlem yapabilme yeteneği ile ticari araç sektöründe öncü bir çözüm sunar.

Isuzu Protokol Uzmanı

Isuzu kamyon, minibüs ve ticari araçlarının tüm iletişim protokollerinde uzmanlaşmış tasarım. G-IDSS ve E-IDSS desteği.

Güvenilir Performans

Profesyonel donanım ile kesintisiz çalışma garantisi. Ticari araç kullanımında bile istikrarlı bağlantı.

Ekonomik Çözüm

Isuzu yetkili servis kalitesinde işlem yapabilme imkanı sunarak, yüksek maliyetli servis ziyaretlerine alternatif.

Ticari Araç Uzmanı

Isuzu kamyon ve minibüs sistemlerine özel tasarım

Isuzu Protokolleri

Tüm Isuzu iletişim protokolleri desteği

G-IDSS & E-IDSS Uyumluluğu

Isuzu'nun resmi G-IDSS ve E-IDSS yazılımları ile uyumlu

Hızlı Bağlantı

Anında Isuzu araç tanıma ve bağlantı kurma

YAZILIM UYUMLULUĞU

G-IDSS & E-IDSS ile Profesyonel Teşhis

Isuzu IDSS cihazı, Isuzu'nun resmi teşhis yazılımları olan G-IDSS ve E-IDSS ile tam uyumlu çalışarak profesyonel düzeyde işlem yapmanızı sağlar. Yazılım, cihazla birlikte gönderilmemektedir. Bazı online işlemler için Isuzu yetkili servis hesabı gerekebilir.

Otomatik Araç Tanıma: VIN numarasından Isuzu aracını otomatik olarak tanır ve uygun teşhis modülünü yükler.
Kapsamlı Arıza Analizi: Isuzu sistemlerine özel arıza kodları, açıklamaları ve çözüm önerileriyle birlikte detaylı raporlama.
Gerçek Zamanlı Veri: Motor, şanzıman ve diğer sistemlerin canlı verilerini izleme ve grafiksel gösterim.

G-IDSS & E-IDSS Yazılım Arayüzü

Ekran Görüntüleri Yakında Eklenecek

Ürün Kapsamı Bilgilendirmesi
Bu paket yalnızca Isuzu IDSS donanım arayüz cihazını içermektedir. Teşhis ve kodlama işlemleri için gerekli olan G-IDSS ve E-IDSS yazılımları ayrı olarak temin edilmelidir. Profesyonel yazılım çözümü için buraya tıklayın.

ARAÇ UYUMLULUĞU

Desteklenen Isuzu Araç Modelleri

Isuzu IDSS, G-IDSS ve E-IDSS yazılımları ile Isuzu kamyon, minibüs ve ticari araç modellerinin tamamında profesyonel düzeyde teşhis ve kodlama işlemleri yapma olanağı sunar.

Isuzu Kamyon

Isuzu Minibüs

Ticari Araç

Isuzu Pick-up

Uyumluluk Notu: Isuzu IDSS cihazı, tüm Isuzu kamyon, minibüs, pick-up ve ticari araç modellerinde G-IDSS ve E-IDSS yazılımları ile tam uyumlu çalışır. Cihaz, Isuzu'nun resmi teşhis protokollerini destekler ve yetkili servis kalitesinde işlem yapmanıza olanak tanır.

SIKÇA SORULAN SORULAR

Isuzu IDSS Hakkında Merak Edilenler

Isuzu IDSS arıza tespit cihazı ve G-IDSS & E-IDSS yazılım uyumluluğu ile ilgili en çok sorulan soruları ve cevaplarını derledik.


G-IDSS ve E-IDSS yazılımları arasındaki fark nedir?
G-IDSS (Global IDSS) Isuzu'nun küresel teşhis yazılımıdır ve tüm Isuzu modellerini destekler. E-IDSS (Enhanced IDSS) ise gelişmiş özellikler sunan ve daha detaylı teşhis imkanları sağlayan yazılımdır. Her iki yazılım da Isuzu IDSS cihazı ile uyumlu çalışır ve farklı teşhis ihtiyaçlarına göre kullanılabilir.
Bu cihazla hangi işlemleri yapabilirim?
Isuzu IDSS ile yapabilecekleriniz oldukça geniştir: Arıza kodlarını okuma ve silme, canlı verileri izleme, ticari araç sistemlerinin testleri, enjektör kodlama, DPF rejenerasyonu, fren sistemi kalibrasyonu, motor parametrelerini ayarlama, ECU programlama ve Isuzu araçlarına özel servis ve adaptasyon işlemlerini gerçekleştirebilirsiniz.

Hangi Isuzu modellerini destekliyor?
Isuzu IDSS, tüm Isuzu kamyon, minibüs, pick-up ve ticari araç modellerini destekler. D-Max, NPR, NQR, FRR, FVR, CXZ serisi kamyonlar, Novociti minibüsler ve diğer Isuzu ticari araçlarıyla tam uyumludur. Hem eski hem de yeni model Isuzu araçlarında profesyonel teşhis yapabilirsiniz.
Cihazın garantisi var mı?
Evet, sattığımız tüm Isuzu IDSS arıza tespit cihazları sadece üretim kaynaklı oluşan hatalara karşı 6 ay boyunca firmamız garantisi altındadır. Kullanıcı kaynaklı hatalar garanti kapsamında değildir.
Online işlemler için ek gereksinim var mı?
G-IDSS ve E-IDSS yazılımları ile yapılan bazı online işlemler (yazılım güncellemeleri, online kodlama, servis bulletinlerine erişim vb.) için Isuzu yetkili servis hesabı gerekebilir. Bu hesap yetkili servisler için sağlanmaktadır ve bireysel kullanıcılar için sınırlı olabilir.

Destek ve İletişim

Ürünlerimizle veya donanım kullanımıyla ilgili her türlü sorunuz için bize ulaşabilirsiniz.

Telefon

0850 532 05 50

E-posta

info@otoeko.com

WhatsApp

WhatsApp Destek Hattı



Axess 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.652,53 ₺ 19.957,60 ₺
4 تقسيط 5.092,74 ₺ 20.370,94 ₺
5 تقسيط 4.159,46 ₺ 20.797,31 ₺
6 تقسيط 3.540,07 ₺ 21.240,44 ₺
7 تقسيط 3.101,64 ₺ 21.711,50 ₺
8 تقسيط 2.772,59 ₺ 22.180,70 ₺
9 تقسيط 2.518,52 ₺ 22.666,65 ₺
10 تقسيط 2.317,68 ₺ 23.176,81 ₺
11 تقسيط 2.153,53 ₺ 23.688,83 ₺
12 تقسيط 2.018,29 ₺ 24.219,47 ₺
Bonus 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.651,29 ₺ 19.953,88 ₺
4 تقسيط 5.090,87 ₺ 20.363,49 ₺
5 تقسيط 4.156,48 ₺ 20.782,42 ₺
6 تقسيط 3.536,97 ₺ 21.221,82 ₺
7 تقسيط 3.097,39 ₺ 21.681,71 ₺
8 تقسيط 2.768,40 ₺ 22.147,18 ₺
9 تقسيط 2.513,55 ₺ 22.621,96 ₺
10 تقسيط 2.312,47 ₺ 23.124,67 ₺
11 تقسيط 2.147,94 ₺ 23.627,38 ₺
12 تقسيط 2.012,24 ₺ 24.146,85 ₺
Paraf 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.706,97 ₺ 19.413,93 ₺
3 تقسيط 6.592,33 ₺ 19.777,00 ₺
4 تقسيط 5.035,95 ₺ 20.143,79 ₺
5 تقسيط 4.103,23 ₺ 20.516,17 ₺
6 تقسيط 3.481,74 ₺ 20.890,41 ₺
7 تقسيط 3.039,67 ₺ 21.277,68 ₺
8 تقسيط 2.707,65 ₺ 21.661,23 ₺
9 تقسيط 2.449,01 ₺ 22.041,05 ₺
10 تقسيط 2.243,76 ₺ 22.437,64 ₺
11 تقسيط 2.074,65 ₺ 22.821,19 ₺
12 تقسيط 1.934,04 ₺ 23.208,46 ₺
World 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.801,92 ₺ 19.603,84 ₺
3 تقسيط 6.763,63 ₺ 20.290,88 ₺
4 تقسيط 5.186,30 ₺ 20.745,18 ₺
5 تقسيط 4.240,64 ₺ 21.203,20 ₺
6 تقسيط 3.610,52 ₺ 21.663,09 ₺
7 تقسيط 3.162,29 ₺ 22.136,01 ₺
8 تقسيط 2.824,95 ₺ 22.599,62 ₺
9 تقسيط 2.562,37 ₺ 23.061,37 ₺
10 تقسيط 2.353,80 ₺ 23.538,01 ₺
11 تقسيط 2.181,63 ₺ 23.997,90 ₺
12 تقسيط 2.038,30 ₺ 24.459,65 ₺
Maximum 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.652,53 ₺ 19.957,60 ₺
4 تقسيط 5.092,74 ₺ 20.370,94 ₺
5 تقسيط 4.159,46 ₺ 20.797,31 ₺
6 تقسيط 3.540,07 ₺ 21.240,44 ₺
7 تقسيط 3.101,64 ₺ 21.711,50 ₺
8 تقسيط 2.772,59 ₺ 22.180,70 ₺
9 تقسيط 2.518,52 ₺ 22.666,65 ₺
10 تقسيط 2.317,68 ₺ 23.176,81 ₺
11 تقسيط 2.153,53 ₺ 23.688,83 ₺
12 تقسيط 2.018,29 ₺ 24.219,47 ₺
BankKart 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.760,96 ₺ 19.521,92 ₺
3 تقسيط 6.638,88 ₺ 19.916,64 ₺
4 تقسيط 5.082,03 ₺ 20.328,12 ₺
5 تقسيط 4.149,78 ₺ 20.748,90 ₺
6 تقسيط 3.532,63 ₺ 21.195,76 ₺
7 تقسيط 3.092,33 ₺ 21.646,33 ₺
8 تقسيط 2.765,37 ₺ 22.122,98 ₺
9 تقسيط 2.509,62 ₺ 22.586,59 ₺
10 تقسيط 2.299,81 ₺ 22.998,07 ₺
11 تقسيط 2.140,16 ₺ 23.541,74 ₺
12 تقسيط 2.008,51 ₺ 24.102,17 ₺
CardFinans 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.778,65 ₺ 19.557,29 ₺
3 تقسيط 6.652,53 ₺ 19.957,60 ₺
4 تقسيط 5.092,74 ₺ 20.370,94 ₺
5 تقسيط 4.159,46 ₺ 20.797,31 ₺
6 تقسيط 3.540,07 ₺ 21.240,44 ₺
7 تقسيط 3.101,64 ₺ 21.711,50 ₺
8 تقسيط 2.772,59 ₺ 22.180,70 ₺
9 تقسيط 2.518,52 ₺ 22.666,65 ₺
10 تقسيط 2.317,68 ₺ 23.176,81 ₺
11 تقسيط 2.153,53 ₺ 23.688,83 ₺
12 تقسيط 2.018,29 ₺ 24.219,47 ₺
Kuveyt Türk 12 تقسيط
دفعة واحدة 18.618,90 ₺ 18.618,90 ₺
2 تقسيط 9.742,34 ₺ 19.484,68 ₺
3 تقسيط 6.616,54 ₺ 19.849,61 ₺
4 تقسيط 5.054,57 ₺ 20.218,26 ₺
5 تقسيط 4.118,50 ₺ 20.592,50 ₺
6 تقسيط 3.494,46 ₺ 20.966,74 ₺
7 تقسيط 3.050,57 ₺ 21.354,02 ₺
8 تقسيط 2.716,96 ₺ 21.735,70 ₺
9 تقسيط 2.457,49 ₺ 22.117,39 ₺
10 تقسيط 2.251,40 ₺ 22.513,97 ₺
11 تقسيط 2.081,76 ₺ 22.899,39 ₺
12 تقسيط 1.940,40 ₺ 23.284,80 ₺
اطلب قبل الساعة 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 ميغابايت
رمز المنتج OTO0311
الباركود OTO0311
1/1
إشعار ملفات تعريف الارتباط

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