Würth Wow Snooper Universal Arıza Tespit Cihazı / Binek Araç Kablo Seti
Würth Arıza Tespit Cihazı / Binek Araç Kablo Seti, Pisayadaki bir çok araç modelinde Arıza Tespit yapabilmeniz için imal edilmiş universal bir obd2 cihazıdır.
Würth Wow Snooper Binek Araç Seti | 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;
justify-content: flex-start;
}
#wurth-product-showcase .compatibility-tags {
display: flex;
flex-wrap: wrap;
gap: 12px;
justify-content: flex-start;
}
#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-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-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 .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;
}
/* MultiEcuScan Software Info Section */
#wurth-product-showcase .software-info-section {
padding: 60px 0;
background-color: #FFFFFF;
}
#wurth-product-showcase .software-info-section .section-header {
text-align: center;
max-width: 800px;
margin: 0 auto 60px;
}
#wurth-product-showcase .software-info-section .section-badge {
display: inline-block;
background: rgba(200, 16, 46, 0.1);
color: var(--primary);
border-radius: 100px;
padding: 8px 16px;
font-size: 14px;
font-weight: 600;
margin-bottom: 20px;
border: 1px solid rgba(200, 16, 46, 0.2);
}
#wurth-product-showcase .software-info-section .section-title {
font-size: 40px;
font-weight: 800;
color: var(--dark);
margin-bottom: 20px;
line-height: 1.2;
}
#wurth-product-showcase .software-info-section .section-title span {
color: var(--primary);
}
#wurth-product-showcase .software-info-section .section-subtitle {
font-size: 18px;
line-height: 1.6;
color: var(--text-light);
}
#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);
}
/* 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;
justify-content: center;
}
#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);
}
/* Installation Steps Card */
#wurth-product-showcase .installation-steps-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 .steps-header {
text-align: center;
margin-bottom: 30px;
}
#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 20px rgba(200, 16, 46, 0.25);
}
#wurth-product-showcase .steps-header h3 {
font-size: 22px;
margin-bottom: 10px;
color: var(--dark);
}
#wurth-product-showcase .steps-header p {
font-size: 15px;
color: var(--gray);
margin: 0;
}
#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: 20px;
background: var(--off-white);
border-radius: var(--border-radius);
transition: var(--transition);
border: 1px solid transparent;
position: relative;
}
#wurth-product-showcase .step-item-vertical:hover {
background: var(--white);
border-color: var(--primary-light);
transform: translateX(5px);
box-shadow: 0 8px 20px rgba(200, 16, 46, 0.15);
}
#wurth-product-showcase .step-item-vertical:not(:last-child)::after {
content: '';
position: absolute;
left: 35px;
bottom: -25px;
width: 2px;
height: 25px;
background: linear-gradient(to bottom, var(--primary-light), transparent);
z-index: 1;
}
#wurth-product-showcase .step-number-vertical {
width: 50px;
height: 50px;
min-width: 50px;
background: var(--gradient-primary);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: var(--white);
font-size: 18px;
font-weight: 700;
box-shadow: 0 6px 15px rgba(200, 16, 46, 0.3);
position: relative;
z-index: 2;
}
#wurth-product-showcase .step-content-vertical {
flex: 1;
}
#wurth-product-showcase .step-content-vertical h4 {
font-size: 18px;
margin-bottom: 8px;
color: var(--dark);
font-weight: 600;
}
#wurth-product-showcase .step-content-vertical p {
font-size: 15px;
color: var(--gray);
line-height: 1.6;
margin: 0;
}
/* 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;
}
/* 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;
}
/* Call to Action Section */
#wurth-product-showcase .cta-section {
padding: 100px 0;
position: relative;
overflow: hidden;
}
#wurth-product-showcase .cta-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url('https://otoeko.com/wp-content/uploads/2023/10/wurth-cta-bg.webp');
background-size: cover;
background-position: center;
z-index: 1;
}
#wurth-product-showcase .cta-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(200, 16, 46, 0.9), rgba(243, 146, 0, 0.8));
z-index: 2;
}
#wurth-product-showcase .cta-content {
position: relative;
z-index: 10;
text-align: center;
max-width: 800px;
margin: 0 auto;
color: var(--white);
}
#wurth-product-showcase .cta-content h2 {
font-size: 36px;
margin-bottom: 20px;
color: var(--white);
}
#wurth-product-showcase .cta-content h2 span {
border-bottom: 3px solid var(--white);
}
#wurth-product-showcase .cta-content p {
font-size: 18px;
margin-bottom: 40px;
opacity: 0.9;
}
#wurth-product-showcase .cta-buttons {
display: flex;
gap: 20px;
justify-content: center;
}
#wurth-product-showcase .btn-cta-primary {
background: var(--white);
color: var(--primary);
box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
border: none;
}
#wurth-product-showcase .btn-cta-primary:hover {
background: var(--off-white);
transform: translateY(-3px);
box-shadow: 0 15px 30px rgba(255, 255, 255, 0.3);
}
#wurth-product-showcase .btn-cta-outline {
background: transparent;
color: var(--white);
border: 2px solid rgba(255, 255, 255, 0.3);
}
#wurth-product-showcase .btn-cta-outline:hover {
border-color: var(--white);
transform: translateY(-3px);
}
/* Footer */
#wurth-product-showcase .product-footer {
background: var(--dark);
color: var(--white);
padding: 60px 0 30px;
}
#wurth-product-showcase .footer-top {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#wurth-product-showcase .footer-logo {
max-width: 150px;
}
#wurth-product-showcase .footer-contact {
display: flex;
gap: 30px;
}
#wurth-product-showcase .contact-item {
display: flex;
align-items: center;
gap: 10px;
color: rgba(255, 255, 255, 0.8);
}
#wurth-product-showcase .footer-middle {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#wurth-product-showcase .footer-middle p {
color: rgba(255, 255, 255, 0.6);
max-width: 800px;
line-height: 1.7;
}
#wurth-product-showcase .footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
}
#wurth-product-showcase .footer-social {
display: flex;
gap: 15px;
}
#wurth-product-showcase .social-icon {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
color: var(--white);
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
#wurth-product-showcase .social-icon:hover {
background: var(--primary);
transform: translateY(-3px);
}
#wurth-product-showcase .footer-copyright {
color: rgba(255, 255, 255, 0.6);
font-size: 14px;
}
/* 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 .software-grid {
grid-template-columns: 1fr;
gap: 40px;
}
#wurth-product-showcase .software-info {
order: 2;
text-align: center;
}
#wurth-product-showcase .software-features li {
justify-content: center;
}
#wurth-product-showcase .software-cta {
display: flex;
justify-content: center;
}
#wurth-product-showcase .functions-grid {
grid-template-columns: 1fr;
}
#wurth-product-showcase .products-comparison {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto;
}
#wurth-product-showcase .product-card.featured {
transform: none;
}
#wurth-product-showcase .testimonials-carousel {
grid-template-columns: 1fr;
max-width: 500px;
margin: 0 auto 40px;
}
#wurth-product-showcase .testimonial-card:not(:first-child) {
display: none;
}
#wurth-product-showcase .footer-top {
flex-direction: column;
gap: 30px;
text-align: center;
}
#wurth-product-showcase .footer-contact {
flex-direction: column;
gap: 15px;
}
#wurth-product-showcase .footer-bottom {
flex-direction: column;
gap: 20px;
text-align: center;
}
}
@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,
#wurth-product-showcase .contact-section {
padding: 60px 0;
}
#wurth-product-showcase .faq-question h3 {
font-size: 16px;
}
/* Contact Section Mobile */
#wurth-product-showcase .contact-card {
padding: 30px 20px;
margin-bottom: 20px;
}
#wurth-product-showcase .contact-card h3 {
font-size: 20px;
margin-bottom: 12px;
}
#wurth-product-showcase .contact-card p {
font-size: 14px;
margin-bottom: 25px;
min-height: auto;
line-height: 1.5;
}
#wurth-product-showcase .contact-icon {
width: 60px;
height: 60px;
margin-bottom: 20px;
font-size: 24px;
}
#wurth-product-showcase .contact-button {
padding: 12px 24px;
font-size: 14px;
width: 100%;
max-width: 280px;
margin: 0 auto;
display: block;
text-align: center;
}
/* Software Info Section Mobile */
#wurth-product-showcase .software-info-section {
padding: 60px 0;
}
#wurth-product-showcase .software-info-section-content {
padding: 30px 20px;
}
#wurth-product-showcase .software-features-grid {
grid-template-columns: 1fr;
gap: 15px;
}
#wurth-product-showcase .software-main-title {
font-size: 24px;
}
#wurth-product-showcase .software-main-description {
font-size: 15px;
}
#wurth-product-showcase .software-visual-section {
padding: 20px;
}
#wurth-product-showcase .btn-software-premium {
padding: 15px 20px;
flex-direction: column;
gap: 10px;
text-align: center;
}
#wurth-product-showcase .btn-content {
text-align: center;
}
#wurth-product-showcase .showcase-main-area {
grid-template-columns: 1fr;
gap: 30px;
}
}
@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;
}
}
Würth Wow Snooper Binek Araç Seti
Binek Araçlar İçin Üst Düzey Teknoloji
Binek araçlar için 80'tan fazla markayı destekleyen, üretici seviyesinde kodlama yapabilen Würth WOW Snooper, servisinizin ihtiyaç duyduğu profesyonel Arıza Tespit Cihazıdır. Binek araçların 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Ğİ
















ÜSTÜN ÖZELLİKLER
Würth Wow Snooper Binek Araç Seti ile Kaliteyi Keşfedin
Würth WOW Snooper, binek araçlar için arıza tespit işlemlerinden üretici seviyesinde programlama işlemlerine kadar servis ihtiyaçlarınızı karşılar.





Sistem Tarama
Motor, şanzıman, ABS, airbag, klima ve daha birçok kontrol ünitesinde hata kodu okuma ve silme.
Geniş Marka Desteği
80'tan 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.
Araç Veritabanı
2015 yılına kadar olan araçlar için arıza ve tamir veritabanı.
Binek Araç Odaklı
Binek ve hafif ticari araçlar için optimize edilmiş yazılım ve donanım.
TEŞHİS FONKSİYONLARI
Würth Wow Snooper Binek Araç Seti 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
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.
Ve Daha Fazlası
Araç marka ve modeline göre daha birçok özel fonksiyon ve adaptasyon imkanı.
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 Binek Araç Seti Detaylı İnceleme
Würth Wow Snooper Binek Araç Seti'ni 360° görüntüleyerek detaylı inceleyin, teknik özelliklerini keşfedin ve avantajlarını öğrenin.
360° İnteraktif İnceleme
Cihazı her açıdan inceleyin ve detayları keşfedin
Neden Würth Wow Snooper Binek Araç Seti?
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 60+ araç markası
Gelişmiş Fonksiyonlar
ECU kodlama, adaptasyon ve özel programlama özellikleri
Canlı Veri Analizi
Gerçek zamanlı sensör verileri ve grafiksel analiz
Kurulum Video Rehberi
Adım adım kurulum talimatları ve ipuçları
Kurulum Adımları
Aşağıdaki adımları takip ederek kolayca kurulumu tamamlayın
1
Yazılım İndirme
Sipariş durumu sorgulama sayfasından WOW Snooper yazılımını indirin.
2
Yazılım Kurulumu
İndirilen Würth WOW yazılımını yönetici yetkisiyle çalıştırın.
3
Cihaz ve Araç Bağlantısı
WOW Snooper cihazını USB kablosu ile bilgisayara bağlayın. Ardından cihazı araç diagnostik soketine (OBD-II) takın ve araç kontağını 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.
YAZILIM BİLGİSİWürth Wow Snooper Binek Araç Seti Yazılımı

WOW Snooper Yazılımı
2015 model yılına kadar üretilen araçlarda 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
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
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, 60'tan 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. Alman üretimi olması sebebiyle özellikle Alman araçlarda (Mercedes, BMW, VW Grubu) çok daha kapsamlı işlemleri desteklemektedir.
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 Binek Araç Seti 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.
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.
WhatsApp Destek Hattı
Anlık sorularınız ve hızlı destek için WhatsApp üzerinden bize hemen yazabilirsiniz.
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية