Autool Obd2 Çoklayıcı 35 CM Uzatma Kablo / 3'lü
Autool Obd2 Çoklayıcı 35 CM Uzatma Kablo / 3'lü | otoeko.com
/* General styles */
#autool-obd2-splitter-3way {
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;
}
#autool-obd2-splitter-3way * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#autool-obd2-splitter-3way .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Section Styles */
#autool-obd2-splitter-3way .section {
padding: 40px 0 60px;
position: relative;
}
#autool-obd2-splitter-3way .section::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background: linear-gradient(90deg, rgba(255, 209, 0, 0) 0%, rgba(255, 209, 0, 0.5) 50%, rgba(255, 209, 0, 0) 100%);
}
#autool-obd2-splitter-3way .section:last-child::after {
display: none;
}
/* Section Header Styles */
#autool-obd2-splitter-3way .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#autool-obd2-splitter-3way .container > .section-subtitle {
display: table;
margin: 0 auto 40px auto;
}
#autool-obd2-splitter-3way .section-subtitle {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(255, 209, 0, 0.1);
color: #111;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 1px;
}
#autool-obd2-splitter-3way .section-header > .section-subtitle {
margin-bottom: 20px;
}
#autool-obd2-splitter-3way .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-obd2-splitter-3way .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #FFD100 0%, #FFA500 100%);
border-radius: 2px;
}
#autool-obd2-splitter-3way .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
/* Button Styles */
#autool-obd2-splitter-3way .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 cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
position: relative;
overflow: hidden;
z-index: 1;
}
#autool-obd2-splitter-3way .btn-primary {
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
box-shadow: 0 8px 25px rgba(255, 209, 0, 0.3);
}
#autool-obd2-splitter-3way .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(255, 209, 0, 0.4);
}
/* Top Logo Section */
#autool-obd2-splitter-3way .top-logo-section {
padding: 30px 0 0;
text-align: center;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
}
#autool-obd2-splitter-3way .top-logo-section img {
max-width: 180px;
height: auto;
display: block;
margin: 0 auto;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
border-radius: 10px;
padding: 10px 20px;
background-color: #fff;
}
/* Hero Section */
#autool-obd2-splitter-3way .hero-section {
padding-top: 60px;
}
#autool-obd2-splitter-3way .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
#autool-obd2-splitter-3way .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#autool-obd2-splitter-3way .product-badge {
display: inline-block;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
color: #111;
padding: 8px 16px;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
}
#autool-obd2-splitter-3way .product-title {
font-size: 2.8rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
overflow-wrap: break-word;
word-break: break-word;
}
#autool-obd2-splitter-3way .product-title span {
color: #111;
position: relative;
display: inline-block;
}
#autool-obd2-splitter-3way .product-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 10px;
background: #FFD100;
z-index: -1;
opacity: 0.6;
}
#autool-obd2-splitter-3way .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
}
#autool-obd2-splitter-3way .product-features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 40px;
margin-bottom: 30px;
text-align: center;
}
#autool-obd2-splitter-3way .product-feature-item {
overflow-wrap: break-word;
word-break: break-word;
}
#autool-obd2-splitter-3way .product-feature-icon {
font-size: 2.5rem;
color: #FFD100;
margin-bottom: 15px;
}
#autool-obd2-splitter-3way .product-feature-title {
font-size: 1.1rem;
font-weight: 700;
color: #111;
margin-bottom: 5px;
}
#autool-obd2-splitter-3way .product-feature-desc {
font-size: 0.9rem;
color: #666;
line-height: 1.5;
}
#autool-obd2-splitter-3way .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
justify-content: center;
}
/* GALLERY STYLES */
#autool-obd2-splitter-3way .product-viewer {
flex: 1;
min-width: 300px;
position: relative;
}
#autool-obd2-splitter-3way .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;
}
#autool-obd2-splitter-3way .gallery-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease-in-out, visibility 0.4s;
}
#autool-obd2-splitter-3way .gallery-item.active {
opacity: 1;
visibility: visible;
}
#autool-obd2-splitter-3way .gallery-item img {
width: 100%;
height: 100%;
object-fit: contain;
padding: 20px;
}
/* Placeholder Style */
#autool-obd2-splitter-3way .gallery-placeholder {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background-color: #f8f9fa;
color: #adb5bd;
text-align: center;
line-height: 1.5;
}
#autool-obd2-splitter-3way .gallery-placeholder i {
font-size: 4rem;
margin-bottom: 20px;
}
#autool-obd2-splitter-3way .gallery-placeholder span {
font-size: 1.1rem;
font-weight: 500;
}
#autool-obd2-splitter-3way .product-gallery-thumbnails {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 20px;
flex-wrap: wrap;
}
#autool-obd2-splitter-3way .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;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 4px;
font-weight: 700;
font-size: 0.9rem;
color: #555;
}
#autool-obd2-splitter-3way .thumbnail-item i {
font-size: 1.4rem;
}
#autool-obd2-splitter-3way .thumbnail-item:hover {
border-color: #FFD100;
transform: scale(1.05);
}
#autool-obd2-splitter-3way .thumbnail-item.active {
border-color: #FFA500;
box-shadow: 0 0 12px rgba(255, 165, 0, 0.5);
transform: scale(1.1);
}
#autool-obd2-splitter-3way .thumbnail-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* Features Section */
#autool-obd2-splitter-3way .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 50px;
}
#autool-obd2-splitter-3way .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 cubic-bezier(0.175, 0.885, 0.32, 1.275);
border-top: 4px solid transparent;
}
#autool-obd2-splitter-3way .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-top-color: #FFD100;
}
#autool-obd2-splitter-3way .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(255, 209, 0, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 20px;
font-size: 24px;
color: #FFD100;
}
#autool-obd2-splitter-3way .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
}
#autool-obd2-splitter-3way .feature-card-text {
color: #666;
font-size: 1rem;
}
/* Specs Section */
#autool-obd2-splitter-3way .specs-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 50px;
}
#autool-obd2-splitter-3way .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;
}
#autool-obd2-splitter-3way .spec-item:hover {
transform: scale(1.03);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
#autool-obd2-splitter-3way .spec-icon {
font-size: 1.8rem;
color: #FFD100;
margin-right: 20px;
min-width: 40px;
text-align: center;
}
#autool-obd2-splitter-3way .spec-content .label {
display: block;
color: #666;
font-size: 0.9rem;
}
#autool-obd2-splitter-3way .spec-content .value {
font-weight: 600;
font-size: 1.05rem;
color: #111;
}
/* Distributor Section */
#autool-obd2-splitter-3way .distributor-section {
background: #fff;
color: #333;
padding: 40px 0 80px;
position: relative;
}
#autool-obd2-splitter-3way .distributor-section::after {
display: none;
}
#autool-obd2-splitter-3way .distributor-waves {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 120px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmOGY4ZjgiPjxwYXRoIGQ9Ik0xMjgwIDBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA2TDAgMHYxNDBoMTI4MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCAwbC0yNjIuMSAxMTYuMjZhNzMuMjkgNzMuMjkgMCAwIDEtMzkuMDkgNkwwIDB2MTQwaDEyODB6Ii8+PC9nPjwvc3ZnPg==') center top no-repeat;
background-size: 100% 120px;
z-index: 1;
transform: rotateX(180deg);
}
#autool-obd2-splitter-3way .distributor-section .container {
position: relative;
z-index: 2;
}
#autool-obd2-splitter-3way .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#autool-obd2-splitter-3way .subtitle-logo {
height: 36px;
width: auto;
display: block;
}
#autool-obd2-splitter-3way .distributor-title {
color: #111;
font-size: 2.5rem;
}
#autool-obd2-splitter-3way .distributor-benefits {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 50px;
}
#autool-obd2-splitter-3way .benefit-item {
background: #f8f8f8;
padding: 30px 25px;
border-radius: 15px;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
border: 1px solid #eee;
transition: all 0.3s ease;
text-align: left;
display: flex;
align-items: center;
}
#autool-obd2-splitter-3way .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
#autool-obd2-splitter-3way .benefit-icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(255, 209, 0, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
border-radius: 50%;
margin-right: 20px;
flex-shrink: 0;
}
#autool-obd2-splitter-3way .benefit-icon {
font-size: 1.8rem;
color: #FFD100;
}
#autool-obd2-splitter-3way .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin-bottom: 5px;
}
#autool-obd2-splitter-3way .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
/* Contact Styles */
#autool-obd2-splitter-3way .contact-section {
background: #fff;
}
#autool-obd2-splitter-3way .contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
#autool-obd2-splitter-3way .contact-card {
background: #f8f9fa;
border-radius: 15px;
padding: 40px 25px;
text-align: center;
border-top: 4px solid #FFD100;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
transition: all 0.3s ease;
}
#autool-obd2-splitter-3way .contact-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
#autool-obd2-splitter-3way .contact-icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto 25px;
background: linear-gradient(135deg, #FFD100 0%, #FFA500 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
#autool-obd2-splitter-3way .contact-icon {
font-size: 36px;
color: #111;
}
#autool-obd2-splitter-3way .contact-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 10px;
}
#autool-obd2-splitter-3way .contact-info {
font-size: 1.1rem;
color: #555;
margin-bottom: 25px;
font-weight: 500;
}
#autool-obd2-splitter-3way .btn-contact {
background: transparent;
border: 2px solid #FFD100;
color: #333;
padding: 12px 28px;
}
#autool-obd2-splitter-3way .btn-contact:hover {
background: #FFD100;
color: #111;
transform: scale(1.05);
}
/* Responsive adjustments */
@media (max-width: 992px) {
#autool-obd2-splitter-3way .product-hero {
flex-direction: column;
}
#autool-obd2-splitter-3way .product-info,
#autool-obd2-splitter-3way .product-viewer {
width: 100%;
flex-basis: auto;
min-width: 0;
padding-right: 0;
}
#autool-obd2-splitter-3way .product-info {
margin-bottom: 40px;
text-align: center;
}
#autool-obd2-splitter-3way .product-features-grid {
grid-template-columns: repeat(2, 1fr);
gap: 30px;
}
#autool-obd2-splitter-3way .product-gallery-main {
height: 400px;
}
}
@media (max-width: 768px) {
#autool-obd2-splitter-3way .container {
padding: 0 15px;
}
#autool-obd2-splitter-3way .section {
padding: 30px 0 40px;
}
#autool-obd2-splitter-3way .section-header {
margin-bottom: 40px;
}
#autool-obd2-splitter-3way .section-title {
font-size: 1.8rem;
}
#autool-obd2-splitter-3way .section-description {
font-size: 1rem;
}
#autool-obd2-splitter-3way .product-title {
font-size: 2.2rem;
}
#autool-obd2-splitter-3way .product-description {
font-size: 1rem;
}
#autool-obd2-splitter-3way .product-gallery-main {
height: 350px;
}
#autool-obd2-splitter-3way .distributor-benefits,
#autool-obd2-splitter-3way .features-grid,
#autool-obd2-splitter-3way .specs-list,
#autool-obd2-splitter-3way .contact-grid {
grid-template-columns: 1fr;
}
#autool-obd2-splitter-3way .benefit-item {
flex-direction: column;
text-align: center;
}
#autool-obd2-splitter-3way .benefit-icon-wrapper {
margin-right: 0;
margin-bottom: 15px;
}
}
@media (max-width: 576px) {
#autool-obd2-splitter-3way .product-features-grid {
grid-template-columns: 1fr;
}
#autool-obd2-splitter-3way .product-title {
font-size: 1.9rem;
line-height: 1.3;
}
#autool-obd2-splitter-3way .product-description {
font-size: 0.95rem;
}
#autool-obd2-splitter-3way .btn {
padding: 12px 24px;
font-size: 0.9rem;
}
#autool-obd2-splitter-3way .product-gallery-main {
height: 280px;
}
}
@media (max-width: 400px) {
#autool-obd2-splitter-3way .container {
padding: 0 10px;
}
#autool-obd2-splitter-3way .section {
padding: 20px 0 30px;
}
#autool-obd2-splitter-3way .product-title {
font-size: 1.7rem;
}
#autool-obd2-splitter-3way .product-feature-icon {
font-size: 2rem;
}
#autool-obd2-splitter-3way .product-feature-title {
font-size: 1rem;
}
#autool-obd2-splitter-3way .product-feature-desc {
font-size: 0.9rem;
}
#autool-obd2-splitter-3way .product-gallery-main {
height: 250px;
}
#autool-obd2-splitter-3way .section-title {
font-size: 1.6rem;
}
#autool-obd2-splitter-3way .feature-card {
padding: 20px 15px;
}
#autool-obd2-splitter-3way .spec-item {
padding: 15px;
}
#autool-obd2-splitter-3way .top-logo-section img {
max-width: 150px;
padding: 8px 15px;
}
}

3'lü Çoklayıcı
AUTOOL OBD2 Çoklayıcı 35 CM / 3'lü
Tek OBD2 portunu 3 cihaza bölen akıllı çoklayıcı kablo. 35 cm uzatma mesafesi ile eş zamanlı cihaz bağlantısı, profesyonel teşhis işlemleri için ideal çözüm sunar.
3'lü Çoklayıcı
Tek portu 3 cihaza böler, eş zamanlı bağlantı sağlar.
35 CM Uzatma
Kompakt 35 cm uzunluk ile rahat çalışma imkanı sunar.
Eş Zamanlı Kullanım
Çoklu cihazları aynı anda kullanma imkanı sağlar.
Profesyonel Çözüm
Atölye ve profesyonel kullanım için optimize edilmiştir.
Hemen Sipariş Ver
360° Görünüm
Yakında Eklenecektir
Ürün Görseli
Yakında Eklenecektir
Ürün Görseli
Yakında Eklenecektir
Ürün Görseli
Yakında Eklenecektir
Ürün Görseli
Yakında Eklenecektir
360°
Ana Özellikler
Çoklu Bağlantı, Maksimum Verimlilik
AUTOOL 35 CM 3'lü OBD2 Çoklayıcı, tek porttan çoklu cihaz bağlantısı ile iş akışınızı hızlandırır.
Akıllı Port Bölücü
Tek OBD2 portunu 3 ayrı cihaza bölür, eş zamanlı veri okuma ve yazma imkanı sağlar.
Zaman Tasarrufu
Çoklu cihazları aynı anda kullanarak teşhis sürelerini önemli ölçüde kısaltır.
Profesyonel Kullanım
Atölye ortamları ve yoğun iş temposu için özel tasarlanmış dayanıklı yapı.
Güvenli Bağlantı
Her port için ayrı koruma devresi ile güvenli ve stabil veri aktarımı garantisi.
Teknik Detaylar
Teknik Özellikler
Marka
AUTOOL
Kablo Uzunluğu
35 CM
Bağlantı Tipi
OBD2 16 Pin (1 Erkek → 3 Dişi)
Port Sayısı
3 Adet OBD2 Çıkışı
Özellik
Eş Zamanlı Çoklu Cihaz Desteği
Malzeme
Yüksek Kaliteli PVC + Altın Kaplama Kontaklar

Güvenilir Kaynak

Resmi Türkiye Distribütörü: otoeko.com
AUTOOL ürünlerini otoeko.com güvencesiyle, doğrudan resmi distribütöründen temin edin.
Orijinal ürün, güvenli ödeme ve uzman teknik destek otoeko.com'da.
Orijinal Ürün Garantisi
Tüm AUTOOL ürünleri %100 orijinaldir ve doğrudan üreticiden temin edilir.
Güvenli Ödeme
Tüm kredi kartı ve ödeme bilgileriniz SSL sertifikası ile korunmaktadır.
Uzman Teknik Destek
Satın alma öncesi ve sonrası tüm sorularınız için profesyonel teknik destek hizmeti.
Hızlı ve Güvenli Teslimat
Siparişiniz özenle paketlenir ve en kısa sürede adresinize teslim edilir.
Bize Ulaşın
Destek ve İletişim
Ürünle ilgili herhangi bir sorunuz veya desteğe ihtiyacınız mı var? Ekibimiz size yardımcı olmaktan mutluluk duyar.
WhatsApp Destek
0850 532 0550
E-Posta Adresimiz
info@otoeko.com
Telefon Hattı
0850 532 0550
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية