J1962M Obd2 16 Pinli Plus Konnektör / İçi Boş
J1962M Obd2 16 Pinli Plus Konnektör / İçi Boş, Projelerde kullanılan OBD2 Konnektörüdür. D.I.Y ve Özel Projeler için kullanıma uygundur.
J1962M OBD2 16 Pinli Plus Konnektör / İçi Boş | otoeko.com
#j1962m-obd2-connector * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#j1962m-obd2-connector {
font-family: 'Outfit', sans-serif;
color: #333;
line-height: 1.6;
background: linear-gradient(135deg, #fff 0%, #f8f9fb 100%);
}
#j1962m-obd2-connector .container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
/* Section Styles */
#j1962m-obd2-connector .section {
padding: 40px 0 60px;
position: relative;
}
#j1962m-obd2-connector .section::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background: linear-gradient(90deg, rgba(48, 48, 48, 0) 0%, rgba(48, 48, 48, 0.3) 50%, rgba(48, 48, 48, 0) 100%);
}
#j1962m-obd2-connector .section:last-child::after {
display: none;
}
/* Section Headers */
#j1962m-obd2-connector .section-header {
text-align: center;
margin-bottom: 60px;
}
#j1962m-obd2-connector .section-subtitle {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(48, 48, 48, 0.08);
color: #111;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 20px;
}
#j1962m-obd2-connector .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: block;
}
#j1962m-obd2-connector .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #1e3a8a 0%, #3b82f6 100%);
border-radius: 2px;
}
#j1962m-obd2-connector .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
/* Buttons */
#j1962m-obd2-connector .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;
}
#j1962m-obd2-connector .btn-primary {
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
color: #fff;
box-shadow: 0 8px 25px rgba(30, 58, 138, 0.3);
}
#j1962m-obd2-connector .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(30, 58, 138, 0.4);
}
/* Hero Section */
#j1962m-obd2-connector .hero-section {
padding-top: 30px;
background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}
#j1962m-obd2-connector .hero-logo {
text-align: center;
margin-bottom: 50px;
}
#j1962m-obd2-connector .hero-logo img {
max-width: 200px;
height: auto;
}
#j1962m-obd2-connector .product-hero {
display: flex;
align-items: flex-start;
gap: 40px;
}
#j1962m-obd2-connector .product-info {
flex: 1;
text-align: center;
}
#j1962m-obd2-connector .product-title {
font-size: 2.8rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#j1962m-obd2-connector .product-title span {
color: #1e3a8a;
position: relative;
}
#j1962m-obd2-connector .product-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 10px;
background: rgba(30, 58, 138, 0.2);
z-index: -1;
}
#j1962m-obd2-connector .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
}
#j1962m-obd2-connector .product-features-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin: 40px 0 30px;
text-align: center;
}
#j1962m-obd2-connector .product-feature-icon {
font-size: 2.5rem;
color: #303030;
margin-bottom: 15px;
}
#j1962m-obd2-connector .product-feature-title {
font-size: 1.1rem;
font-weight: 700;
color: #111;
margin-bottom: 5px;
}
#j1962m-obd2-connector .product-feature-desc {
font-size: 0.9rem;
color: #666;
line-height: 1.5;
}
#j1962m-obd2-connector .product-buttons {
display: flex;
justify-content: center;
margin-top: 30px;
}
/* Gallery */
#j1962m-obd2-connector .product-viewer {
flex: 1;
}
#j1962m-obd2-connector .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;
border: 2px solid #f0f0f0;
}
#j1962m-obd2-connector .gallery-item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
transition: opacity 0.4s ease;
}
#j1962m-obd2-connector .gallery-item.active {
opacity: 1;
visibility: visible;
}
#j1962m-obd2-connector .gallery-item img {
width: 100%;
height: 100%;
object-fit: contain;
padding: 20px;
}
#j1962m-obd2-connector .spinzam-wrapper {
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#j1962m-obd2-connector .spinzam-iframe {
width: 100%;
height: 100%;
border: none;
aspect-ratio: 1 / 1;
}
#j1962m-obd2-connector .spinzam-label {
position: absolute;
top: 15px;
left: 50%;
transform: translateX(-50%);
background-color: rgba(48, 48, 48, 0.8);
color: white;
padding: 6px 12px;
border-radius: 50px;
font-size: 0.85rem;
font-weight: 600;
z-index: 10;
pointer-events: none;
display: flex;
align-items: center;
gap: 6px;
box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
#j1962m-obd2-connector .product-gallery-thumbnails {
display: flex;
justify-content: center;
gap: 12px;
margin-top: 20px;
}
#j1962m-obd2-connector .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;
}
#j1962m-obd2-connector .thumbnail-item.thumbnail-item-icon {
display: flex;
align-items: center;
justify-content: center;
}
#j1962m-obd2-connector .thumbnail-item.thumbnail-item-icon i {
font-size: 30px;
color: #555;
transition: all 0.3s ease;
}
#j1962m-obd2-connector .thumbnail-item:hover {
border-color: #303030;
transform: scale(1.05);
}
#j1962m-obd2-connector .thumbnail-item.thumbnail-item-icon:hover i {
color: #111;
transform: rotate(90deg);
}
#j1962m-obd2-connector .thumbnail-item.active {
border-color: #303030;
box-shadow: 0 0 12px rgba(48, 48, 48, 0.3);
transform: scale(1.1);
}
#j1962m-obd2-connector .thumbnail-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
/* Features */
#j1962m-obd2-connector .features-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
margin-top: 50px;
}
#j1962m-obd2-connector .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;
border-left: 1px solid #f0f0f0;
}
#j1962m-obd2-connector .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
border-top-color: #303030;
}
#j1962m-obd2-connector .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(48, 48, 48, 0.08);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 20px;
font-size: 24px;
color: #303030;
}
#j1962m-obd2-connector .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
}
#j1962m-obd2-connector .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.6;
}
/* Specs */
#j1962m-obd2-connector .specs-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin-top: 50px;
}
#j1962m-obd2-connector .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;
justify-content: center;
transition: all 0.3s ease;
border-left: 3px solid #f0f0f0;
text-align: center;
}
#j1962m-obd2-connector .spec-item:hover {
transform: scale(1.03);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
border-left-color: #303030;
}
#j1962m-obd2-connector .spec-icon {
font-size: 1.8rem;
color: #303030;
margin-right: 20px;
min-width: 40px;
text-align: center;
flex-shrink: 0;
}
#j1962m-obd2-connector .spec-content {
flex: 1;
text-align: center;
}
#j1962m-obd2-connector .spec-content .label {
display: block;
color: #666;
font-size: 0.9rem;
}
#j1962m-obd2-connector .spec-content .value {
font-weight: 600;
font-size: 1.05rem;
color: #111;
}
/* Contact */
#j1962m-obd2-connector .contact-section {
background: #fff;
}
#j1962m-obd2-connector .contact-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
#j1962m-obd2-connector .contact-card {
background: #f8f9fa;
border-radius: 15px;
padding: 40px 25px;
text-align: center;
border-top: 4px solid #303030;
box-shadow: 0 10px 30px rgba(0,0,0,0.05);
transition: all 0.3s ease;
border: 1px solid #f0f0f0;
}
#j1962m-obd2-connector .contact-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
#j1962m-obd2-connector .contact-icon-wrapper {
width: 80px;
height: 80px;
margin: 0 auto 25px;
background: linear-gradient(135deg, #303030 0%, #555 100%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
#j1962m-obd2-connector .contact-icon {
font-size: 36px;
color: #fff;
}
#j1962m-obd2-connector .contact-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 10px;
}
#j1962m-obd2-connector .contact-info {
font-size: 1.1rem;
color: #555;
margin-bottom: 25px;
font-weight: 500;
}
#j1962m-obd2-connector .btn-contact {
background: transparent;
border: 2px solid #303030;
color: #333;
padding: 12px 28px;
}
#j1962m-obd2-connector .btn-contact:hover {
background: #303030;
color: #fff;
transform: scale(1.05);
}
/* 360 Degree View Placeholder */
.spinzam-placeholder {
position: relative;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-radius: 15px;
overflow: hidden;
}
.placeholder-background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.1;
}
.placeholder-grid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(48, 48, 48, 0.1) 1px, transparent 1px),
linear-gradient(90deg, rgba(48, 48, 48, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
animation: gridMove 20s linear infinite;
}
.placeholder-circles {
position: absolute;
width: 100%;
height: 100%;
}
.circle {
position: absolute;
border: 2px solid rgba(30, 58, 138, 0.1);
border-radius: 50%;
animation: float 6s ease-in-out infinite;
}
.circle-1 {
width: 80px;
height: 80px;
top: 20%;
left: 15%;
animation-delay: 0s;
}
.circle-2 {
width: 60px;
height: 60px;
top: 60%;
right: 20%;
animation-delay: 2s;
}
.circle-3 {
width: 40px;
height: 40px;
bottom: 30%;
left: 70%;
animation-delay: 4s;
}
.placeholder-content {
position: relative;
z-index: 2;
text-align: center;
padding: 20px;
}
.placeholder-icon {
position: relative;
display: inline-block;
margin-bottom: 20px;
}
.placeholder-icon i {
font-size: 64px;
color: #1e3a8a;
animation: rotate3d 4s linear infinite;
}
.icon-glow {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 100px;
background: radial-gradient(circle, rgba(30, 58, 138, 0.2) 0%, transparent 70%);
border-radius: 50%;
animation: pulse 2s ease-in-out infinite;
}
.placeholder-title {
font-size: 1.5rem;
font-weight: 700;
color: #1e3a8a;
margin-bottom: 8px;
text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.placeholder-subtitle {
font-size: 1rem;
color: #6c757d;
margin-bottom: 20px;
font-weight: 500;
}
.placeholder-status {
display: flex;
justify-content: center;
align-items: center;
}
.status-indicator {
display: flex;
align-items: center;
gap: 8px;
background: rgba(40, 167, 69, 0.1);
padding: 8px 16px;
border-radius: 25px;
border: 1px solid rgba(40, 167, 69, 0.2);
}
.status-dot {
width: 8px;
height: 8px;
background: #28a745;
border-radius: 50%;
animation: blink 2s ease-in-out infinite;
}
.status-indicator span {
font-size: 0.9rem;
color: #28a745;
font-weight: 600;
}
/* Animations */
@keyframes rotate3d {
0% { transform: rotateY(0deg) rotateX(0deg); }
25% { transform: rotateY(90deg) rotateX(0deg); }
50% { transform: rotateY(180deg) rotateX(90deg); }
75% { transform: rotateY(270deg) rotateX(0deg); }
100% { transform: rotateY(360deg) rotateX(0deg); }
}
@keyframes pulse {
0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
50% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); }
}
@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
33% { transform: translateY(-10px) rotate(120deg); }
66% { transform: translateY(5px) rotate(240deg); }
}
@keyframes gridMove {
0% { transform: translate(0, 0); }
100% { transform: translate(20px, 20px); }
}
@keyframes blink {
0%, 100% { opacity: 1; }
50% { opacity: 0.3; }
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/* Responsive adjustments for placeholder */
@media (max-width: 768px) {
.placeholder-icon i {
font-size: 48px;
}
.placeholder-title {
font-size: 1.3rem;
}
.placeholder-subtitle {
font-size: 0.9rem;
}
.icon-glow {
width: 80px;
height: 80px;
}
}
@media (max-width: 576px) {
.placeholder-icon i {
font-size: 40px;
}
.placeholder-title {
font-size: 1.1rem;
}
.placeholder-subtitle {
font-size: 0.8rem;
}
.icon-glow {
width: 60px;
height: 60px;
}
}
/* Responsive */
@media (max-width: 992px) {
#j1962m-obd2-connector .product-hero {
flex-direction: column;
text-align: center;
gap: 30px;
}
#j1962m-obd2-connector .product-viewer {
width: 100%;
}
#j1962m-obd2-connector .product-gallery-main {
height: 400px;
}
#j1962m-obd2-connector .hero-logo img {
max-width: 160px;
}
#j1962m-obd2-connector .features-grid,
#j1962m-obd2-connector .specs-list {
grid-template-columns: 1fr;
}
#j1962m-obd2-connector .contact-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
#j1962m-obd2-connector .container {
padding: 0 15px;
}
#j1962m-obd2-connector .section {
padding: 30px 0 40px;
}
#j1962m-obd2-connector .section-header {
margin-bottom: 40px;
}
#j1962m-obd2-connector .section-title {
font-size: 1.8rem;
}
#j1962m-obd2-connector .product-title {
font-size: 2.2rem;
}
#j1962m-obd2-connector .product-gallery-main {
height: 350px;
}
#j1962m-obd2-connector .hero-logo img {
max-width: 140px;
}
#j1962m-obd2-connector .hero-logo {
margin-bottom: 40px;
}
#j1962m-obd2-connector .product-features-grid {
grid-template-columns: 1fr;
gap: 15px;
}
}
@media (max-width: 576px) {
#j1962m-obd2-connector .product-title {
font-size: 1.9rem;
}
#j1962m-obd2-connector .product-gallery-main {
height: 280px;
}
#j1962m-obd2-connector .section-title {
font-size: 1.6rem;
}
#j1962m-obd2-connector .hero-logo img {
max-width: 120px;
}
#j1962m-obd2-connector .thumbnail-item {
width: 55px;
height: 55px;
}
#j1962m-obd2-connector .product-gallery-thumbnails {
flex-wrap: wrap;
}
}
@media (max-width: 400px) {
#j1962m-obd2-connector .container {
padding: 0 10px;
}
#j1962m-obd2-connector .product-title {
font-size: 1.7rem;
}
#j1962m-obd2-connector .product-gallery-main {
height: 250px;
}
#j1962m-obd2-connector .section-title {
font-size: 1.4rem;
}
#j1962m-obd2-connector .hero-logo img {
max-width: 100px;
}
#j1962m-obd2-connector .spec-item {
padding: 15px;
flex-direction: column;
text-align: center;
}
#j1962m-obd2-connector .spec-icon {
margin-right: 0;
margin-bottom: 10px;
}
#j1962m-obd2-connector .spec-content {
text-align: center;
}
}
J1962M OBD2 16 Pinli Plus Konnektör / İçi Boş
J1962M standardında üretilmiş OBD2 16 pinli plus konnektör, içi boş tasarım ile özel kablo yapımı için ideal çözüm. Projelerde kullanılan profesyonel OBD2 konnektörü olup, D.I.Y ve özel projeler için kullanıma uygundur. 12/24V uyumlu yapısı ile geniş uygulama alanı sunar. Enjeksiyon baskı ile üretilmiş high-end kalitesinde konnektör.
J1962M Standardı
J1962M standardında üretilmiş, endüstri normlarına uygun kaliteli konnektör.
16 Pinli Yapı
OBD2 standardı 16 pin konfigürasyonu ile tam uyumluluk.
Plus Konnektör
Gelişmiş plus konnektör tasarımı ile güvenli ve sağlam bağlantı.
D.I.Y & Özel Projeler
D.I.Y ve özel projeler için ideal, 12/24V uyumlu yapı.
360° İnteraktif Görünüm
Ürünü her açıdan inceleyebileceksiniz
Yakında Aktif
360° Görünüm (Yakında)












Ana Özellikler
J1962M OBD2 Konnektör İçin Profesyonel Çözüm
J1962M standardında üretilmiş OBD2 16 pinli plus konnektör, projelerde kullanılan profesyonel konnektör çözümü. D.I.Y ve özel projeler için ideal, enjeksiyon baskı ile üretilmiş high-end kalitesinde. Projeleriniz için dilerseniz web sitemizden tam dolu 16 pin kablo da temin edebilirsiniz.
J1962M Standardı
J1962M endüstri standardına uygun üretim. OBD2 protokolü ile tam uyumlu, güvenilir bağlantı performansı sağlar.
16 Pinli Konfigürasyon
Standart OBD2 16 pin yapısı ile tüm modern araçlarla uyumlu. Evrensel bağlantı imkanı ve kolay montaj.
Plus Konnektör Tasarımı
Gelişmiş plus konnektör teknolojisi ile güvenli ve sağlam bağlantı. Profesyonel kullanım koşullarına uygun dayanıklı yapı.
D.I.Y & Özel Projeler
D.I.Y ve özel projeler için kullanıma uygun tasarım. İçi boş yapı ile kişiselleştirilmiş kablo montajı imkanı sunar.
Teknik Özellikler
J1962M OBD2 Konnektör Detayları
Konnektör Tipi
J1962M OBD2 Plus Konnektör
Pin Konfigürasyonu
16 Pinli OBD2 Standardı
İç Yapı
İçi Boş Tasarım
Voltaj Uyumluluğu
12/24V Uyumlu
Kullanım Alanı
D.I.Y & Özel Projeler
Standart Uyumluluk
J1962M Endüstri Standardı
Teknik Destek
J1962M OBD2 Konnektör Uzman Desteği
J1962M OBD2 konnektör, özel kablo projeleri ve teknik montaj konularında profesyonel danışmanlık hizmetimizden faydalanın. Uzman ekibimiz size özel çözümler sunmaya hazır.
Anlık Teknik Destek
0850 532 0550
Profesyonel Danışma
0850 532 0550
Kurumsal İletişim
info@otoeko.com
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية