Skip to content

My Cart

Volkswagen Vag Can Pro Gizli Özellik Cihazı Vcp + KLine / Türkçe

No reviews yet
| SKU: OTO0187 | |

Vag Can Pro Gizli Özellik Açma Cihazı, VCPSYSTEM® firması tarafından gelişirilen VCP yazılımı ile Volkswagen, Audi, Seat ve Skoda araçlarda Gizli Özellikleri Açmak ve Arıza Tespit işlemleri yapabilmeniz için imal edilmiş bir obd2 cihazıdır.

1.290,90 ₺ 2.234,90 ₺
In stock
This product has a 42% discount.
944,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






Vag Can Pro v5.5.1 - VCP + K-Line Profesyonel Arıza Tespit Cihazı | 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: #0a4da8; --secondary-blue: #1a73e8; --tertiary-blue: #4c8bf5; --light-blue: #e8f0fe; --superlight-blue: #f6f9ff; --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, #iframe-display-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); width: 100%; max-width: 400px; aspect-ratio: 1 / 1; } #iframe-display-container iframe { width: 100%; height: 100%; border: none; } #mainProductImage { width: 100%; height: 100%; 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); } .thumbnail-wrapper { position: relative; display: inline-block; } .thumbnail-360-badge { position: absolute; top: 15px; right: 15px; background: linear-gradient(135deg, #ff6b35, #f7931e); color: var(--white); font-size: 12px; font-weight: 800; padding: 6px 12px; border-radius: 15px; text-transform: uppercase; letter-spacing: 0.8px; box-shadow: 0 4px 12px rgba(255, 107, 53, 0.5); z-index: 1000; line-height: 1; white-space: nowrap; pointer-events: none; animation: pulse-badge 2s infinite; } @keyframes pulse-badge { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } .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-x: hidden; width: 100%; } .specs-container { display: flex; flex-wrap: wrap; gap: var(--spacing-xxl); position: relative; z-index: 2; width: 100%; max-width: 100%; } .specs-content { flex: 1; min-width: 300px; max-width: 100%; overflow-wrap: break-word; word-wrap: break-word; } .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; flex-direction: column; align-items: center; text-align: center; margin-bottom: var(--spacing-lg); padding: var(--spacing-md); } .specs-item i { color: var(--secondary-blue); font-size: 24px; margin-bottom: var(--spacing-md); } .specs-item-content { width: 100%; } .specs-item-title { font-size: 16px; font-weight: 600; color: var(--gray-800); margin-bottom: var(--spacing-sm); text-align: center; } .specs-item-description { font-size: 14px; color: var(--gray-600); line-height: 1.5; text-align: center; } .specs-image-container { flex: 1; min-width: 300px; position: relative; overflow: hidden; } .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; background-color: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 15px; padding: 15px; font-size: 36px; font-weight: 700; color: var(--primary-blue); position: relative; /* Added for tag positioning */ } .specs-image img { max-width: 100%; height: auto; border-radius: var(--radius-md); } .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%; } /* New Hidden Features Section */ .hidden-features-section { background-color: var(--superlight-blue); position: relative; overflow: hidden; padding: var(--section-padding) 0; } .hidden-features-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: var(--spacing-xl); } .hidden-feature-item { background-color: var(--white); border-radius: var(--radius-md); padding: var(--spacing-md); box-shadow: var(--shadow-sm); transition: transform var(--animation-duration) ease, box-shadow var(--animation-duration) ease; display: flex; align-items: center; } .hidden-feature-item:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); background-color: var(--light-blue); } .hidden-feature-icon { width: 32px; height: 32px; border-radius: 50%; background-color: var(--light-blue); color: var(--primary-blue); display: flex; justify-content: center; align-items: center; margin-right: var(--spacing-md); flex-shrink: 0; } .hidden-feature-item:hover .hidden-feature-icon { background-color: var(--white); } .hidden-feature-icon i { font-size: 14px; } .hidden-feature-text { font-size: 14px; color: var(--gray-700); line-height: 1.4; } .view-more-button { display: block; margin: var(--spacing-xxl) auto 0; padding: 12px 30px; background-color: var(--primary-blue); color: var(--white); border: none; border-radius: var(--radius-md); font-size: 16px; font-weight: 600; cursor: pointer; transition: background-color var(--animation-duration) ease, transform var(--animation-duration) ease; } .view-more-button:hover { background-color: var(--secondary-blue); transform: translateY(-3px); } .hidden-features-collapsed .hidden-feature-item:nth-child(n+19) { display: none; } /* 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; } /* 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(3, 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 { grid-template-columns: repeat(2, 1fr); } .software-cards { justify-content: center; } .software-card-wrapper { min-width: 45%; } .hidden-features-list { grid-template-columns: repeat(2, 1fr); } } @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); } .specs-image { min-height: auto; } .specs-image-container::before { transform: none; border-radius: var(--radius-lg); } } @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, .contact-cards-grid { grid-template-columns: 1fr; } .capabilities-grid { grid-template-columns: repeat(2, 1fr); } .software-card-wrapper { min-width: 100%; } .hidden-features-list { grid-template-columns: 1fr; } .specs-content { min-width: 100%; padding: 0 var(--spacing-md); } .specs-title { font-size: 24px; word-wrap: break-word; overflow-wrap: break-word; } .specs-container { gap: var(--spacing-lg); } .specs-image-container { display: none; } } @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; } .thumbnail-360-badge { /* Adjust badge for smaller thumbnails on mobile */ font-size: 7px; padding: 2px 5px; border-radius: 8px; top: -5px; right: -5px; } .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 ve Kodlama Cihazı

Volkswagen Grubu
Vag Can Pro

Vag Can Pro (VCP), Volkswagen, Audi, Seat ve Skoda araçlar için özel olarak geliştirilmiş, CAN-BUS ve K-Line protokollerini destekleyen gelişmiş bir diagnostik arayüzüdür. Özellikle yeni nesil araçlarda parametre yükleme ve OCF (Tek Tıkla Fonksiyon) özellikleri ile öne çıkar.

OCF (Tek Tıkla Fonksiyonlar)
Parametre (ZDC) Yükleme
CAN-BUS ve K-Line Desteği
Geniş Araç Desteği (MQB, MLB-Evo)

Vag Can Pro Cihazı Ana Görsel
360 Derece Görünüm
Vag Can Pro Thumbnail 1
Vag Can Pro Thumbnail 2
Vag Can Pro Thumbnail 3
Vag Can Pro Thumbnail 4
DETAYLAR İÇİN KAYDIRIN

ÖNE ÇIKAN FONKSİYONLAR

Vag Can Pro Temel Yetenekleri

Vag Can Pro, standart diagnostik işlemlerinin ötesine geçerek, özellikle servis işlemleri ve modifikasyonlar için geliştirilmiş güçlü araçlar sunar.

OCF (One-Click-Function)

Karmaşık servis prosedürlerini (örneğin DPF rejenerasyonu, direksiyon açı sensörü kalibrasyonu) tek bir tıklama ile basitleştirilmiş adımlarla gerçekleştirin.

Parametre (ZDC) Yükleme

Elektronik kontrol ünitelerine (ECU) fabrika tarafından sunulan veya özelleştirilmiş parametre dosyalarını yükleyerek modül fonksiyonlarını değiştirin veya ekleyin.

Flaşlama (ECU Yazılım Güncelleme)

Motor, şanzıman gibi kontrol ünitelerinin yazılımlarını fabrika verileriyle güncelleyin. Performans ve uyumluluk sorunlarını giderin.

Video in Motion (VIM) Aktifleştirme

Desteklenen MMI sistemlerinde (Discover Pro, MIB2 vb.) hareket halindeyken video izleme özelliğini kolayca aktif edin.

EEPROM Okuma/Yazma

Desteklenen kontrol ünitelerinde (örneğin gösterge paneli) EEPROM verilerini okuyarak yedekleme veya düzenleme işlemleri yapın.

MQB ve MLB-Evo Desteği

En yeni Volkswagen Grubu platformları olan MQB ve MLB-Evo (Audi A6/A7/A8, Q7/Q8) üzerinde tam teşhis ve kodlama desteği sunar.

CİHAZ KABİLİYETLERİ

Vag Can Pro ile Yapabileceğiniz İşlemler

Vag Can Pro, Volkswagen Grubu araçlarda standart diagnostik cihazlarının ötesinde, mühendislik seviyesinde işlemler yapmanıza olanak tanır.

Parametre (ZDC) Dosyası Yükleme
ECU Yazılımı Flaşlama (Güncelleme)
Video In Motion (VIM) Aktivasyonu
MQB Platformu Kodlama
EEPROM Okuma / Yazma
DPF Rejenerasyon ve Adaptasyon
Anahtar ve Uzaktan Kumanda Kodlama
Enjektör Kodlama ve Ayarları
Arıza Kodu Okuma ve Silme (DTC)
Adaptasyon ve Temel Ayarlar
Canlı Veri Akışı ve Analizi
Servis ve Bakım Sıfırlama
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.

GİZLİ ÖZELLİKLER

Aktif Edilebilir Özellikler

Vag Can Pro ile araçlarınızda aktif edebileceğiniz çok sayıda gizli özellik bulunmaktadır. İşte bunlardan bazıları:

Sunroof ve Cam Otomatik Kapanma Sistemi
DWA Alarm Sistemi Onay Sesi Aktivasyonu
RCD510 Multimedya Arayüz Tema Özelleştirmesi
Otoyol Farı Otomatik Aktivasyon Sistemi
TSC Direksiyon Tork Telafi Sistemi
Uzaktan Kumanda ile Sunroof ve Cam Kontrolü
MFA Ekranında Gündüz Farı Kontrol Sistemi
OPS Park Sensörü Bilgi Ekranı Entegrasyonu
Gösterge Paneli Karşılama Animasyonu
Amerikan Park Lambası Sistemi
Arka stoplar CC LED halka şeklinde yakma, yanış şiddetini artırma
Dönüşlerde veya sinyal verildiğinde dönüş yönüne göre sislerin yanması
Selektör yapıldığında sislerin yanıp sönmesi (Şimşek çakma etkisi)
Geri vitese atıldığında sağ aynanın aşağı inmesi
90 km üstünde ani fren yapıldığında stopların çakması
Rain Closing (Yağmur yağdığında camların otomatik kapanması)
Şerit değiştirirken sinyal sayısını 3'ten 5'e çıkarma
Navigasyon sisteminde arka tema değiştirme
Araç içi aydınlatmaların şiddetinin ayarlanması (Ayak altı aydınlatma)
Geri viteste karşıdan gelenleri uyarmak için ön sislerin yanması
Ani frenlerde araç durduğunda arka dörtlülerin çakması
DRL - Sis farları üzerinden gündüz sürüş farı
Arka cam ve yan ayna ısı sürelerini değiştirebilme
15 km/h hızı geçince kapıların otomatik kilitlenmesi
Fren şiddetini ayarlama (sert-orta-yumuşak)
DSR (Sürücü Direksiyon Yardımcısı) - Savrulmayı engelleme
Dijital hızı ve sinyalizasyonu teyp ekranında görme
El freni çekince gündüz farlarının sönmesi
Park sensörü ve geri görüş kamerası hız limitini değiştirme
Yüksek hızda camların otomatik kapanması (120-140 km/h)
Coming Home - Leaving Home özelliğini sis farları üzerinden kullanma
Ek yakıt gösterge özelliği (Kaç litre daha alınabileceğini gösterir)
Start&Stop sisteminin devre dış bırakılması
Performans kodlaması (ACT Modu)
Yağ sıcaklığının bilgi ekranında gösterilmesi
Emniyet kemeri ikaz sesini kapatma
Açılış logosu değiştirme
ve daha fazla özellik

Not: Aktif edilebilir özellikler, aracınızın markasına, modeline, donanımına ve model yılına göre değişiklik gösterebilir.

Yazılım Platformu

VCP System Yazılım Özellikleri

Vag Can Pro, VCP System yazılımı ile çalışarak Volkswagen Grubu araçlar için standart diagnostik yazılımlarının sunmadığı gelişmiş programlama ve otomasyon özellikleri sunar.

OCF Servis Prosedürleri

Tek tıklama ile çalışan servis fonksiyonları sayesinde karmaşık işlemleri kolayca yapın.

Video in Motion (VIM) aktivasyonu
DPF rejenerasyonu ve adaptasyonu
Direksiyon açı sensörü kalibrasyonu

ECU Programlama

Kontrol ünitelerine parametre dosyaları yükleyin veya yazılımlarını güncelleyin.

ZDC konteyner dosyaları ile parametre yükleme
PR-Coder ile donanım kodlaması
ECU Flaşlama (FRF, ODX, SGO)

Detaylı Diagnostik

Standart arıza tespitinin yanı sıra, tüm modüllere derinlemesine erişim sağlar.

Otomatik teşhis ve raporlama
Canlı veri okuma ve kaydetme
EEPROM okuma/yazma desteği

Otomatik VIN Tanıma

Cihaz, araca bağlandığında şasi numarasını (VIN) otomatik olarak tanır ve doğru araç protokolünü seçer.

Hızlı ve hatasız araç tespiti
Manuel araç seçimi ihtiyacını azaltır
Doğru teşhis için temel oluşturur

Yazılım Erişimi

Vag Can Pro yazılımına erişmek için, sipariş kodunuzu kullanarak sipariş sorgulama sayfamızdan güvenle indirebilirsiniz. Paketimiz, teşhis donanımı ve VCP System yazılımını içeren tam bir çözüm sunmaktadır.

SIKÇA SORULAN SORULAR

Merak Edilenler

Vag Can Pro Arıza Tespit Cihazı ve kullanımı hakkında sıkça sorulan sorular ve yanıtları.

Vag Can Pro ile VCDS arasındaki temel fark nedir?

Her iki cihaz da VAG grubu araçlar için olsa da, Vag Can Pro (VCP) özellikle mühendislik ve programlama odaklıdır. VCP, parametre (ZDC) yükleme, ECU flaşlama ve OCF (Tek Tıkla Fonksiyonlar) gibi VCDS'de bulunmayan gelişmiş özellikler sunar. VCDS ise daha çok genel teşhis, arıza kodu okuma/silme ve standart kodlama işlemleri için kullanıcı dostu bir arayüze sahiptir. VCP, daha teknik bilgi gerektiren ileri düzey kullanıcılar için daha uygundur.

Vag Can Pro cihazının garantisi var mı?

Evet, Vag Can Pro Arıza Tespit Cihazı, satın alma tarihinden itibaren fabrikasyon hatalara karşı 6 ay boyunca garantilidir. Ayrıca, yazılım güncellemeleri için teknik destek sağlanmaktadır. Yanlış kullanım, fiziksel hasar veya yetkisiz müdahale garanti kapsamı dışındadır.

Cihazı kullanmak için hangi bilgisayar gereksinimleri vardır?

Vag Can Pro kullanımı için en az Windows 7, 8, 10 veya 11 işletim sistemine sahip bir bilgisayar gereklidir. Bilgisayarınızda minimum 2GB RAM, 200MB boş disk alanı ve en az bir adet USB 2.0 portu bulunmalıdır. Yazılım hem 32-bit hem de 64-bit işletim sistemlerinde çalışabilir. En iyi performans için Windows 10 veya 11 tavsiye edilir.

Cihazı aldıktan sonra nasıl kullanmaya başlayabilirim?

Cihazınızla birlikte gelen VCP System yazılımını, sipariş durumu sorgulama sayfamıza sipariş kodunuzu girerek kolayca indirebilirsiniz. Kurulum veya kullanım sırasında herhangi bir sorunla karşılaşırsanız, 0850 532 0550 WhatsApp destek hattımız üzerinden teknik ekibimizle iletişime geçebilirsiniz.

Parametre yüklerken veya flaşlama yaparken aracıma zarar verir miyim?

Parametre yükleme ve flaşlama işlemleri, aracın kontrol ünitelerine doğrudan müdahale ettiği için ileri düzey bilgi gerektirir. Yanlış dosya yüklemek veya işlem sırasında bağlantının kesilmesi gibi durumlar ciddi sorunlara yol açabilir. Bu işlemleri yapmadan önce aracınızın aküsünün tam şarjlı olduğundan emin olmalı, doğru ve güvenilir kaynaklardan temin edilmiş dosyaları kullanmalı ve mümkünse deneyimli bir kişiden destek almalısınız. Yapılan tüm işlemler kullanıcının kendi sorumluluğundadır.

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 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 677,98 ₺ 1.355,96 ₺
3 Installment 461,24 ₺ 1.383,72 ₺
4 Installment 353,09 ₺ 1.412,37 ₺
5 Installment 288,39 ₺ 1.441,94 ₺
6 Installment 245,44 ₺ 1.472,66 ₺
7 Installment 215,05 ₺ 1.505,32 ₺
8 Installment 192,23 ₺ 1.537,85 ₺
9 Installment 174,62 ₺ 1.571,54 ₺
10 Installment 160,69 ₺ 1.606,91 ₺
11 Installment 149,31 ₺ 1.642,41 ₺
12 Installment 139,93 ₺ 1.679,20 ₺
Bonus 12 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 677,98 ₺ 1.355,96 ₺
3 Installment 461,15 ₺ 1.383,46 ₺
4 Installment 352,97 ₺ 1.411,86 ₺
5 Installment 288,18 ₺ 1.440,90 ₺
6 Installment 245,23 ₺ 1.471,37 ₺
7 Installment 214,75 ₺ 1.503,25 ₺
8 Installment 191,94 ₺ 1.535,53 ₺
9 Installment 174,27 ₺ 1.568,44 ₺
10 Installment 160,33 ₺ 1.603,30 ₺
11 Installment 148,92 ₺ 1.638,15 ₺
12 Installment 139,51 ₺ 1.674,17 ₺
Paraf 12 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 673,01 ₺ 1.346,02 ₺
3 Installment 457,06 ₺ 1.371,19 ₺
4 Installment 349,16 ₺ 1.396,62 ₺
5 Installment 284,49 ₺ 1.422,44 ₺
6 Installment 241,40 ₺ 1.448,39 ₺
7 Installment 210,75 ₺ 1.475,24 ₺
8 Installment 187,73 ₺ 1.501,83 ₺
9 Installment 169,80 ₺ 1.528,17 ₺
10 Installment 155,57 ₺ 1.555,66 ₺
11 Installment 143,84 ₺ 1.582,26 ₺
12 Installment 134,09 ₺ 1.609,11 ₺
World 12 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 679,60 ₺ 1.359,19 ₺
3 Installment 468,94 ₺ 1.406,82 ₺
4 Installment 359,58 ₺ 1.438,32 ₺
5 Installment 294,02 ₺ 1.470,08 ₺
6 Installment 250,33 ₺ 1.501,96 ₺
7 Installment 219,25 ₺ 1.534,75 ₺
8 Installment 195,86 ₺ 1.566,89 ₺
9 Installment 177,66 ₺ 1.598,91 ₺
10 Installment 163,20 ₺ 1.631,96 ₺
11 Installment 151,26 ₺ 1.663,84 ₺
12 Installment 141,32 ₺ 1.695,86 ₺
Maximum 12 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 677,98 ₺ 1.355,96 ₺
3 Installment 461,24 ₺ 1.383,72 ₺
4 Installment 353,09 ₺ 1.412,37 ₺
5 Installment 288,39 ₺ 1.441,94 ₺
6 Installment 245,44 ₺ 1.472,66 ₺
7 Installment 215,05 ₺ 1.505,32 ₺
8 Installment 192,23 ₺ 1.537,85 ₺
9 Installment 174,62 ₺ 1.571,54 ₺
10 Installment 160,69 ₺ 1.606,91 ₺
11 Installment 149,31 ₺ 1.642,41 ₺
12 Installment 139,93 ₺ 1.679,20 ₺
BankKart 12 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 676,76 ₺ 1.353,51 ₺
3 Installment 460,29 ₺ 1.380,88 ₺
4 Installment 352,35 ₺ 1.409,40 ₺
5 Installment 287,72 ₺ 1.438,58 ₺
6 Installment 244,93 ₺ 1.469,56 ₺
7 Installment 214,40 ₺ 1.500,80 ₺
8 Installment 191,73 ₺ 1.533,85 ₺
9 Installment 174,00 ₺ 1.565,99 ₺
10 Installment 159,45 ₺ 1.594,52 ₺
11 Installment 148,38 ₺ 1.632,21 ₺
12 Installment 139,26 ₺ 1.671,07 ₺
CardFinans 12 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 677,98 ₺ 1.355,96 ₺
3 Installment 461,24 ₺ 1.383,72 ₺
4 Installment 353,09 ₺ 1.412,37 ₺
5 Installment 288,39 ₺ 1.441,94 ₺
6 Installment 245,44 ₺ 1.472,66 ₺
7 Installment 215,05 ₺ 1.505,32 ₺
8 Installment 192,23 ₺ 1.537,85 ₺
9 Installment 174,62 ₺ 1.571,54 ₺
10 Installment 160,69 ₺ 1.606,91 ₺
11 Installment 149,31 ₺ 1.642,41 ₺
12 Installment 139,93 ₺ 1.679,20 ₺
Kuveyt Türk 12 Installment
Single Payment 1.290,90 ₺ 1.290,90 ₺
2 Installment 675,47 ₺ 1.350,93 ₺
3 Installment 458,74 ₺ 1.376,23 ₺
4 Installment 350,45 ₺ 1.401,79 ₺
5 Installment 285,55 ₺ 1.427,74 ₺
6 Installment 242,28 ₺ 1.453,68 ₺
7 Installment 211,50 ₺ 1.480,53 ₺
8 Installment 188,38 ₺ 1.507,00 ₺
9 Installment 170,38 ₺ 1.533,46 ₺
10 Installment 156,10 ₺ 1.560,96 ₺
11 Installment 144,33 ₺ 1.587,68 ₺
12 Installment 134,53 ₺ 1.614,40 ₺
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 OTO0187
Barcode OTO0187
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