Skip to content

My Cart

Würth Wow Snooper Universal Arıza Tespit Cihazı / Bluetooth

No reviews yet
| SKU: OTO0100 | |

Würth Wow Snooper Universal Arıza Tespit Cihazı, Pisayadaki bir çok araç modelinde Arıza Tespit yapabilmeniz için imal edilmiş universal bir obd2 cihazıdır.

3.656,90 ₺ 5.606,90 ₺
In stock
This product has a 35% discount.
1.950,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






Würth WOW Snooper Arıza Tespit Cihazı | Oto Eko

/* Base Styles and Variables */ #wurth-product-showcase { --primary: #C8102E; --primary-dark: #9e0c24; --primary-light: #e53a54; --secondary: #00328D; --accent: #F39200; --dark: #0a1f44; --gray: #556b8b; --light-gray: #8798ad; --lighter-gray: #edf2f9; --off-white: #f5f8fc; --white: #ffffff; --box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); --gradient-primary: linear-gradient(135deg, #C8102E, #F39200); --gradient-dark: linear-gradient(135deg, #9e0c24, #c17500); --border-radius-sm: 8px; --border-radius: 12px; --border-radius-lg: 20px; --border-radius-xl: 30px; --transition: all 0.3s ease; font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; color: var(--dark); line-height: 1.6; font-size: 16px; margin: 0; padding: 0; width: 100%; overflow-x: hidden; } #wurth-product-showcase * { box-sizing: border-box; margin: 0; padding: 0; } #wurth-product-showcase .container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; } #wurth-product-showcase a { text-decoration: none; color: inherit; } #wurth-product-showcase ul { list-style: none; } #wurth-product-showcase img { max-width: 100%; height: auto; display: block; } /* Typography */ #wurth-product-showcase h1, #wurth-product-showcase h2, #wurth-product-showcase h3, #wurth-product-showcase h4, #wurth-product-showcase h5, #wurth-product-showcase h6 { font-weight: 700; line-height: 1.3; color: var(--dark); } /* Buttons */ #wurth-product-showcase .btn-primary, #wurth-product-showcase .btn-outline, #wurth-product-showcase .btn-primary-soft, #wurth-product-showcase .btn-product, #wurth-product-showcase .btn-cta-primary, #wurth-product-showcase .btn-cta-outline { display: inline-flex; align-items: center; justify-content: center; font-weight: 600; border-radius: var(--border-radius); padding: 14px 32px; transition: var(--transition); cursor: pointer; font-size: 15px; gap: 12px; } #wurth-product-showcase .btn-primary { background: var(--gradient-primary); color: var(--white); box-shadow: 0 8px 15px rgba(200, 16, 46, 0.2); border: none; } #wurth-product-showcase .btn-primary:hover { background: var(--gradient-dark); box-shadow: 0 12px 20px rgba(200, 16, 46, 0.3); transform: translateY(-2px); } #wurth-product-showcase .btn-outline { background: var(--white); color: var(--primary); border: 2px solid var(--primary-light); box-shadow: 0 4px 15px rgba(0,0,0,0.05); } #wurth-product-showcase .btn-outline:hover { background: var(--primary); border-color: var(--primary); color: var(--white); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(200, 16, 46, 0.25); } #wurth-product-showcase .btn-primary-soft { background: rgba(200, 16, 46, 0.1); color: var(--primary); border: none; } #wurth-product-showcase .btn-primary-soft:hover { background: rgba(200, 16, 46, 0.2); transform: translateY(-2px); } /* Hero Section */ #wurth-product-showcase .hero { position: relative; padding: 100px 0 80px; overflow: hidden; background: var(--off-white); } #wurth-product-showcase .hero-backdrop { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } #wurth-product-showcase .hero-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 20% 20%, rgba(200, 16, 46, 0.03) 0%, transparent 70%), radial-gradient(circle at 80% 80%, rgba(243, 146, 0, 0.03) 0%, transparent 70%); } #wurth-product-showcase .hero-glow-1 { position: absolute; top: -150px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(200, 16, 46, 0.1) 0%, transparent 70%); filter: blur(60px); } #wurth-product-showcase .hero-glow-2 { position: absolute; bottom: -150px; left: -100px; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(243, 146, 0, 0.1) 0%, transparent 70%); filter: blur(60px); } #wurth-product-showcase .hero-content { position: relative; z-index: 10; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } #wurth-product-showcase .hero-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(200, 16, 46, 0.08); color: var(--primary); padding: 8px 16px; border-radius: 100px; font-weight: 600; font-size: 14px; margin-bottom: 24px; } #wurth-product-showcase .hero-title { font-size: 48px; margin-bottom: 12px; color: var(--dark); line-height: 1.2; } #wurth-product-showcase .hero-subtitle { display: block; font-size: 18px; color: var(--primary); margin-top: 5px; } #wurth-product-showcase .hero-description { font-size: 18px; color: var(--gray); margin-bottom: 32px; max-width: 500px; } #wurth-product-showcase .hero-cta-group { display: flex; gap: 16px; margin-bottom: 32px; } #wurth-product-showcase .compatibility-tags { display: flex; flex-wrap: wrap; gap: 12px; } #wurth-product-showcase .tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: var(--white); border-radius: 100px; font-size: 13px; font-weight: 500; color: var(--gray); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } #wurth-product-showcase .product-display { position: relative; width: 100%; max-width: 500px; margin: 0 auto; } #wurth-product-showcase .product-image-wrapper { position: relative; background: var(--white); border-radius: var(--border-radius-lg); box-shadow: var(--box-shadow); padding: 40px; margin-bottom: 30px; overflow: hidden; } #wurth-product-showcase .product-badge { position: absolute; top: 20px; right: 20px; background: var(--accent); color: var(--white); padding: 6px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; z-index: 10; } #wurth-product-showcase .product-image { position: relative; z-index: 5; transition: var(--transition); } #wurth-product-showcase .product-image:hover { transform: scale(1.03); } #wurth-product-showcase .product-360-viewer { position: relative; width: 100%; max-width: 480px; margin: 0 auto; border-radius: var(--border-radius-lg); box-shadow: var(--box-shadow); overflow: hidden; } #wurth-product-showcase .product-360-viewer::before { content: ''; display: block; padding-top: 100%; } #wurth-product-showcase .product-360-viewer iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } #wurth-product-showcase .product-reflections { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%); z-index: 2; } #wurth-product-showcase .product-controls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } #wurth-product-showcase .product-control-item { background: var(--white); border-radius: var(--border-radius); padding: 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); transition: var(--transition); cursor: pointer; border: 1px solid transparent; } #wurth-product-showcase .product-control-item.active { border-color: var(--primary-light); box-shadow: 0 8px 20px rgba(200, 16, 46, 0.15); transform: translateY(-5px); } #wurth-product-showcase .product-control-item:hover:not(.active) { transform: translateY(-3px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.08); } #wurth-product-showcase .control-icon { color: var(--primary); font-size: 20px; margin-bottom: 10px; } #wurth-product-showcase .control-info h4 { font-size: 14px; margin-bottom: 4px; } #wurth-product-showcase .control-info p { font-size: 12px; color: var(--light-gray); } #wurth-product-showcase .hero-bottom-wave { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 2; line-height: 0; } /* Brands Section */ #wurth-product-showcase .brands-section { padding: 40px 0; background: var(--white); position: relative; overflow: hidden; } #wurth-product-showcase .brands-title { text-align: center; font-weight: 600; font-size: 14px; color: var(--light-gray); margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } #wurth-product-showcase .brands-slider { position: relative; overflow: hidden; padding: 20px 0; -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%); } #wurth-product-showcase .brands-track { display: flex; animation: brandScroll 20s linear infinite; } @keyframes brandScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } } #wurth-product-showcase .brand-logo { flex: 0 0 auto; width: 120px; height: 60px; margin: 0 30px; display: flex; align-items: center; justify-content: center; opacity: 0.7; transition: var(--transition); } #wurth-product-showcase .brand-logo:hover { opacity: 1; } #wurth-product-showcase .brand-logo img { max-width: 100%; max-height: 40px; transition: var(--transition); } /* Section Headers */ #wurth-product-showcase .section-header { margin-bottom: 60px; max-width: 800px; } #wurth-product-showcase .section-header.center-aligned { text-align: center; margin-left: auto; margin-right: auto; } #wurth-product-showcase .section-tag { display: inline-block; background: rgba(200, 16, 46, 0.08); color: var(--primary); padding: 6px 14px; border-radius: 100px; font-weight: 600; font-size: 13px; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 1px; } #wurth-product-showcase .section-title { font-size: 36px; margin-bottom: 16px; color: var(--dark); } #wurth-product-showcase .section-title span { color: var(--primary); position: relative; display: inline-block; } #wurth-product-showcase .section-title span::after { content: ''; position: absolute; bottom: 5px; left: 0; width: 100%; height: 8px; background: rgba(200, 16, 46, 0.1); z-index: -1; border-radius: 4px; } #wurth-product-showcase .section-subtitle { font-size: 18px; color: var(--gray); } /* Features Section */ #wurth-product-showcase .features-section { padding: 100px 0; background: var(--white); } #wurth-product-showcase .features-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; align-items: center; } #wurth-product-showcase .features-gallery-container { display: flex; flex-direction: column; gap: 20px; } #wurth-product-showcase .main-feature-image { background: var(--white); border-radius: var(--border-radius-lg); box-shadow: var(--box-shadow); padding: 20px; overflow: hidden; } #wurth-product-showcase #feature-gallery-image { width: 100%; border-radius: var(--border-radius); transition: transform 0.3s ease, opacity 0.3s ease; } #wurth-product-showcase #feature-gallery-image:hover { transform: scale(1.05); } #wurth-product-showcase .feature-thumbnails { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; } #wurth-product-showcase .feature-thumb { width: 100%; border-radius: var(--border-radius-sm); cursor: pointer; border: 2px solid transparent; transition: var(--transition); box-shadow: 0 4px 10px rgba(0,0,0,0.05); } #wurth-product-showcase .feature-thumb:hover { border-color: var(--primary-light); transform: translateY(-3px); } #wurth-product-showcase .feature-thumb.active { border-color: var(--primary); box-shadow: 0 6px 15px rgba(200, 16, 46, 0.2); } #wurth-product-showcase .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } #wurth-product-showcase .feature-card { background: var(--off-white); padding: 25px; border-radius: var(--border-radius); transition: var(--transition); border: 1px solid transparent; text-align: center; } #wurth-product-showcase .feature-card:hover { transform: translateY(-10px); box-shadow: var(--box-shadow); border-color: var(--lighter-gray); background: var(--white); } #wurth-product-showcase .feature-icon { width: 50px; height: 50px; background: var(--gradient-primary); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 15px; box-shadow: 0 8px 15px rgba(200, 16, 46, 0.2); margin-left: auto; margin-right: auto; } #wurth-product-showcase .feature-card h3 { font-size: 18px; margin-bottom: 10px; } #wurth-product-showcase .feature-card p { color: var(--gray); font-size: 14px; } /* Diagnostic Functions Section */ #wurth-product-showcase .diagnostic-functions { padding: 100px 0; background: var(--off-white); } #wurth-product-showcase .functions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; } #wurth-product-showcase .function-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 15px; padding: 30px; background: var(--white); border-radius: var(--border-radius-lg); transition: var(--transition); box-shadow: var(--box-shadow); border: 1px solid transparent; } #wurth-product-showcase .function-item:hover { transform: translateY(-10px); border-color: var(--primary-light); } #wurth-product-showcase .function-icon { width: 70px; height: 70px; min-width: 70px; background: var(--gradient-primary); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; box-shadow: 0 10px 20px rgba(200, 16, 46, 0.25); } #wurth-product-showcase .function-details h4 { font-size: 20px; margin-bottom: 10px; } #wurth-product-showcase .function-details p { color: var(--gray); font-size: 15px; line-height: 1.6; } #wurth-product-showcase .tab-note { background: rgba(243, 146, 0, 0.1); border-left: 4px solid var(--accent); padding: 15px 20px; margin-top: 30px; border-radius: var(--border-radius-sm); } #wurth-product-showcase .tab-note p { color: var(--gray); font-size: 14px; font-style: italic; } /* Product Showcase Section */ #wurth-product-showcase .product-showcase-section { padding: 100px 0; background: var(--white); } #wurth-product-showcase .showcase-content { margin-top: 40px; } #wurth-product-showcase .showcase-main-area { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: stretch; margin-bottom: 80px; } /* Sol Taraf - 360° Video ve Teknik Özellikler */ #wurth-product-showcase .showcase-left { display: flex; flex-direction: column; gap: 30px; } #wurth-product-showcase .video-360-container { background: var(--white); border-radius: var(--border-radius-lg); padding: 20px; box-shadow: var(--box-shadow); border: 1px solid var(--lighter-gray); } #wurth-product-showcase .video-360-header { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-bottom: 20px; padding: 15px; background: rgba(200, 16, 46, 0.05); border-radius: var(--border-radius); text-align: center; } #wurth-product-showcase .video-360-icon { width: 50px; height: 50px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 20px; flex-shrink: 0; animation: rotate360 3s linear infinite; } @keyframes rotate360 { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } #wurth-product-showcase .video-360-details h3 { font-size: 18px; margin-bottom: 5px; color: var(--dark); } #wurth-product-showcase .video-360-details p { font-size: 14px; color: var(--gray); margin: 0; } #wurth-product-showcase .video-360-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--border-radius); } #wurth-product-showcase .video-360-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: var(--border-radius); } /* Teknik Özellikler Kartı */ #wurth-product-showcase .tech-specs-card { background: var(--white); border-radius: var(--border-radius-lg); padding: 30px; box-shadow: var(--box-shadow); border: 1px solid var(--lighter-gray); } #wurth-product-showcase .tech-specs-header { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 2px solid var(--lighter-gray); text-align: center; } #wurth-product-showcase .specs-icon { width: 50px; height: 50px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 22px; flex-shrink: 0; } #wurth-product-showcase .tech-specs-header h4 { font-size: 20px; color: var(--dark); margin: 0; text-align: center; } #wurth-product-showcase .specs-grid { display: grid; grid-template-columns: 1fr; gap: 15px; } #wurth-product-showcase .spec-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; background: var(--off-white); border-radius: var(--border-radius); border: 1px solid transparent; transition: var(--transition); } #wurth-product-showcase .spec-item:hover { background: var(--white); border-color: var(--primary-light); } #wurth-product-showcase .spec-label { font-size: 14px; color: var(--gray); font-weight: 500; } #wurth-product-showcase .spec-value { font-size: 14px; color: var(--dark); font-weight: 600; } /* Sağ Taraf - Ürün Avantajları ve Paket İçeriği */ #wurth-product-showcase .showcase-right { display: flex; flex-direction: column; gap: 30px; } #wurth-product-showcase .product-advantages { background: var(--white); border-radius: var(--border-radius-lg); padding: 30px; box-shadow: var(--box-shadow); border: 1px solid var(--lighter-gray); } #wurth-product-showcase .advantages-header { text-align: center; margin-bottom: 30px; } #wurth-product-showcase .advantages-icon { width: 60px; height: 60px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 24px; margin: 0 auto 20px; box-shadow: 0 8px 20px rgba(200, 16, 46, 0.25); } #wurth-product-showcase .advantages-header h3 { font-size: 22px; margin-bottom: 10px; color: var(--dark); } #wurth-product-showcase .advantages-header p { font-size: 15px; color: var(--gray); margin: 0; } #wurth-product-showcase .advantages-list { display: flex; flex-direction: column; gap: 20px; } #wurth-product-showcase .advantage-item { display: flex; flex-direction: column; align-items: center; gap: 15px; padding: 20px; background: var(--off-white); border-radius: var(--border-radius); transition: var(--transition); border: 1px solid transparent; text-align: center; } #wurth-product-showcase .advantage-item:hover { background: var(--white); border-color: var(--primary-light); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(200, 16, 46, 0.15); } #wurth-product-showcase .advantage-icon { width: 45px; height: 45px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 18px; flex-shrink: 0; box-shadow: 0 6px 12px rgba(200, 16, 46, 0.2); } #wurth-product-showcase .advantage-content h5 { font-size: 16px; margin-bottom: 8px; color: var(--dark); line-height: 1.3; text-align: center; } #wurth-product-showcase .advantage-content p { font-size: 14px; color: var(--gray); line-height: 1.5; margin: 0; text-align: center; } /* Software Info Section - New Modern Design */ #wurth-product-showcase .software-info-section { padding: 120px 0; background: var(--off-white); position: relative; overflow: hidden; } #wurth-product-showcase .software-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; } #wurth-product-showcase .software-particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 15% 25%, rgba(200, 16, 46, 0.05) 0%, transparent 50%), radial-gradient(circle at 85% 75%, rgba(243, 146, 0, 0.05) 0%, transparent 50%); } #wurth-product-showcase .software-glow-1 { position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(200, 16, 46, 0.08) 0%, transparent 70%); filter: blur(40px); animation: softPulse 4s ease-in-out infinite; } #wurth-product-showcase .software-glow-2 { position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(243, 146, 0, 0.08) 0%, transparent 70%); filter: blur(40px); animation: softPulse 4s ease-in-out infinite reverse; } @keyframes softPulse { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.1); opacity: 0.8; } } #wurth-product-showcase .software-showcase { position: relative; z-index: 10; } #wurth-product-showcase .software-main-card { max-width: 1000px; margin: 0 auto; background: var(--white); border-radius: var(--border-radius-xl); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); overflow: hidden; position: relative; transition: var(--transition); display: grid; grid-template-columns: 1fr; gap: 0; } #wurth-product-showcase .software-main-card:hover { transform: translateY(-10px); box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15); } #wurth-product-showcase .software-card-glow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(200, 16, 46, 0.02) 0%, rgba(243, 146, 0, 0.02) 100%); z-index: 1; } #wurth-product-showcase .software-visual-section { position: relative; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); padding: 40px; display: flex; align-items: center; justify-content: center; } #wurth-product-showcase .software-frame { width: 100%; max-width: 600px; background: #2d3748; border-radius: var(--border-radius); overflow: hidden; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); transition: var(--transition); } #wurth-product-showcase .software-frame:hover { transform: scale(1.02); } #wurth-product-showcase .software-frame-header { background: #2d3748; padding: 12px 16px; display: flex; align-items: center; gap: 12px; border-bottom: 1px solid #4a5568; } #wurth-product-showcase .frame-buttons { display: flex; gap: 6px; } #wurth-product-showcase .frame-btn { width: 12px; height: 12px; border-radius: 50%; cursor: pointer; } #wurth-product-showcase .frame-btn.close { background: #ff5f57; } #wurth-product-showcase .frame-btn.minimize { background: #ffbd2e; } #wurth-product-showcase .frame-btn.maximize { background: #28ca42; } #wurth-product-showcase .frame-title { color: #a0aec0; font-size: 13px; font-weight: 500; } #wurth-product-showcase .software-screen { position: relative; background: #1a202c; overflow: hidden; } #wurth-product-showcase .software-screen img { width: 100%; height: auto; display: block; transition: var(--transition); } #wurth-product-showcase .screen-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; } #wurth-product-showcase .pulse-dot { position: absolute; width: 10px; height: 10px; background: var(--primary); border-radius: 50%; animation: pulse 2s ease-in-out infinite; } #wurth-product-showcase .pulse-1 { top: 20%; left: 15%; animation-delay: 0s; } #wurth-product-showcase .pulse-2 { top: 60%; right: 20%; animation-delay: 0.7s; } #wurth-product-showcase .pulse-3 { bottom: 25%; left: 30%; animation-delay: 1.4s; } @keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.7; } 50% { transform: scale(1.5); opacity: 1; } } #wurth-product-showcase .software-info-section-content { padding: 50px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 5; text-align: center; } #wurth-product-showcase .software-badge-container { display: flex; gap: 12px; margin-bottom: 25px; } #wurth-product-showcase .software-status-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(40, 167, 69, 0.1); color: #28a745; padding: 6px 12px; border-radius: 100px; font-size: 12px; font-weight: 600; border: 1px solid rgba(40, 167, 69, 0.2); } #wurth-product-showcase .version-badge { background: rgba(200, 16, 46, 0.1); color: var(--primary); padding: 6px 12px; border-radius: 100px; font-size: 12px; font-weight: 700; border: 1px solid rgba(200, 16, 46, 0.2); } #wurth-product-showcase .software-main-title { font-size: 28px; font-weight: 800; color: var(--dark); margin-bottom: 20px; line-height: 1.2; } #wurth-product-showcase .software-label { color: var(--gray); font-weight: 600; } #wurth-product-showcase .software-name { color: var(--primary); background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } #wurth-product-showcase .software-main-description { color: var(--gray); font-size: 16px; line-height: 1.6; margin-bottom: 30px; } #wurth-product-showcase .software-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; } #wurth-product-showcase .software-feature-item { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 15px; padding: 15px; background: rgba(248, 249, 250, 0.5); border-radius: var(--border-radius); transition: var(--transition); border: 1px solid transparent; } #wurth-product-showcase .software-feature-item:hover { background: var(--white); border-color: rgba(200, 16, 46, 0.1); transform: translateX(5px); } #wurth-product-showcase .feature-icon-wrapper { width: 40px; height: 40px; background: var(--gradient-primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 18px; flex-shrink: 0; box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3); margin: 0 auto; } #wurth-product-showcase .feature-content h4 { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 4px; } #wurth-product-showcase .feature-content p { font-size: 14px; color: var(--light-gray); margin: 0; } #wurth-product-showcase .software-action-area { display: flex; flex-direction: column; gap: 25px; } #wurth-product-showcase .btn-software-premium { display: inline-flex; align-items: center; gap: 15px; background: var(--gradient-primary); color: var(--white); padding: 18px 25px; border-radius: var(--border-radius-lg); text-decoration: none; transition: var(--transition); box-shadow: 0 10px 25px rgba(200, 16, 46, 0.3); border: none; cursor: pointer; position: relative; overflow: hidden; margin: 0 auto; } #wurth-product-showcase .btn-software-premium::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent); transition: left 0.5s; } #wurth-product-showcase .btn-software-premium:hover::before { left: 100%; } #wurth-product-showcase .btn-software-premium:hover { background: var(--gradient-dark); box-shadow: 0 15px 35px rgba(200, 16, 46, 0.4); transform: translateY(-3px); } #wurth-product-showcase .btn-icon { width: 45px; height: 45px; background: rgba(255, 255, 255, 0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; } #wurth-product-showcase .btn-content { flex: 1; text-align: left; } #wurth-product-showcase .btn-text { display: block; font-size: 16px; font-weight: 700; margin-bottom: 2px; } #wurth-product-showcase .btn-subtext { display: block; font-size: 13px; opacity: 0.9; font-weight: 500; } #wurth-product-showcase .btn-arrow { font-size: 16px; transition: var(--transition); } #wurth-product-showcase .btn-software-premium:hover .btn-arrow { transform: translateX(5px); } #wurth-product-showcase .software-stats { display: flex; justify-content: space-between; gap: 20px; } #wurth-product-showcase .stat-item { text-align: center; flex: 1; padding: 15px; background: rgba(248, 249, 250, 0.5); border-radius: var(--border-radius); transition: var(--transition); } #wurth-product-showcase .stat-item:hover { background: var(--white); transform: translateY(-3px); } #wurth-product-showcase .stat-number { display: block; font-size: 20px; font-weight: 800; color: var(--primary); margin-bottom: 4px; } #wurth-product-showcase .stat-label { display: block; font-size: 12px; color: var(--light-gray); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; } #wurth-product-showcase .software-info-section .section-header { text-align: center; max-width: 800px; margin: 0 auto 60px; } #wurth-product-showcase .software-card { max-width: 600px; margin: 0 auto; background: var(--white); border-radius: var(--border-radius-xl); box-shadow: var(--box-shadow); overflow: hidden; transition: var(--transition); position: relative; } #wurth-product-showcase .software-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); } #wurth-product-showcase .software-card-header { position: relative; z-index: 10; } #wurth-product-showcase .premium-badge { position: absolute; top: 20px; right: 20px; background: var(--gradient-primary); color: var(--white); padding: 8px 16px; border-radius: 100px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; z-index: 20; box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3); } #wurth-product-showcase .software-screenshot { position: relative; padding: 20px 20px 0 20px; background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); } #wurth-product-showcase .software-screenshot img { width: 100%; border-radius: var(--border-radius) var(--border-radius) 0 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); transition: var(--transition); } #wurth-product-showcase .software-screenshot:hover img { transform: scale(1.02); } #wurth-product-showcase .software-card-content { padding: 30px; text-align: center; position: relative; } #wurth-product-showcase .software-icon { width: 60px; height: 60px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: -30px auto 20px; color: var(--white); font-size: 24px; box-shadow: 0 8px 20px rgba(200, 16, 46, 0.3); position: relative; z-index: 10; } #wurth-product-showcase .software-title { font-size: 24px; font-weight: 700; color: var(--dark); margin-bottom: 15px; line-height: 1.3; } #wurth-product-showcase .software-description { color: var(--gray); font-size: 15px; line-height: 1.6; margin-bottom: 25px; } #wurth-product-showcase .software-features { margin-bottom: 30px; } #wurth-product-showcase .software-features .feature-item { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; font-size: 15px; color: var(--dark); } #wurth-product-showcase .software-features .feature-item i { color: var(--primary); font-size: 16px; flex-shrink: 0; } #wurth-product-showcase .btn-software-download { background: var(--gradient-primary); color: var(--white); padding: 14px 32px; border-radius: 50px; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: var(--transition); box-shadow: 0 8px 20px rgba(200, 16, 46, 0.3); border: none; cursor: pointer; } #wurth-product-showcase .btn-software-download:hover { background: var(--gradient-dark); box-shadow: 0 12px 25px rgba(200, 16, 46, 0.4); transform: translateY(-2px); } #wurth-product-showcase .software-info-content-area { text-align: center; max-width: 800px; margin: 40px auto 0 auto; } #wurth-product-showcase .info-icon { width: 70px; height: 70px; background: linear-gradient(135deg, #C8102E, #F39200); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; color: white; font-size: 30px; box-shadow: 0 10px 20px rgba(200, 16, 46, 0.3); } #wurth-product-showcase .info-title { font-size: 24px; font-weight: 700; color: var(--dark); margin-bottom: 15px; } #wurth-product-showcase .info-text { font-size: 15px; color: var(--text-light); line-height: 1.7; margin-bottom: 15px; } #wurth-product-showcase .info-text strong { color: var(--primary); font-weight: 600; } #wurth-product-showcase .software-download-prompt { background-color: #FFFFFF; padding: 25px 30px; border-radius: 10px; text-align: center; max-width: 780px; margin: 40px auto 0 auto; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); border-left: 4px solid var(--primary); } #wurth-product-showcase .software-access-icon { color: var(--primary); font-size: 30px; margin-bottom: 15px; } #wurth-product-showcase .software-access-title { font-size: 22px; font-weight: 700; color: var(--dark); margin-bottom: 12px; } #wurth-product-showcase .software-access-text { font-size: 15px; color: var(--text-light); line-height: 1.6; margin-bottom: 25px; max-width: 520px; margin-left: auto; margin-right: auto; } #wurth-product-showcase .btn-software-access { background: linear-gradient(135deg, #C8102E, #F39200); color: white; padding: 12px 28px; font-weight: 700; border-radius: 50px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3); border: none; cursor: pointer; } #wurth-product-showcase .btn-software-access:hover { background: linear-gradient(135deg, #9e0c24, #c17500); box-shadow: 0 6px 18px rgba(200, 16, 46, 0.4); transform: translateY(-1px); } #wurth-product-showcase .bonus-content { margin-top: 40px; padding: 20px; background: rgba(200, 16, 46, 0.05); border-radius: var(--border-radius); text-align: center; } #wurth-product-showcase .bonus-content .bonus-icon { color: var(--accent); margin-bottom: 10px; display: inline-block; font-size: 24px; } #wurth-product-showcase .bonus-content h4 { font-size: 18px; color: var(--dark); margin-bottom: 8px; } #wurth-product-showcase .bonus-content p { font-size: 15px; color: var(--gray); line-height: 1.5; max-width: 600px; margin: 0 auto; } #wurth-product-showcase .bonus-content p strong { font-weight: 600; color: var(--primary); } /* Installation Section */ #wurth-product-showcase .installation-section { padding: 100px 0; background: var(--off-white); } #wurth-product-showcase .installation-content { margin-top: 40px; } #wurth-product-showcase .installation-layout { display: flex; flex-direction: column; gap: 60px; } #wurth-product-showcase .installation-video-section { width: 100%; max-width: 900px; margin: 0 auto; } #wurth-product-showcase .video-container { background: var(--white); border-radius: var(--border-radius-lg); padding: 20px; box-shadow: var(--box-shadow); margin-bottom: 20px; } #wurth-product-showcase .video-info { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-bottom: 20px; padding: 15px; background: rgba(200, 16, 46, 0.05); border-radius: var(--border-radius); text-align: center; } #wurth-product-showcase .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: var(--border-radius); } #wurth-product-showcase .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; border-radius: var(--border-radius); } #wurth-product-showcase .video-icon { width: 50px; height: 50px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 20px; flex-shrink: 0; } #wurth-product-showcase .video-details h3 { font-size: 18px; margin-bottom: 5px; color: var(--dark); } #wurth-product-showcase .video-details p { font-size: 14px; color: var(--gray); margin: 0; } #wurth-product-showcase .steps-header { text-align: center; margin-bottom: 40px; } #wurth-product-showcase .steps-icon { width: 60px; height: 60px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 24px; margin: 0 auto 20px; box-shadow: 0 8px 15px rgba(200, 16, 46, 0.2); } #wurth-product-showcase .steps-header h3 { font-size: 24px; margin-bottom: 10px; color: var(--dark); } #wurth-product-showcase .steps-header p { font-size: 16px; color: var(--gray); } #wurth-product-showcase .installation-notes { background: var(--white); border-radius: var(--border-radius); padding: 30px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); border-left: 4px solid var(--primary); } #wurth-product-showcase .note-header { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-bottom: 25px; text-align: center; } #wurth-product-showcase .note-icon { width: 50px; height: 50px; background: var(--primary); border-radius: var(--border-radius-sm); display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 22px; flex-shrink: 0; } #wurth-product-showcase .note-header h4 { font-size: 22px; color: var(--dark); margin: 0; font-weight: 700; } #wurth-product-showcase .note-list { list-style: none; padding: 0; margin: 0; } #wurth-product-showcase .note-list li { margin-bottom: 15px; font-size: 15px; line-height: 1.6; color: var(--gray); } #wurth-product-showcase .note-list li strong { color: var(--primary); font-weight: 600; } /* Two Column Installation Layout */ #wurth-product-showcase .installation-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: flex-start; } #wurth-product-showcase .installation-steps-column { background: var(--white); border-radius: var(--border-radius-lg); padding: 40px; box-shadow: var(--box-shadow); border: 1px solid var(--lighter-gray); } #wurth-product-showcase .installation-tips-column { background: var(--white); border-radius: var(--border-radius-lg); box-shadow: var(--box-shadow); border: 1px solid var(--lighter-gray); } #wurth-product-showcase .installation-steps-vertical { display: flex; flex-direction: column; gap: 25px; } #wurth-product-showcase .step-item-vertical { display: flex; align-items: flex-start; gap: 20px; padding: 25px; background: var(--off-white); border-radius: var(--border-radius); border: 1px solid transparent; transition: var(--transition); position: relative; } #wurth-product-showcase .step-item-vertical:hover { background: var(--white); border-color: var(--primary-light); transform: translateY(-3px); box-shadow: 0 8px 20px rgba(200, 16, 46, 0.15); } #wurth-product-showcase .step-item-vertical::after { content: ''; position: absolute; left: 45px; bottom: -25px; width: 2px; height: 25px; background: linear-gradient(180deg, var(--primary), transparent); z-index: 1; } #wurth-product-showcase .step-item-vertical:last-child::after { display: none; } #wurth-product-showcase .step-number-vertical { width: 50px; height: 50px; background: var(--gradient-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 20px; flex-shrink: 0; box-shadow: 0 8px 15px rgba(200, 16, 46, 0.25); border: 3px solid var(--white); position: relative; z-index: 2; } #wurth-product-showcase .step-content-vertical h4 { font-size: 18px; margin-bottom: 10px; color: var(--dark); line-height: 1.3; } #wurth-product-showcase .step-content-vertical p { font-size: 15px; color: var(--gray); line-height: 1.6; margin: 0; } /* FAQ Section */ #wurth-product-showcase .faq-section { padding: 100px 0; background: var(--white); } #wurth-product-showcase .faq-container { max-width: 800px; margin: 0 auto; } #wurth-product-showcase .faq-item { background: var(--off-white); border-radius: var(--border-radius); margin-bottom: 20px; overflow: hidden; border: 1px solid transparent; transition: var(--transition); } #wurth-product-showcase .faq-item.active { background: var(--white); box-shadow: var(--box-shadow); border-color: var(--lighter-gray); } #wurth-product-showcase .faq-question { padding: 20px 30px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; } #wurth-product-showcase .faq-question h3 { font-size: 18px; font-weight: 600; } #wurth-product-showcase .faq-toggle { background: transparent; border: none; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--primary); font-size: 16px; } #wurth-product-showcase .faq-toggle .fa-minus { display: none; } #wurth-product-showcase .faq-item.active .faq-toggle .fa-plus { display: none; } #wurth-product-showcase .faq-item.active .faq-toggle .fa-minus { display: block; } #wurth-product-showcase .faq-answer { padding: 0 30px 20px; display: none; } #wurth-product-showcase .faq-item.active .faq-answer { display: block; } #wurth-product-showcase .faq-answer p { color: var(--gray); line-height: 1.7; } /* Contact Section */ #wurth-product-showcase .contact-section { padding: 100px 0; background: var(--off-white); } #wurth-product-showcase .contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; } #wurth-product-showcase .contact-card { background: var(--white); border-radius: var(--border-radius-lg); padding: 40px; text-align: center; box-shadow: var(--box-shadow); transition: var(--transition); border: 1px solid transparent; } #wurth-product-showcase .contact-card:hover { transform: translateY(-10px); border-color: var(--primary-light); } #wurth-product-showcase .contact-icon { width: 70px; height: 70px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 25px; font-size: 28px; color: var(--white); } #wurth-product-showcase .contact-icon.phone { background: var(--gradient-primary); box-shadow: 0 10px 20px rgba(200, 16, 46, 0.25); } #wurth-product-showcase .contact-icon.email { background: var(--gradient-primary); box-shadow: 0 10px 20px rgba(200, 16, 46, 0.25); } #wurth-product-showcase .contact-icon.whatsapp { background: #25D366; box-shadow: 0 10px 20px rgba(37, 211, 102, 0.25); } #wurth-product-showcase .contact-card h3 { font-size: 22px; margin-bottom: 15px; color: var(--dark); } #wurth-product-showcase .contact-card p { color: var(--gray); font-size: 15px; line-height: 1.6; margin-bottom: 30px; min-height: 72px; /* To align buttons */ } #wurth-product-showcase .contact-button { display: inline-block; padding: 14px 32px; border-radius: 50px; font-weight: 600; transition: var(--transition); font-size: 15px; text-decoration: none; border: none; cursor: pointer; } #wurth-product-showcase .contact-button.phone-btn { background: var(--primary); color: var(--white); } #wurth-product-showcase .contact-button.email-btn { background: var(--primary); color: var(--white); } #wurth-product-showcase .contact-button.whatsapp-btn { background: #25D366; color: var(--white); } #wurth-product-showcase .contact-button:hover { transform: translateY(-3px); filter: brightness(1.1); } /* Responsive Design */ @media (max-width: 1200px) { #wurth-product-showcase .container { padding: 0 40px; } #wurth-product-showcase .hero-title { font-size: 42px; } #wurth-product-showcase .products-comparison { gap: 20px; } } @media (max-width: 991px) { #wurth-product-showcase .contact-grid { grid-template-columns: 1fr; } #wurth-product-showcase .hero-content { grid-template-columns: 1fr; gap: 40px; } #wurth-product-showcase .hero-left { text-align: center; } #wurth-product-showcase .hero-description { margin-left: auto; margin-right: auto; } #wurth-product-showcase .hero-cta-group { justify-content: center; } #wurth-product-showcase .compatibility-tags { justify-content: center; } #wurth-product-showcase .features-grid { grid-template-columns: repeat(2, 1fr); } #wurth-product-showcase .functions-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { #wurth-product-showcase .container { padding: 0 20px; } #wurth-product-showcase .hero { padding: 80px 0 60px; } #wurth-product-showcase .hero-title { font-size: 36px; } #wurth-product-showcase .hero-cta-group { flex-direction: column; } #wurth-product-showcase .features-layout { grid-template-columns: 1fr; } #wurth-product-showcase .features-grid { grid-template-columns: 1fr; } #wurth-product-showcase .section-title { font-size: 30px; } #wurth-product-showcase .tabs-nav { flex-direction: column; } #wurth-product-showcase .tab-button { padding: 15px; } #wurth-product-showcase .tab-pane { padding: 30px 20px; } #wurth-product-showcase .cta-buttons { flex-direction: column; } #wurth-product-showcase .features-section, #wurth-product-showcase .software-showcase, #wurth-product-showcase .diagnostic-functions, #wurth-product-showcase .products-range, #wurth-product-showcase .testimonials-section, #wurth-product-showcase .faq-section { padding: 60px 0; } #wurth-product-showcase .faq-question h3 { font-size: 16px; } /* Software Section Mobile Fixes */ #wurth-product-showcase .software-info-section { padding: 80px 0; } #wurth-product-showcase .software-main-card { grid-template-columns: 1fr; max-width: 500px; } #wurth-product-showcase .software-visual-section { padding: 20px; } #wurth-product-showcase .software-info-section-content { padding: 20px; } #wurth-product-showcase .software-main-title { font-size: 24px; } #wurth-product-showcase .software-features-grid { grid-template-columns: 1fr; gap: 15px; } #wurth-product-showcase .software-stats { flex-direction: column; gap: 15px; } /* Product Showcase Mobile Fixes */ #wurth-product-showcase .showcase-main-area { grid-template-columns: 1fr; gap: 30px; margin-bottom: 40px; } #wurth-product-showcase .showcase-left, #wurth-product-showcase .showcase-right { gap: 20px; } #wurth-product-showcase .video-360-container, #wurth-product-showcase .tech-specs-card, #wurth-product-showcase .product-advantages { padding: 20px; } /* Installation Section Mobile Fixes */ #wurth-product-showcase .installation-section { padding: 60px 0; } #wurth-product-showcase .installation-two-column { grid-template-columns: 1fr; gap: 30px; } #wurth-product-showcase .installation-steps-column, #wurth-product-showcase .installation-tips-column { padding: 25px; } #wurth-product-showcase .step-item-vertical { padding: 20px 15px; flex-direction: column; text-align: center; gap: 15px; } #wurth-product-showcase .step-item-vertical::after { display: none; } #wurth-product-showcase .step-number-vertical { width: 40px; height: 40px; font-size: 16px; margin: 0 auto; } #wurth-product-showcase .step-content-vertical { width: 100%; } #wurth-product-showcase .step-content-vertical h4 { font-size: 16px; margin-bottom: 8px; } #wurth-product-showcase .step-content-vertical p { font-size: 14px; } #wurth-product-showcase .note-list li { font-size: 14px; line-height: 1.5; margin-bottom: 12px; } /* Contact Section Mobile Fixes */ #wurth-product-showcase .contact-section { padding: 60px 0; } #wurth-product-showcase .contact-card { padding: 30px 20px; } #wurth-product-showcase .contact-card p { min-height: auto; margin-bottom: 25px; font-size: 14px; } #wurth-product-showcase .contact-card h3 { font-size: 20px; margin-bottom: 12px; } #wurth-product-showcase .contact-button { padding: 12px 28px; font-size: 14px; } } @media (max-width: 480px) { #wurth-product-showcase .hero-title { font-size: 30px; } #wurth-product-showcase .hero-subtitle { font-size: 16px; } #wurth-product-showcase .section-title { font-size: 26px; } #wurth-product-showcase .product-controls { grid-template-columns: 1fr; } #wurth-product-showcase .cta-content h2 { font-size: 28px; } }



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

Würth WOW Snooper Arıza Tespit Cihazı
Servisiniz İçin Üst Düzey Teknoloji

80'den fazla araç markasını destekleyen, üretici seviyesinde kodlama yapabilen Würth WOW Snooper, servisinizin ihtiyaç duyduğu profesyonel Arıza Tespit Cihazıdır. Aracın tüm elektronik sistemlerine derinlemesine erişim sağlayın.


HEMEN SATIN AL


ÖZELLİKLERİ İNCELE

BİNEK ARAÇLAR
HAFİF TİCARİ
360° GÖRÜNÜM


80+ ARAÇ MARKASI DESTEĞİ

BMW Marka Logosu
Mercedes-Benz Marka Logosu
Audi Marka Logosu
Ford Marka Logosu
Toyota Marka Logosu
Renault Marka Logosu
Peugeot Marka Logosu
Volkswagen Marka Logosu

BMW Marka Logosu
Mercedes-Benz Marka Logosu
Audi Marka Logosu
Ford Marka Logosu
Toyota Marka Logosu
Renault Marka Logosu
Peugeot Marka Logosu
Volkswagen Marka Logosu

ÜSTÜN ÖZELLİKLER

Würth WOW Snooper Arıza Tespit Cihazı ile Profesyonel Kaliteyi Keşfedin

Würth'ün üstün mühendisliği ile geliştirilen WOW Snooper, temel arıza tespit işlemlerinden üretici seviyesinde programlama işlemlerine kadar tüm servis ihtiyaçlarınızı karşılar.

Würth WOW Snooper Arıza Tespit Cihazı Ana Görsel
Würth WOW arayüzü hata kodu okuma ekranı
Würth WOW canlı veri akışı grafiği
Würth WOW ile enjektör kodlama işlemi
Würth WOW Snooper cihazı ve laptop

Tam Sistem Tarama

Motor, şanzıman, ABS, airbag, klima ve daha birçok kontrol ünitesinde hata kodu okuma ve silme.

Geniş Marka Desteği

80'den fazla araç markasını destekleyerek çok sayıda modelde diagnostik yapabilme imkanı.

Aktüatör Testleri

Enjektör, valf, röle ve diğer aktüatörleri aktive ederek işlevsellik testi yapabilme.

Gelişmiş Kodlama

ECU programlama, adaptasyon ve kodlama işlemlerini üretici protokolleri ile gerçekleştirme.

Kapsamlı Araç Veritabanı

2015 yılına kadar olan araçlar için kapsamlı arıza ve tamir veritabanı.

Bluetooth Kablosuz Bağlantı

Kablo kullanmadan kablosuz teşhis yapabilme ve mobil cihazlarla uyumlu çalışma.

TEŞHİS FONKSİYONLARI

Würth WOW Snooper Diagnostik Fonksiyonları

Würth WOW Snooper, temel bakım işlemlerinden karmaşık onarımlara kadar, her seviyeden teknisyenin ihtiyaç duyduğu profesyonel araçları sunar.

Hata Kodu Okuma/Silme

Tüm kontrol ünitelerindeki hata kodlarını okuma ve silme imkanı.

Gelişmiş Programlama

ECU programlama ve kodlama işlemleri yapabilme.

Direksiyon Adaptasyonu

Elektrikli direksiyon sisteminin kalibrasyonu ve adaptasyonu.

Anahtar Programlama

Birçok araç modelinde anahtar tanıtma ve immobilizer programlama.

Canlı Veri Görüntüleme

Sensör verilerini ve sistem parametrelerini grafik formatta izleme.

Otomatik Vites Adaptasyonu

Şanzıman ayarlarını ve adaptasyonunu gerçekleştirme.

Enjektör Kodlama

Yeni enjektörlerin ECU'ya tanıtılması ve kodlanması.

Gaz Kelebeği Adaptasyonu

Gaz kelebeği konumunu sıfırlama ve yeniden ayarlama.

Hata Kodu Açıklamaları

Detaylı hata kodu açıklamaları ve olası çözüm yolları.

Adaptasyon ve Kalibrasyon

Sürücü yardım sistemleri ve sensörlerin kalibrasyonu.

ECU Kodlama

Araç özelliklerini kişiselleştirme ve ECU konfigürasyonu.

DPF Rejenerasyonu

Dizel partikül filtresini temizleme ve zorunlu rejenerasyon.

Servis Bakım Sıfırlama

Yağ, bakım ve servis aralıklarını sıfırlama.

Akü Değişimi Kodlama

Yeni akü değişimi sonrası gerekli kodlamaları yapma.

Elektronik Park Freni

Fren balatası değişimi için servis moduna alma ve kalibrasyon.

Bluetooth Kablosuz Teşhis

Wireless bağlantı ile kablo karmaşası olmadan teşhis yapabilme.

Not: Belirtilen fonksiyonların kullanılabilirliği, aracın marka, model, üretim yılı ve donanım seviyesine göre değişiklik gösterebilir.

ÜRÜN İNCELEMESİ

Würth WOW Snooper Detaylı İnceleme ve Profesyonel Özellikler

Würth WOW Snooper Arıza Tespit Cihazını 360° görüntüleyerek detaylı inceleyin, teknik özelliklerini keşfedin ve gerçek kullanıcı deneyimlerini öğrenin.



360° İnteraktif İnceleme

Cihazı her açıdan inceleyin ve detayları keşfedin



Teknik Özellikler

Bağlantı
USB + Bluetooth
Protokol
OBD-II, CAN, K-Line
Desteklenen OS
Windows 7-11
Araç Kapsamı
80+ Marka
Güç Kaynağı
USB 5V / OBD 12V
Yazılım Desteği
2015'e Kadar Araçlar

Neden Würth WOW Snooper ?

Servisinizi bir adım öne taşıyan profesyonel özellikler

Hızlı Teşhis

Bluetooth teknolojisi ile kablosuz ve hızlı bağlantı

Geniş Araç Kapsamı

Avrupa, Asya ve Amerika markaları dahil 80+ araç markası

Gelişmiş Fonksiyonlar

ECU kodlama, adaptasyon ve özel programlama özellikleri

Canlı Veri Analizi

Gerçek zamanlı sensör verileri ve grafiksel analiz

Kolay Kullanım

Sezgisel arayüz ve kapsamlı kullanım kılavuzu

YAZILIM BİLGİSİ

Würth WOW Snooper Yazılımı

Würth WOW Snooper Yazılım Arayüzü

WOW Snooper Yazılımı

2015 model yılına kadar üretilen araçlarda tam uyumluluk sağlayan gelişmiş diagnostik yazılımı.
Kullanıcı dostu arayüz ve güçlü analiz araçları ile profesyonel teşhis deneyimi.

2015'e Kadar Araç Desteği

Kapsamlı araç uyumluluğu

Bluetooth Kablosuz

Wireless bağlantı teknolojisi

Güncel Protokoller

En son teşhis standartları

Türkçe Dil Desteği

Yerel dil arayüzü


Yazılımı İndir
Ücretsiz erişim

KURULUM REHBERİ

Würth WOW Snooper Kurulum ve Ayar Rehberi

Adım adım kurulum talimatları ve video rehber ile Würth WOW Snooper Arıza Tespit Cihazınızı kolayca kurun ve kullanmaya başlayın.

Kurulum Video Rehberi

Detaylı kurulum adımları ve ipuçları




Adım Adım Kurulum

Aşağıdaki adımları takip ederek kolayca kurulumu tamamlayın

1

Yazılım İndirme

Sipariş kodunuzla sipariş durumu sorgulama sayfasından yazılımı indirin.

2

Yazılım Kurulumu

İndirilen Würth WOW yazılımını yönetici yetkisiyle çalıştırarak kurulum sihirbazını takip edin.

3

Cihaz ve Araç Bağlantısı

WOW Snooper cihazını USB kablosu ile bilgisayara bağlayın. Ardından OBD kablosunu aracın teşhis portuna bağlayın ve kontak açın.

4

Test ve Kullanım

Yazılımı açın, araç markasını seçin ve teşhis işlemlerine başlayın.

Kurulum İpuçları ve Önemli Bilgiler

  • Disk Alanı Kontrolü: Yazılım kurulumu için en az 5 GB boş disk alanı bulunduğundan emin olun.
  • Windows Güncellemeleri: Windows işletim sisteminizi güncel tutun - bu sürücü uyumluluğunu artırır.
  • Güvenlik Yazılımları: Kurulum sürecinin sorunsuz ilerlemesi için mevcut antivirüs yazılımınızı sistemden tamamen kaldırın ve Windows Defender'ı devre dışı bırakın.
  • Arka Plan Programları: Kurulum sırasında gereksiz arka plan programlarını kapatarak sistem performansını artırın.
  • Yönetici Yetkisi: Kurulum dosyasını sağ tıklayıp "Yönetici olarak çalıştır" seçeneği ile başlatın.
  • USB Bağlantısı: Stabil bir USB portu kullanın ve kurulum sırasında diğer USB cihazlarını çıkarın.
  • Kurulum Süresi: Kurulum işlemi yaklaşık 5-7 dakika sürebilir, sabırlı olun ve işlemi yarıda kesmeyin.
  • Güç Ayarları: Kurulum sırasında bilgisayarınızın uyku moduna geçmemesi için güç ayarlarını "Asla uyku" moduna alın.
  • Sistemi Yeniden Başlatın: Kurulum sonrası bilgisayarınızı yeniden başlatın - bu sürücülerin doğru çalışması için gereklidir.

SIKÇA SORULAN SORULAR

Sıkça Sorulan Sorular

Würth WOW Snooper cihazı, yazılımı ve kullanımı hakkında aklınıza takılabilecek soruların yanıtlarını burada bulabilirsiniz.

Würth WOW Snooper hangi araç markalarını destekler?


Würth WOW Snooper, 80'den fazla araç markasını desteklemektedir. Volkswagen Grubu (VW, Audi, Seat, Skoda), BMW Grubu, Mercedes-Benz, Ford, Renault, Peugeot, Citroen, Toyota, Hyundai, Kia ve daha birçok Avrupa, Asya ve Amerikan marka araçlarda kullanılabilir.

Cihazı kullanmak için teknik bilgiye ihtiyacım var mı?


Würth WOW Snooper, kullanıcı dostu bir arayüze sahiptir ancak verimli kullanım için temel otomotiv bilgisi gereklidir. Hata kodu okuma/silme ve veri akışı gibi temel fonksiyonlar için özel bir eğitim gerekmezken, kodlama ve programlama gibi ileri düzey işlemler için otomotiv elektroniği konusunda bilgi sahibi olmanız önerilir. Satın alma sonrası temel kullanım eğitimi verilmektedir ve çevrimiçi destek kanallarımız da yardımcı olacaktır.

Würth WOW Snooper ile hangi programlama işlemlerini yapabilirim?


Würth WOW Snooper ile araç markası ve modeline bağlı olarak çeşitli programlama işlemleri yapabilirsiniz: Elektronik kontrol ünitesi (ECU) kodlama, enjektör kodlama, adaptasyon işlemleri, servis sıfırlama, DPF rejenerasyonu, elektronik el freni kalibrasyonu, akü değişimi programlaması ve anahtar programlama. Würth'ün özel teknolojisi sayesinde üretici seviyesinde programlama ve kodlama işlemleri gerçekleştirebilirsiniz. Her araç modeli için desteklenen fonksiyonlar değişiklik gösterebilir.

DESTEK VE İLETİŞİM

Her Zaman Yanınızdayız

Würth WOW Snooper ile ilgili her türlü soru ve destek talebiniz için bize ulaşın. Size yardımcı olmaktan mutluluk duyarız.

Telefon Desteği

Mesai saatleri içinde teknik destek ve sipariş için telefonla bize ulaşabilirsiniz.

0850 532 0550

E-posta Desteği

Tüm sorularınız için 7/24 e-posta gönderebilirsiniz, size en kısa sürede dönüş yapacağız.

info@otoeko.com

WhatsApp Destek Hattı

Anlık sorularınız ve hızlı destek için WhatsApp üzerinden bize hemen yazabilirsiniz.

HEMEN ULAŞIN


Axess 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.920,61 ₺ 3.841,21 ₺
3 Installment 1.306,61 ₺ 3.919,83 ₺
4 Installment 1.000,25 ₺ 4.001,01 ₺
5 Installment 816,95 ₺ 4.084,76 ₺
6 Installment 695,30 ₺ 4.171,79 ₺
7 Installment 609,19 ₺ 4.264,31 ₺
8 Installment 544,56 ₺ 4.356,46 ₺
9 Installment 494,66 ₺ 4.451,91 ₺
10 Installment 455,21 ₺ 4.552,11 ₺
11 Installment 422,97 ₺ 4.652,67 ₺
12 Installment 396,41 ₺ 4.756,90 ₺
Bonus 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.920,61 ₺ 3.841,21 ₺
3 Installment 1.306,37 ₺ 3.919,10 ₺
4 Installment 999,89 ₺ 3.999,55 ₺
5 Installment 816,37 ₺ 4.081,83 ₺
6 Installment 694,69 ₺ 4.168,13 ₺
7 Installment 608,35 ₺ 4.258,46 ₺
8 Installment 543,74 ₺ 4.349,88 ₺
9 Installment 493,68 ₺ 4.443,13 ₺
10 Installment 454,19 ₺ 4.541,87 ₺
11 Installment 421,87 ₺ 4.640,61 ₺
12 Installment 395,22 ₺ 4.742,63 ₺
Paraf 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.906,53 ₺ 3.813,05 ₺
3 Installment 1.294,79 ₺ 3.884,36 ₺
4 Installment 989,10 ₺ 3.956,40 ₺
5 Installment 805,91 ₺ 4.029,54 ₺
6 Installment 683,84 ₺ 4.103,04 ₺
7 Installment 597,02 ₺ 4.179,11 ₺
8 Installment 531,81 ₺ 4.254,44 ₺
9 Installment 481,00 ₺ 4.329,04 ₺
10 Installment 440,69 ₺ 4.406,93 ₺
11 Installment 407,48 ₺ 4.482,26 ₺
12 Installment 379,86 ₺ 4.558,33 ₺
World 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.925,18 ₺ 3.850,35 ₺
3 Installment 1.328,43 ₺ 3.985,29 ₺
4 Installment 1.018,63 ₺ 4.074,52 ₺
5 Installment 832,90 ₺ 4.164,48 ₺
6 Installment 709,13 ₺ 4.254,80 ₺
7 Installment 621,10 ₺ 4.347,69 ₺
8 Installment 554,84 ₺ 4.438,75 ₺
9 Installment 503,27 ₺ 4.529,44 ₺
10 Installment 462,31 ₺ 4.623,05 ₺
11 Installment 428,49 ₺ 4.713,38 ₺
12 Installment 400,34 ₺ 4.804,07 ₺
Maximum 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.920,61 ₺ 3.841,21 ₺
3 Installment 1.306,61 ₺ 3.919,83 ₺
4 Installment 1.000,25 ₺ 4.001,01 ₺
5 Installment 816,95 ₺ 4.084,76 ₺
6 Installment 695,30 ₺ 4.171,79 ₺
7 Installment 609,19 ₺ 4.264,31 ₺
8 Installment 544,56 ₺ 4.356,46 ₺
9 Installment 494,66 ₺ 4.451,91 ₺
10 Installment 455,21 ₺ 4.552,11 ₺
11 Installment 422,97 ₺ 4.652,67 ₺
12 Installment 396,41 ₺ 4.756,90 ₺
BankKart 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.917,13 ₺ 3.834,26 ₺
3 Installment 1.303,93 ₺ 3.911,79 ₺
4 Installment 998,15 ₺ 3.992,60 ₺
5 Installment 815,05 ₺ 4.075,25 ₺
6 Installment 693,84 ₺ 4.163,01 ₺
7 Installment 607,36 ₺ 4.251,51 ₺
8 Installment 543,14 ₺ 4.345,13 ₺
9 Installment 492,91 ₺ 4.436,19 ₺
10 Installment 451,70 ₺ 4.517,00 ₺
11 Installment 420,34 ₺ 4.623,78 ₺
12 Installment 394,49 ₺ 4.733,86 ₺
CardFinans 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.920,61 ₺ 3.841,21 ₺
3 Installment 1.306,61 ₺ 3.919,83 ₺
4 Installment 1.000,25 ₺ 4.001,01 ₺
5 Installment 816,95 ₺ 4.084,76 ₺
6 Installment 695,30 ₺ 4.171,79 ₺
7 Installment 609,19 ₺ 4.264,31 ₺
8 Installment 544,56 ₺ 4.356,46 ₺
9 Installment 494,66 ₺ 4.451,91 ₺
10 Installment 455,21 ₺ 4.552,11 ₺
11 Installment 422,97 ₺ 4.652,67 ₺
12 Installment 396,41 ₺ 4.756,90 ₺
Kuveyt Türk 12 Installment
Single Payment 3.656,90 ₺ 3.656,90 ₺
2 Installment 1.913,48 ₺ 3.826,95 ₺
3 Installment 1.299,54 ₺ 3.898,62 ₺
4 Installment 992,76 ₺ 3.971,03 ₺
5 Installment 808,91 ₺ 4.044,53 ₺
6 Installment 686,34 ₺ 4.118,04 ₺
7 Installment 599,16 ₺ 4.194,10 ₺
8 Installment 533,63 ₺ 4.269,07 ₺
9 Installment 482,67 ₺ 4.344,03 ₺
10 Installment 442,19 ₺ 4.421,92 ₺
11 Installment 408,87 ₺ 4.497,62 ₺
12 Installment 381,11 ₺ 4.573,32 ₺
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 OTO0100
Barcode OTO0100
1/6
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