BMW GT1 Arıza Tespit Cihazı Obd2 Ana Kablosu
BMW GT1 Arıza Tespit Cihazı Obd2 Ana Kablosu, BMW GT1 Arıza Tespit Cihazı için üretilen bir OBD2 kablo soketidir.
BMW GT1 Arıza Tespit Cihazı Obd2 Ana Kablosu | otoeko.com
/* General styles */
#bmw-gt1-cable {
font-family: 'Outfit', sans-serif;
color: #333;
line-height: 1.6;
max-width: 1300px;
margin: 0 auto;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
position: relative;
width: 100%;
overflow: hidden;
}
#bmw-gt1-cable * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#bmw-gt1-cable .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
}
/* Logo Section */
#bmw-gt1-cable .bmw-logo {
text-align: center;
padding: 30px 0;
}
#bmw-gt1-cable .bmw-logo img {
max-width: 180px;
height: auto;
}
/* Section Styles */
#bmw-gt1-cable .section {
padding: 40px 0 60px;
position: relative;
}
#bmw-gt1-cable .section::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background: linear-gradient(90deg, rgba(0, 122, 194, 0) 0%, rgba(0, 122, 194, 0.5) 50%, rgba(0, 122, 194, 0) 100%);
}
#bmw-gt1-cable .section:last-child::after {
display: none;
}
/* Section Headers */
#bmw-gt1-cable .section-header {
text-align: center;
margin-bottom: 60px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#bmw-gt1-cable .section-subtitle {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(0, 122, 194, 0.1);
color: #111;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
}
#bmw-gt1-cable .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#bmw-gt1-cable .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #007AC2 0%, #1E88E5 100%);
border-radius: 2px;
}
#bmw-gt1-cable .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
/* Buttons */
#bmw-gt1-cable .btn {
display: inline-block;
padding: 14px 32px;
border-radius: 50px;
font-size: 1rem;
font-weight: 600;
text-transform: uppercase;
text-decoration: none;
transition: all 0.4s ease;
cursor: pointer;
}
#bmw-gt1-cable .btn-primary {
background: linear-gradient(135deg, #007AC2 0%, #1E88E5 100%);
color: #fff;
box-shadow: 0 8px 25px rgba(0, 122, 194, 0.3);
}
#bmw-gt1-cable .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(0, 122, 194, 0.4);
}
/* Hero Section */
#bmw-gt1-cable .hero-section {
padding-top: 20px;
}
#bmw-gt1-cable .product-hero {
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
}
#bmw-gt1-cable .product-info {
flex: 1;
min-width: 300px;
}
#bmw-gt1-cable .product-title {
font-size: 2.8rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#bmw-gt1-cable .product-title span {
color: #007AC2;
position: relative;
}
#bmw-gt1-cable .product-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 10px;
background: rgba(0, 122, 194, 0.3);
z-index: -1;
}
#bmw-gt1-cable .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
}
#bmw-gt1-cable .product-features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin: 40px 0 30px;
text-align: center;
}
#bmw-gt1-cable .product-feature-icon {
font-size: 2.5rem;
color: #007AC2;
margin-bottom: 15px;
}
#bmw-gt1-cable .product-feature-title {
font-size: 1.1rem;
font-weight: 700;
color: #111;
margin-bottom: 5px;
}
#bmw-gt1-cable .product-feature-desc {
font-size: 0.9rem;
color: #666;
line-height: 1.5;
}
#bmw-gt1-cable .product-buttons {
display: flex;
justify-content: center;
margin-top: 30px;
}
/* Gallery */
#bmw-gt1-cable .product-viewer {
flex: 1;
min-width: 300px;
}
#bmw-gt1-cable .product-gallery-main {
position: relative;
width: 100%;
height: 480px;
background: white;
border-radius: 20px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
#bmw-gt1-cable .gallery-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease;
}
#bmw-gt1-cable .gallery-item.active {
opacity: 1;
visibility: visible;
}
#bmw-gt1-cable .gallery-item img,
#bmw-gt1-cable .gallery-item iframe {
width: 100%;
height: 100%;
border: none;
object-fit: contain;
padding: 20px;
}
#bmw-gt1-cable .gallery-item iframe {
padding: 0;
}
#bmw-gt1-cable .gallery-360-badge {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, #007AC2 0%, #1E88E5 100%);
color: white;
padding: 8px 16px;
border-radius: 25px;
font-size: 14px;
font-weight: 700;
letter-spacing: 1px;
box-shadow: 0 4px 15px rgba(0, 122, 194, 0.4);
z-index: 10;
display: flex;
align-items: center;
gap: 6px;
animation: pulse-badge 2s infinite;
}
#bmw-gt1-cable .gallery-360-badge i {
font-size: 16px;
animation: rotate-360 3s linear infinite;
}
@keyframes pulse-badge {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
@keyframes rotate-360 {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
#bmw-gt1-cable .product-gallery-thumbnails {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 20px;
flex-wrap: wrap;
}
#bmw-gt1-cable .thumbnail-item {
width: 65px;
height: 65px;
border: 2px solid #e0e0e0;
border-radius: 12px;
overflow: hidden;
cursor: pointer;
transition: all 0.3s ease;
background-color: #f5f5f5;
position: relative;
}
#bmw-gt1-cable .thumbnail-item:hover {
border-color: #007AC2;
transform: scale(1.05);
}
#bmw-gt1-cable .thumbnail-item.active {
border-color: #1E88E5;
box-shadow: 0 0 12px rgba(30, 136, 229, 0.5);
transform: scale(1.1);
}
#bmw-gt1-cable .thumbnail-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
#bmw-gt1-cable .thumbnail-item[data-target="spinzam"]::after {
content: '360°';
position: absolute;
top: 2px;
right: 2px;
background: rgba(0, 122, 194, 0.9);
color: white;
font-size: 8px;
font-weight: bold;
padding: 2px 4px;
border-radius: 3px;
line-height: 1;
z-index: 10;
}
/* Features */
#bmw-gt1-cable .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 50px;
}
#bmw-gt1-cable .feature-card {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 30px;
text-align: center;
transition: all 0.3s ease;
border-top: 4px solid transparent;
}
#bmw-gt1-cable .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-top-color: #007AC2;
}
#bmw-gt1-cable .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(0, 122, 194, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 20px;
font-size: 24px;
color: #007AC2;
}
#bmw-gt1-cable .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
}
#bmw-gt1-cable .feature-card-text {
color: #666;
font-size: 1rem;
}
/* Specs */
#bmw-gt1-cable .specs-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 50px;
}
#bmw-gt1-cable .spec-item {
background: #fff;
padding: 20px;
border-radius: 10px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
transition: all 0.3s ease;
}
#bmw-gt1-cable .spec-item:hover {
transform: scale(1.03);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
#bmw-gt1-cable .spec-icon {
font-size: 1.8rem;
color: #007AC2;
margin-right: 20px;
min-width: 40px;
text-align: center;
}
#bmw-gt1-cable .spec-content .label {
display: block;
color: #666;
font-size: 0.9rem;
}
#bmw-gt1-cable .spec-content .value {
font-weight: 600;
font-size: 1.05rem;
color: #111;
}
/* Contact */
#bmw-gt1-cable .contact-section {
background: #fff;
}
#bmw-gt1-cable .contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
#bmw-gt1-cable .contact-card {
background: #f8f9fa;
border-radius: 15px;
padding: 40px 25px;
text-align: center;
border-top: 4px solid #007AC2;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
#bmw-gt1-cable .contact-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
#bmw-gt1-cable .contact-icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto 25px;
background: linear-gradient(135deg, #007AC2 0%, #1E88E5 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
#bmw-gt1-cable .contact-icon {
font-size: 36px;
color: #fff;
}
#bmw-gt1-cable .contact-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 10px;
}
#bmw-gt1-cable .contact-info {
font-size: 1.1rem;
color: #555;
margin-bottom: 25px;
font-weight: 500;
}
#bmw-gt1-cable .btn-contact {
background: transparent;
border: 2px solid #007AC2;
color: #333;
padding: 12px 28px;
}
#bmw-gt1-cable .btn-contact:hover {
background: #007AC2;
color: #fff;
transform: scale(1.05);
}
/* Responsive */
@media (max-width: 992px) {
#bmw-gt1-cable .product-hero {
flex-direction: column;
text-align: center;
}
#bmw-gt1-cable .product-info {
margin-bottom: 40px;
}
#bmw-gt1-cable .product-features-grid {
grid-template-columns: repeat(2, 1fr);
}
#bmw-gt1-cable .product-gallery-main {
height: 400px;
}
}
@media (max-width: 768px) {
#bmw-gt1-cable .container {
padding: 0 15px;
}
#bmw-gt1-cable .section {
padding: 30px 0 40px;
}
#bmw-gt1-cable .section-header {
margin-bottom: 40px;
}
#bmw-gt1-cable .section-title {
font-size: 1.8rem;
}
#bmw-gt1-cable .product-title {
font-size: 2.2rem;
}
#bmw-gt1-cable .product-gallery-main {
height: 350px;
}
#bmw-gt1-cable .gallery-360-badge {
top: 15px;
right: 15px;
padding: 6px 12px;
font-size: 12px;
}
#bmw-gt1-cable .gallery-360-badge i {
font-size: 14px;
}
#bmw-gt1-cable .features-grid,
#bmw-gt1-cable .specs-list,
#bmw-gt1-cable .contact-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 576px) {
#bmw-gt1-cable .product-features-grid {
grid-template-columns: 1fr;
}
#bmw-gt1-cable .product-title {
font-size: 1.9rem;
}
#bmw-gt1-cable .product-gallery-main {
height: 280px;
}
#bmw-gt1-cable .gallery-360-badge {
top: 10px;
right: 10px;
padding: 5px 10px;
font-size: 11px;
}
#bmw-gt1-cable .section-title {
font-size: 1.6rem;
}
}
@media (max-width: 400px) {
#bmw-gt1-cable .container {
padding: 0 10px;
}
#bmw-gt1-cable .product-title {
font-size: 1.7rem;
}
#bmw-gt1-cable .product-gallery-main {
height: 250px;
}
#bmw-gt1-cable .bmw-logo img {
max-width: 150px;
}
#bmw-gt1-cable .gallery-360-badge {
padding: 4px 8px;
font-size: 10px;
}
#bmw-gt1-cable .gallery-360-badge i {
font-size: 12px;
}
#bmw-gt1-cable .section-title {
font-size: 1.4rem;
}
}

BMW GT1 Arıza Tespit Cihazı Obd2 Ana Kablosu
BMW GT1 teşhis başlığı için vazgeçilmez bağlantı kablosu. Araç ile teşhis sistemi arasında güvenilir ve istikrarlı bir veri akışı sağlayarak profesyonel arıza tespiti, kodlama ve programlama işlemlerini mümkün kılar.
GT1 Uyumlu
BMW GT1 teşhis başlığı ile tam uyumlu çalışır.
Profesyonel Teşhis
DIS ve SSS yazılımları ile arıza tespiti ve programlama yapar.
Dayanıklı Yapı
Atölye ortamlarına dayanıklı, yüksek kaliteli malzemelerden üretilmiştir.
Güvenilir Bağlantı
Kesintisiz veri iletişimi için sağlam pin yapısına sahiptir.
Hemen Sipariş Ver
360° Görünüm









Ana Özellikler
Profesyonel Kullanım İçin Tasarlandı
Yoğun atölye koşullarına dayanacak şekilde tasarlanan bu kablo, uzun ömürlü ve güvenilir bir performans sunar.
Sinyal Bütünlüğü
Parazit ve sinyal kaybını önleyen yüksek kaliteli iç kablolama ile güvenilir veri akışı.
Atölye Koşullarına Uygun
Yağ, kir ve aşınmaya karşı dayanıklı dış kaplama ile zorlu şartlarda bile maksimum koruma.
Güçlendirilmiş Konnektörler
Sık takıp çıkarmaya dayanıklı, güçlendirilmiş enjeksiyon baskı konnektörler.
Uzun Ömürlü Kullanım
Yoğun profesyonel kullanım için tasarlanmış üstün dayanıklılık ve performans.
Teknik Detaylar
Teknik Özellikler
Giriş Bağlantısı
BMW GT1 Teşhis Başlığı Konnektörü
Çıkış Bağlantısı
Standart 16 Pin OBD2 Konnektörü
Kablo Uzunluğu
2 Metre Atölye Tipi Kablo
Desteklenen Protokoller
K-Line, CAN, D-CAN
Malzeme
Yüksek Esneklikli, Yağa Dayanıklı PVC
Yazılım Uyumluluğu
BMW GT1, DIS, SSS, TIS
Destek Merkezi
BMW Teşhis Desteği
BMW GT1 kablosu, arıza tespit cihazları ve uyumluluk konularında sorularınız mı var? Uzman ekibimiz size yardımcı olmak için burada.
WhatsApp Desteği
0850 532 0550
Telefon Desteği
0850 532 0550
E-posta Desteği
info@otoeko.com
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.
Türkçe
English
العربية