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

سلتي

Volkswagen Vas 5054A Arıza Tespit Cihazı + Laptop

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

Volkswagen Grubu araçlar için profesyonel çözüm sunan bu komple set, VAS 5054A Cihaz + Laptop + Yazılım + Plastik Taşıma Çantası içerir. Tüm bileşenler kullanıma hazır durumda teslim edilir. Tak-çalıştır mantığıyla tasarlanmış bu sistem, karmaşık kurulum gerektirmeden anında diagnostik işlemlere başlamanızı sağlar.

Bluetooth
Kablosuz bağlantı

Güçlü Laptop
i5 + 8GB + 480GB SSD

ODIS Yazılımı
Service + Engineering

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






VAS 5054A Profesyonel Arıza Tespit Seti | Volkswagen Grubu | OtoEko















/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap'); */ /* Removed @import for fonts */ :root { --primary-blue: #001e50; --secondary-blue: #0056b3; --tertiary-blue: #0074d9; --light-blue: #e6f2ff; --superlight-blue: #f0f8ff; --gray-100: #f8f9fa; --gray-200: #e9ecef; --gray-300: #dee2e6; --gray-400: #ced4da; --gray-500: #adb5bd; --gray-600: #6c757d; --gray-700: #495057; --gray-800: #343a40; --gray-900: #212529; --black: #000; --white: #fff; --shadow-sm: 0 2px 4px rgba(0, 30, 80, 0.05); --shadow-md: 0 4px 8px rgba(0, 30, 80, 0.1); --shadow-lg: 0 10px 25px rgba(0, 30, 80, 0.15); --shadow-xl: 0 20px 50px rgba(0, 30, 80, 0.2); --radius-sm: 4px; --radius-md: 8px; --radius-lg: 16px; --radius-xl: 24px; --radius-xxl: 32px; --spacing-xs: 4px; --spacing-sm: 8px; --spacing-md: 16px; --spacing-lg: 24px; --spacing-xl: 32px; --spacing-xxl: 48px; --spacing-xxxl: 64px; --main-content-max-width: 1400px; --header-height: 80px; --section-padding: 80px; --animation-duration: 0.3s; } * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; } html { scroll-behavior: smooth; overflow-x: hidden; } body { background-color: var(--white); color: var(--gray-800); overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { max-width: 100%; display: block; } a { text-decoration: none; color: inherit; transition: color var(--animation-duration) ease; } /* Hero Section */ .hero-section { min-height: 100vh; display: flex; position: relative; padding-top: var(--header-height); overflow: hidden; } .hero-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--superlight-blue); z-index: -1; } .hero-bg::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0)); } .hero-circle { position: absolute; border-radius: 50%; opacity: 0.1; background-color: var(--primary-blue); } .hero-circle:nth-child(1) { width: 300px; height: 300px; top: 10%; left: -150px; } .hero-circle:nth-child(2) { width: 500px; height: 500px; top: 20%; right: -250px; } .hero-circle:nth-child(3) { width: 200px; height: 200px; bottom: 10%; left: 20%; } .hero-inner { max-width: var(--main-content-max-width); margin: 0 auto; width: 100%; display: flex; align-items: center; padding: var(--spacing-lg) var(--spacing-xl) var(--spacing-xxxl); /* Reduced top padding */ } .hero-content { flex: 1; position: relative; z-index: 2; } .hero-tag { display: inline-block; padding: var(--spacing-xs) var(--spacing-md); background-color: var(--primary-blue); color: var(--white); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: var(--radius-sm); margin-bottom: var(--spacing-xl); } .hero-title { font-size: 40px; /* Set to 40px as per user request */ font-weight: 700; color: var(--primary-blue); line-height: 1.2; margin-bottom: var(--spacing-xl); } .hero-title span { display: block; font-weight: 300; } .hero-description { font-size: 18px; line-height: 1.7; color: var(--gray-700); margin-bottom: var(--spacing-xxl); max-width: 600px; } .hero-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--spacing-md); margin-bottom: var(--spacing-xl); } .hero-feature { display: flex; align-items: center; background-color: var(--white); padding: var(--spacing-md); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); transition: transform var(--animation-duration) ease, box-shadow var(--animation-duration) ease; } .hero-feature:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); } .feature-icon { width: 40px; height: 40px; background-color: var(--light-blue); color: var(--primary-blue); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: var(--spacing-md); flex-shrink: 0; } .feature-icon i { font-size: 18px; } .feature-text { font-size: 14px; font-weight: 500; color: var(--gray-800); } .hero-cta { display: inline-block; padding: 14px 35px; background-color: var(--primary-blue); color: var(--white); font-size: 16px; font-weight: 600; border-radius: var(--radius-md); transition: background-color var(--animation-duration) ease, transform var(--animation-duration) ease; box-shadow: var(--shadow-md); position: relative; overflow: hidden; } .hero-cta::before { content: ""; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.2); transform: skewX(-30deg); transition: left 0.6s ease; } .hero-cta:hover { background-color: var(--secondary-blue); transform: translateY(-3px); } .hero-cta:hover::before { left: 100%; } .hero-image { flex: 1; display: flex; flex-direction: column; /* Align main image and thumbnails vertically */ justify-content: center; align-items: center; position: relative; z-index: 2; } .main-image-container { margin-bottom: var(--spacing-md); /* Space between main image and thumbnails */ border: 1px solid var(--gray-300); border-radius: var(--radius-lg); /* Increased border-radius */ overflow: hidden; /* Ensure image stays within rounded borders */ box-shadow: var(--shadow-md); } #mainProductImage { max-width: 400px; /* Adjust as needed */ max-height: 400px; /* Adjust as needed */ object-fit: contain; /* Ensure the whole image is visible */ } .thumbnail-container { display: flex; gap: var(--spacing-sm); padding: var(--spacing-sm); /* Padding for the container's frame */ /* border: 2px solid var(--primary-blue); */ /* Border removed as per new design */ border-radius: var(--radius-lg); /* Rounded corners for the container */ transition: border-color var(--animation-duration) ease; } /* .thumbnail-container:hover { border-color: var(--primary-blue); } */ /* Removed hover effect for the container */ .thumbnail-img { width: 80px; height: 80px; object-fit: cover; background-color: var(--white); border-radius: 15px; /* Set border-radius to 15px */ cursor: pointer; transition: transform var(--animation-duration) ease, border-color var(--animation-duration) ease, box-shadow var(--animation-duration) ease; border: 2px solid var(--gray-200); /* Light border for inactive thumbnails */ box-shadow: var(--shadow-sm); } /* .thumbnail-img:hover { transform: scale(1.05); border-color: var(--secondary-blue); } */ /* Custom hover can be added if needed */ .thumbnail-img.active-thumbnail { border: 2px solid var(--primary-blue); /* Prominent blue border for active thumbnail */ transform: scale(1.05); box-shadow: var(--shadow-md); } .device-showcase { width: 450px; height: 450px; position: relative; } .device-circle { position: absolute; width: 100%; height: 100%; border-radius: 50%; background: linear-gradient(145deg, var(--gray-100), var(--gray-200)); box-shadow: 25px 25px 50px rgba(0, 30, 80, 0.05), -25px -25px 50px rgba(255, 255, 255, 0.8); display: flex; justify-content: center; align-items: center; } .device-container { width: 250px; height: 250px; background-color: var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; overflow: hidden; } .device-container::before { content: ""; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: conic-gradient(transparent, rgba(0, 30, 80, 0.03), transparent); animation: rotate 10s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .device-model { font-size: 32px; font-weight: 700; color: var(--primary-blue); margin-bottom: var(--spacing-md); position: relative; z-index: 1; } .device-label { font-size: 14px; color: var(--gray-600); position: relative; z-index: 1; } .ring { position: absolute; border: 1px dashed var(--gray-300); border-radius: 50%; animation: pulse 3s linear infinite; } @keyframes pulse { 0% { opacity: 0.3; transform: scale(0.95); } 50% { opacity: 0.6; transform: scale(1.05); } 100% { opacity: 0.3; transform: scale(0.95); } } .ring-1 { width: calc(100% + 20px); height: calc(100% + 20px); animation-delay: 0s; } .ring-2 { width: calc(100% + 60px); height: calc(100% + 60px); animation-delay: 0.5s; } .ring-3 { width: calc(100% + 100px); height: calc(100% + 100px); animation-delay: 1s; } .floating-icons { position: absolute; width: 100%; height: 100%; top: 0; left: 0; } .floating-icon { position: absolute; width: 30px; height: 30px; background-color: var(--white); border-radius: 50%; display: flex; justify-content: center; align-items: center; box-shadow: var(--shadow-sm); font-size: 14px; color: var(--primary-blue); z-index: 3; animation: float 5s ease-in-out infinite; } @keyframes float { 0% { transform: translateY(0); } 50% { transform: translateY(-15px); } 100% { transform: translateY(0); } } .floating-icon:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; } .floating-icon:nth-child(2) { top: 20%; right: 10%; animation-delay: 1s; } .floating-icon:nth-child(3) { bottom: 15%; left: 15%; animation-delay: 2s; } .floating-icon:nth-child(4) { bottom: 10%; right: 15%; animation-delay: 3s; } .scroll-down { position: absolute; bottom: var(--spacing-xl); left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; color: var(--gray-600); font-size: 12px; font-weight: 500; letter-spacing: 1px; animation: bounce 2s infinite; } @keyframes bounce { 0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); } 40% { transform: translateY(-10px) translateX(-50%); } 60% { transform: translateY(-5px) translateX(-50%); } } .scroll-down i { font-size: 20px; margin-top: var(--spacing-xs); } /* Section Styles */ .section { padding: var(--section-padding) 0; } .section-inner { max-width: var(--main-content-max-width); margin: 0 auto; padding: 0 var(--spacing-xl); } .section-header { text-align: center; margin-bottom: var(--spacing-xxxl); } .section-subtitle { font-size: 14px; font-weight: 600; color: var(--secondary-blue); text-transform: uppercase; letter-spacing: 2px; margin-bottom: var(--spacing-md); } .section-title { font-size: 36px; font-weight: 700; color: var(--primary-blue); line-height: 1.3; margin-bottom: var(--spacing-lg); } .section-description { font-size: 18px; line-height: 1.7; color: var(--gray-600); max-width: 800px; margin: 0 auto; } /* Features Section */ .features-section { background-color: var(--superlight-blue); position: relative; overflow: hidden; } .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; position: relative; z-index: 2; } .feature-card { background-color: var(--white); border-radius: var(--radius-lg); padding: var(--spacing-xl); box-shadow: var(--shadow-md); transition: transform var(--animation-duration) ease, box-shadow var(--animation-duration) ease; min-height: 350px; display: flex; flex-direction: column; align-items: center; /* Center icon, title, and description horizontally */ position: relative; overflow: hidden; } .feature-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); } .feature-card-icon { width: 60px; height: 60px; background-color: var(--light-blue); color: var(--primary-blue); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: var(--spacing-lg); transition: background-color var(--animation-duration) ease, color var(--animation-duration) ease; } .feature-card:hover .feature-card-icon { background-color: var(--primary-blue); color: var(--white); } .feature-card-icon i { font-size: 24px; } .feature-card-title { font-size: 20px; font-weight: 600; color: var(--gray-800); margin-bottom: var(--spacing-md); text-align: center; /* Center card title text */ } .feature-card-description { font-size: 15px; line-height: 1.6; color: var(--gray-600); flex: 1; text-align: center; /* Center card description text */ } .feature-card::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(to right, var(--primary-blue), var(--secondary-blue)); transform: scaleX(0); transform-origin: left; transition: transform var(--animation-duration) ease; } .feature-card:hover::after { transform: scaleX(1); } .features-bg-shape { position: absolute; background-color: var(--primary-blue); opacity: 0.02; border-radius: 50%; } .features-bg-shape:nth-child(1) { width: 500px; height: 500px; top: -250px; left: -250px; } .features-bg-shape:nth-child(2) { width: 400px; height: 400px; bottom: -200px; right: -200px; } /* Specs Section */ .specs-section { position: relative; overflow: hidden; } .specs-container { display: flex; flex-wrap: wrap; gap: var(--spacing-xxl); position: relative; z-index: 2; } .specs-content { flex: 1; min-width: 300px; } .specs-title { font-size: 32px; font-weight: 700; color: var(--primary-blue); margin-bottom: var(--spacing-xl); position: relative; padding-bottom: var(--spacing-md); } .specs-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 60px; height: 3px; background-color: var(--secondary-blue); } .specs-description { font-size: 16px; line-height: 1.7; color: var(--gray-600); margin-bottom: var(--spacing-xl); } .specs-list { list-style: none; } .specs-item { display: flex; align-items: flex-start; margin-bottom: var(--spacing-md); } .specs-item i { color: var(--secondary-blue); margin-right: var(--spacing-md); margin-top: 3px; } .specs-item-content { flex: 1; } .specs-item-title { font-size: 16px; font-weight: 600; color: var(--gray-800); margin-bottom: 5px; } .specs-item-description { font-size: 14px; color: var(--gray-600); line-height: 1.5; } .specs-image-container { flex: 1; min-width: 300px; position: relative; } .specs-image-container::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--light-blue); border-radius: var(--radius-xxl); transform: rotate(-5deg); } .specs-image { position: relative; min-height: 400px; background-color: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: flex; justify-content: center; align-items: center; font-size: 36px; font-weight: 700; color: var(--primary-blue); position: relative; /* Added for tag positioning */ } .specs-image-tag { position: absolute; top: 10px; right: 10px; background-color: rgba(0, 30, 80, 0.7); color: var(--white); padding: var(--spacing-sm) var(--spacing-md); /* Increased padding */ border-radius: var(--radius-sm); font-size: 16px; /* Increased font size */ font-weight: 700; /* Increased font weight */ } .specs-background-shape { position: absolute; background-color: var(--primary-blue); opacity: 0.02; border-radius: 50%; } .specs-background-shape:nth-child(1) { width: 300px; height: 300px; top: 10%; right: 5%; } .specs-background-shape:nth-child(2) { width: 200px; height: 200px; bottom: 20%; left: 10%; } /* Software Section - NEW DESIGN */ .software-section { position: relative; overflow: hidden; padding: var(--section-padding) 0; background: linear-gradient(135deg, var(--superlight-blue), white); } .software-container { position: relative; z-index: 2; } .software-header { text-align: center; margin-bottom: var(--spacing-xxxl); } .software-subtitle { display: inline-block; padding: 6px 16px; background-color: rgba(0, 30, 80, 0.1); color: var(--primary-blue); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; border-radius: 30px; margin-bottom: var(--spacing-md); } .software-title { font-size: 36px; font-weight: 700; color: var(--primary-blue); line-height: 1.3; margin-bottom: var(--spacing-xl); } .software-intro { font-size: 18px; line-height: 1.7; color: var(--gray-700); max-width: 800px; margin: 0 auto var(--spacing-xxl); } .software-cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; margin-bottom: var(--spacing-xxl); } .software-card-wrapper { flex: 1; min-width: 280px; max-width: 380px; position: relative; } .software-card { position: relative; background-color: white; border-radius: 20px; box-shadow: 0 15px 35px rgba(0, 30, 80, 0.1); padding: 70px 30px 30px; transition: all 0.3s ease; z-index: 1; height: 100%; } .software-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 30, 80, 0.15); } .software-icon { position: absolute; top: -30px; left: 30px; width: 80px; height: 80px; background: white; border-radius: 20px; display: flex; justify-content: center; align-items: center; box-shadow: 0 10px 20px rgba(0, 30, 80, 0.1); z-index: 2; } .software-icon i { font-size: 36px; background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .software-tag { position: absolute; top: 20px; right: 20px; padding: 5px 12px; background: rgba(0, 30, 80, 0.1); color: var(--primary-blue); font-size: 12px; font-weight: 600; border-radius: 30px; } .software-card-title { font-size: 24px; font-weight: 700; color: var(--primary-blue); margin-bottom: 15px; } .software-card-description { font-size: 15px; line-height: 1.7; color: var(--gray-700); margin-bottom: 25px; } .software-features { margin-bottom: 20px; } .software-feature { display: flex; align-items: flex-start; margin-bottom: 12px; } .software-feature i { color: var(--primary-blue); margin-right: 10px; font-size: 14px; margin-top: 4px; flex-shrink: 0; } .software-feature-text { font-size: 14px; color: var(--gray-700); } .software-card-footer { padding-top: 20px; border-top: 1px solid var(--gray-200); display: flex; justify-content: space-between; align-items: center; } .software-compatibility { font-size: 13px; color: var(--gray-600); } .software-year { display: inline-block; padding: 4px 10px; background: var(--light-blue); color: var(--primary-blue); font-size: 13px; font-weight: 500; border-radius: 4px; } .software-note-wrapper { position: relative; margin-top: 80px; padding: 0 20px; display: flex; /* Center the note block */ justify-content: center; /* Center the note block */ } .software-note { background-color: white; border-radius: 20px; box-shadow: 0 15px 35px rgba(0, 30, 80, 0.08); padding: 30px; position: relative; overflow: hidden; z-index: 1; } .software-note::before { content: ""; position: absolute; top: 0; left: 0; width: 8px; height: 100%; background: linear-gradient(to bottom, var(--primary-blue), var(--secondary-blue)); z-index: 2; } .software-note-content { display: flex; flex-direction: column; /* Stack icon and text vertically */ align-items: center; /* Center items horizontally */ } .software-note-icon { width: 50px; height: 50px; background: var(--light-blue); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: var(--spacing-lg); /* Space below icon */ flex-shrink: 0; } .software-note-icon i { font-size: 24px; color: var(--primary-blue); } .software-note-text { flex: 1; text-align: center; /* Center the text content */ } .software-note-title { font-size: 18px; font-weight: 600; color: var(--primary-blue); margin-bottom: 10px; } .software-note-description { font-size: 15px; line-height: 1.7; color: var(--gray-700); } .software-background-shape { position: absolute; border-radius: 50%; background-color: var(--primary-blue); opacity: 0.03; z-index: 0; } .software-bg-shape1 { width: 400px; height: 400px; top: -200px; right: -200px; } .software-bg-shape2 { width: 300px; height: 300px; bottom: -150px; left: -150px; } /* Laptop Showcase Section - NEW */ .laptop-showcase-section { background-color: var(--superlight-blue); /* Light background for contrast */ position: relative; overflow: hidden; } .laptop-showcase-container { display: flex; flex-wrap: wrap; /* Allow wrapping on smaller screens */ align-items: center; /* Vertically align items */ gap: var(--spacing-xxl); } .laptop-image-area { flex: 1; min-width: 300px; /* Minimum width for the image area */ display: flex; justify-content: center; align-items: center; padding: var(--spacing-lg); background-color: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); } .laptop-image-area img { max-width: 100%; max-height: 400px; /* Control max height of the image */ object-fit: contain; border-radius: var(--radius-md); } .laptop-specs-area { flex: 1.5; /* Give more space to specs */ min-width: 320px; /* Minimum width for the specs area */ } .laptop-specs-title { font-size: 28px; /* Slightly smaller than section-title */ font-weight: 700; color: var(--primary-blue); margin-bottom: var(--spacing-xl); position: relative; padding-bottom: var(--spacing-sm); } .laptop-specs-title::after { content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 3px; background-color: var(--secondary-blue); } .laptop-specs-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Responsive columns for specs */ gap: var(--spacing-lg); } .laptop-spec-item { background-color: var(--white); padding: var(--spacing-md); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); display: flex; align-items: center; gap: var(--spacing-md); } .laptop-spec-item i { font-size: 20px; color: var(--primary-blue); background-color: var(--light-blue); padding: var(--spacing-sm); border-radius: 50%; flex-shrink: 0; } .laptop-spec-item-content strong { display: block; font-size: 16px; font-weight: 600; color: var(--gray-800); margin-bottom: 4px; } .laptop-spec-item-content span { font-size: 14px; color: var(--gray-700); } .laptop-showcase-note { text-align: center; margin-top: var(--spacing-xxl); font-size: 14px; color: var(--gray-600); /* font-style: italic; */ /* Removed italic to make bold stand out */ } /* Site Notice Section CSS - NEW */ .site-notice-section { background-color: var(--light-blue); padding: var(--spacing-md) 0; /* Adjusted padding */ text-align: center; border-bottom: 1px solid var(--gray-300); /* Subtle border */ margin-bottom: var(--section-padding); /* Added space below the notice section */ } .site-notice-text { font-size: 14px; /* Adjusted font size */ font-weight: 600; color: var(--primary-blue); line-height: 1.6; max-width: var(--main-content-max-width); margin: 0 auto; padding: 0 var(--spacing-xl); } /* Capabilities Section */ .capabilities-section { position: relative; overflow: hidden; } .capabilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--spacing-lg); position: relative; z-index: 2; } .capability-item { background-color: var(--white); border-radius: var(--radius-md); padding: var(--spacing-lg); display: flex; align-items: center; box-shadow: var(--shadow-sm); transition: transform var(--animation-duration) ease, box-shadow var(--animation-duration) ease; } .capability-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); } .capability-icon { width: 40px; height: 40px; background-color: var(--light-blue); color: var(--primary-blue); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: var(--spacing-md); flex-shrink: 0; } .capability-icon i { font-size: 16px; } .capability-text { font-size: 14px; font-weight: 500; color: var(--gray-700); } .capabilities-background-shape { position: absolute; background-color: var(--primary-blue); opacity: 0.02; border-radius: 50%; } .capabilities-background-shape:nth-child(1) { width: 400px; height: 400px; bottom: -200px; left: -200px; } .capabilities-background-shape:nth-child(2) { width: 300px; height: 300px; top: -150px; right: -150px; } .capability-item-more { grid-column: 1 / -1; /* Span all columns */ justify-content: center; /* Center its flex content (icon + text block) */ /* background-color: var(--superlight-blue); Optional: to make it stand out or blend */ /* box-shadow: none; */ /* Optional: remove shadow if it should not look like a card */ padding-top: var(--spacing-lg); padding-bottom: var(--spacing-lg); margin-top: var(--spacing-md); /* Add some space above it */ } .capability-item-more .capability-icon { width: 48px; /* Slightly larger icon container */ height: 48px; } .capability-item-more .capability-icon i { font-size: 22px; /* Larger icon */ } .capability-item-more .capability-text { font-size: 18px; /* Larger text */ font-weight: 600; /* Bolder text */ color: var(--primary-blue); /* Make it more prominent */ } /* FAQ Section - Redesigned */ .faq-section { background-color: var(--white); /* Cleaner background */ padding: var(--section-padding) 0; /* Ensure consistent section padding */ } .faq-container { /* Renamed from faq-grid and new styles */ max-width: 850px; margin: 0 auto; display: flex; flex-direction: column; gap: var(--spacing-lg); /* Space between FAQ items */ } .faq-item { background-color: var(--superlight-blue); /* Light background for the item */ border: 1px solid var(--gray-200); /* Subtle border */ border-radius: var(--radius-md); /* Consistent with other cards */ box-shadow: var(--shadow-sm); transition: box-shadow var(--animation-duration) ease; overflow: hidden; /* Crucial for max-height animation */ } .faq-item:hover { box-shadow: var(--shadow-md); } .faq-question { font-size: 18px; font-weight: 600; color: var(--primary-blue); padding: var(--spacing-lg); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background-color var(--animation-duration) ease; border-bottom: 1px solid transparent; /* For separation when open */ } .faq-question span { /* To wrap the question text */ flex-grow: 1; margin-right: var(--spacing-md); } .faq-icon { /* Class for the icon element */ font-size: 1rem; /* 16px */ color: var(--primary-blue); transition: transform var(--animation-duration) ease; flex-shrink: 0; } .faq-item.active .faq-question { background-color: var(--light-blue); border-bottom-color: var(--gray-300); /* Separator line when active */ } .faq-item.active .faq-icon { transform: rotate(180deg); } .faq-answer { font-size: 16px; line-height: 1.7; color: var(--gray-700); padding: 0 var(--spacing-lg); /* Horizontal padding */ max-height: 0; overflow: hidden; transition: max-height 0.35s ease-out, padding-top 0.35s ease-out, padding-bottom 0.35s ease-out; } .faq-item.active .faq-answer { padding-top: var(--spacing-lg); /* Top padding when open */ padding-bottom: var(--spacing-lg); /* Bottom padding when open */ max-height: 600px; /* Sufficient height for content */ } /* End of FAQ Section - Redesigned */ /* Contact Section */ .contact-section { background-color: var(--white); } .contact-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--spacing-xl); } .contact-card { background-color: var(--superlight-blue); padding: var(--spacing-xl); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); text-align: center; transition: transform var(--animation-duration) ease, box-shadow var(--animation-duration) ease; } .contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); } .contact-card-icon { width: 60px; height: 60px; background-color: var(--light-blue); color: var(--primary-blue); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto var(--spacing-lg); font-size: 24px; } .contact-card-icon i.fab.fa-whatsapp { /* Specific styling for WhatsApp icon if needed */ font-size: 28px; /* Slightly larger for brand icon */ } .contact-card-title { font-size: 20px; font-weight: 600; color: var(--primary-blue); margin-bottom: var(--spacing-sm); } .contact-card-detail { font-size: 16px; color: var(--gray-700); line-height: 1.6; } .contact-card-detail a { color: var(--secondary-blue); font-weight: 500; } .contact-card-detail a:hover { text-decoration: underline; color: var(--primary-blue); } /* Note Section */ .note-section { background-color: var(--light-blue); padding: var(--spacing-xxxl) 0; } .note-container { max-width: 900px; margin: 0 auto; text-align: center; } .note-icon { width: 60px; height: 60px; background-color: var(--primary-blue); color: var(--white); font-size: 24px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin: 0 auto var(--spacing-lg); } .note-title { font-size: 24px; font-weight: 600; color: var(--primary-blue); margin-bottom: var(--spacing-md); } .note-text { font-size: 16px; line-height: 1.7; color: var(--gray-700); } /* Responsive Styles */ @media (max-width: 1200px) { :root { --section-padding: 60px; } .hero-title { font-size: 48px; } .features-grid, .pc-specs-grid { /* Added .pc-specs-grid */ grid-template-columns: repeat(2, 1fr); } .software-cards { justify-content: center; } .software-card-wrapper { min-width: 45%; } } @media (max-width: 992px) { .hero-inner { flex-direction: column; } .hero-content { margin-bottom: var(--spacing-xxxl); text-align: center; } .hero-description { margin-left: auto; margin-right: auto; } .hero-features { justify-content: center; } .device-showcase { width: 350px; height: 350px; } .device-container { width: 200px; height: 200px; } .specs-container { flex-direction: column; } .specs-image-container { margin-top: var(--spacing-xxl); } } @media (max-width: 768px) { :root { --section-padding: 50px; } .hero-title { font-size: 36px; } .hero-features { grid-template-columns: 1fr; } .section-title { font-size: 28px; } .features-grid, .pc-specs-grid { /* Added .pc-specs-grid */ grid-template-columns: 1fr; } .capabilities-grid { grid-template-columns: repeat(2, 1fr); } .software-card-wrapper { min-width: 100%; } } @media (max-width: 576px) { :root { --spacing-xl: 24px; --spacing-xxl: 32px; --spacing-xxxl: 48px; --section-padding: 40px; } .hero-title { font-size: 30px; } .hero-description { font-size: 16px; } .capabilities-grid { grid-template-columns: 1fr; } #mainProductImage { /* Smaller main image on mobile */ max-width: 300px; max-height: 300px; } .thumbnail-img { /* Smaller thumbnails on mobile */ width: 60px; height: 60px; } .device-showcase { width: 280px; height: 280px; } .device-container { width: 160px; height: 160px; } .device-model { font-size: 24px; } .scroll-down { display: none; } }



Profesyonel Arıza Tespit Seti

Volkswagen Grubu Profesyonel
VAS 5054A Arıza Tespit Seti

VAS 5054A, Volkswagen Grubu (VW, Audi, Seat, Skoda) araçları için geliştirilmiş, profesyonel bir Arıza Tespit ve programlama cihazıdır. Araç elektroniğine kapsamlı erişim sunarak, arıza tespitinden ECU programlamaya, modül adaptasyonlarından canlı veri analizine kadar geniş bir yelpazede kritik servis işlemlerini hassasiyetle gerçekleştirmenizi sağlar. ODIS Service ve Engineering yazılımları ile uyumlu çalışarak, servis operasyonlarınızda üst düzey verimlilik ve teknik mükemmeliyet sunar. Bu üstün cihaz, aynı zamanda yazılımı yüklenmiş bir laptop, gerekli tüm arayüzler ve özel taşıma çantası ile birlikte, tak-çalıştır prensibiyle kullanıma hazır eksiksiz bir set olarak da temin edilebilir, böylece atölyenizde anında profesyonel diagnostik işlemlerine başlayabilirsiniz.

Bluetooth Kablosuz İletişim
Yüksek Performans
Geniş Araç Uyumluluğu
Yerelleştirilmiş Yazılım Desteği
VAS 5054A Cihazı Ana Görsel
VAS 5054A Thumbnail 1
VAS 5054A Thumbnail 2
VAS 5054A Thumbnail 3
VAS 5054A Thumbnail 4
DETAYLAR İÇİN KAYDIRIN

ÜRÜN FİYATINA KDV DAHİL DEĞİLDİR. KDV SEPET AŞAMASINDA KARŞINIZA ÇIKACAKTIR. BU FİYAT NAKİT ÖDEME İÇİN GEÇERLİDİR.

TEMEL FONKSİYONLAR

VAS 5054A Temel Yetenekleri

VAS 5054A, Volkswagen Grubu araçlarda modern teknolojiye uygun, profesyonel düzeyde arıza teşhisi ve kodlama işlemleri gerçekleştirmenizi sağlar.

Otomatik Araç Tanımlama

Otomatik araç tanıma sistemi, araç marka ve model bilgilerini alarak kullanıcıya sunar. VIN (Şasi Numarası) üzerinden bağlantı imkanı tanır.

Kablosuz Bağlantı

Bluetooth teknolojisi, kablosuz bağlantı seçeneği sunarak esnek bir çalışma alanı sağlar. Etkili kablosuz iletişim menzili sunmaktadır.

Sistem Taraması

Sistem tarama fonksiyonu, araç üzerindeki elektronik modülleri analiz eder, bir rapor oluşturur ve mevcut hata kodlarını listeler.

Araç Uyumluluğu

Volkswagen, Audi, Skoda, Seat ve diğer Volkswagen Grubu araçlarla uyumluluk gösterir; birçok elektronik kontrol ünitesine (ECU) erişim imkanı sunar.

Türkçe Kullanıcı Arayüzü

Desteklenen yazılımlar, Türkçe kullanıcı arayüzü seçeneği sunarak operasyonel kolaylık sağlar.

Modül Erişimi ve Kontrolü

Motor, şanzıman, ABS, hava yastığı gibi modüllere bağlanarak canlı veri okuma, arıza kodu silme ve adaptasyon gibi işlemleri gerçekleştirme olanağı sunar.

VAS 5054A Teknik Spesifikasyonları

VAS 5054A, Volkswagen Grubu araçlar için tasarlanmış, yüksek performanslı bir diagnostik Arıza Tespit Cihazıdır. OBD portu aracılığıyla elektronik kontrol ünitelerine (ECU) erişim sunar.

  • Bağlantı ve Performans

    Bluetooth kablosuz teknolojisi ve USB 2.0 arayüzü ile bağlantı seçenekleri. OKI çipseti ile güçlendirilmiş yapı, hızlı iletişim performansı.

  • İletişim Protokolleri

    UDS, KWP2000, ISO9141 gibi protokollerin yanı sıra, CAN (Controller Area Network) iletişimini ve PassThru J2534 standartlarını destekler.

  • Sistem Uyumluluğu

    Windows 10 (64-bit Pro sürümü) işletim sistemi ile uyumluluk. Çoklu dil desteği ve Türkçe kullanıcı arayüzü seçenekleri.

  • Fiziksel Boyutlar

    Kompakt ve ergonomik bir tasarıma sahiptir, taşınabilirlik ve kullanım kolaylığı sunar.


360°

Yazılım Platformları

VAS 5054A Uyumlu Yazılım Çözümleri

VAS 5054A Arıza Tespit Cihazı, çeşitli yazılım platformları ile çalışarak teşhis, tanılama ve programlama işlemleri sunar.

Servis Standardı

Odis Service

Yetkili servislerde kullanılan, güncel ve ileri düzey bir tanılama yazılımıdır.

Diagnostik işlem yönetimi
Arıza kodu okuma ve silme
Servis sıfırlama
VAS 5054A Uyumlu
Sürüm 7.2.1 (2021)
Uzman Yazılımı

Odis Engineering

ECU (Elektronik Kontrol Ünitesi) flashlama ve programlama işlemleri için mühendislik yazılımıdır.

ECU programlama ve güncellemeler
Kodlama ve adaptasyon
Mühendislik fonksiyonları
VAS 5054A Uyumlu
Sürüm 12.1.1
Eski Sistemler

VAS PC

2012 yılına kadar kullanılan Volkswagen Grubu servis diagnostik yazılımıdır.

2012 yılına kadar olan araçlar için uygun
Temel diagnostik işlemleri
Eski sistemlerle uyumluluk
VAS 5054A Uyumlu
2012'ye kadar desteklenir
Teknik Kılavuz

ElsaWin

Volkswagen Grubu araçlar için atölye manueli ve teknik referans bilgilerini içeren bir kaynaktır.

Elektrik devre şemaları ve teknik bilgiler
Araç konfigürasyonları ve prosedürler
Servis ve tamir kılavuzları
VAS 5054A Uyumlu
2016'ya kadar veri içerir

Bu özel paket, VAS 5054A teşhis cihazı donanımının yanı sıra, Volkswagen Grubu araçlarla tam uyumlu, en güncel ve kapsamlı diagnostik yazılımlarını da içermektedir. Laptopunuza profesyonelce kurulmuş ve yapılandırılmış olan bu yazılımlar sayesinde, cihazınızı teslim alır almaz Volkswagen, Audi, Seat ve Skoda araçlarınızda derinlemesine arıza tespiti, kodlama ve programlama işlemlerine başlayabilirsiniz. Her şey dahil bu set, atölyeniz için komple bir çözüm sunar.

PAKETE DAHİL ÇÖZÜM

Tanıtılan Laptop ve Özellikleri

VAS 5054A deneyiminizi en üst düzeye çıkarmak için, bu profesyonel arıza tespit cihazıyla birlikte sunulan yüksek performanslı laptop modelimizi keşfedin. Diagnostik yazılımlarının tüm gereksinimleri göz önünde bulundurularak özenle yapılandırılmış bu laptop, stabil çalışması ve hızlı işlem gücüyle atölye ortamında kesintisiz bir kullanım sunmak üzere tasarlanmıştır. Aşağıda, bu güçlü çözüm ortağının öne çıkan teknik özelliklerini bulabilirsiniz.

VAS 5054A Cihazı ve Uyumlu Laptop

Teknik Özellikler

  • İşlemci:
    İntel® Core™ i5-4300U
  • Ram Bellek:
    8GB DDR3
  • Depolama:
    480GB SSD Disk Bellek
  • İşletim Sistemi:
    Windows 10 Pro

Lütfen Dikkat: Bu sayfada sergilenen laptop görseli, genel bir model temsili olup, tedarik durumuna bağlı olarak farklılık gösterebilir. Sunulacak olan laptop modelinin kesin özellikleri ve güncel stok bilgisi için lütfen satın alma işlemi öncesinde bizimle iletişime geçiniz.

CİHAZ KABİLİYETLERİ

VAS 5054A Destekli Diagnostik Fonksiyonları

VAS 5054A Arıza Tespit Cihazı, Volkswagen Grubu araçlarda çeşitli teşhis, analiz ve kodlama işlemlerini profesyonel düzeyde gerçekleştirme imkanı sunar.

Araç Konfigürasyon Verilerini Okuma
VIN (Şasi Numarası) ile Otomatik Bağlantı
Arıza Kodu Okuma ve Silme (DTC)
Canlı Veri Akışı Görüntüleme
Ateşleme Sistemi Komponent Testleri
Hava Akış Metre (MAF) Sensör Analizi
EGR ve DPF Sistemi Rejenerasyon İşlemleri
Enjektör Kodlama ve Performans Testleri
Hava Yastığı (SRS) Modülü Diagnostiği
Şanzıman Sistemi Test ve Adaptasyonları
Gaz Kelebeği Adaptasyon Prosedürleri
Yakıt Pompası Sistemi Testleri
Ve Daha Birçok Gelişmiş Fonksiyon

Not: Desteklenen diagnostik fonksiyonları ve burada listelenmeyen diğer birçok özellik, aracınızın donanımına, markasına ve modeline göre değişiklik gösterebilir.

SIKÇA SORULAN SORULAR

Merak Edilenler

VAS 5054A Arıza Tespit Cihazı ve kullanımı hakkında sıkça sorulan sorular ve yanıtları.

VAS 5054A hangi araçlarla uyumludur?

VAS 5054A, Volkswagen Grubu (Volkswagen, Audi, Seat, Skoda gibi) araçların geniş bir yelpazesiyle uyumludur. Genellikle K-Line, CAN ve UDS protokollerini destekleyen, 2021 model yılına kadar olan araçlarda kullanılabilir. Ancak, tam model ve fonksiyon uyumluluğu, kullanılacak spesifik diagnostik yazılımının sürümüne ve özelliklerine bağlı olarak değişiklik gösterebilir.

Cihazın garantisi var mı?

Evet, VAS 5054A Arıza Tespit Cihazı, satın alma tarihinden itibaren 6 ay boyunca, normal kullanım koşulları altında oluşabilecek üretici kaynaklı donanımsal arızalara karşı garantilidir. Bu garanti, yanlış kullanım, fiziksel hasar, sıvı teması veya yetkisiz müdahale gibi durumları kapsamamaktadır.

Paketle birlikte gelen laptopun özellikleri nelerdir ve yazılımlar kurulu mudur?

Evet, bu özel set içerisinde VAS 5054A cihazınızla tam uyumlu, yüksek performanslı bir laptop da bulunmaktadır. Bu laptop, İntel® Core™ i5-4300U işlemci, 8GB DDR3 RAM ve 480GB SSD gibi özelliklere sahiptir. En önemlisi, ODIS Service, ODIS Engineering gibi gerekli tüm Volkswagen Grubu diagnostik yazılımları profesyonelce kurulmuş ve yapılandırılmış olarak gelir. Böylece cihazınızı ve laptopunuzu teslim alır almaz, herhangi bir ek kurulum yapmadan direkt kullanıma başlayabilirsiniz. Detaylı laptop özelliklerini sayfamızdaki 'Tanıtılan Laptop ve Özellikleri' bölümünde bulabilirsiniz.

Bu VAS 5054A seti tam olarak neleri içeriyor?

Bu kapsamlı set, profesyonel diagnostik işlemleriniz için ihtiyacınız olan her şeyi bir araya getirir. Paket içeriği şunlardır: VAS 5054A Arıza Tespit Cihazı (OKI çipli, Bluetooth destekli), uyumlu diagnostik yazılımları (ODIS Service, ODIS Engineering vb.) önceden yüklenmiş ve yapılandırılmış yüksek performanslı bir laptop, cihaz ve aksesuarları için özel tasarlanmış dayanıklı plastik taşıma çantası ve gerekli tüm bağlantı kabloları. Kısacası, seti teslim aldığınız andan itibaren Volkswagen Grubu araçlarda çalışmaya başlamanız için gereken her şey dahildir.

DESTEK

Destek ve İletişim

Ürünlerimizle ilgili her türlü soru, destek talebi veya işbirliği için bize ulaşabilirsiniz.

Telefon

0850 532 05 50

E-posta

info@otoeko.com

WhatsApp

WhatsApp Destek Hattı


Axess 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.211,86 ₺ 28.423,72 ₺
3 تقسيط 9.668,50 ₺ 29.005,51 ₺
4 تقسيط 7.401,56 ₺ 29.606,24 ₺
5 تقسيط 6.045,18 ₺ 30.225,91 ₺
6 تقسيط 5.144,99 ₺ 30.869,93 ₺
7 تقسيط 4.507,79 ₺ 31.554,55 ₺
8 تقسيط 4.029,56 ₺ 32.236,46 ₺
9 تقسيط 3.660,30 ₺ 32.942,72 ₺
10 تقسيط 3.368,42 ₺ 33.684,16 ₺
11 تقسيط 3.129,85 ₺ 34.428,31 ₺
12 تقسيط 2.933,29 ₺ 35.199,52 ₺
Bonus 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.211,86 ₺ 28.423,72 ₺
3 تقسيط 9.666,70 ₺ 29.000,09 ₺
4 تقسيط 7.398,85 ₺ 29.595,41 ₺
5 تقسيط 6.040,85 ₺ 30.204,26 ₺
6 تقسيط 5.140,48 ₺ 30.842,87 ₺
7 تقسيط 4.501,61 ₺ 31.511,25 ₺
8 تقسيط 4.023,47 ₺ 32.187,75 ₺
9 تقسيط 3.653,09 ₺ 32.877,78 ₺
10 تقسيط 3.360,84 ₺ 33.608,40 ₺
11 تقسيط 3.121,73 ₺ 34.339,01 ₺
12 تقسيط 2.924,50 ₺ 35.093,98 ₺
Paraf 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.107,68 ₺ 28.215,36 ₺
3 تقسيط 9.581,01 ₺ 28.743,03 ₺
4 تقسيط 7.319,03 ₺ 29.276,11 ₺
5 تقسيط 5.963,46 ₺ 29.817,30 ₺
6 تقسيط 5.060,20 ₺ 30.361,21 ₺
7 تقسيط 4.417,72 ₺ 30.924,05 ₺
8 تقسيط 3.935,19 ₺ 31.481,49 ₺
9 تقسيط 3.559,28 ₺ 32.033,51 ₺
10 تقسيط 3.260,99 ₺ 32.609,89 ₺
11 تقسيط 3.015,21 ₺ 33.167,32 ₺
12 تقسيط 2.810,85 ₺ 33.730,17 ₺
World 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.245,69 ₺ 28.491,37 ₺
3 تقسيط 9.829,96 ₺ 29.489,88 ₺
4 تقسيط 7.537,54 ₺ 30.150,14 ₺
5 تقسيط 6.163,16 ₺ 30.815,81 ₺
6 تقسيط 5.247,37 ₺ 31.484,19 ₺
7 تقسيط 4.595,93 ₺ 32.171,52 ₺
8 تقسيط 4.105,66 ₺ 32.845,31 ₺
9 تقسيط 3.724,04 ₺ 33.516,39 ₺
10 تقسيط 3.420,91 ₺ 34.209,13 ₺
11 تقسيط 3.170,68 ₺ 34.877,51 ₺
12 تقسيط 2.962,38 ₺ 35.548,59 ₺
Maximum 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.211,86 ₺ 28.423,72 ₺
3 تقسيط 9.668,50 ₺ 29.005,51 ₺
4 تقسيط 7.401,56 ₺ 29.606,24 ₺
5 تقسيط 6.045,18 ₺ 30.225,91 ₺
6 تقسيط 5.144,99 ₺ 30.869,93 ₺
7 تقسيط 4.507,79 ₺ 31.554,55 ₺
8 تقسيط 4.029,56 ₺ 32.236,46 ₺
9 تقسيط 3.660,30 ₺ 32.942,72 ₺
10 تقسيط 3.368,42 ₺ 33.684,16 ₺
11 تقسيط 3.129,85 ₺ 34.428,31 ₺
12 تقسيط 2.933,29 ₺ 35.199,52 ₺
BankKart 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.186,16 ₺ 28.372,31 ₺
3 تقسيط 9.648,66 ₺ 28.945,98 ₺
4 تقسيط 7.386,00 ₺ 29.544,00 ₺
5 تقسيط 6.031,11 ₺ 30.155,55 ₺
6 تقسيط 5.134,17 ₺ 30.804,99 ₺
7 تقسيط 4.494,26 ₺ 31.459,84 ₺
8 تقسيط 4.019,07 ₺ 32.152,57 ₺
9 تقسيط 3.647,37 ₺ 32.826,36 ₺
10 تقسيط 3.342,44 ₺ 33.424,39 ₺
11 تقسيط 3.110,41 ₺ 34.214,54 ₺
12 تقسيط 2.919,09 ₺ 35.029,04 ₺
CardFinans 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.211,86 ₺ 28.423,72 ₺
3 تقسيط 9.668,50 ₺ 29.005,51 ₺
4 تقسيط 7.401,56 ₺ 29.606,24 ₺
5 تقسيط 6.045,18 ₺ 30.225,91 ₺
6 تقسيط 5.144,99 ₺ 30.869,93 ₺
7 تقسيط 4.507,79 ₺ 31.554,55 ₺
8 تقسيط 4.029,56 ₺ 32.236,46 ₺
9 تقسيط 3.660,30 ₺ 32.942,72 ₺
10 تقسيط 3.368,42 ₺ 33.684,16 ₺
11 تقسيط 3.129,85 ₺ 34.428,31 ₺
12 تقسيط 2.933,29 ₺ 35.199,52 ₺
Kuveyt Türk 12 تقسيط
دفعة واحدة 27.059,90 ₺ 27.059,90 ₺
2 تقسيط 14.159,10 ₺ 28.318,19 ₺
3 تقسيط 9.616,19 ₺ 28.848,56 ₺
4 تقسيط 7.346,09 ₺ 29.384,35 ₺
5 تقسيط 5.985,65 ₺ 29.928,25 ₺
6 تقسيط 5.078,69 ₺ 30.472,15 ₺
7 تقسيط 4.433,57 ₺ 31.035,00 ₺
8 تقسيط 3.948,72 ₺ 31.589,73 ₺
9 تقسيط 3.571,61 ₺ 32.144,46 ₺
10 تقسيط 3.272,08 ₺ 32.720,83 ₺
11 تقسيط 3.025,54 ₺ 33.280,97 ₺
12 تقسيط 2.820,09 ₺ 33.841,11 ₺
اطلب قبل الساعة 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 ميغابايت
رمز المنتج OTO0245
الباركود OTO0245
1/8
إشعار ملفات تعريف الارتباط

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