Fiat Alfa Romeo MultiEcuScan Vag Kline Arıza Tespit Cihazı + Fiat 3 Pin
MultiEcuScan Vag Kline Arıza Tespit Cihazı + Fiat 3 Pin, FESSoft Ltd. firması tarafından FCA Grubu (Fiat ve Alfa Romeo) araçların Arıza Tespit işlemleri yapabilmeniz için imal edilmiş bir obd2 setidir.
Fiat 3 Pin KKL Arıza Tespit Cihazı | Oto Eko
/* Bu stil sadece fiat-vagkkl-product-page ID'sine sahip kapsayıcı içindeki elementlere uygulanacak */
#fiat-vagkkl-product-page {
--primary: #1E88E5;
--secondary: #26C6DA;
--gradient: linear-gradient(135deg, #1E88E5, #26C6DA);
--gradient-hover: linear-gradient(135deg, #1976D2, #00ACC1);
--accent: #FF4081;
--dark: #212121;
--text: #333333;
--text-light: #757575;
--bg: #FFFFFF;
--bg-light: #F5F7FA;
--shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);
--shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
--shadow-lg: 0 20px 40px rgba(0, 0, 0, 0.1);
font-family: 'Montserrat', sans-serif;
width: 100%;
box-sizing: border-box;
}
#fiat-vagkkl-product-page * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#fiat-vagkkl-product-page .container {
width: 100%;
margin: 0 auto;
padding: 0 20px; /* Default padding */
}
#fiat-vagkkl-product-page .hero-section {
position: relative;
padding: 120px 0;
overflow: hidden;
background: var(--bg-light);
width: 100%;
}
#fiat-vagkkl-product-page .hero-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
#fiat-vagkkl-product-page .hero-bg-pattern {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 10% 10%, rgba(30, 136, 229, 0.05) 0%, transparent 60%),
radial-gradient(circle at 90% 90%, rgba(38, 198, 218, 0.05) 0%, transparent 60%),
url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231E88E5' fill-opacity='0.03' fill-rule='evenodd'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
opacity: 1;
}
#fiat-vagkkl-product-page .hero-bg-circle-1 {
position: absolute;
width: 600px;
height: 600px;
border-radius: 50%;
top: -200px;
right: -100px;
background: linear-gradient(135deg, rgba(30, 136, 229, 0.1), rgba(38, 198, 218, 0.1));
filter: blur(50px);
}
#fiat-vagkkl-product-page .hero-bg-circle-2 {
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
bottom: -100px;
left: -100px;
background: linear-gradient(135deg, rgba(38, 198, 218, 0.1), rgba(30, 136, 229, 0.1));
filter: blur(40px);
}
#fiat-vagkkl-product-page .hero-content {
position: relative;
z-index: 10;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
width: 100%;
max-width: 1800px;
margin: 0 auto;
}
#fiat-vagkkl-product-page .hero-text {
flex: 1;
max-width: 600px;
text-align: center;
margin: 0 auto;
}
#fiat-vagkkl-product-page .hero-badge {
display: inline-flex;
align-items: center;
background: rgba(30, 136, 229, 0.1);
color: var(--primary);
border-radius: 100px;
padding: 8px 16px;
font-size: 14px;
font-weight: 600;
margin-bottom: 24px;
box-shadow: var(--shadow-sm);
backdrop-filter: blur(5px);
border: 1px solid rgba(30, 136, 229, 0.2);
}
#fiat-vagkkl-product-page .hero-badge i {
margin-right: 8px;
}
#fiat-vagkkl-product-page .hero-title {
font-size: 48px;
font-weight: 800;
line-height: 1.2;
margin-bottom: 24px;
color: var(--dark);
text-align: center;
}
#fiat-vagkkl-product-page .hero-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
#fiat-vagkkl-product-page .hero-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: linear-gradient(90deg, rgba(30, 136, 229, 0.2), rgba(38, 198, 218, 0.2));
z-index: -1;
border-radius: 4px;
}
#fiat-vagkkl-product-page .hero-subtitle {
font-size: 18px;
line-height: 1.6;
color: var(--text-light);
margin-bottom: 32px;
text-align: center;
}
#fiat-vagkkl-product-page .hero-buttons {
display: flex;
justify-content: center;
gap: 16px;
margin-bottom: 32px;
}
#fiat-vagkkl-product-page .btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 32px;
border-radius: 100px;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease;
cursor: pointer;
text-decoration: none;
border: none;
}
#fiat-vagkkl-product-page .btn-primary {
background: var(--gradient);
color: white;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
#fiat-vagkkl-product-page .btn-primary:hover {
background: var(--gradient-hover);
transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(30, 136, 229, 0.4);
}
#fiat-vagkkl-product-page .btn-outline {
background: white;
color: var(--primary);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(30, 136, 229, 0.2);
}
#fiat-vagkkl-product-page .btn-outline:hover {
background: rgba(30, 136, 229, 0.05);
transform: translateY(-2px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
#fiat-vagkkl-product-page .btn i {
margin-right: 8px;
}
#fiat-vagkkl-product-page .hero-features {
display: flex;
gap: 24px;
justify-content: center;
}
#fiat-vagkkl-product-page .hero-feature {
display: flex;
align-items: center;
font-size: 14px;
color: var(--text-light);
}
#fiat-vagkkl-product-page .hero-feature i {
color: var(--primary);
margin-right: 8px;
}
#fiat-vagkkl-product-page .hero-image {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
#fiat-vagkkl-product-page .product-showcase {
position: relative;
width: 100%;
max-width: 580px;
z-index: 5;
}
#fiat-vagkkl-product-page .product-card {
background: white;
border-radius: 24px;
padding: 30px;
box-shadow: var(--shadow-lg);
position: relative;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#fiat-vagkkl-product-page .product-card:hover {
transform: translateY(-5px);
box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
#fiat-vagkkl-product-page .product-header {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
margin-bottom: 24px;
}
#fiat-vagkkl-product-page .product-logo {
width: 60px;
height: 60px;
background: var(--gradient);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 16px;
color: white;
font-size: 28px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
#fiat-vagkkl-product-page .product-title {
font-size: 22px;
font-weight: 700;
color: var(--dark);
margin-bottom: 5px;
}
#fiat-vagkkl-product-page .product-subtitle {
font-size: 15px;
color: var(--primary);
font-weight: 500;
}
#fiat-vagkkl-product-page .product-gallery {
margin-bottom: 24px;
}
#fiat-vagkkl-product-page .gallery-wrapper {
position: relative;
width: 100%;
height: 380px;
border-radius: 16px;
overflow: hidden;
background-color: #f0f4f8;
box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05);
}
#fiat-vagkkl-product-page .gallery-slider {
display: flex;
transition: transform 0.4s ease;
height: 100%;
}
#fiat-vagkkl-product-page .gallery-slide {
flex: 0 0 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
#fiat-vagkkl-product-page .gallery-slide img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
border-radius: 8px;
}
#fiat-vagkkl-product-page .gallery-slide iframe {
width: 330px;
height: 330px;
border: none;
border-radius: 8px;
margin: auto;
display: block;
}
#fiat-vagkkl-product-page .gallery-360-badge {
position: absolute;
top: 15px;
right: 15px;
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 6px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
z-index: 10;
display: flex;
align-items: center;
gap: 5px;
backdrop-filter: blur(5px);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
#fiat-vagkkl-product-page .gallery-360-badge i {
animation: rotate 2s linear infinite;
}
#fiat-vagkkl-product-page .gallery-thumbs {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 20px;
}
#fiat-vagkkl-product-page .gallery-thumb {
width: 80px;
height: 60px;
border-radius: 8px;
overflow: hidden;
cursor: pointer;
opacity: 0.6;
transition: all 0.3s ease;
border: 2px solid transparent;
background-color: #f0f4f8;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#fiat-vagkkl-product-page .gallery-thumb.active {
opacity: 1;
border-color: var(--primary);
transform: scale(1.05);
}
#fiat-vagkkl-product-page .gallery-thumb:hover {
opacity: 0.9;
}
#fiat-vagkkl-product-page .gallery-thumb img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
padding: 4px;
}
#fiat-vagkkl-product-page .product-features {
background: #f8fafd;
border-radius: 16px;
padding: 20px;
}
#fiat-vagkkl-product-page .features-title {
font-size: 16px;
font-weight: 600;
color: var(--primary);
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-align: center;
}
#fiat-vagkkl-product-page .features-list {
list-style: none;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px 20px;
}
#fiat-vagkkl-product-page .features-list li {
display: flex;
align-items: flex-start;
font-size: 14px;
color: var(--text);
}
#fiat-vagkkl-product-page .features-list li i {
color: var(--primary);
margin-right: 10px;
font-size: 16px;
margin-top: 2px;
}
#fiat-vagkkl-product-page .features-list li:last-child {
grid-column: 1 / -1; /* Span full width */
justify-content: center; /* Center content (icon and text) within the li */
}
/* Ürün Açıklama Bölümü Stilleri */
#fiat-vagkkl-product-page .product-description {
padding: 100px 0 30px 0;
background-color: var(--bg);
}
#fiat-vagkkl-product-page .section-header {
text-align: center;
max-width: 800px;
margin: 0 auto 60px;
}
#fiat-vagkkl-product-page .section-badge {
display: inline-block;
background: rgba(30, 136, 229, 0.1);
color: var(--primary);
border-radius: 100px;
padding: 8px 16px;
font-size: 14px;
font-weight: 600;
margin-bottom: 20px;
box-shadow: var(--shadow-sm);
backdrop-filter: blur(5px);
border: 1px solid rgba(30, 136, 229, 0.2);
}
#fiat-vagkkl-product-page .section-title {
font-size: 40px;
font-weight: 800;
color: var(--dark);
margin-bottom: 20px;
line-height: 1.2;
}
#fiat-vagkkl-product-page .section-title span {
color: var(--primary);
position: relative;
display: inline-block;
}
#fiat-vagkkl-product-page .section-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: linear-gradient(90deg, rgba(30, 136, 229, 0.2), rgba(38, 198, 218, 0.2));
z-index: -1;
border-radius: 4px;
}
#fiat-vagkkl-product-page .section-subtitle {
font-size: 18px;
line-height: 1.6;
color: var(--text-light);
}
/* Özellikler Kartları */
#fiat-vagkkl-product-page .features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-bottom: 80px;
}
#fiat-vagkkl-product-page .feature-card {
background: white;
padding: 30px;
border-radius: 20px;
box-shadow: var(--shadow);
transition: all 0.3s ease;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
#fiat-vagkkl-product-page .feature-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
#fiat-vagkkl-product-page .feature-icon {
width: 70px;
height: 70px;
background: var(--gradient);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
color: white;
font-size: 28px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
#fiat-vagkkl-product-page .feature-title {
font-size: 18px;
font-weight: 700;
color: var(--dark);
margin-bottom: 15px;
}
#fiat-vagkkl-product-page .feature-text {
font-size: 15px;
color: var(--text-light);
line-height: 1.6;
}
/* Ürün Detayları */
#fiat-vagkkl-product-page .product-details {
display: flex;
align-items: center;
gap: 60px;
margin-bottom: 100px;
background: var(--bg-light);
border-radius: 30px;
padding: 60px;
box-shadow: var(--shadow);
position: relative;
overflow: hidden;
}
#fiat-vagkkl-product-page .product-details::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
radial-gradient(circle at 10% 10%, rgba(30, 136, 229, 0.05) 0%, transparent 60%),
radial-gradient(circle at 90% 90%, rgba(38, 198, 218, 0.05) 0%, transparent 60%);
z-index: 0;
}
#fiat-vagkkl-product-page .details-text {
flex: 1;
position: relative;
z-index: 1;
}
#fiat-vagkkl-product-page .details-image {
flex: 1;
position: relative;
z-index: 1;
}
#fiat-vagkkl-product-page .details-image .iframe-container {
position: relative;
}
#fiat-vagkkl-product-page .label-360 {
position: absolute;
top: 10px;
right: 10px;
background-color: rgba(0, 0, 0, 0.7);
color: white;
padding: 5px 10px;
border-radius: 5px;
font-size: 12px;
font-weight: 600;
z-index: 10;
display: inline-flex;
align-items: center;
}
#fiat-vagkkl-product-page .label-360 i {
margin-right: 5px;
}
#fiat-vagkkl-product-page .iframe-container {
position: relative;
width: 100%;
height: 0;
padding-bottom: 100%;
overflow: hidden;
border-radius: 20px;
box-shadow: var(--shadow-lg);
}
#fiat-vagkkl-product-page .iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 20px;
}
#fiat-vagkkl-product-page .details-title {
font-size: 32px;
font-weight: 800;
color: var(--dark);
margin-bottom: 20px;
line-height: 1.3;
text-align: center;
}
#fiat-vagkkl-product-page .details-title span {
color: var(--primary);
}
#fiat-vagkkl-product-page .details-description {
font-size: 16px;
line-height: 1.6;
color: var(--text-light);
margin-bottom: 30px;
text-align: center;
}
#fiat-vagkkl-product-page .details-features {
margin-bottom: 40px;
display: flex;
justify-content: space-around;
gap: 20px;
flex-wrap: wrap;
}
#fiat-vagkkl-product-page .detail-item {
flex-basis: calc(33.333% - 20px);
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 20px;
}
#fiat-vagkkl-product-page .detail-item i {
color: var(--primary);
font-size: 24px;
margin-bottom: 10px;
}
#fiat-vagkkl-product-page .detail-item h4 {
font-size: 18px;
font-weight: 600;
color: var(--dark);
margin-bottom: 5px;
}
#fiat-vagkkl-product-page .detail-item p {
font-size: 15px;
color: var(--text-light);
line-height: 1.5;
}
/* 360° Video Container Stilleri */
#fiat-vagkkl-product-page .video-360-container {
background: white;
border-radius: 24px;
padding: 30px;
box-shadow: var(--shadow-lg);
position: relative;
overflow: hidden;
}
#fiat-vagkkl-product-page .video-360-header {
text-align: center;
margin-bottom: 25px;
}
#fiat-vagkkl-product-page .video-badge {
display: inline-flex;
align-items: center;
background: linear-gradient(135deg, rgba(30, 136, 229, 0.1), rgba(38, 198, 218, 0.1));
color: var(--primary);
border-radius: 100px;
padding: 8px 16px;
font-size: 12px;
font-weight: 700;
margin-bottom: 15px;
box-shadow: var(--shadow-sm);
backdrop-filter: blur(5px);
border: 1px solid rgba(30, 136, 229, 0.2);
}
#fiat-vagkkl-product-page .video-badge i {
margin-right: 6px;
animation: rotate 2s linear infinite;
}
@keyframes rotate {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
#fiat-vagkkl-product-page .video-title {
font-size: 22px;
font-weight: 700;
color: var(--dark);
margin-bottom: 12px;
line-height: 1.3;
}
#fiat-vagkkl-product-page .video-description {
font-size: 14px;
color: var(--text-light);
line-height: 1.6;
max-width: 400px;
margin: 0 auto;
}
#fiat-vagkkl-product-page .video-features {
display: flex;
justify-content: center;
gap: 20px;
margin-top: 20px;
flex-wrap: wrap;
}
#fiat-vagkkl-product-page .video-feature {
display: flex;
align-items: center;
font-size: 12px;
color: var(--text-light);
background: var(--bg-light);
padding: 6px 12px;
border-radius: 100px;
transition: all 0.3s ease;
}
#fiat-vagkkl-product-page .video-feature:hover {
background: rgba(30, 136, 229, 0.1);
color: var(--primary);
}
#fiat-vagkkl-product-page .video-feature i {
color: var(--primary);
margin-right: 6px;
font-size: 14px;
}
/* Yazılım Bilgileri Bölümü */
#fiat-vagkkl-product-page .software-info-section {
padding: 60px 0;
background-color: var(--bg);
margin-bottom: 80px;
}
#fiat-vagkkl-product-page .software-info-content-area {
text-align: center;
max-width: 800px;
margin: 40px auto 0 auto;
}
#fiat-vagkkl-product-page .software-download-prompt {
background-color: #FFFFFF;
padding: 20px 25px;
border-radius: 10px;
text-align: center;
max-width: 700px;
margin: 30px auto 0 auto;
box-shadow: var(--shadow-sm);
border-left: 4px solid var(--primary);
}
#fiat-vagkkl-product-page .software-access-icon {
color: var(--primary);
font-size: 24px;
margin-bottom: 10px;
}
#fiat-vagkkl-product-page .software-access-title {
font-size: 20px;
font-weight: 700;
color: var(--dark);
margin-bottom: 10px;
}
#fiat-vagkkl-product-page .software-access-text {
font-size: 14px;
color: var(--text-light);
line-height: 1.5;
margin-bottom: 20px;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
#fiat-vagkkl-product-page .btn-software-access {
background: var(--gradient);
color: white;
padding: 10px 22px;
font-weight: 600;
font-size: 14px;
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(30, 136, 229, 0.3);
border: none;
cursor: pointer;
}
#fiat-vagkkl-product-page .btn-software-access:hover {
background: var(--gradient-hover);
box-shadow: 0 6px 18px rgba(30, 136, 229, 0.4);
transform: translateY(-1px);
}
/* Uyumlu Araçlar */
#fiat-vagkkl-product-page .compatible-cars {
margin-bottom: 20px;
}
#fiat-vagkkl-product-page .car-brands {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
#fiat-vagkkl-product-page .brand-card {
background: white;
padding: 30px;
border-radius: 20px;
box-shadow: var(--shadow);
text-align: center;
transition: all 0.3s ease;
}
#fiat-vagkkl-product-page .brand-card:hover {
transform: translateY(-10px);
box-shadow: var(--shadow-lg);
}
#fiat-vagkkl-product-page .brand-logo {
width: 80px;
height: 80px;
background: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.2);
padding: 12px;
transition: all 0.3s ease;
}
#fiat-vagkkl-product-page .brand-logo img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
#fiat-vagkkl-product-page .brand-card:hover .brand-logo {
transform: scale(1.1);
box-shadow: 0 15px 30px rgba(30, 136, 229, 0.3);
}
#fiat-vagkkl-product-page .brand-card h3 {
font-size: 20px;
font-weight: 700;
color: var(--dark);
margin-bottom: 10px;
}
#fiat-vagkkl-product-page .brand-card p {
font-size: 14px;
color: var(--text-light);
line-height: 1.6;
}
/* Teknik Özellikler */
#fiat-vagkkl-product-page .tech-specs {
padding: 60px;
background: white;
border-radius: 30px;
box-shadow: var(--shadow);
}
#fiat-vagkkl-product-page .specs-container {
display: flex;
gap: 40px;
}
#fiat-vagkkl-product-page .specs-col {
flex: 1;
}
#fiat-vagkkl-product-page .spec-item {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#fiat-vagkkl-product-page .spec-item:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
#fiat-vagkkl-product-page .spec-icon {
width: 60px;
height: 60px;
background: var(--bg-light);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
color: var(--primary);
font-size: 24px;
box-shadow: var(--shadow-sm);
}
#fiat-vagkkl-product-page .spec-content h4 {
font-size: 18px;
font-weight: 600;
color: var(--dark);
margin-bottom: 5px;
}
#fiat-vagkkl-product-page .spec-content p {
font-size: 15px;
color: var(--text-light);
}
/* Responsive Tasarım */
@media (max-width: 1200px) {
#fiat-vagkkl-product-page .features-grid {
grid-template-columns: repeat(2, 1fr);
justify-items: center;
}
#fiat-vagkkl-product-page .car-brands {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 991px) {
#fiat-vagkkl-product-page .features-grid,
#fiat-vagkkl-product-page .car-brands,
#fiat-vagkkl-product-page .options-grid {
grid-template-columns: 1fr;
}
#fiat-vagkkl-product-page .details-features {
flex-direction: column;
align-items: center;
}
#fiat-vagkkl-product-page .detail-item {
flex-basis: 100%;
max-width: 400px;
}
#fiat-vagkkl-product-page .hero-content {
flex-direction: column;
}
#fiat-vagkkl-product-page .hero-text {
text-align: center;
margin-bottom: 60px;
max-width: 100%;
}
#fiat-vagkkl-product-page .hero-features {
justify-content: center;
}
#fiat-vagkkl-product-page .hero-buttons {
justify-content: center;
}
#fiat-vagkkl-product-page .hero-title {
font-size: 36px;
}
#fiat-vagkkl-product-page .product-showcase {
max-width: 540px;
}
#fiat-vagkkl-product-page .product-details {
flex-direction: column;
padding: 40px;
}
#fiat-vagkkl-product-page .details-image {
order: -1;
margin-bottom: 40px;
width: 100%;
}
#fiat-vagkkl-product-page .specs-container {
flex-direction: column;
}
#fiat-vagkkl-product-page .section-title,
#fiat-vagkkl-product-page .details-title {
font-size: 26px;
}
}
@media (max-width: 768px) {
#fiat-vagkkl-product-page .hero-section {
padding: 60px 0;
}
#fiat-vagkkl-product-page .hero-title {
font-size: 28px;
}
#fiat-vagkkl-product-page .hero-subtitle {
font-size: 16px;
}
#fiat-vagkkl-product-page .product-card {
padding: 20px;
}
#fiat-vagkkl-product-page .hero-features {
flex-direction: column;
align-items: center;
gap: 12px;
}
#fiat-vagkkl-product-page .hero-buttons {
flex-direction: column;
width: 100%;
}
#fiat-vagkkl-product-page .btn {
width: 100%;
}
#fiat-vagkkl-product-page .product-showcase {
max-width: 100%;
padding: 0 10px;
}
#fiat-vagkkl-product-page .gallery-wrapper {
height: 320px;
}
#fiat-vagkkl-product-page .gallery-thumb {
width: 60px;
height: 45px;
}
#fiat-vagkkl-product-page .features-list {
grid-template-columns: 1fr;
}
#fiat-vagkkl-product-page .product-description {
padding: 60px 0;
}
#fiat-vagkkl-product-page .features-grid,
#fiat-vagkkl-product-page .car-brands,
#fiat-vagkkl-product-page .options-grid {
gap: 20px;
}
#fiat-vagkkl-product-page .tech-specs {
padding: 30px;
}
#fiat-vagkkl-product-page .section-title {
font-size: 28px;
}
#fiat-vagkkl-product-page .section-subtitle {
font-size: 16px;
}
#fiat-vagkkl-product-page .container {
padding: 0 15px;
}
#fiat-vagkkl-product-page .activatable-features-section,
#fiat-vagkkl-product-page .faq-section,
#fiat-vagkkl-product-page .support-contact-section {
padding: 40px 0;
}
#fiat-vagkkl-product-page .features-list-detailed li {
font-size: 16px;
padding: 15px;
}
#fiat-vagkkl-product-page .features-list-detailed li i {
font-size: 18px;
margin-top: 3px;
}
#fiat-vagkkl-product-page .important-note-box {
padding: 20px 15px;
}
#fiat-vagkkl-product-page .important-note-box h4 {
font-size: 18px;
}
#fiat-vagkkl-product-page .important-note-box p {
font-size: 15px;
}
#fiat-vagkkl-product-page .section-header {
margin-bottom: 40px;
}
#fiat-vagkkl-product-page .hero-section,
#fiat-vagkkl-product-page .product-description,
#fiat-vagkkl-product-page .product-options-section {
padding: 60px 0;
}
#fiat-vagkkl-product-page .features-grid,
#fiat-vagkkl-product-page .car-brands {
gap: 20px;
}
#fiat-vagkkl-product-page .product-details {
padding: 30px 20px;
gap: 30px;
}
#fiat-vagkkl-product-page .detail-item {
flex-basis: 100%;
}
#fiat-vagkkl-product-page .tech-specs {
padding: 30px;
}
#fiat-vagkkl-product-page .faq-question {
font-size: 17px;
}
#fiat-vagkkl-product-page .faq-answer {
font-size: 14px;
}
#fiat-vagkkl-product-page .contact-cards-grid {
grid-template-columns: 1fr;
gap: 20px;
}
#fiat-vagkkl-product-page .contact-card {
padding: 25px;
}
#fiat-vagkkl-product-page .option-card {
padding: 20px;
}
#fiat-vagkkl-product-page .contact-card h4 {
font-size: 18px;
}
#fiat-vagkkl-product-page .contact-card p {
font-size: 14px;
}
#fiat-vagkkl-product-page .option-list li {
align-items: flex-start;
}
#fiat-vagkkl-product-page .option-item-thumbnail {
flex-shrink: 0;
}
#fiat-vagkkl-product-page .adapter-info {
text-align: left;
}
}
@media (max-width: 375px) {
#fiat-vagkkl-product-page .hero-title {
font-size: 24px;
}
#fiat-vagkkl-product-page .hero-subtitle {
font-size: 14px;
}
#fiat-vagkkl-product-page .btn {
padding: 12px 24px;
font-size: 14px;
}
#fiat-vagkkl-product-page .product-card {
padding: 15px;
}
#fiat-vagkkl-product-page .gallery-wrapper {
height: 280px;
}
#fiat-vagkkl-product-page .gallery-thumb {
width: 50px;
height: 40px;
}
#fiat-vagkkl-product-page .section-title {
font-size: 24px;
}
#fiat-vagkkl-product-page .section-subtitle {
font-size: 15px;
}
#fiat-vagkkl-product-page .feature-card,
#fiat-vagkkl-product-page .brand-card,
#fiat-vagkkl-product-page .option-card,
#fiat-vagkkl-product-page .contact-card {
padding: 20px;
}
#fiat-vagkkl-product-page .details-features {
gap: 15px;
}
}
@media (min-width: 769px) {
#fiat-vagkkl-product-page .features-list-detailed {
grid-template-columns: 1fr 1fr;
gap: 25px;
}
}
#fiat-vagkkl-product-page .info-box-centered {
background: white;
padding: 40px;
border-radius: 20px;
box-shadow: var(--shadow);
text-align: center;
max-width: 800px;
margin: 0 auto;
}
#fiat-vagkkl-product-page .info-icon {
width: 70px;
height: 70px;
background: var(--gradient);
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(30, 136, 229, 0.3);
}
#fiat-vagkkl-product-page .info-title {
font-size: 24px;
font-weight: 700;
color: var(--dark);
margin-bottom: 15px;
}
#fiat-vagkkl-product-page .info-text {
font-size: 15px;
color: var(--text-light);
line-height: 1.7;
margin-bottom: 15px;
}
#fiat-vagkkl-product-page .info-text strong {
color: var(--primary);
font-weight: 600;
}
#fiat-vagkkl-product-page .whatsapp-btn {
margin-top: 20px;
background: #25D366;
box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}
#fiat-vagkkl-product-page .whatsapp-btn:hover {
background: #1DAE52;
box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}
/* Aktif Edilebilir Özellikler Bölümü */
#fiat-vagkkl-product-page .activatable-features-section {
padding: 30px 0 80px 0;
background-color: var(--bg);
}
#fiat-vagkkl-product-page .features-list-detailed {
list-style: none;
padding: 0;
max-width: 1200px;
margin: 0 auto 40px auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
}
#fiat-vagkkl-product-page .features-list-detailed li {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-size: 13px;
color: var(--text);
padding: 20px 15px;
background-color: white;
border-radius: 16px;
box-shadow: var(--shadow-sm);
transition: all 0.3s ease;
border: 2px solid transparent;
min-height: 120px;
justify-content: center;
}
#fiat-vagkkl-product-page .features-list-detailed li:hover {
transform: translateY(-5px);
box-shadow: var(--shadow);
border-color: var(--primary);
}
#fiat-vagkkl-product-page .features-list-detailed li i {
color: var(--primary);
font-size: 28px;
margin-bottom: 12px;
flex-shrink: 0;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(30, 136, 229, 0.1);
border-radius: 50%;
}
#fiat-vagkkl-product-page .features-list-detailed li i.fa-tools {
color: var(--accent);
background: rgba(255, 64, 129, 0.1);
}
#fiat-vagkkl-product-page .important-note-box {
background-color: rgba(255, 64, 129, 0.05);
border: 1px solid rgba(255, 64, 129, 0.2);
border-left: 5px solid var(--accent);
padding: 25px 30px;
border-radius: 12px;
max-width: 900px;
margin: 50px auto 0 auto;
box-shadow: var(--shadow-sm);
text-align: center;
}
#fiat-vagkkl-product-page .important-note-box h4 {
font-size: 20px;
font-weight: 700;
color: var(--accent);
margin-bottom: 12px;
display: flex;
align-items: center;
justify-content: center;
}
#fiat-vagkkl-product-page .important-note-box h4 i {
margin-right: 12px;
font-size: 24px;
}
#fiat-vagkkl-product-page .important-note-box p {
font-size: 16px;
color: var(--text-light);
line-height: 1.7;
}
#fiat-vagkkl-product-page .important-note-box p strong {
color: var(--accent);
font-weight: 700;
}
/* FAQ Section - Yeni tek sütun versiyonu */
#fiat-vagkkl-product-page .faq-section {
padding: 60px 0;
background-color: var(--bg-light);
}
#fiat-vagkkl-product-page .faq-list {
max-width: 800px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 20px;
}
#fiat-vagkkl-product-page .faq-item {
background: white;
border-radius: 12px;
box-shadow: var(--shadow-sm);
border-left: 4px solid var(--primary);
overflow: hidden;
width: 100%;
}
#fiat-vagkkl-product-page .faq-question {
padding: 20px;
font-size: 18px;
font-weight: 700;
color: var(--dark);
cursor: pointer;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}
#fiat-vagkkl-product-page .faq-question-text {
flex-grow: 1;
margin-right: 10px;
}
#fiat-vagkkl-product-page .faq-icon-toggle {
color: var(--primary);
font-size: 18px;
flex-shrink: 0;
}
#fiat-vagkkl-product-page .faq-answer {
padding: 0 20px 20px 20px;
font-size: 15px;
color: var(--text-light);
line-height: 1.7;
border-top: 1px solid #eee;
}
#fiat-vagkkl-product-page .faq-answer a {
color: var(--primary);
font-weight: 500;
text-decoration: none;
}
#fiat-vagkkl-product-page .faq-answer a:hover {
text-decoration: underline;
}
/* Support and Contact Section - REWRITTEN */
#fiat-vagkkl-product-page .support-contact-section {
padding: 60px 0;
background-color: var(--bg);
}
#fiat-vagkkl-product-page .contact-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 30px;
max-width: 1200px;
margin: 40px auto 0 auto;
}
#fiat-vagkkl-product-page .contact-card {
background: white;
padding: 30px;
border-radius: 20px;
box-shadow: var(--shadow);
text-align: center;
transition: all 0.3s ease;
flex: 1 1 300px;
max-width: 350px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
#fiat-vagkkl-product-page .contact-card:hover {
transform: translateY(-8px);
box-shadow: var(--shadow-lg);
}
#fiat-vagkkl-product-page .contact-icon {
width: 65px;
height: 65px;
background: var(--gradient);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
color: white;
font-size: 26px;
box-shadow: 0 10px 20px rgba(30, 136, 229, 0.3);
}
#fiat-vagkkl-product-page .contact-title {
font-size: 20px;
font-weight: 700;
color: var(--dark);
margin-bottom: 12px;
}
#fiat-vagkkl-product-page .contact-detail {
font-size: 16px;
color: var(--text-light);
line-height: 1.6;
word-break: break-word;
}
#fiat-vagkkl-product-page .contact-detail a {
color: var(--primary);
text-decoration: none;
font-weight: 600;
transition: color 0.3s ease;
}
#fiat-vagkkl-product-page .contact-detail a:hover {
color: var(--accent);
text-decoration: underline;
}
/* Responsive adjustments for the new contact section */
@media (max-width: 768px) {
#fiat-vagkkl-product-page .contact-container {
flex-direction: column;
align-items: center;
gap: 25px;
}
#fiat-vagkkl-product-page .contact-card {
flex-basis: 100%;
width: 100%;
max-width: 400px;
}
}
Fiat 3 Pin KKL Arıza Tespit Arayüzü
Eski model FCA Grubu (Fiat, Alfa Romeo, Lancia) araçlar için özel olarak geliştirilmiş, 3 pin bağlantı desteği sunan bu arayüz ile K-Line hattını destekleyen tüm modüllere erişin, arıza tespiti yapın ve aracınızın kontrolünü elinize alın.
HEMEN SATIN AL
DETAYLI BİLGİ
FTDI FT232RL Chipset
Fiat Grubu Araçlarla Uyumlu
Geniş Yazılım Desteği
Fiat 3 Pin KKL Arayüzü
FTDI Chipset Teknolojisi
360°








Öne Çıkan Özellikler
- Arıza Kodu Okuma/Silme
- Canlı Veri Görüntüleme
- Adaptasyon ve Kodlama
ÜRÜN ÖZELLİKLERİ
Aracınızın Diagnostik Gücünü Keşfedin
Fiat 3 Pin KKL Arayüzü, eski tip 3 pinli diagnosik soketine sahip Fiat grubu araçlar için geliştirilmiş, güvenilir bir arıza tespit ve bağlantı cihazıdır. Aracınızın sağlığını kontrol edin ve olası sorunları erken teşhis edin.
Güvenilir FTDI Chipset
Yüksek kaliteli FTDI FT232RL çipseti sayesinde stabil ve hızlı bir bağlantı sunar. Bağlantı kopmaları yaşamadan işlemlerinizi güvenle yapın.
Kapsamlı Arıza Tespiti
Motor, ABS, Airbag gibi birçok elektronik kontrol ünitesine (ECU) bağlanarak arıza kodlarını okuyun ve silin.
Geniş Yazılım Desteği
MultiECUScan, AlfaOBD gibi popüler Fiat/Alfa/Lancia teşhis yazılımları ile tam uyumlu çalışır.
Neden Bu Cihazı Tercih Etmelisiniz?
FTDI FT232RL çipseti ile güçlendirilmiş bu arayüz, eski model Fiat grubu araçların 3 pinli soketine bağlanarak profesyonel diagnostik işlemleri yapmanızı sağlar. Motor, şanzıman, ABS, Airbag gibi sistemlerdeki arıza kodlarını okuyup silebilir, canlı verileri takip edebilir ve servis masraflarından tasarruf edebilirsiniz.
Kolay Kurulum
FTDI sürücüleri ile bilgisayarınıza kolayca kurun ve hemen kullanmaya başlayın.
Ekonomik Çözüm
Servis maliyetlerini düşürün, aracınızın bakımını ve kontrollerini kendiniz yapın.
Performans Takibi
Canlı verileri izleyerek aracınızın performansı hakkında detaylı bilgi edinin.
360° GÖRÜNÜM
Cihazı Her Açıdan İnceleyin
Fiat 3 Pin KKL arayüzünün detaylı 360° görünümü ile ürünün kalitesini ve işçiliğini yakından görün. Cihazın tüm bağlantı noktalarını ve özelliklerini detaylıca keşfedin.
360° Video
MultiEcuScan Yazılımı ve Erişim Seçenekleri
Bu cihaz, MultiEcuScan yazılımı ile kullanılmak üzere tasarlanmıştır. Standart sürümüne erişim ve daha güncel lisanslı sürümler hakkında bilgi aşağıdadır.
Standart Sürüm Erişimi: Multiecuscan 4.6
Bu cihazı kullanarak Multiecuscan yazılımının standart 4.6 sürümüne erişebilirsiniz. Bu sürüm, yılına kadar üretilmiş birçok Fiat, Alfa Romeo ve Chrysler grubu aracı desteklemektedir ve kapsamlı teşhis özellikleri sunar. İlgili yazılıma aşağıdaki butondan erişebilirsiniz.
UYUMLU ARAÇLAR
Desteklenen Araç Markaları
VAG KKL Arayüzü, özellikle K-Line iletişim protokolünü kullanan Fiat, Alfa Romeo ve Lancia modelleriyle uyumludur.

Fiat
Punto, Palio, Albea, Doblo, Linea

Alfa Romeo
147, 156, GT

Lancia
Ypsilon, Lybra
İŞLEM LİSTESİ
Arayüz ile Yapabileceğiniz İşlemler
Kullandığınız yazılıma ve aracınızın modeline bağlı olarak aşağıdaki işlemleri ve daha fazlasını yapabilirsiniz.
- Proxi Kayıt
- Hata Kodu Okuma/Silme
- Araç Yapılandırması
- Direksiyon Adaptasyonu
- Akü Testi
- Canlı Veri İzleme
- Vites Adaptasyonu
- Gaz Kelebeği Ayarı
- Servis Prosedürleri
- Adaptasyon & Kalibrasyon
- Ayarlama & Kodlama
- Servis Sıfırlama
- Yakıt Kesici
- Öğrenim Sıfırlama
- Kilometre Ayarı
- Daha Fazla İşlem
Önemli Bilgilendirme
Adaptasyon, kodlama ve proxi gibi ileri seviye işlemler teknik bilgi gerektirir. Hatalı yapılan işlemler aracınızda ciddi sorunlara yol açabilir. Bu işlemlerin riski tamamen kullanıcıya aittir.
SIKÇA SORULAN SORULAR
Merak Edilenler
VAG KKL arayüzü ve kullanımı hakkında en çok sorulan sorular ve yanıtları.
Bu cihaz hangi araçlarla uyumludur?
Bu arayüz, öncelikli olarak K-Line protokolünü kullanan Fiat, Alfa Romeo ve Lancia grubu araçlar için tasarlanmıştır. CAN-BUS sistemine sahip yeni model araçlar için ek adaptörler veya farklı bir cihaz gerekebilir. En doğru bilgi için MultiEcuScan web sitesini kontrol edebilirsiniz.
Arıza tespiti yapmak aracıma zarar verir mi?
Sadece arıza kodlarını okumak ve canlı verileri izlemek araca herhangi bir zarar vermez. Ancak, kodlama, adaptasyon veya proxi hizalama gibi ayarları değiştiren işlemler bilinçsizce yapıldığında sorunlara yol açabilir. Bu tür işlemleri yapmadan önce mutlaka araştırma yapmanız önerilir.
Cihaz kurulumu zor mu?
Kesinlikle hayır! Kurulum son derece basit ve kullanıcı dostudur. Size verdiğimiz özel yazılımla tek tıkla kurulum yapabilirsiniz - sürücüler tamamen otomatik olarak kurulacaktır. Herhangi bir teknik bilgiye gerek kalmadan, sadece birkaç dakika içinde cihazınız kullanıma hazır hale gelir. Kurulum sonrası cihazınızı USB portuna takmanız yeterlidir.
Cihazı kullanmak için ileri düzey teknik bilgiye ihtiyacım var mı?
Temel arıza kodu okuma/silme ve canlı veri izleme için temel bilgisayar ve araç bilgisi yeterlidir. Ancak, özellikle Proxi hizalama gibi gelişmiş işlemler için dikkatli olunması ve rehberlerin incelenmesi önemlidir.
Ürün garantisi var mı?
Evet, cihazımız satın alma tarihinden itibaren 6 ay fabrika hatalarına karşı garantilidir. Üretim hatalarından kaynaklanan arızalar ücretsiz olarak giderilir. Kullanıcı kaynaklı hatalar garanti dışıdır. Garanti kapsamı ve şartları için satış sonrası destek ekibimizle iletişime geçebilirsiniz.
YARDIM MI GEREKİYOR?
Destek ve İletişim
Ürünlerimizle ilgili her türlü soru, destek talebi veya işbirliği için bize ulaşabilirsiniz.
Telefon
E-posta
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية