Autool C350 Taşınabilir Elektrikli Araç EV Şarj Cihazı / IP65
AUTOOL C350 Taşınabilir Elektrikli Araç EV Şarj Cihazı | IP65 Su Geçirmez | otoeko.com
/* İzole stiller - sadece autool-c350-wrapper içindeki elementleri etkiler */
#autool-c350-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;
overflow-wrap: break-word; /* Improve text wrapping on small screens */
word-wrap: break-word; /* Fallback for older browsers */
}
#autool-c350-wrapper * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
#autool-c350-wrapper .container {
width: 100%;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 0 20px;
}
/* Shared Styles */
#autool-c350-wrapper .section {
padding: 60px 0;
position: relative;
overflow: hidden;
}
#autool-c350-wrapper .section::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 1px;
background: linear-gradient(90deg,
rgba(0,161,112,0) 0%,
rgba(0,161,112,0.5) 50%,
rgba(0,161,112,0) 100%);
}
#autool-c350-wrapper .section:last-child::after {
display: none;
}
#autool-c350-wrapper .section-header {
text-align: center;
margin-bottom: 60px;
position: relative;
z-index: 1;
}
#autool-c350-wrapper .subtitle-wrapper {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
margin-bottom: 20px;
flex-wrap: wrap;
}
#autool-c350-wrapper .section-subtitle {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
background: rgba(0, 161, 112, 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;
}
#autool-c350-wrapper .subtitle-wrapper .section-subtitle {
margin-bottom: 0;
}
#autool-c350-wrapper .subtitle-logo {
height: 36px; /* Default size */
width: auto;
display: block;
}
#autool-c350-wrapper .subtitle-logo-otoeko {
filter: brightness(1.05) saturate(1.1); /* Make logo more vibrant */
}
#autool-c350-wrapper .subtitle-text-icon-group {
display: flex;
align-items: center;
gap: 8px;
}
#autool-c350-wrapper .section-title {
font-size: 2.2rem;
font-weight: 800;
color: #111;
margin-bottom: 20px;
position: relative;
display: inline-block;
}
#autool-c350-wrapper .section-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 80px;
height: 4px;
background: linear-gradient(90deg, #00A170 0%, #34C78A 100%);
border-radius: 2px;
}
#autool-c350-wrapper .section-description {
max-width: 700px;
margin: 0 auto;
font-size: 1.1rem;
color: #555;
line-height: 1.7;
}
#autool-c350-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;
}
#autool-c350-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);
}
#autool-c350-wrapper .btn:hover::after {
transform: scale(1);
}
#autool-c350-wrapper .btn-primary {
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
box-shadow: 0 8px 25px rgba(0, 161, 112, 0.3);
}
#autool-c350-wrapper .btn-primary:hover {
transform: translateY(-5px);
box-shadow: 0 12px 30px rgba(0, 161, 112, 0.4);
}
#autool-c350-wrapper .btn-secondary {
background: transparent;
color: #111;
border: 2px solid #111;
}
#autool-c350-wrapper .btn-secondary:hover {
background: rgba(0, 0, 0, 0.05);
transform: translateY(-5px);
}
/* Green pattern background */
#autool-c350-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='%2300A170' 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 */
#autool-c350-wrapper .hero-section {
position: relative;
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 60px 0;
overflow: hidden;
text-align: center;
}
#autool-c350-wrapper .hero-logo-container {
margin-bottom: 25px;
}
#autool-c350-wrapper .hero-logo {
max-width: 180px; /* Default size */
height: auto;
}
#autool-c350-wrapper .hero-bg {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: 100%;
background: radial-gradient(circle at top right, rgba(0, 161, 112, 0.1), transparent 70%);
z-index: 0;
}
#autool-c350-wrapper .product-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: 2;
}
#autool-c350-wrapper .product-info {
flex: 1;
min-width: 300px;
padding-right: 40px;
text-align: left;
}
#autool-c350-wrapper .product-badge {
display: inline-block;
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
padding: 8px 16px;
border-radius: 50px;
font-weight: 600;
font-size: 0.9rem;
margin-bottom: 20px;
box-shadow: 0 5px 15px rgba(0, 161, 112, 0.2);
position: relative;
}
#autool-c350-wrapper .product-badge i {
margin-right: 5px;
animation: pulse 2s infinite;
}
#autool-c350-wrapper .product-title { /* This is the H1 */
font-size: 2.4rem;
font-weight: 800;
margin-bottom: 20px;
line-height: 1.2;
color: #111;
}
#autool-c350-wrapper .product-title span {
color: #111;
position: relative;
display: inline-block;
z-index: 1;
}
#autool-c350-wrapper .product-title span::after {
content: '';
position: absolute;
bottom: 5px;
left: 0;
width: 100%;
height: 8px;
background: #00A170;
z-index: -1;
opacity: 0.6;
}
#autool-c350-wrapper .product-description {
font-size: 1.1rem;
margin-bottom: 25px;
color: #444;
line-height: 1.7;
}
#autool-c350-wrapper .product-features {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 30px;
}
#autool-c350-wrapper .feature-item {
display: flex;
align-items: center;
background: rgba(0, 161, 112, 0.1);
padding: 8px 16px;
border-radius: 50px;
transition: all 0.3s ease;
}
#autool-c350-wrapper .feature-item:hover {
background: rgba(0, 161, 112, 0.2);
transform: translateY(-3px);
}
#autool-c350-wrapper .feature-icon {
margin-right: 10px;
color: #00A170;
}
#autool-c350-wrapper .feature-text {
font-weight: 500;
font-size: 0.9rem;
color: #333;
}
#autool-c350-wrapper .product-buttons {
display: flex;
gap: 15px;
margin-top: 30px;
}
#autool-c350-wrapper .product-image {
flex: 1;
min-width: 300px;
position: relative;
padding: 20px;
}
#autool-c350-wrapper .gallery-main-content-area {
width: 100%;
max-width: 450px;
height: 450px;
margin: 0 auto;
position: relative;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
#autool-c350-wrapper .gallery-main-content-area .product-image-main {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
display: block; /* Initially visible, JS will set the first image */
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#autool-c350-wrapper .product-image-main:hover {
transform: scale(1.03) perspective(1000px) rotateY(-5deg);
}
#autool-c350-wrapper .product-image-gallery {
display: flex;
flex-direction: column;
align-items: center;
}
#autool-c350-wrapper .main-image-display {
margin-bottom: 15px;
position: relative;
}
#autool-c350-wrapper .thumbnail-container {
display: flex;
gap: 10px;
justify-content: center;
flex-wrap: wrap;
}
#autool-c350-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;
}
#autool-c350-wrapper .thumbnail-item img:hover {
opacity: 1;
transform: scale(1.05);
}
#autool-c350-wrapper .thumbnail-item.active img {
border-color: #00A170;
opacity: 1;
}
#autool-c350-wrapper .product-badge-corner {
position: absolute;
top: 30px;
right: 30px;
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
width: 80px;
height: 80px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 50%;
font-weight: 700;
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
transform: rotate(15deg);
z-index: 10;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(1) rotate(15deg);
}
50% {
transform: scale(1.08) rotate(15deg);
}
100% {
transform: scale(1) rotate(15deg);
}
}
#autool-c350-wrapper .badge-big {
font-size: 1.4rem;
line-height: 1;
}
#autool-c350-wrapper .badge-small {
font-size: 0.8rem;
opacity: 0.9;
}
/* Features Section */
#autool-c350-wrapper .features-specs {
padding: 80px 0;
background: #fff;
position: relative;
}
#autool-c350-wrapper .features-specs::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: radial-gradient(circle at bottom left, rgba(0, 161, 112, 0.05), transparent 60%);
}
#autool-c350-wrapper .features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
margin-top: 50px;
position: relative;
z-index: 1;
}
#autool-c350-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;
}
#autool-c350-wrapper .feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background: linear-gradient(180deg, #00A170 0%, #34C78A 100%);
transition: all 0.3s ease;
z-index: 0;
}
#autool-c350-wrapper .feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-c350-wrapper .feature-card:hover::before {
width: 100%;
opacity: 0.05;
}
#autool-c350-wrapper .feature-card-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(0, 161, 112, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
font-size: 24px;
color: #00A170;
transition: all 0.3s ease;
position: relative;
z-index: 1;
}
#autool-c350-wrapper .feature-card:hover .feature-card-icon {
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
}
#autool-c350-wrapper .feature-card-title {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 15px;
color: #111;
position: relative;
z-index: 1;
}
#autool-c350-wrapper .feature-card-text {
color: #666;
font-size: 1rem;
line-height: 1.7;
position: relative;
z-index: 1;
}
/* How It Works Section */
#autool-c350-wrapper .how-it-works {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
}
#autool-c350-wrapper .how-it-works::before {
content: '';
position: absolute;
width: 400px;
height: 400px;
border-radius: 50%;
background: radial-gradient(circle, rgba(0, 161, 112, 0.1) 0%, rgba(0, 161, 112, 0) 70%);
top: -150px;
right: -150px;
z-index: 0;
}
#autool-c350-wrapper .how-it-works::after {
content: '';
position: absolute;
width: 300px;
height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(52, 199, 138, 0.1) 0%, rgba(52, 199, 138, 0) 70%);
bottom: -100px;
left: -100px;
z-index: 0;
}
#autool-c350-wrapper .steps-container {
display: flex;
position: relative;
margin-top: 80px;
z-index: 1;
}
#autool-c350-wrapper .step-line {
position: absolute;
top: 50px;
left: 50px;
right: 50px;
height: 4px;
background: linear-gradient(90deg, #00A170 0%, #34C78A 100%);
z-index: -1;
border-radius: 2px;
}
#autool-c350-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;
}
#autool-c350-wrapper .step:hover {
transform: translateY(-10px);
}
#autool-c350-wrapper .step:hover .step-icon {
transform: scale(1.1) rotate(10deg);
box-shadow: 0 15px 30px rgba(0, 161, 112, 0.3);
}
#autool-c350-wrapper .step-icon {
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
border-radius: 50%;
font-size: 2.5rem;
margin-bottom: 25px;
position: relative;
box-shadow: 0 10px 25px rgba(0, 161, 112, 0.2);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
z-index: 2;
}
#autool-c350-wrapper .step-number {
position: absolute;
top: -5px;
right: -5px;
width: 30px;
height: 30px;
background: #111;
color: #00A170;
border-radius: 50%;
font-size: 1rem;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
#autool-c350-wrapper .step-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-c350-wrapper .step-description {
font-size: 1rem;
color: #666;
line-height: 1.6;
}
#autool-c350-wrapper .steps-cta {
text-align: center;
margin-top: 60px;
}
#autool-c350-wrapper .animation-wave {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 40px;
background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzAwQTE3MCI+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ü */
#autool-c350-wrapper .tech-specs-section {
padding: 80px 0;
position: relative;
overflow: hidden;
background: #fff;
}
#autool-c350-wrapper .tech-specs-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0, 161, 112, 0.03) 0%, rgba(52, 199, 138, 0.03) 100%);
z-index: 0;
}
#autool-c350-wrapper .tech-specs-header {
text-align: center;
margin-bottom: 50px;
position: relative;
z-index: 1;
}
#autool-c350-wrapper .specs-panel { /* Main container for cards */
max-width: 1100px;
margin: 0 auto;
padding: 20px;
background: transparent;
border-radius: 0;
box-shadow: none;
z-index: 1;
}
/* New styles for spec cards */
#autool-c350-wrapper .specs-card-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-top: 30px;
}
#autool-c350-wrapper .spec-card {
background: #fff;
border-radius: 15px;
padding: 25px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
display: flex;
align-items: center;
gap: 20px;
transition: all 0.3s ease;
}
#autool-c350-wrapper .spec-card:hover {
transform: translateY(-5px);
box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
#autool-c350-wrapper .spec-card-icon {
font-size: 1.8rem;
color: #00A170;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0, 161, 112, 0.1);
border-radius: 12px;
flex-shrink: 0;
}
#autool-c350-wrapper .spec-card-content {
display: flex;
flex-direction: column;
}
#autool-c350-wrapper .spec-card-label {
font-size: 0.9rem;
color: #555;
margin-bottom: 4px;
font-weight: 500;
}
#autool-c350-wrapper .spec-card-value {
font-size: 1.05rem;
font-weight: 600;
color: #111;
line-height: 1.4;
}
/* End of new styles for spec cards */
/* Distributor Section */
#autool-c350-wrapper .distributor-section {
background: #fff;
color: #333;
padding: 100px 0 80px;
border-radius: 0;
margin: 0;
position: relative;
overflow: hidden;
}
#autool-c350-wrapper .distributor-section::after {
display: none;
}
#autool-c350-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);
}
#autool-c350-wrapper .distributor-section .container {
position: relative;
z-index: 2;
}
#autool-c350-wrapper .distributor-subtitle {
background: rgba(0, 161, 112, 0.1);
color: #111;
}
#autool-c350-wrapper .distributor-title {
color: #111;
font-size: 2.5rem;
margin-bottom: 25px;
}
#autool-c350-wrapper .distributor-title::after {
background: linear-gradient(90deg, #00A170 0%, #34C78A 100%);
height: 5px;
bottom: -15px;
}
#autool-c350-wrapper .distributor-description {
color: #555;
max-width: 800px;
margin-bottom: 60px;
font-size: 1.15rem;
line-height: 1.8;
}
#autool-c350-wrapper .distributor-content {
text-align: center;
}
#autool-c350-wrapper .distributor-benefits {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 30px;
margin-bottom: 60px;
}
#autool-c350-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;
}
#autool-c350-wrapper .benefit-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 5px;
background: linear-gradient(90deg, #00A170, #34C78A);
opacity: 0;
transition: opacity 0.3s ease;
}
#autool-c350-wrapper .benefit-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0,0,0,0.1);
border-color: #ddd;
}
#autool-c350-wrapper .benefit-item:hover::before {
opacity: 1;
}
#autool-c350-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 */
}
#autool-c350-wrapper .benefit-icon-wrapper {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, rgba(0, 161, 112, 0.1) 0%, rgba(52, 199, 138, 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;
}
#autool-c350-wrapper .benefit-item:hover .benefit-icon-wrapper {
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
}
#autool-c350-wrapper .benefit-icon {
font-size: 1.8rem;
color: #00A170;
transition: all 0.3s ease;
}
#autool-c350-wrapper .benefit-item:hover .benefit-icon {
color: #fff;
transform: scale(1.1);
}
#autool-c350-wrapper .benefit-title {
font-size: 1.25rem;
font-weight: 700;
color: #111;
margin: 0;
}
#autool-c350-wrapper .benefit-text {
font-size: 0.95rem;
color: #666;
line-height: 1.6;
}
#autool-c350-wrapper .distributor-contact-cta {
margin-top: 40px;
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
#autool-c350-wrapper .distributor-btn {
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
padding: 16px 40px;
font-size: 1.1rem;
box-shadow: 0 10px 30px rgba(0, 161, 112, 0.2);
display: inline-flex;
align-items: center;
gap: 10px;
}
#autool-c350-wrapper .distributor-btn:hover {
transform: translateY(-5px);
box-shadow: 0 15px 40px rgba(0, 161, 112, 0.3);
}
#autool-c350-wrapper .distributor-btn-alt {
background: transparent;
color: #111;
border: 2px solid #111;
padding: 16px 40px;
font-size: 1.1rem;
display: inline-flex;
align-items: center;
gap: 10px;
}
#autool-c350-wrapper .distributor-btn-alt:hover {
background: rgba(0,0,0,0.05);
transform: translateY(-5px);
}
/* Added floating elements */
#autool-c350-wrapper .floating-element {
position: absolute;
border-radius: 50%;
background: linear-gradient(135deg, rgba(0, 161, 112, 0.1) 0%, rgba(52, 199, 138, 0.1) 100%);
z-index: 0;
animation: float 15s infinite ease-in-out;
}
#autool-c350-wrapper .floating-1 {
width: 100px;
height: 100px;
top: 10%;
left: 5%;
animation-delay: 0s;
}
#autool-c350-wrapper .floating-2 {
width: 150px;
height: 150px;
bottom: 20%;
right: 10%;
animation-delay: -5s;
}
#autool-c350-wrapper .floating-3 {
width: 80px;
height: 80px;
top: 40%;
right: 20%;
animation-delay: -10s;
}
/* Scroll Reveal Animation */
#autool-c350-wrapper .reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}
#autool-c350-wrapper .reveal.active {
opacity: 1;
transform: translateY(0);
}
/* Sıkça Sorulan Sorular Bölümü */
#autool-c350-wrapper .faq-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
position: relative;
padding: 80px 0;
}
#autool-c350-wrapper .faq-container {
max-width: 900px;
margin: 50px auto 0;
}
#autool-c350-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);
}
#autool-c350-wrapper .faq-item:hover {
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#autool-c350-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;
}
#autool-c350-wrapper .faq-question::before {
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 5px;
background: linear-gradient(180deg, #00A170 0%, #34C78A 100%);
opacity: 0;
transition: opacity 0.3s ease;
}
#autool-c350-wrapper .faq-item.active .faq-question::before,
#autool-c350-wrapper .faq-question:hover::before {
opacity: 1;
}
#autool-c350-wrapper .faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: #333;
margin: 0;
padding-right: 20px;
}
#autool-c350-wrapper .faq-icon {
color: #00A170;
font-size: 1rem;
transition: all 0.3s ease;
}
#autool-c350-wrapper .faq-item.active .faq-icon {
transform: rotate(180deg);
}
#autool-c350-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);
}
#autool-c350-wrapper .faq-item.active .faq-answer {
max-height: 1000px;
padding: 0 25px 20px;
}
#autool-c350-wrapper .faq-answer p {
margin-top: 10px;
margin-bottom: 10px;
color: #666;
line-height: 1.6;
}
#autool-c350-wrapper .faq-answer ul {
margin: 10px 0;
padding-left: 20px;
}
#autool-c350-wrapper .faq-answer li {
margin-bottom: 5px;
color: #666;
}
/* Destek ve İletişim Bölümü */
#autool-c350-wrapper .support-contact-section {
background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
padding: 80px 0;
position: relative;
}
#autool-c350-wrapper .support-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 25px;
margin: 50px 0;
}
#autool-c350-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%;
}
#autool-c350-wrapper .support-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
#autool-c350-wrapper .support-icon {
width: 70px;
height: 70px;
border-radius: 50%;
background: rgba(0, 161, 112, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
transition: all 0.3s ease;
}
#autool-c350-wrapper .support-card:hover .support-icon {
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
}
#autool-c350-wrapper .support-icon i {
font-size: 1.8rem;
color: #00A170;
transition: all 0.3s ease;
}
#autool-c350-wrapper .support-card:hover .support-icon i {
color: #fff;
}
#autool-c350-wrapper .support-title {
font-size: 1.3rem;
font-weight: 700;
color: #111;
margin-bottom: 15px;
}
#autool-c350-wrapper .support-text {
color: #666;
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
flex-grow: 1;
}
#autool-c350-wrapper .support-link {
display: inline-block;
padding: 8px 20px;
background: rgba(0, 161, 112, 0.1);
color: #111;
border-radius: 50px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
font-size: 0.9rem;
}
#autool-c350-wrapper .support-link:hover {
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0, 161, 112, 0.2);
}
/* İletişim Formu */
#autool-c350-wrapper .contact-form-container {
max-width: 800px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0,0,0,0.03);
}
#autool-c350-wrapper .contact-form-title {
font-size: 1.5rem;
font-weight: 700;
color: #111;
margin-bottom: 30px;
text-align: center;
position: relative;
}
#autool-c350-wrapper .contact-form-title::after {
content: '';
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 3px;
background: linear-gradient(90deg, #00A170 0%, #34C78A 100%);
border-radius: 2px;
}
#autool-c350-wrapper .form-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
margin-bottom: 20px;
}
#autool-c350-wrapper .form-group {
flex: 1;
min-width: 250px;
}
#autool-c350-wrapper .form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
font-size: 0.95rem;
}
#autool-c350-wrapper .form-group input,
#autool-c350-wrapper .form-group select,
#autool-c350-wrapper .form-group textarea {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 8px;
font-family: 'Poppins', sans-serif;
font-size: 0.95rem;
transition: all 0.3s ease;
}
#autool-c350-wrapper .form-group input:focus,
#autool-c350-wrapper .form-group select:focus,
#autool-c350-wrapper .form-group textarea:focus {
outline: none;
border-color: #00A170;
box-shadow: 0 0 0 2px rgba(0, 161, 112, 0.1);
}
#autool-c350-wrapper .form-consent {
display: flex;
align-items: flex-start;
gap: 10px;
margin: 20px 0;
}
#autool-c350-wrapper .form-consent input {
width: auto;
margin-top: 5px;
}
#autool-c350-wrapper .form-consent label {
font-size: 0.85rem;
color: #666;
}
#autool-c350-wrapper .contact-submit {
display: block;
width: 100%;
max-width: 250px;
margin: 30px auto 0;
padding: 14px 20px;
text-align: center;
}
/* Mobile responsive adjustments */
@media (max-width: 992px) { /* Tablet and larger mobile */
#autool-c350-wrapper .section {
padding: 40px 0;
}
#autool-c350-wrapper .product-info {
padding-right: 0;
margin-bottom: 25px;
text-align: center;
}
#autool-c350-wrapper .product-features {
justify-content: center;
}
#autool-c350-wrapper .product-buttons {
justify-content: center;
}
#autool-c350-wrapper .steps-container {
flex-direction: column;
align-items: center;
margin-top: 25px;
}
#autool-c350-wrapper .step {
margin-bottom: 25px;
max-width: 380px;
}
#autool-c350-wrapper .step-line {
display: none;
}
#autool-c350-wrapper .specs-3d-container {
min-height: 450px;
perspective: 1100px;
}
#autool-c350-wrapper .specs-3d-model {
width: 65%;
}
#autool-c350-wrapper .specs-3d-item {
width: 120px;
height: 120px;
padding: 15px;
}
#autool-c350-wrapper .specs-3d-item-1 { transform: translateZ(140px); }
#autool-c350-wrapper .specs-3d-item-2 { transform: rotateY(45deg) translateZ(140px); }
#autool-c350-wrapper .specs-3d-item-3 { transform: rotateY(90deg) translateZ(140px); }
#autool-c350-wrapper .specs-3d-item-4 { transform: rotateY(135deg) translateZ(140px); }
#autool-c350-wrapper .specs-3d-item-5 { transform: rotateY(180deg) translateZ(140px); }
#autool-c350-wrapper .specs-3d-item-6 { transform: rotateY(225deg) translateZ(140px); }
#autool-c350-wrapper .specs-3d-item-7 { transform: rotateY(270deg) translateZ(140px); }
#autool-c350-wrapper .specs-3d-item-8 { transform: rotateY(315deg) translateZ(140px); }
#autool-c350-wrapper .specs-image-container {
width: 70%;
max-width: 350px;
opacity: 0.8;
}
#autool-c350-wrapper .general-specs {
flex-direction: column;
}
#autool-c350-wrapper .general-specs-diagram {
margin-bottom: 30px;
}
#autool-c350-wrapper .general-specs-details {
padding-left: 0;
margin-top: 30px;
}
#autool-c350-wrapper .dimension-container {
flex-direction: column;
align-items: center;
}
#autool-c350-wrapper .dimension-details {
margin-top: 30px;
}
/* Distributor Section Responsive */
#autool-c350-wrapper .distributor-benefits {
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
}
@media (max-width: 768px) {
#autool-c350-wrapper .container {
padding: 0 10px;
}
#autool-c350-wrapper .section {
padding: 20px 0;
}
#autool-c350-wrapper .section-header {
margin-bottom: 20px;
}
#autool-c350-wrapper .subtitle-wrapper {
gap: 5px; /* Further Reduced gap */
margin-bottom: 15px;
}
#autool-c350-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;
}
#autool-c350-wrapper .subtitle-logo {
height: 22px; /* Further Reduced logo height */
}
#autool-c350-wrapper .section-title {
font-size: 1.6rem;
margin-bottom: 15px;
}
#autool-c350-wrapper .section-title::after {
bottom: -8px;
width: 60px;
height: 3px;
}
#autool-c350-wrapper .section-description {
font-size: 0.9rem;
line-height: 1.5;
}
#autool-c350-wrapper .product-title {
font-size: 1.8rem;
margin-bottom: 15px;
}
#autool-c350-wrapper .product-description {
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 20px;
}
#autool-c350-wrapper .product-info {
margin-bottom: 20px;
width: 100%;
min-width: auto; /* Ensure it doesn't overflow on very small screens */
}
#autool-c350-wrapper .product-image { /* Added to ensure product image also behaves well */
width: 100%;
min-width: auto;
}
#autool-c350-wrapper .product-hero {
flex-direction: column;
}
#autool-c350-wrapper .gallery-main-content-area {
max-width: 300px !important; /* Mobile size */
height: 300px !important; /* Mobile size */
}
#autool-c350-wrapper .thumbnail-item > div, /* Target the div for 360 icon */
#autool-c350-wrapper .thumbnail-item img {
width: 60px !important; /* Smaller thumbnails */
height: 60px !important;
}
#autool-c350-wrapper .thumbnail-item .fa-sync-alt {
font-size: 24px !important; /* Smaller icon in thumbnail */
}
#autool-c350-wrapper .product-badge-corner {
width: 60px; /* Reduced size for mobile */
height: 60px; /* Reduced size for mobile */
top: 20px; /* Adjusted position */
right: 20px; /* Adjusted position */
}
#autool-c350-wrapper .badge-big {
font-size: 1.1rem; /* Reduced font size for mobile */
}
#autool-c350-wrapper .badge-small {
font-size: 0.65rem; /* Reduced font size for mobile */
}
#autool-c350-wrapper .product-buttons {
flex-direction: column;
width: 100%;
gap: 8px;
}
#autool-c350-wrapper .btn {
width: 100%;
margin-bottom: 8px;
padding: 10px 20px;
font-size: 0.85rem;
}
#autool-c350-wrapper .features-grid {
grid-template-columns: 1fr;
gap: 15px;
margin-top: 20px;
}
#autool-c350-wrapper .feature-card {
padding: 15px;
}
#autool-c350-wrapper .feature-card-icon {
width: 50px; height: 50px; font-size: 20px; margin-bottom: 10px; /* Reduced margin */
}
#autool-c350-wrapper .feature-card-title {
font-size: 1rem;
margin-bottom: 10px;
}
#autool-c350-wrapper .feature-card-text {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-c350-wrapper .steps-container {
margin-top: 20px;
}
#autool-c350-wrapper .step {
margin-bottom: 15px;
padding: 0 5px;
}
#autool-c350-wrapper .step-icon {
width: 80px; height: 80px; font-size: 2rem; margin-bottom: 10px; /* Reduced margin */
}
#autool-c350-wrapper .step-number {
width: 25px; height: 25px; font-size: 0.9rem;
}
#autool-c350-wrapper .step-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-c350-wrapper .step-description {
font-size: 0.85rem;
line-height: 1.5;
}
#autool-c350-wrapper .steps-cta {
margin-top: 20px;
}
#autool-c350-wrapper .tech-specs-header { margin-bottom: 20px; }
#autool-c350-wrapper .specs-card-grid {
grid-template-columns: 1fr; /* Single column for mobile */
}
#autool-c350-wrapper .spec-card {
flex-direction: column;
align-items: flex-start;
text-align: left;
gap: 10px;
}
#autool-c350-wrapper .spec-card-icon {
margin-bottom: 10px;
}
#autool-c350-wrapper .floating-element {
display: none;
}
/* Distributor Section Responsive */
#autool-c350-wrapper .distributor-section {
padding: 30px 0 20px;
}
#autool-c350-wrapper .distributor-title {
font-size: 1.8rem;
}
#autool-c350-wrapper .distributor-description {
font-size: 0.9rem;
margin-bottom: 20px;
}
#autool-c350-wrapper .distributor-benefits {
grid-template-columns: 1fr;
gap: 15px;
margin-bottom: 20px; /* Reduced margin */
}
#autool-c350-wrapper .benefit-item {
padding: 15px 10px;
}
#autool-c350-wrapper .benefit-icon-wrapper {
width: 45px; /* Reduced size */
height: 45px; /* Reduced size */
margin-right: 10px; /* Reduced margin */
}
#autool-c350-wrapper .benefit-icon {
font-size: 1.3rem; /* Reduced size */
}
#autool-c350-wrapper .benefit-title {
font-size: 1.1rem;
}
#autool-c350-wrapper .benefit-text {
font-size: 0.85rem;
}
#autool-c350-wrapper .distributor-contact-cta {
flex-direction: column;
gap: 10px;
margin-top: 20px; /* Reduced margin */
}
#autool-c350-wrapper .distributor-btn,
#autool-c350-wrapper .distributor-btn-alt {
width: 100%;
padding: 12px 15px;
font-size: 0.9rem;
justify-content: center;
}
/* FAQ section responsive */
#autool-c350-wrapper .faq-section,
#autool-c350-wrapper .support-contact-section {
padding: 40px 0;
}
#autool-c350-wrapper .faq-container {
margin-top: 30px;
}
#autool-c350-wrapper .faq-question {
padding: 15px 20px;
}
#autool-c350-wrapper .faq-question h3 {
font-size: 0.95rem;
}
#autool-c350-wrapper .faq-answer {
padding: 0 20px;
}
#autool-c350-wrapper .faq-item.active .faq-answer {
padding: 0 20px 15px;
}
#autool-c350-wrapper .faq-answer p,
#autool-c350-wrapper .faq-answer li {
font-size: 0.85rem;
}
#autool-c350-wrapper .support-grid {
grid-template-columns: 1fr;
gap: 15px;
margin: 30px 0;
}
#autool-c350-wrapper .support-card {
padding: 20px;
}
#autool-c350-wrapper .support-icon {
width: 60px;
height: 60px;
margin-bottom: 15px;
}
#autool-c350-wrapper .support-icon i {
font-size: 1.5rem;
}
#autool-c350-wrapper .support-title {
font-size: 1.1rem;
margin-bottom: 10px;
}
#autool-c350-wrapper .support-text {
font-size: 0.85rem;
}
#autool-c350-wrapper .contact-form-container {
padding: 20px;
}
#autool-c350-wrapper .form-row {
flex-direction: column;
gap: 15px;
margin-bottom: 0;
}
#autool-c350-wrapper .form-group {
margin-bottom: 15px;
width: 100%;
min-width: auto; /* Ensure form groups don't overflow */
}
#autool-c350-wrapper .contact-form-title {
font-size: 1.3rem;
margin-bottom: 20px;
}
}
/* Desktop specific logo sizes */
@media (min-width: 993px) {
#autool-c350-wrapper .hero-logo {
max-width: 220px; /* Increased size for desktop */
}
#autool-c350-wrapper .subtitle-logo {
height: 48px; /* Increased size for desktop */
}
}
/* Float animation */
@keyframes float {
0% {
transform: translateY(0) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(4deg);
}
100% {
transform: translateY(0) rotate(0deg);
}
}
/* Detaylı Görsel Galeri Bölümü */
#autool-c350-wrapper .detail-gallery-section {
background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
padding: 80px 0;
position: relative;
}
#autool-c350-wrapper .detail-gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin-top: 50px;
}
#autool-c350-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);
}
#autool-c350-wrapper .detail-gallery-item:hover {
transform: translateY(-8px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
#autool-c350-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;
}
#autool-c350-wrapper .detail-gallery-item:hover .detail-gallery-image {
transform: scale(1.02);
}
#autool-c350-wrapper .detail-gallery-content {
padding: 25px;
text-align: center;
}
#autool-c350-wrapper .detail-gallery-icon {
width: 60px;
height: 60px;
border-radius: 15px;
background: rgba(0, 161, 112, 0.1);
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 15px;
font-size: 1.8rem;
color: #00A170;
transition: all 0.3s ease;
}
#autool-c350-wrapper .detail-gallery-item:hover .detail-gallery-icon {
background: linear-gradient(135deg, #00A170 0%, #34C78A 100%);
color: #fff;
transform: scale(1.1);
}
#autool-c350-wrapper .detail-gallery-title {
font-size: 1.2rem;
font-weight: 700;
color: #111;
margin-bottom: 12px;
text-align: center;
}
#autool-c350-wrapper .detail-gallery-description {
font-size: 0.95rem;
color: #666;
line-height: 1.7;
}
/* Mobile responsive adjustments for detail gallery */
@media (max-width: 768px) {
#autool-c350-wrapper .detail-gallery-grid {
grid-template-columns: 1fr;
gap: 20px;
margin-top: 30px;
}
#autool-c350-wrapper .detail-gallery-image {
height: 250px;
object-fit: contain;
}
#autool-c350-wrapper .detail-gallery-content {
padding: 20px;
}
#autool-c350-wrapper .detail-gallery-title {
font-size: 1.1rem;
}
#autool-c350-wrapper .detail-gallery-description {
font-size: 0.9rem;
}
}

Hızlı Şarj
AUTOOL C350 Taşınabilir Elektrikli Araç EV Şarj Cihazı
IP65 su geçirmez koruma ile güvenli ve güçlü EV şarj çözümü. Type 2 bağlantı, 7.5kW'a kadar ayarlanabilir güç, LED ekran ve çoklu koruma sistemleri ile elektrikli aracınızı her yerde şarj edin.
7.5kW Şarj Gücü
IP65 Su Geçirmez
Type 2 Konektör
Hemen Satın Al
Detaylı Bilgi








Premium Özellikler
Üstün Teknoloji ile AUTOOL C350
AUTOOL C350, elektrikli araçlar için tasarlanmış, güvenli ve verimli taşınabilir şarj cihazıdır. IP65 su geçirmez özelliği, ayarlanabilir şarj gücü ve çoklu koruma sistemleri ile elektrikli araç şarj deneyiminizi iyileştirir.
Ayarlanabilir Şarj Gücü
8A, 10A, 12A, 14A ve 16A akım seçenekleri ile 3.5kW'a kadar ayarlanabilir şarj gücü, farklı elektrik tesisatlarına uyum sağlar.
IP65 Su Geçirmez
IP65 su ve toz koruması ile dış mekanlarda güvenle kullanılabilir. Yağmurlu havalarda bile şarj işleminizi kesintisiz sürdürün.
Type 2 Konektör
Avrupa standardı Type 2 (IEC 62196) konektör ile çoğu elektrikli araç modeli ile uyumlu. Tesla, BMW, Mercedes, Audi, Volkswagen ve daha fazlası.
Çoklu Koruma Sistemleri
Aşırı akım, aşırı voltaj, aşırı sıcaklık, kısa devre, topraklama koruması ve kaçak akım koruması ile araç ve şarj cihazını güvende tutar.
LED Dijital Ekran
Net LED ekran ile voltaj, akım, şarj durumu, şarj gücü ve sıcaklık gibi önemli bilgileri anında görüntüleyin.
Taşınabilir Tasarım
Kompakt ve hafif yapısı ile her yere götürülebilir. Seyahatlerde, evde veya işyerinde kolayca kullanılabilir.
Kolay Kullanım
AUTOOL C350 Nasıl Çalışır?
AUTOOL C350 ile elektrikli aracınızı şarj etmek son derece kolaydır. Birkaç basit adımda şarj işlemine başlayabilir ve LED ekran üzerinden tüm süreci takip edebilirsiniz.
1
Bağlantı
C350'yi uygun bir AC güç kaynağına bağlayın. Ev tipi 220V/240V priz veya 3 fazlı endüstriyel priz kullanılabilir. Cihaz otomatik olarak güç kaynağını tanır.
2
Şarj Gücü Ayarı
LED ekran ve kontrol düğmeleri ile istediğiniz şarj akımını (8A-16A) seçin. Şarj gücünü elektrik tesisatınıza ve ihtiyacınıza göre ayarlayabilirsiniz.
3
Araç Bağlantısı
Type 2 konektörü elektrikli aracınızın şarj portuna bağlayın. Konektör otomatik olarak kilitlenir ve şarj cihazı araca sinyal gönderir.
4
Şarj İşlemi
Şarj işlemi otomatik olarak başlar. LED ekrandan voltaj, akım, şarj gücü ve sıcaklık değerlerini takip edebilirsiniz. İşlem tamamlanana kadar güvenli şarj devam eder.
Detaylı Görseller
AUTOOL C350 Detaylı Görsel Galeri
AUTOOL C350'nin tüm özelliklerini, kullanım adımlarını ve teknik detaylarını görsel olarak keşfedin. Her görsel, cihazın farklı bir yönünü ve işlevini açıklamaktadır.

Beş Ayarlanabilir Akım Seviyesi
Kullanıcılar mevcut güç tüketimine göre akımı ayarlayabilirler. Maksimum çıkış gücü 3,5 kW'a kadar olup, saatte ortalama 20 kilometre şarj menzili sağlar.
Akım Seviyeleri:
• 16A: 3,2-3,5 kW güç çıkışı
• 14A: 2,8-3,36 kW güç çıkışı
• 12A: 2,4-2,88 kW güç çıkışı
• 10A: 2,0-2,4 kW güç çıkışı
• 8A: 1,6-1,92 kW güç çıkışı

HD Dijital Ekran
Şarj verileri ve durumu hakkında sezgisel bir anlayış sağlamak için gelişmiş ekran ve gösterge ışıklarıyla donatılmıştır.
Ekran Özellikleri:
• Şarj Verisi Ekranı: Gerçek zamanlı voltaj (14A), sıcaklık (30°C), enerji tüketimi (kWh) ve süre bilgisi
• Şarj Durumu Göstergesi: GÜÇ, DURUM, FLT1, FLT2 LED göstergeleri ile anlık durum takibi
• Kontrol Düğmeleri: AYARLAMAK, TAMAM ve GÜÇ düğmeleri ile kolay kullanım
• Görsel Geri Bildirim: "Şarj oluyor.." mesajı ile kullanıcı bilgilendirmesi

Planlanmış Şarj Saati
Kullanışlı ve verimli zamanlama özelliği ile şarj işlemine başlama için 8 saate kadar esneklik sunar. Elektrik fiyatlarının en yüksek olduğu saatlerden kaçınarak maliyetleri düşürmenizi sağlar.
Zamanlama Özellikleri:
• Gecikme Süresi: 0-8 saat arası ayarlanabilir başlama zamanı
• Zaman Aralıkları: 30 dakika artışlarla hassas ayarlama (0/30/60/.../420/450/480 dakika)
• Maliyet Optimizasyonu: Düşük elektrik tarifeli saatlerde otomatik şarj
• Kolay Kontrol: AYARLAMAK düğmesi ile basit zamanlama ayarı
• Durum Takibi: LED göstergeler ile zamanlama durumu görüntüleme

Yalıtımlı Şarj Bağlantısı
Dayanıklı ve yüksek mukavemetli, ateşe dayanıklı malzemelerden üretilmiştir. Şarj sırasında mükemmel direnç özelliği ile güvenli bağlantı sağlar.
Güvenlik Özellikleri:
• Sızıntı Koruması: Gelişmiş yalıtım teknolojisi ile elektrik kaçağına karşı tam koruma
• Alev Geciktirici Koruma: Yüksek sıcaklık direnci ve yangın güvenliği sağlayan özel malzemeler
• Yüksek Mukavemet: Uzun süreli kullanım için dayanıklı yapı ve aşınma direnci
• Çevresel Direnç: Dış etkenler ve hava koşullarına karşı üstün performans
• Güvenli Şarj: Tüm şarj süreci boyunca maksimum güvenlik garantisi

Oksijensiz Saf Bakır Çekirdek
AB CE sertifikasyon standartlarını karşılayan yüksek kaliteli, oksijensiz saf bakır malzemeden üretilmiştir. Yüksek elektrik iletkenliği ve kararlılık özelliklerine sahiptir.
Kablo Özellikleri:
• Saf Bakır Çekirdek: 16A'e kadar akıma dayanabilir, hızlı ve güvenli iletim sağlar
• Oksijensiz Yapı: Üstün elektrik iletkenliği ve uzun ömür için özel üretim
• Kalınlaştırılmış Dış Ceket: Dayanıklı ve aşınmaya karşı dirençli yapı
• Çevresel Dayanıklılık: Yağmur ve toza karşı tam koruma
• CE Sertifikası: Avrupa Birliği güvenlik ve kalite standartlarına uygunluk
• Kararlı Performans: Uzun süreli kullanımda sabit elektrik iletimi

13 Çeşit Şarj Koruması
Şarj tamamlandığında otomatik olarak kapanan, dahili akıllı sıcaklık kontrol çipi sayesinde hem şarj cihazı hem de aracınız için kapsamlı koruma sağlar.
Koruma Sistemleri:
• Sızıntı Koruması: Elektrik kaçağına karşı güvenlik
• Aşırı/Düşük Gerilim Koruması: Voltaj dalgalanmalarına karşı koruma
• Kısa Devre Koruması: Elektrik arızalarında anında müdahale
• Su Geçirmez Koruma: IP65 standardında çevresel koruma
• Acil Durdurma Koruması: Anında şarj kesme özelliği
• Yıldırımdan Korunma: Doğal afetlere karşı güvenlik
• Aşırı Sıcaklık/Nem Koruması: Çevresel faktörlere direnç
• Ters Bağlantı/Topraklama Koruması: Yanlış kullanıma karşı güvenlik
• Aşırı Akım/Alev Geciktirici Koruma: Maksimum güvenlik garantisi

IP65 Koruma Seviyesi
Yüksek ve düşük sıcaklıklara dayanıklı olup, -25°C ile 55°C arasındaki çalışma sıcaklıklarını destekler. Şiddetli yağmur ve aşırı sıcak gibi zorlu hava koşullarına dayanabilir ve dış mekanlarda bile istikrarlı şarj sağlar.
Çevresel Dayanıklılık:
• IP65 Su Geçirmez: Toz ve su jetlerine karşı tam koruma sağlar
• Geniş Sıcaklık Aralığı: -25°C (-13°F) ile 55°C (131°F) arası çalışma
• Zorlu Hava Koşulları: Şiddetli yağmur, kar ve aşırı sıcağa dayanıklılık
• Dış Mekan Kullanımı: Her türlü açık hava koşulunda güvenli şarj
• İstikrarlı Performans: Ekstrem koşullarda bile kesintisiz çalışma
• Uzun Ömür: Çevresel faktörlere karşı üstün direnç ile dayanıklılık

Hafif ve Taşınabilir
Bagajda düzenli ve tertipli saklama için özel bir saklama çantasıyla donatılmış olup, aracınızı istediğiniz zaman ve yerde şarj etmenizi sağlar.
Taşınabilirlik Özellikleri:
• Taşınabilir Çanta: Özel tasarım saklama çantası ile düzenli taşıma
• Kompakt Boyut: Bagajda minimum yer kaplayan ergonomik tasarım
• Hafif Yapı: Kolay taşıma için optimize edilmiş ağırlık
• Düzenli Saklama: Kablo ve aksesuarlar için organize edilmiş bölmeler
• Her Yerde Şarj: Ev, iş yeri, seyahat ve acil durumlarda kullanım
• Pratik Kullanım: Hızlı kurulum ve kolay taşıma imkanı
• Koruyucu Çanta: Cihazı darbe ve çevresel etkenlerden koruma

Geniş Araç Uyumluluğu
IEC 62196-2 standardına uygun tüm elektrikli araçlar için uygun, Avrupa standardı 7 pinli AC konektör ile donatılmıştır.
Uyumlu Araç Markaları:
• Tesla
• Volkswagen
• Volvo
• Skoda
• Audi
• MG
• Dacia
• Fiat
• Ford
• BMW
• Mercedes-Benz
• Ve daha fazlası... Tüm Type 2 bağlantılı elektrikli araçlar
Teknik Detaylar
AUTOOL C350 Genel Özellikleri
AUTOOL C350, elektrikli araçlar için tasarlanmış, üstün özelliklere sahip taşınabilir şarj cihazıdır. Yüksek kaliteli malzemeler ve hassas mühendislik ile üretilmiştir.
Model
AUTOOL C350
Maksimum Şarj Gücü
3.5kW (16A x 230V)
Konektör Tipi
Type 2 (IEC 62196)
Ayarlanabilir Akım
8A, 10A, 12A, 14A, 16A
Su Geçirmezlik
IP65 (Su ve Toz Koruması)
Uyumlu Araçlar
Tüm Type 2 Bağlantılı Elektrikli Araçlar
Kablo Uzunluğu
5 metre (EV tarafı)
Koruma Sistemleri
Aşırı akım, aşırı voltaj, aşırı sıcaklık koruması
Çalışma Sıcaklığı
-30°C ile +50°C arası
Ekran
LED Dijital Ekran
Ürün Ağırlığı
2.8 kg
Sertifikalar
CE, RoHS, ISO9001
Giriş Voltajı
230V AC, 50/60Hz
Şarj Modu
Mode 2 / Mode 3
Kontrol Ünitesi
Dahili MCU (Mikroişlemci Kontrol Ünitesi)

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 garantisi, 1 Yıl resmi Türkiye garantisi ve uzman teknik destek otoeko.com'da.
Orijinal Ürün Garantisi
Tüm AUTOOL ürünleri %100 orijinaldir ve doğrudan üreticiden temin edilir. Sahte ürün riski olmadan güvenle alışveriş yapın.
1 Yıl Resmi Garanti
Türkiye genelinde geçerli, fatura tarihinden itibaren 1 yıl resmi otoeko.com garantisi. Herhangi bir sorun yaşarsanız hızlı çözüm.
Uzman Teknik Destek
Satın alma öncesi ve sonrası tüm sorularınız için profesyonel teknik destek hizmeti. Kullanım ve bakım konusunda uzman desteği.
Hızlı ve Güvenli Teslimat
Siparişiniz özenle paketlenir ve en kısa sürede adresinize teslim edilir. Kargo takibi ve güvenli teslimat garantisi.
Özel Kampanyalar
Resmi distribütör olarak sunduğumuz özel fiyatlar ve kampanyalardan yararlanın. Düzenli olarak sunulan frsatları kaçırmayın.
Ödeme Kolaylığı
Kredi kartı, havale/EFT seçenekleriyle size en uygun ödeme yöntemini seçin. Güvenli alışveriş deneyimi.
Merak Edilenler
Sıkça Sorulan Sorular
AUTOOL C350 Taşınabilir Elektrikli Araç Şarj Cihazı hakkında merak ettiğiniz soruların cevaplarını burada bulabilirsiniz.
AUTOOL C350 hangi elektrikli araçlar ile uyumludur?
AUTOOL C350, Type 2 (IEC 62196) konektöre sahip tüm elektrikli araçlarla uyumludur:
- Tesla Model 3, Model S, Model X, Model Y
- BMW i3, i4, i7, iX, iX3
- Mercedes EQA, EQB, EQC, EQE, EQS
- Volkswagen ID.3, ID.4, ID.5, ID.Buzz
- Audi e-tron, e-tron GT, Q4 e-tron, Q8 e-tron
- Porsche Taycan
- Hyundai IONIQ 5, IONIQ 6, Kona Electric
- Kia EV6, Niro EV, Soul EV
- Renault Zoe, Megane E-Tech
- Nissan Ariya (Type 2 portlu modeller)
- Ve diğer Type 2 şarj portuna sahip tüm elektrikli araçlar
Type 1 (J1772) portuna sahip araçlar için ayrıca bir adaptör gereklidir (ürüne dahil değildir).
C350 ile şarj süresi ne kadardır?
Şarj süresi aşağıdaki faktörlere bağlı olarak değişiklik gösterir:
- Aracın batarya kapasitesi (kWh)
- Seçilen şarj akımı (8A-16A)
- Bataryanın mevcut şarj seviyesi
- Aracın şarj kabul hızı
Örnek şarj süreleri (boş bataryadan %80 doluluk için):
- 40 kWh bataryalı araç: 16A ayarında yaklaşık 4-6 saat
- 60 kWh bataryalı araç: 16A ayarında yaklaşık 6-8 saat
- 80 kWh bataryalı araç: 16A ayarında yaklaşık 8-10 saat
- 100 kWh bataryalı araç: 16A ayarında yaklaşık 10-12 saat
Daha düşük amper ayarlarında (örneğin 8A-12A) şarj süresi daha uzun olacaktır.
IP65 su geçirmezlik ne anlama gelir?
IP65 koruma sınıfı, cihazın toz ve suya karşı yüksek düzeyde korumalı olduğunu gösterir:
- İlk rakam "6": Cihaz tamamen toz geçirmezdir.
- İkinci rakam "5": Cihaz her yönden gelen düşük basınçlı su jetlerine karşı korumalıdır.
Bu, AUTOOL C350'nin açık havada, yağmurlu havalarda ve tozlu ortamlarda güvenle kullanılabileceği anlamına gelir. Ancak cihazın suya batırılmaması gerekmektedir.
Dış mekan kullanımında, özellikle yağmurlu havalarda bile güvenli şarj imkanı sunar. Ancak aşırı sel koşullarında cihazın kullanılmaması önerilir.
Hangi güç kaynakları ile kullanılabilir?
AUTOOL C350 aşağıdaki güç kaynaklarıyla kullanılabilir:
- Standart ev tipi 220V-240V elektrik prizleri (CEE 7/7, Schuko)
- 16A endüstriyel CEE prizler (maksimum performans için)
- 3 fazlı güç kaynakları (Tek faz kullanımıyla)
Önemli Notlar:
- Standart ev tipi prizlerde uzun süreli kullanım için 8A-10A sınırında şarj akımı seçilmesi önerilir.
- Daha yüksek amper ayarlarını (12A-16A) sadece buna uygun tesisatlarda kullanın.
- Tesisatınızın taşıyabileceği maksimum akım konusunda emin değilseniz, daha düşük bir ayarla başlayın veya bir elektrik teknisyenine danışın.
Cihaz, farklı güç kaynaklarını otomatik olarak tanıyabilir ve güvenlik için uygun limitleri belirler.
Akım seçimi nasıl yapılır ve hangi ayarı kullanmalıyım?
AUTOOL C350'de akım seçimi LED ekran üzerindeki düğmeler ile kolayca yapılabilir:
- Cihazı güç kaynağına bağlayın
- Ekran açıldığında "Set" düğmesine basın
- Yukarı/aşağı düğmeleri ile istediğiniz akım değerini seçin (8A, 10A, 12A, 14A, 16A)
- Tekrar "Set" düğmesine basarak seçiminizi onaylayın
Hangi akım ayarını kullanmanız gerektiği tesisatınıza bağlıdır:
- Standart ev prizleri: 8A-10A arası (sürekli kullanım için)
- 16A sigortalı hatlar: 12A-16A arası
Her zaman tesisatınızın kapasitesine uygun akım değerini seçin. Şüphe durumunda daha düşük bir ayarla başlayın. Cihaz, uzun süreli güvenli şarj için tesisatınıza uygun akımı seçmenizi sağlar.
Cihazın güvenlik özellikleri nelerdir?
AUTOOL C350, elektrikli araç şarjı sırasında maksimum güvenlik sağlayan çok sayıda koruma sistemine sahiptir:
- Aşırı Akım Koruması: Belirlenen limitlerin üzerinde akım tespit edildiğinde şarjı durdurur
- Aşırı Voltaj Koruması: Yüksek gerilim dalgalanmalarına karşı koruma sağlar
- Düşük Voltaj Koruması: Düşük gerilim durumunda güvenli şarj için devre keser
- Aşırı Sıcaklık Koruması: Kritik sıcaklık değerlerine ulaşıldığında şarjı durdurur
- Topraklama Koruması: Topraklama arızalarını tespit eder ve şarjı durdurur
- Kaçak Akım Koruması: DC kaçak akımları tespit ederek elektrik çarpmasını önler
- Kısa Devre Koruması: Kısa devre durumunda anında şarjı keser
- Kablo Hasar Tespiti: Kablo veya konektör hasarlarını tespit eder
- Otomatik Güç Ayarı: Şarj sırasında tesisatın kapasitesine göre güç ayarını optimize eder
Tüm bu güvenlik özellikleri, şarj işlemi sırasında hem aracınızı hem de elektrik tesisatınızı korur.
Size Özel Destek
Destek ve İletişim
AUTOOL C350 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.
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
العربية