Launch OBD2 24/12 Volt Dönüştürücü Konverter
Launch OBD2 24/12 Volt Dönüştürücü Konverter, 12 Volta uygun cihazları 24 Voltta da kullanabilmenize olanak sağlayan bir OBD2 dönüştürücüdür. Genellikle Launch cihazlarında kullanılan bu ürün artık Launch kalitesi ile hizmetinizdedir.
Launch OBD2 24/12 Volt Dönüştürücü Konverter | Resmi Distribütör otoeko.com
/* İzole stiller - sadece launch-obd2-wrapper içindeki elementleri etkiler */
#launch-obd2-wrapper {
font-family: 'Poppins', sans-serif;
color: #333;
line-height: 1.6;
max-width: 1300px;
margin: 0 auto;
padding: 0;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
border-radius: 0;
overflow-x: hidden; /* Prevent horizontal scroll */
position: relative;
}
#launch-obd2-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#launch-obd2-wrapper .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#launch-obd2-wrapper .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#launch-obd2-wrapper .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%);
}
#launch-obd2-wrapper .section:last-child::after {
display: none;
}
#launch-obd2-wrapper .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#launch-obd2-wrapper .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#launch-obd2-wrapper .section-subtitle {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
background: rgba(229, 62, 62, 0.1);
color: #111;
padding: 8px 20px;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
letter-spacing: 1px;
width: -moz-fit-content;
width: fit-content;
}
#launch-obd2-wrapper .subtitle-wrapper .section-subtitle {
margin-bottom: 0;
}
#launch-obd2-wrapper .subtitle-logo {
height: 36px; /* Default size */
width: auto;
display: block;
}
#launch-obd2-wrapper .subtitle-logo-otoeko {
filter: brightness(1.05) saturate(1.1); /* Make logo more vibrant */
}
#launch-obd2-wrapper .subtitle-text-icon-group {
display: flex;
align-items: center;
gap: 8px;
}
#launch-obd2-wrapper .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#launch-obd2-wrapper .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #E53E3E 0%, #C53030 100%);
border-radius: 2px;
}
#launch-obd2-wrapper .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
#launch-obd2-wrapper .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;
}
#launch-obd2-wrapper .btn::after {
content: '';
position: absolute;
bottom: -50%;
left: -10%;
width: 120%;
height: 200%;
background: rgba(255, 255, 255, 0.2);
border-radius: 50%;
transition: all 0.5s ease;
z-index: -1;
transform: scale(0);
}
#launch-obd2-wrapper .btn:hover::after {
transform: scale(1);
}
#launch-obd2-wrapper .btn-primary {
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
color: #111;
box-shadow: 0 8px 25px rgba(229, 62, 62, 0.3);
}
#launch-obd2-wrapper .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(229, 62, 62, 0.4);
}
#launch-obd2-wrapper .btn-secondary {
background: transparent;
color: #111;
border: 2px solid #111;
}
#launch-obd2-wrapper .btn-secondary:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
}
/* Yellow pattern background */
#launch-obd2-wrapper .pattern-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: 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='none' fill-rule='evenodd'%3E%3Cg fill='%23FFD100' fill-opacity='0.05'%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/g%3E%3C/svg%3E");
opacity: 0.5;
z-index: 0;
}
/* Hero Section */
#launch-obd2-wrapper .hero-section {
position: relative;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 60px 0;
overflow: hidden;
text-align: center;
}
#launch-obd2-wrapper .hero-logo-container {
margin-bottom: 25px;
}
#launch-obd2-wrapper .hero-logo {
max-width: 180px; /* Default size */
height: auto;
}
#launch-obd2-wrapper .hero-bg {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: radial-gradient(circle at top right, rgba(229, 62, 62, 0.1), transparent 70%);
z-index: 0;
}
#launch-obd2-wrapper .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
#launch-obd2-wrapper .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#launch-obd2-wrapper .product-badge {
display: inline-block;
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
color: #111;
padding: 8px 16px;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(229, 62, 62, 0.2);
position: relative;
}
#launch-obd2-wrapper .product-badge i {
margin-right: 5px;
animation: pulse 2s infinite;
}
#launch-obd2-wrapper .product-title {
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#launch-obd2-wrapper .product-title span {
color: #111;
position: relative;
display: inline-block;
z-index: 1;
}
#launch-obd2-wrapper .product-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: #E53E3E;
z-index: -1;
opacity: 0.6;
}
#launch-obd2-wrapper .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
line-height: 1.7;
}
#launch-obd2-wrapper .product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}
#launch-obd2-wrapper .feature-item {
display: flex;
align-items: center;
background: rgba(229, 62, 62, 0.1);
padding: 8px 16px;
border-radius: 50px;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .feature-item:hover {
background: rgba(229, 62, 62, 0.2);
transform: translateY(-3px);
}
#launch-obd2-wrapper .feature-icon {
margin-right: 10px;
color: #E53E3E;
}
#launch-obd2-wrapper .feature-text {
font-weight: 500;
font-size: 0.9rem;
color: #333;
}
#launch-obd2-wrapper .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
}
#launch-obd2-wrapper .product-image {
flex: 1;
min-width: 300px;
position: relative;
padding: 20px;
}
#launch-obd2-wrapper .product-image-main {
width: 100%;
max-width: 450px;
height: auto;
display: block;
margin: 0 auto;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#launch-obd2-wrapper .product-image-main:hover {
transform: scale(1.02);
}
#launch-obd2-wrapper .product-image-gallery {
display: flex;
flex-direction: column;
align-items: center;
}
#launch-obd2-wrapper .main-image-display {
margin-bottom: 15px;
position: relative;
width: 100%;
height: 450px; /* Fixed height for iframe */
display: flex;
justify-content: center;
}
#launch-obd2-wrapper .main-image-display iframe {
width: 100%;
height: 100%;
border: none;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
#launch-obd2-wrapper .thumbnail-container {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
#launch-obd2-wrapper .thumbnail-item img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: 10px;
cursor: pointer;
border: 2px solid transparent;
transition: border-color 0.3s ease, transform 0.3s ease;
opacity: 0.7;
}
#launch-obd2-wrapper .thumbnail-item img:hover {
opacity: 1;
transform: scale(1.05);
}
#launch-obd2-wrapper .thumbnail-item.active img {
border-color: #E53E3E;
opacity: 1;
}
#launch-obd2-wrapper .product-badge-corner {
position: absolute;
top: 20px;
right: 20px;
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
color: #111;
width: auto;
height: auto;
padding: 10px;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transform: rotate(15deg);
animation: pulse 2s infinite;
z-index: 10;
text-align: center;
}
#launch-obd2-wrapper .product-badge-corner .badge-big {
font-size: 1.2rem;
line-height: 1;
}
#launch-obd2-wrapper .product-badge-corner .badge-small {
font-size: 0.7rem;
opacity: 0.9;
}
/* Features Section */
#launch-obd2-wrapper .features-specs {
padding: 80px 0;
background: #fff;
position: relative;
}
#launch-obd2-wrapper .features-specs::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at bottom left, rgba(229, 62, 62, 0.05), transparent 60%);
}
#launch-obd2-wrapper .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 50px;
position: relative;
z-index: 1;
}
#launch-obd2-wrapper .feature-card {
background: #fff;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
padding: 30px;
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
position: relative;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.03);
height: 100%;
text-align: center;
}
#launch-obd2-wrapper .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(180deg, #E53E3E 0%, #C53030 100%);
transition: all 0.3s ease;
z-index: 0;
}
#launch-obd2-wrapper .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#launch-obd2-wrapper .feature-card:hover::before {
width: 100%;
opacity: 0.05;
}
#launch-obd2-wrapper .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(229, 62, 62, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
font-size: 24px;
color: #E53E3E;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
#launch-obd2-wrapper .feature-card:hover .feature-card-icon {
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
color: #111;
}
#launch-obd2-wrapper .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
position: relative;
z-index: 1;
}
#launch-obd2-wrapper .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.7;
position: relative;
z-index: 1;
}
/* How It Works Section */
#launch-obd2-wrapper .how-it-works {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
}
#launch-obd2-wrapper .how-it-works::before {
content: '';
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(229, 62, 62, 0.1) 0%, rgba(229, 62, 62, 0) 70%);
top: -150px;
right: -150px;
z-index: 0;
}
#launch-obd2-wrapper .how-it-works::after {
content: '';
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(255, 165, 0, 0.1) 0%, rgba(255, 165, 0, 0) 70%);
bottom: -100px;
left: -100px;
z-index: 0;
}
#launch-obd2-wrapper .steps-container {
display: flex;
position: relative;
margin-top: 80px;
z-index: 1;
}
#launch-obd2-wrapper .step-line {
position: absolute;
top: 50px;
left: 50px;
right: 50px;
height: 4px;
background: linear-gradient(90deg, #E53E3E 0%, #C53030 100%);
z-index: -1;
border-radius: 2px;
}
#launch-obd2-wrapper .step {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
padding: 0 15px;
position: relative;
transition: all 0.4s ease;
}
#launch-obd2-wrapper .step:hover {
transform: translateY(-10px);
}
#launch-obd2-wrapper .step:hover .step-icon {
transform: scale(1.1) rotate(10deg);
box-shadow: 0 15px 30px rgba(229, 62, 62, 0.3);
}
#launch-obd2-wrapper .step-icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
color: #111;
border-radius: 50%;
font-size: 2.5rem;
margin-bottom: 25px;
position: relative;
box-shadow: 0 10px 25px rgba(229, 62, 62, 0.2);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 2;
}
#launch-obd2-wrapper .step-number {
position: absolute;
top: -5px;
right: -5px;
width: 30px;
height: 30px;
background: #111;
color: #E53E3E;
border-radius: 50%;
font-size: 1rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
#launch-obd2-wrapper .step-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#launch-obd2-wrapper .step-description {
font-size: 1rem;
color: #666;
line-height: 1.6;
}
#launch-obd2-wrapper .steps-cta {
text-align: center;
margin-top: 60px;
}
#launch-obd2-wrapper .animation-wave {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 40px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRDEwMCI+PHBhdGggZD0iTTEyODAgMEw2NDAgNzAgMCAwdjE0MGgxMjgweiIgZmlsbC1vcGFjaXR5PSIuMDUiLz48L2c+PC9zdmc+') center/cover no-repeat;
opacity: 0.3;
z-index: 0;
animation: wave 15s linear infinite;
}
@keyframes wave {
0% {
background-position-x: 0;
}
100% {
background-position-x: 1280px;
}
}
/* Teknik Özellikler Bölümü */
#launch-obd2-wrapper .tech-specs-section {
padding: 100px 0;
position: relative;
overflow: hidden;
background: #fff;
}
#launch-obd2-wrapper .tech-specs-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(229, 62, 62, 0.05) 0%, rgba(255, 165, 0, 0.05) 100%);
z-index: 0;
}
#launch-obd2-wrapper .tech-specs-header {
text-align: center;
margin-bottom: 70px;
position: relative;
z-index: 1;
}
#launch-obd2-wrapper .tech-specs-panels {
position: relative;
margin: 0 auto;
max-width: 1100px;
z-index: 1;
}
/* General Specs Panel */
#launch-obd2-wrapper .general-specs {
display: flex;
flex-wrap: wrap;
padding: 30px;
}
#launch-obd2-wrapper .general-specs-diagram {
flex: 1;
min-width: 300px;
position: relative;
}
#launch-obd2-wrapper .specs-diagram {
position: relative;
width: 100%;
height: 500px; /* Increased height for better Spinzam view */
}
#launch-obd2-wrapper .spinzam-badge {
position: absolute;
top: 15px;
right: 15px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 8px 12px;
border-radius: 5px;
font-size: 0.85rem;
font-weight: 600;
z-index: 10; /* Ensure it's above the iframe */
display: flex;
align-items: center;
gap: 5px;
}
#launch-obd2-wrapper .spinzam-badge i {
font-size: 1rem;
}
#launch-obd2-wrapper .specs-diagram-image {
width: 100%;
height: 100%;
object-fit: contain;
}
#launch-obd2-wrapper .specs-diagram .spinzam-iframe {
width: 100%; /* Take full width of parent .specs-diagram */
height: 100%; /* Take full height of parent .specs-diagram */
border: none;
display: block; /* Prevent extra space if iframe is inline by default */
}
#launch-obd2-wrapper .general-specs-details {
flex: 1;
min-width: 300px;
padding-left: 40px;
}
#launch-obd2-wrapper .specs-detail-title {
font-size: 1.5rem;
font-weight: 700;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#launch-obd2-wrapper .specs-detail-title::after {
content: '';
position: absolute;
bottom: -8px;
left: 0;
width: 50px;
height: 3px;
background: linear-gradient(90deg, #E53E3E 0%, #C53030 100%);
border-radius: 2px;
}
#launch-obd2-wrapper .specs-detail-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
gap: 20px;
}
#launch-obd2-wrapper .specs-detail-item {
display: flex;
flex-direction: column;
}
#launch-obd2-wrapper .specs-detail-label {
font-size: 0.9rem;
color: #666;
margin-bottom: 5px;
}
#launch-obd2-wrapper .specs-detail-value {
font-size: 1.1rem;
font-weight: 600;
color: #111;
}
/* Distributor Section */
#launch-obd2-wrapper .distributor-section {
background: #fff;
color: #333;
padding: 100px 0 80px;
border-radius: 0;
margin: 0;
position: relative;
overflow: hidden;
}
#launch-obd2-wrapper .distributor-section::after {
display: none;
}
#launch-obd2-wrapper .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);
}
#launch-obd2-wrapper .distributor-section .container {
position: relative;
z-index: 2;
}
#launch-obd2-wrapper .distributor-subtitle {
background: rgba(229, 62, 62, 0.1);
color: #111;
}
#launch-obd2-wrapper .distributor-title {
color: #111;
font-size: 2.5rem;
margin-bottom: 25px;
}
#launch-obd2-wrapper .distributor-title::after {
background: linear-gradient(90deg, #E53E3E 0%, #C53030 100%);
height: 5px;
bottom: -15px;
}
#launch-obd2-wrapper .distributor-description {
color: #555;
max-width: 800px;
margin-bottom: 60px;
font-size: 1.15rem;
line-height: 1.8;
}
#launch-obd2-wrapper .distributor-content {
text-align: center;
}
#launch-obd2-wrapper .distributor-benefits {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
#launch-obd2-wrapper .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: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
text-align: center; /* Center align title and text */
position: relative;
overflow: hidden;
}
#launch-obd2-wrapper .benefit-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #E53E3E, #C53030);
opacity: 0;
transition: opacity 0.3s ease;
}
#launch-obd2-wrapper .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-color: #ddd;
}
#launch-obd2-wrapper .benefit-item:hover::before {
opacity: 1;
}
#launch-obd2-wrapper .benefit-header {
display: flex;
flex-direction: column; /* Stack icon and title vertically */
align-items: center; /* Center items horizontally */
justify-content: center;
margin-bottom: 15px; /* Adjusted margin */
}
#launch-obd2-wrapper .benefit-icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(229, 62, 62, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
border-radius: 50%;
margin-right: 0; /* Removed margin-right as items are stacked */
margin-bottom: 10px; /* Add space between icon and title */
transition: all 0.3s ease;
}
#launch-obd2-wrapper .benefit-item:hover .benefit-icon-wrapper {
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
}
#launch-obd2-wrapper .benefit-icon {
font-size: 1.8rem;
color: #E53E3E;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .benefit-item:hover .benefit-icon {
color: #111;
transform: scale(1.1);
}
#launch-obd2-wrapper .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin: 0;
}
#launch-obd2-wrapper .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
/* Added floating elements */
#launch-obd2-wrapper .floating-element {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(229, 62, 62, 0.1) 0%, rgba(255, 165, 0, 0.1) 100%);
z-index: 0;
animation: float 15s infinite ease-in-out;
}
#launch-obd2-wrapper .floating-1 {
width: 100px;
height: 100px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
#launch-obd2-wrapper .floating-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 10%;
animation-delay: -5s;
}
#launch-obd2-wrapper .floating-3 {
width: 80px;
height: 80px;
top: 40%;
right: 20%;
animation-delay: -10s;
}
/* Scroll Reveal Animation */
#launch-obd2-wrapper .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#launch-obd2-wrapper .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Sıkça Sorulan Sorular Bölümü */
#launch-obd2-wrapper .faq-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
padding: 80px 0;
}
#launch-obd2-wrapper .faq-container {
max-width: 900px;
margin: 50px auto 0;
}
#launch-obd2-wrapper .faq-item {
background: #fff;
border-radius: 10px;
margin-bottom: 15px;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
overflow: hidden;
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
}
#launch-obd2-wrapper .faq-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#launch-obd2-wrapper .faq-question {
padding: 20px 25px;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
transition: all 0.3s ease;
position: relative;
}
#launch-obd2-wrapper .faq-question::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 5px;
background: linear-gradient(180deg, #E53E3E 0%, #C53030 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
#launch-obd2-wrapper .faq-item.active .faq-question::before,
#launch-obd2-wrapper .faq-question:hover::before {
opacity: 1;
}
#launch-obd2-wrapper .faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
padding-right: 20px;
}
#launch-obd2-wrapper .faq-icon {
color: #E53E3E;
font-size: 1rem;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .faq-item.active .faq-icon {
transform: rotate(180deg);
}
#launch-obd2-wrapper .faq-answer {
max-height: 0;
overflow: hidden;
padding: 0 25px;
transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
}
#launch-obd2-wrapper .faq-item.active .faq-answer {
max-height: 1000px;
padding: 0 25px 20px;
}
#launch-obd2-wrapper .faq-answer p {
margin-top: 10px;
margin-bottom: 10px;
color: #666;
line-height: 1.6;
}
#launch-obd2-wrapper .faq-answer ul {
margin: 10px 0;
padding-left: 20px;
}
#launch-obd2-wrapper .faq-answer li {
margin-bottom: 5px;
color: #666;
}
/* Destek ve İletişim Bölümü */
#launch-obd2-wrapper .support-contact-section {
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 80px 0;
position: relative;
}
#launch-obd2-wrapper .support-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
margin: 50px 0;
}
#launch-obd2-wrapper .support-card {
background: #fff;
border-radius: 15px;
padding: 30px;
text-align: center;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
border: 1px solid rgba(0,0,0,0.03);
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
}
#launch-obd2-wrapper .support-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#launch-obd2-wrapper .support-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: rgba(229, 62, 62, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .support-card:hover .support-icon {
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
}
#launch-obd2-wrapper .support-icon i {
font-size: 1.8rem;
color: #E53E3E;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .support-card:hover .support-icon i {
color: #111;
}
#launch-obd2-wrapper .support-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#launch-obd2-wrapper .support-text {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
#launch-obd2-wrapper .support-link {
display: inline-block;
padding: 8px 20px;
background: rgba(229, 62, 62, 0.1);
color: #111;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
font-size: 0.9rem;
}
#launch-obd2-wrapper .support-link:hover {
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(229, 62, 62, 0.2);
}
/* Detaylı Görsel Galeri Bölümü */
#launch-obd2-wrapper .detailed-gallery-section {
background: #fff;
padding: 80px 0;
position: relative;
}
#launch-obd2-wrapper .detailed-gallery-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 20px;
}
#launch-obd2-wrapper .detailed-gallery-main {
position: relative;
margin-bottom: 30px;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
background: #f8f8f8;
cursor: zoom-in;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .detailed-gallery-main:hover {
box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}
#launch-obd2-wrapper .detailed-gallery-main img {
width: 100%;
height: auto;
display: block;
transition: transform 0.5s ease;
}
#launch-obd2-wrapper .detailed-gallery-main.zoomed img {
transform: scale(2);
cursor: zoom-out;
}
#launch-obd2-wrapper .gallery-zoom-indicator {
position: absolute;
top: 20px;
right: 20px;
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 10px 15px;
border-radius: 50px;
font-size: 0.9rem;
display: flex;
align-items: center;
gap: 8px;
z-index: 5;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .gallery-zoom-indicator:hover {
background: rgba(0, 0, 0, 0.9);
}
#launch-obd2-wrapper .gallery-zoom-indicator i {
font-size: 1rem;
}
#launch-obd2-wrapper .detailed-gallery-thumbnails {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
gap: 15px;
margin-top: 20px;
}
#launch-obd2-wrapper .detailed-thumbnail-item {
position: relative;
border-radius: 12px;
overflow: hidden;
cursor: pointer;
border: 3px solid transparent;
transition: all 0.3s ease;
aspect-ratio: 1;
background: #f0f0f0;
}
#launch-obd2-wrapper .detailed-thumbnail-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#launch-obd2-wrapper .detailed-thumbnail-item.active {
border-color: #E53E3E;
box-shadow: 0 0 0 2px rgba(229, 62, 62, 0.3);
}
#launch-obd2-wrapper .detailed-thumbnail-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
#launch-obd2-wrapper .detailed-thumbnail-item:hover img {
transform: scale(1.1);
}
#launch-obd2-wrapper .gallery-lightbox {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.95);
z-index: 10000;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
#launch-obd2-wrapper .gallery-lightbox.active {
display: flex;
opacity: 1;
}
#launch-obd2-wrapper .lightbox-content {
position: relative;
max-width: 90%;
max-height: 90%;
display: flex;
align-items: center;
justify-content: center;
}
#launch-obd2-wrapper .lightbox-content img {
max-width: 100%;
max-height: 90vh;
object-fit: contain;
border-radius: 10px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
#launch-obd2-wrapper .lightbox-close {
position: absolute;
top: 20px;
right: 30px;
color: #fff;
font-size: 2.5rem;
cursor: pointer;
z-index: 10001;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
transition: all 0.3s ease;
}
#launch-obd2-wrapper .lightbox-close:hover {
background: rgba(255, 255, 255, 0.2);
transform: rotate(90deg);
}
#launch-obd2-wrapper .lightbox-nav {
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 2rem;
cursor: pointer;
z-index: 10001;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: rgba(255, 255, 255, 0.1);
transition: all 0.3s ease;
}
#launch-obd2-wrapper .lightbox-nav:hover {
background: rgba(255, 255, 255, 0.2);
}
#launch-obd2-wrapper .lightbox-prev {
left: 30px;
}
#launch-obd2-wrapper .lightbox-next {
right: 30px;
}
#launch-obd2-wrapper .gallery-image-info {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 10px 20px;
border-radius: 50px;
font-size: 0.9rem;
z-index: 5;
}
/* Detaylı Görsel Galeri Grid Bölümü */
#launch-obd2-wrapper .detail-gallery-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
padding: 80px 0;
position: relative;
}
#launch-obd2-wrapper .detail-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-top: 50px;
}
#launch-obd2-wrapper .detail-gallery-item {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
border: 1px solid rgba(0,0,0,0.03);
}
#launch-obd2-wrapper .detail-gallery-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#launch-obd2-wrapper .detail-gallery-image {
width: 100%;
height: 380px;
object-fit: contain;
object-position: center;
display: block;
transition: transform 0.3s ease;
background: #f8f8f8;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
image-rendering: high-quality;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(0);
transform: translateZ(0);
padding: 10px;
box-sizing: border-box;
}
#launch-obd2-wrapper .detail-gallery-item:hover .detail-gallery-image {
transform: scale(1.02);
}
#launch-obd2-wrapper .detail-gallery-content {
padding: 25px;
text-align: center;
}
#launch-obd2-wrapper .detail-gallery-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(229, 62, 62, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 15px;
font-size: 1.8rem;
color: #E53E3E;
transition: all 0.3s ease;
}
#launch-obd2-wrapper .detail-gallery-item:hover .detail-gallery-icon {
background: linear-gradient(135deg, #E53E3E 0%, #C53030 100%);
color: #111;
transform: scale(1.1);
}
#launch-obd2-wrapper .detail-gallery-title {
font-size: 1.2rem;
font-weight: 700;
color: #111;
margin-bottom: 12px;
text-align: center;
}
#launch-obd2-wrapper .detail-gallery-description {
font-size: 0.95rem;
color: #666;
line-height: 1.7;
}
/* Mobile responsive adjustments */
@media (max-width: 992px) { /* Tablet and larger mobile */
#launch-obd2-wrapper .section {
padding: 40px 0;
}
#launch-obd2-wrapper .product-info {
padding-right: 0;
margin-bottom: 25px;
text-align: center;
}
#launch-obd2-wrapper .product-features {
justify-content: center;
}
#launch-obd2-wrapper .product-buttons {
justify-content: center;
}
#launch-obd2-wrapper .steps-container {
flex-direction: column;
align-items: center;
margin-top: 25px;
}
#launch-obd2-wrapper .step {
margin-bottom: 25px;
max-width: 380px;
}
#launch-obd2-wrapper .step-line {
display: none;
}
#launch-obd2-wrapper .general-specs {
flex-direction: column;
}
#launch-obd2-wrapper .general-specs-diagram {
margin-bottom: 30px;
}
#launch-obd2-wrapper .general-specs-details {
padding-left: 0;
margin-top: 30px;
}
/* Distributor Section Responsive */
#launch-obd2-wrapper .distributor-benefits {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media (max-width: 768px) {
#launch-obd2-wrapper {
margin: 0; /* Ensure no margin on mobile for the main wrapper */
}
#launch-obd2-wrapper .container {
padding: 0 10px;
}
#launch-obd2-wrapper .section {
padding: 20px 0;
}
#launch-obd2-wrapper .section-header {
margin-bottom: 20px;
}
#launch-obd2-wrapper .subtitle-wrapper {
gap: 5px; /* Further Reduced gap */
margin-bottom: 15px;
}
#launch-obd2-wrapper .section-subtitle {
font-size: 0.75rem; /* Slightly smaller font for subtitle text */
padding: 4px 8px; /* Further Reduced padding for subtitle text */
margin-bottom: 10px;
}
#launch-obd2-wrapper .subtitle-logo {
height: 22px; /* Further Reduced logo height */
}
#launch-obd2-wrapper .section-title {
font-size: 1.6rem;
margin-bottom: 15px;
}
#launch-obd2-wrapper .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#launch-obd2-wrapper .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#launch-obd2-wrapper .product-title {
font-size: 1.8rem;
margin-bottom: 15px;
}
#launch-obd2-wrapper .product-description {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 20px;
}
#launch-obd2-wrapper .product-info {
margin-bottom: 20px;
}
#launch-obd2-wrapper .product-hero {
flex-direction: column;
}
#launch-obd2-wrapper .main-image-display {
height: 300px; /* Smaller height for mobile */
}
#launch-obd2-wrapper .product-image-main {
max-width: 280px;
}
#launch-obd2-wrapper .product-badge-corner {
width: 60px; /* Reduced size for mobile */
height: 60px; /* Reduced size for mobile */
top: 20px; /* Adjusted position */
right: 20px; /* Adjusted position */
}
#launch-obd2-wrapper .badge-big {
font-size: 1.1rem; /* Reduced font size for mobile */
}
#launch-obd2-wrapper .badge-small {
font-size: 0.65rem; /* Reduced font size for mobile */
}
#launch-obd2-wrapper .product-buttons {
flex-direction: column;
width: 100%;
gap: 8px;
}
#launch-obd2-wrapper .btn {
width: 100%;
margin-bottom: 8px;
padding: 10px 20px;
font-size: 0.85rem;
}
#launch-obd2-wrapper .features-grid {
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}
#launch-obd2-wrapper .feature-card {
padding: 15px;
}
#launch-obd2-wrapper .feature-card-icon {
width: 50px; height: 50px; font-size: 20px; margin-bottom: 10px; /* Reduced margin */
}
#launch-obd2-wrapper .feature-card-title {
font-size: 1rem;
margin-bottom: 10px;
}
#launch-obd2-wrapper .feature-card-text {
font-size: 0.85rem;
line-height: 1.5;
}
#launch-obd2-wrapper .steps-container {
margin-top: 20px;
}
#launch-obd2-wrapper .step {
margin-bottom: 15px;
padding: 0 5px;
}
#launch-obd2-wrapper .step-icon {
width: 80px; height: 80px; font-size: 2rem; margin-bottom: 10px; /* Reduced margin */
}
#launch-obd2-wrapper .step-number {
width: 25px; height: 25px; font-size: 0.9rem;
}
#launch-obd2-wrapper .step-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#launch-obd2-wrapper .step-description {
font-size: 0.85rem;
line-height: 1.5;
}
#launch-obd2-wrapper .step-description {
font-size: 0.85rem;
line-height: 1.5;
}
#launch-obd2-wrapper .steps-cta {
margin-top: 20px;
}
#launch-obd2-wrapper .tech-specs-header { margin-bottom: 20px; }
#launch-obd2-wrapper .specs-diagram {
height: 350px; /* Adjusted height for Spinzam on mobile */
}
#launch-obd2-wrapper .spinzam-badge {
top: 8px; /* Adjusted top position */
left: 50%;
transform: translateX(-50%);
right: auto; /* Ensure no interference from desktop 'right' */
padding: 4px 6px; /* Reduced padding */
font-size: 0.65rem; /* Reduced font size */
white-space: nowrap; /* Prevent text wrapping */
}
#launch-obd2-wrapper .spinzam-badge i {
font-size: 0.75rem; /* Adjusted icon size */
}
#launch-obd2-wrapper .general-specs-details { /* Reverted: remove #general-specs specificity and text-align */
padding-left: 0; /* Remove left padding */
}
#launch-obd2-wrapper .general-specs-details { /* Reverted: remove #general-specs specificity and text-align */
padding-left: 0; /* Remove left padding */
}
#launch-obd2-wrapper .specs-detail-title { /* Reverted: remove #general-specs specificity */
font-size: 1.3rem; /* Reduced font size */
margin-bottom: 15px; /* Reduced margin */
/* display: inline-block; is default for this element if not overridden elsewhere */
}
#launch-obd2-wrapper .specs-detail-list { /* Reverted: remove #general-specs specificity and centering */
grid-template-columns: 1fr;
gap: 10px; /* Reduced gap */
/* margin-left: auto; margin-right: auto; width: fit-content; */
}
#launch-obd2-wrapper .specs-detail-label { font-size: 0.85rem; }
#launch-obd2-wrapper .specs-detail-value { font-size: 1rem; }
#launch-obd2-wrapper .floating-element {
display: none;
}
/* Distributor Section Responsive */
#launch-obd2-wrapper .distributor-section {
padding: 30px 0 20px;
}
#launch-obd2-wrapper .distributor-title {
font-size: 1.8rem;
}
#launch-obd2-wrapper .distributor-description {
font-size: 0.9rem;
margin-bottom: 20px;
}
#launch-obd2-wrapper .distributor-benefits {
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px; /* Reduced margin */
}
#launch-obd2-wrapper .benefit-item {
padding: 15px 10px;
}
#launch-obd2-wrapper .benefit-icon-wrapper {
width: 45px; /* Reduced size */
height: 45px; /* Reduced size */
margin-right: 10px; /* Reduced margin */
}
#launch-obd2-wrapper .benefit-icon {
font-size: 1.3rem; /* Reduced size */
}
#launch-obd2-wrapper .benefit-title {
font-size: 1.1rem;
}
#launch-obd2-wrapper .benefit-text {
font-size: 0.85rem;
}
/* FAQ section responsive */
#launch-obd2-wrapper .faq-section,
#launch-obd2-wrapper .support-contact-section {
padding: 40px 0;
}
#launch-obd2-wrapper .faq-container {
margin-top: 30px;
}
#launch-obd2-wrapper .faq-question {
padding: 15px 20px;
}
#launch-obd2-wrapper .faq-question h3 {
font-size: 0.95rem;
}
#launch-obd2-wrapper .faq-answer {
padding: 0 20px;
}
#launch-obd2-wrapper .faq-item.active .faq-answer {
padding: 0 20px 15px;
}
#launch-obd2-wrapper .faq-answer p,
#launch-obd2-wrapper .faq-answer li {
font-size: 0.85rem;
}
#launch-obd2-wrapper .support-grid {
grid-template-columns: 1fr;
gap: 15px;
margin: 30px 0;
}
#launch-obd2-wrapper .support-card {
padding: 20px;
}
#launch-obd2-wrapper .support-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
}
#launch-obd2-wrapper .support-icon i {
font-size: 1.5rem;
}
#launch-obd2-wrapper .support-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#launch-obd2-wrapper .support-text {
font-size: 0.85rem;
}
/* Detaylı Galeri Mobil */
#launch-obd2-wrapper .detailed-gallery-section {
padding: 40px 0;
}
#launch-obd2-wrapper .detailed-gallery-main {
margin-bottom: 20px;
border-radius: 15px;
}
#launch-obd2-wrapper .gallery-zoom-indicator {
top: 10px;
right: 10px;
padding: 8px 12px;
font-size: 0.75rem;
}
#launch-obd2-wrapper .gallery-zoom-indicator span {
display: none;
}
#launch-obd2-wrapper .detailed-gallery-thumbnails {
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
#launch-obd2-wrapper .gallery-image-info {
bottom: 10px;
padding: 8px 15px;
font-size: 0.8rem;
}
#launch-obd2-wrapper .lightbox-close {
top: 10px;
right: 15px;
width: 40px;
height: 40px;
font-size: 1.8rem;
}
#launch-obd2-wrapper .lightbox-nav {
width: 45px;
height: 45px;
font-size: 1.5rem;
}
#launch-obd2-wrapper .lightbox-prev {
left: 15px;
}
#launch-obd2-wrapper .lightbox-next {
right: 15px;
}
#launch-obd2-wrapper .detail-gallery-grid {
grid-template-columns: 1fr;
gap: 20px;
margin-top: 30px;
}
#launch-obd2-wrapper .detail-gallery-image {
height: 250px;
object-fit: contain;
}
#launch-obd2-wrapper .detail-gallery-content {
padding: 20px;
}
#launch-obd2-wrapper .detail-gallery-title {
font-size: 1.1rem;
}
#launch-obd2-wrapper .detail-gallery-description {
font-size: 0.9rem;
}
}
/* Desktop specific logo sizes */
@media (min-width: 993px) {
#launch-obd2-wrapper .hero-logo {
max-width: 220px; /* Increased size for desktop */
}
#launch-obd2-wrapper .subtitle-logo {
height: 48px; /* Increased size for desktop */
}
}
/* Animation for pulse effect */
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
/* Animation for floating elements */
@keyframes float {
0% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(5deg);
}
100% {
transform: translateY(0) rotate(0deg);
}
}

Profesyonel Konverter
Launch OBD2 24/12 Volt Dönüştürücü Konverter
24V ticari araçlarda 12V cihazları güvenle kullanın: Profesyonel voltaj dönüştürme teknolojisiyle kamyon, otobüs ve ağır vasıta araçlarında 12V teşhis cihazlarını sorunsuz çalıştırır. OBD2 konektörlü, güvenli ve güvenilir voltaj konverter.
24V → 12V
3A Güvenli
OBD2 Konektör
Hemen Satın Al
Detaylı Bilgi





Öne Çıkan Özellikler
Profesyonel Voltaj Dönüştürme: Launch OBD2
Launch OBD2 24/12 Volt Dönüştürücü Konverter, 24V ticari araçlarda 12V cihazları güvenle kullanmanızı sağlayan profesyonel bir cihazdır. Kamyon, otobüs ve ağır vasıta teşhis işlemlerinde hayati önem taşır.
24V → 12V Dönüştürme
24V ticari araçlarda 12V cihazları güvenle kullanmanızı sağlar. Sabit 12V çıkış voltajı ile profesyonel performans sunar.
Güvenlik Koruması
Aşırı akım, kısa devre ve aşırı ısınma koruması ile hem cihazı hem de bağlı ekipmanları güvende tutar.
OBD2 Konektör
Standart OBD2 konektörü ile tüm 24V araçlarda kolay bağlantı. Tak-çalıştır özelliği ile anında kulıma hazır.
Yüksek Verimlilik
%90+ verimlilik oranı ile enerji tasarruflu çalışma. Minimum ısı üretimi ile uzun süreli kullanım imkanı.
LED Göstergeler
Çalışma durumu ve sistem bilgilerini gösteren akıllı LED gösterge sistemi ile anında durum kontrolü.
Geniş Araç Uyumluluğu
Kamyon, otobüs, tır ve tüm 24V ticari araçlarda uyumlu. Evrensel kullanım için optimize edilmiş tasarım.
Kolay Kullanım
Launch OBD2 Konverter Nasıl Çalışır?
Launch OBD2 Konverter, kullanıcı dostu tasarımı ile profesyonel voltaj dönüştürme sağlar. Basit adımlarla 24V aracınızda 12V cihazları güvenle kullanın.
1
OBD2 Bağlantısı
Konverteri 24V aracın OBD2 portuna takın. Cihaz otomatik olarak 24V sistemi algılayacak ve LED göstergeler yanacaktır.
2
Voltaj Dönüştürme
Cihaz 24V girişi otomatik olarak algılar ve güvenli 12V çıkışa dönüştürür. Yeşil LED ışığı normal çalışmayı gösterir.
3
Cihaz Bağlantısı
12V teşhis cihazınızı, tablet veya diğer ekipmanları konverterin 12V çıkışına bağlayın. Maksimum 3A akım kapasitesi mevcuttur.
4
Güvenli Kullanım
Cihazlarınız güvenle çalışır. LED göstergeler durumu izler, aşırı akım koruması devreye girer ve sistem güvenliği sağlanır.
Teknik Detaylar
Launch OBD2 Konverter Teknik Özellikleri
Launch OBD2 24/12 Volt Dönüştürücü Konverter, yüksek verimlilik ve güvenlik teknolojisiyle donatılmış profesyonel bir cihazdır. Kompakt yapısı ve güvenilir performansı ile 24V araç teşhis işlemlerinde vazgeçilmez bir yardımcıdır.

Model
Launch OBD2 Converter
Ürün Tipi
24V/12V Voltaj Dönüştürücü
Giriş Voltajı
24V DC
Çıkış Voltajı
12V DC
Bağlantı Tipi
OBD2 16-Pin Konektör
Sıkça Sorulan Sorular
Neden Launch OBD2 Konverter?
Launch OBD2 Konverter, 24V ticari araçlarda 12V cihazları güvenle kullanmanızı sağlayan profesyonel bir voltaj dönüştürücüdür. Teşhis işlemlerinde güvenilir performans sunar.
Hangi araçlarda OBD2 konverter kullanabilirim?
Launch OBD2 Konverter geniş araç uyumluluğu sayesinde çeşitli 24V araçlarda kullanılabilir:
- Kamyonlar: Tüm marka ve model kamyonlar (Mercedes, Volvo, Scania, MAN, DAF, Iveco)
- Otobüsler: Şehir içi ve şehirlerarası otobüsler
- Ticari Araçlar: Kamyonet, minibüs, panelvan gibi ticari araçlar
- İş Makineleri: Ekskavatör, dozer, yükleyici gibi inşaat makineleri
- Tarım Makineleri: Traktör ve diğer tarım araçları
Cihaz, standart OBD2 konektörüne sahip tüm 24V araçlarda çalışır. 12V araçlarda kullanıma gerek yoktur.
Konverter hangi cihazları besleyebilir?
Launch OBD2 Konverter 3A maksimum akım kapasitesi ile çeşitli 12V cihazları besleyebilir:
- Teşhis Cihazları: OBD2 tarayıcılar, motor analizörleri, multimetreler
- Tablet ve Bilgisayarlar: Teşhis yazılımı çalıştıran tablet ve dizüstü bilgisayarlar
- Şarj Cihazları: Telefon, tablet ve diğer mobil cihaz şarjları
- LED Işıklar: Çalışma lambaları ve el fenerleri
- Küçük Aletler: 12V beslemeli küçük el aletleri
Toplam güç tüketimi 36W (3A x 12V) sınırını aşmamalıdır. Birden fazla cihaz bağlarken toplam akım değerini kontrol edin.
Konverter kullanırken nelere dikkat etmeliyim?
Güvenli ve verimli kullanım için şu hususlara dikkat etmelisiniz:
- Doğru Bağlantı: OBD2 konektörünü araç portuna tam olarak yerleştirin
- Akım Sınırı: Toplam akım tüketiminin 3A'yi geçmediğinden emin olun
- LED Kontrol: Yeşil LED'in yanıp yanmadığını kontrol edin, kırmızı LED hata gösterir
- Havalandırma: Cihazın havalandırma deliklerini kapatmayın
- Sıcaklık: Aşırı sıcak ortamlarda uzun süre kullanmayın
- Temizlik: Konektörleri temiz ve kuru tutun
Herhangi bir anormallik durumunda (aşırı ısınma, garip ses, koku) cihazı derhal çıkarın ve teknik destek alın.
Konverter çalışmıyorsa ne yapmalıyım?
Launch OBD2 Konverter sorun giderme adımları:
- Bağlantı Kontrolü:
- OBD2 konektörünün araç portuna tam oturduğundan emin olun
- Konektör pinlerinde korozyon veya hasar olup olmadığını kontrol edin
- Araç kontağının açık olduğundan emin olun
- LED Kontrol:
- Hiçbir LED yanmıyorsa güç girişi problemi olabilir
- Kırmızı LED yanıyorsa aşırı akım veya kısa devre var
- Yeşil LED yanıyorsa cihaz normal çalışıyor
- Sıfırlama: Cihazı OBD2 portundan çıkarıp 30 saniye bekledikten sonra tekrar takın
Bu adımlar sorunu çözmezse, cihazda arıza olabilir ve teknik destek alınması gerekir.
Konverter hangi avantajları sağlar?
Launch OBD2 Konverter kullanmanın başlıca avantajları:
- Maliyet Tasarrufu: 24V ve 12V ayrı cihaz setlerine gerek kalmaz
- Pratiklik: Tek cihazla tüm 24V araçlarda 12V ekipman kullanımı
- Güvenlik: Aşırı akım ve kısa devre koruması ile güvenli çalışma
- Verimlilik: %90+ verimlilik ile enerji tasarrufu
- Kompaktlık: Küçük boyutu ile kolay taşıma ve saklama
- Evrensellik: Tüm 24V araç markalarında uyumlu çalışma
Bu avantajlar, özellikle ticari araç servisleri ve mobil teknisyenler için büyük kolaylık ve maliyet avantajı sağlar.
Cihazın garanti süresi nedir?
Launch OBD2 24/12 Volt Dönüştürücü Konverter, otoeko.com tarafından sağlanan 6 ay resmi Türkiye garantisi kapsamındadır. Bu garanti sadece üretim hatalarına karşı geçerlidir. Yanlış kullanım, düşürme, sıvı teması, aşırı akım, yetkisiz tamir girişimleri gibi durumlar garanti kapsamı dışındadır. Garanti hizmeti için faturanızla birlikte otoeko.com ile iletişime geçmeniz yeterlidir.
Size Özel Destek
Destek ve İletişim
Launch OBD2 Konverter ile ilgili her türlü soru ve destek talebiniz için otoeko.com yanınızda. Size yardımcı olmaktan mutluluk duyarız.
Telefon Desteği
Hafta içi 09:00-18:00 saatleri arasında telefon ile teknik destek ve sipariş konularında yardım alabilirsiniz.
E-posta Desteği
7/24 e-posta desteğimiz ile sorularınızı iletebilir, en geç 24 saat içinde yanıt alabilirsiniz.
WhatsApp Desteği
WhatsApp üzerinden bize ulaşarak hızlı destek alabilirsiniz.
لم يتم طرح أي أسئلة حول هذا المنتج بعد.
كن أول من يسأل!اطرح سؤالاً
لا توجد تقييمات بعد
هل جربت هذا المنتج؟ شارك تجربتك وساعد العملاء الآخرين في اتخاذ القرار الصحيح. سيتم نشر مراجعتك بعد الموافقة.
Türkçe
English
العربية