Skip to content

My Cart

Bmw Enet Gizli Özellik Açma Cihazı / F Serisi

No reviews yet
| SKU: OTO0015 | |

Enet arayüzü, BMW F serisi araçlar için profesyonel bir teşhis ve kodlama çözümüdür. E-Sys yazılımıyla tam uyumlu çalışarak, gizli özellikleri aktif etme ve modül programlama gibi işlemleri mümkün kılar.

E-SYS Yazılımı

F Serisi Uyumlu

Ethernet Bağlantısı

633,90 ₺ 1.218,90 ₺
In stock
This product has a 48% discount.
585,00 ₺ savings
Ask Us on WhatsApp Get quick response, price & stock info
Have a question about this product? Ask your question and we'll answer as soon as possible.
Customer Satisfaction You Come First
Secure Payment 3D Secure / SSL
Same Day Shipping Fast Delivery
24/7 Support Always Here for You

 

/* BMW ENET - OTOEKO Tasarım */
:root {
--primary: #ffc107; /* Sarı tonu */
--primary-dark: #e0a800;
--primary-light: #ffd54f;
--accent: #343a40; /* Koyu Gri/Siyah */
--accent-light: #495057;
--success: #28a745;
--light-bg: #f1f3f5;
--gradient-bg: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
--text-dark: #212529;
--text-light: #495057;
--border-color: #e9ecef;
--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
--shadow-md: 0 4px 8px rgba(0, 0, 0, 0.07);
--shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.1);
--border-radius: 12px;
--border-radius-lg: 16px;
--transition: all 0.3s ease;
--font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body, button, input, select, textarea {
font-family: var(--font-family);
}
.bmw-inpa-page {
font-family: var(--font-family);
color: var(--text-dark);
background: var(--light-bg);
overflow-x: hidden;
line-height: 1.6;
}
/* Ortak Animasyonlar */
@keyframes fadeInLeft {
from { opacity: 0; transform: translateX(-30px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeInRight {
from { opacity: 0; transform: translateX(30px); }
to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
/* Ortak Bileşenler */
.card-base, .feature-card, .details-feature, .capability-card, .software-card {
background: white;
border-radius: var(--border-radius);
border: 1px solid var(--border-color);
transition: var(--transition);
position: relative;
overflow: hidden;
}
.card-base:hover, .feature-card:hover, .details-feature:hover, .capability-card:hover,
.software-card:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-lg);
}
.gradient-text {
background: linear-gradient(135deg, var(--primary), var(--primary-light));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
/* Hero Section */
.hero-section {
position: relative;
min-height: 100vh;
background: var(--gradient-bg);
display: flex;
align-items: center;
overflow: hidden;
padding: 4rem 0;
}
.bmw-inpa-page .hero-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 2rem;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
align-items: center;
position: relative;
z-index: 10;
}
.bmw-inpa-page .hero-content {
animation: fadeInLeft 0.8s ease-out;
text-align: center;
}
.bmw-inpa-page .hero-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: linear-gradient(135deg, var(--primary), var(--primary-light));
color: white;
padding: 0.5rem 1.2rem;
border-radius: 50px;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 1.5rem;
box-shadow: var(--shadow-md);
animation: pulse 2s ease-in-out infinite;
}
.bmw-inpa-page .hero-title {
font-size: clamp(2.2rem, 4.5vw, 3rem);
font-weight: 900;
line-height: 1.1;
margin-bottom: 1.5rem;
color: var(--text-dark);
letter-spacing: -0.02em;
}
.bmw-inpa-page .hero-description {
font-size: 1.1rem;
line-height: 1.7;
color: var(--text-light);
margin-bottom: 2rem;
font-weight: 400;
}
.bmw-inpa-page .hero-actions {
display: flex;
gap: 1rem;
flex-wrap: wrap;
justify-content: center;
}
.bmw-inpa-page .btn {
padding: 1rem 2rem;
border-radius: 12px;
font-weight: 600;
font-size: 1rem;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.5rem;
transition: all 0.3s ease;
cursor: pointer;
border: none;
}
.bmw-inpa-page .btn-primary {
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
color: var(--text-dark);
font-weight: 700;
box-shadow: 0 4px 14px rgba(255, 193, 7, 0.4);
}
.bmw-inpa-page .btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(255, 193, 7, 0.5);
}
.bmw-inpa-page .btn-whatsapp {
background: linear-gradient(135deg, #25d366, #128c7e);
color: white;
box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
}
.bmw-inpa-page .btn-whatsapp:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
}
.bmw-inpa-page .btn-whatsapp {
background: var(--accent);
color: white;
box-shadow: 0 4px 14px rgba(52, 58, 64, 0.25);
}
.bmw-inpa-page .btn-whatsapp:hover {
background: var(--accent-light);
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(52, 58, 64, 0.35);
}
.bmw-inpa-page .trust-badges {
display: flex;
gap: 1.5rem;
align-items: center;
flex-wrap: wrap;
margin-top: 2rem;
justify-content: center;
}
.bmw-inpa-page .trust-badge {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 0.875rem;
color: var(--text-light);
font-weight: 500;
}
.bmw-inpa-page .trust-badge i {
color: var(--accent);
font-size: 1.1rem;
}
.bmw-inpa-page .hero-visual {
position: relative;
animation: fadeInRight 0.8s ease-out;
}
.bmw-inpa-page .product-showcase {
position: relative;
background: white;
border-radius: 24px;
padding: 1.5rem;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
border: 1px solid var(--border-color);
max-width: 500px;
margin: 0 auto;
}
.showcase-badge {
position: absolute;
top: 25px;
right: 25px;
background: linear-gradient(135deg, var(--accent), var(--accent-light));
color: white;
padding: 0.4rem 1rem;
border-radius: 50px;
font-size: 0.7rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
box-shadow: var(--shadow-md);
z-index: 10;
display: none; /* Initially hidden */
}
#media-display {
position: relative;
width: 100%;
padding-top: 100%; /* 1:1 aspect ratio */
margin-bottom: 1rem;
border-radius: 16px;
overflow: hidden;
background: #fff;
}
#media-display iframe,
#media-display img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
object-fit: cover;
}
.thumbnail-gallery {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 0.75rem;
}
.thumbnail {
width: 100%;
padding-top: 100%;
position: relative;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
border: 3px solid transparent;
transition: all 0.3s ease;
}
.thumbnail img, .thumbnail .icon-360 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
color: var(--accent);
background-color: #fff;
}
.thumbnail:hover {
border-color: var(--primary-light);
}
.thumbnail.active {
border-color: var(--primary);
box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2);
}
/* Details Section */
.details-section {
padding: 5rem 2rem;
background: #fff;
}
.details-section:nth-child(even) {
background: var(--light-bg);
}
.details-container {
max-width: 1200px;
margin: 0 auto;
}
.details-header {
text-align: center;
margin-bottom: 4rem;
}
.details-header h2 {
font-size: clamp(2rem, 4vw, 2.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
color: var(--text-dark);
}
.details-header p {
font-size: 1.125rem;
color: var(--text-light);
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
/* Capabilities Grid */
.capabilities-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 1.5rem;
}
.capability-card {
padding: 2rem;
text-align: center;
}
.capability-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, var(--light-bg), #e9ecef);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
border: 2px solid var(--border-color);
}
.capability-icon i {
font-size: 1.5rem;
color: var(--primary);
}
.capability-card h3 {
font-size: 1.1rem;
font-weight: 600;
color: var(--text-dark);
}
/* Software Grid */
.software-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}
.software-card {
padding: 2rem;
text-align: center;
}
.software-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--light-bg), #e9ecef);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
border: 2px solid var(--border-color);
}
.software-icon i {
font-size: 2rem;
color: var(--primary);
}
.software-card h3 {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 1rem;
}
.software-card p {
font-size: 1rem;
color: var(--text-light);
}
/* Responsive Design */
@media (max-width: 1024px) {
.bmw-inpa-page .hero-container {
grid-template-columns: 1fr;
gap: 3rem;
padding: 2rem 1.5rem;
}
.bmw-inpa-page .hero-content {
text-align: center;
}
.bmw-inpa-page .hero-actions, .bmw-inpa-page .trust-badges {
justify-content: center;
}
}
@media (max-width: 768px) {
.bmw-inpa-page .hero-title { font-size: 2rem; }
.bmw-inpa-page .hero-description { font-size: 1rem; }
.bmw-inpa-page .hero-actions { flex-direction: column; width: 100%; }
.bmw-inpa-page .btn { width: 100%; justify-content: center; }
.details-section { padding: 3rem 1.5rem; }
.details-header h2 { font-size: 2rem; }
.details-header p { font-size: 1rem; }
.why-choose-item {
flex-direction: column;
align-items: center;
text-align: center;
}
.why-choose-icon {
margin: 0 auto 1rem;
}
}
/* Why Choose Section */
.why-choose-container {
display: grid;
grid-template-columns: 1fr 1.2fr;
gap: 4rem;
align-items: center;
}
.why-choose-content h3 {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1.5rem;
color: var(--text-dark);
}
.why-choose-content p {
font-size: 1.1rem;
line-height: 1.8;
color: var(--text-light);
}
.why-choose-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 2rem;
}
.why-choose-item {
display: flex;
align-items: flex-start;
gap: 1.5rem;
}
.why-choose-icon {
flex-shrink: 0;
width: 50px;
height: 50px;
background: linear-gradient(135deg, var(--primary), var(--primary-dark));
color: var(--text-dark);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
box-shadow: var(--shadow-sm);
}
.why-choose-text h4 {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.5rem;
color: var(--text-dark);
}
.why-choose-text p {
font-size: 0.95rem;
color: var(--text-light);
line-height: 1.6;
margin: 0;
}
@media (max-width: 992px) {
.why-choose-container {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.capabilities-grid,
.software-grid {
grid-template-columns: 1fr;
}
}
/* Proactive Hidden Features Section */
.proactive-features .capability-card {
transition: all 0.4s ease;
border-color: var(--border-color);
}
.proactive-features .capability-card:hover .capability-icon {
transform: scale(1.1);
}
.proactive-features .capability-card .capability-icon i {
transition: transform 0.3s ease, color 0.3s ease;
}
/* FAQ Section */
.faq-container {
max-width: 800px;
margin: 0 auto;
}
.faq-item {
background: white;
border-radius: 12px;
margin-bottom: 1rem;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
border: 1px solid var(--border-color);
overflow: hidden;
transition: all 0.3s ease;
}
.faq-question {
padding: 1.5rem;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
transition: all 0.3s ease;
}
.faq-question:hover {
background: var(--light-bg);
}
.faq-question h3 {
font-size: 1.1rem;
font-weight: 600;
color: var(--text-dark);
margin: 0;
}
.faq-question i {
color: var(--accent);
transition: transform 0.3s ease;
}
.faq-item.active .faq-question i {
transform: rotate(180deg);
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}
.faq-answer p {
padding: 0 1.5rem 1.5rem;
margin: 0;
font-size: 1rem;
line-height: 1.6;
color: var(--text-light);
}
/* Support Section */
.support-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 2rem;
}
.support-card {
padding: 2rem;
text-align: center;
}
.support-icon {
width: 70px;
height: 70px;
background: linear-gradient(135deg, var(--light-bg), #e9ecef);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
border: 2px solid var(--border-color);
}
.support-icon i {
font-size: 2rem;
color: var(--primary);
}
.support-card h3 {
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 1rem;
}
.support-card p {
color: var(--text-light);
margin-bottom: 1.5rem;
}
.support-btn {
display: inline-flex;
align-items: center;
gap: 0.5rem;
background: linear-gradient(135deg, var(--primary), var(--primary-light));
color: white;
padding: 0.75rem 1.5rem;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.support-btn:hover {
transform: translateY(-2px);
}
.contact-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
}
.contact-content h3 {
font-size: 1.8rem;
font-weight: 700;
margin-bottom: 1.5rem;
}
.contact-content p {
font-size: 1.1rem;
line-height: 1.8;
color: var(--text-light);
}
.contact-options {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact-option {
display: flex;
align-items: center;
gap: 1.5rem;
background: white;
padding: 1.5rem;
border-radius: 12px;
border: 1px solid var(--border-color);
transition: all 0.3s ease;
}
.contact-option:hover {
transform: translateY(-5px);
box-shadow: var(--shadow-md);
}
.contact-icon {
font-size: 2rem;
color: var(--accent);
}
.contact-text h4 {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: 0.25rem;
}
.contact-text p {
margin: 0;
color: var(--text-light);
}
@media (max-width: 992px) {
.contact-container {
grid-template-columns: 1fr;
}
}


F Serisi Uzmanı

BMW'nizin Gizli Gücünü
Ortaya Çıkarın

Enet Gizli Özellik Cihazı, E-Sys yazılımı ile çalışan BMW F-Serisi araçlarda ileri düzey Programlama ve Kodlama yapabilmeniz için imal edilmiş bir obd2 cihazıdır. Güncellenebilir yazılım desteği sayesinden en yeni BMW F-Serisi modelleri de desteklemektedir. Tüm windows işletim sistemleri ile uyumludur.


Hemen Satın Al


Detaylı Bilgi

6 Ay Garanti
Aynı Gün Kargo
Kalite Kontrollü Ürün

360° Görüntü

ENET Cihaz Görsel 1
ENET Cihaz Görsel 2
ENET Cihaz Görsel 3
ENET Cihaz Görsel 4

Neden BMW ENET Tercih Edilmelidir?

F Serisi için En Kapsamlı ve Güvenilir Çözüm

Piyasadaki genel amaçlı OBD2 cihazlarının aksine, ENET arayüzü, BMW'nin Ethernet tabanlı iletişim protokolünü kullanarak F serisi araçların elektronik sistemleriyle doğrudan ve stabil bir iletişim kurar. Bu, size yalnızca arıza kodlarını okuyup silmekten çok daha fazlasını yapma imkanı tanır; aracınızın modülleriyle doğrudan konuşarak, fabrika ayarlarını değiştirme ve gizli özellikleri ortaya çıkarma gücü verir. Hem hobi amaçlı kullanıcılar hem de profesyonel servisler için tasarlanan bu arayüz, F serilerinin tüm potansiyelini ortaya çıkarmak için en güvenilir ve maliyet-etkin yöntemdir.

  • Hızlı ve Güvenli Ethernet Bağlantısı

    Ethernet bağlantısı sayesinde, karmaşık kodlama işlemlerini bile hızlıca tamamlayabilir, büyük firmware güncellemelerini güvenle yükleyebilirsiniz. Bu hız, işlem sırasında oluşabilecek riskleri en aza indirir.

  • Profesyonel E-Sys Yazılımı

    Cihaz, BMW'nin mühendislik düzeyindeki E-Sys yazılımı ile tam uyumlu çalışır. Yazılım ve kurulumu için gerekli olan yardımcı belge, sipariş sonrası panelinizden indirilebilir.

Aracınızın Gizli Potansiyelini Keşfedin

ENET arayüzü ile aracınızın fabrika tarafından kısıtlanmış birçok özelliğini aktif edebilir, sürüş deneyiminizi kişiselleştirebilirsiniz.

Angel Far Parlaklığı

M Performance Açılış Ekranı

Hareket Halinde Video

Dinamik Dönüş Farları

Dijital Hız Göstergesi

Sport+ Sürüş Modu

Start-Stop Hafızası

Spor Göstergeler

Launch Control

Amerikan Park Sinyalleri

Emniyet Kemeri Uyarısı

Ve Daha Fazlası...

Desteklenen Araç Listesi

BMW ENET arayüzü, aşağıdaki BMW F serisi modellerle tam uyumludur.

1-Serisi (F20, F21, F44)

2-Serisi (F22, F23, F45, F46, F87)

3-Serisi (F30, F31, F34, F80)

4-Serisi (F32, F33, F36, F82, F83)

5-Serisi (F07, F10, F11, F18)

6-Serisi (F06, F12, F13)

7-Serisi (F01, F02, F03, F04)

i-Serisi (I01, I12)

X-Serisi (F15, F16, F25, F26, F39, F48, F85, F86)

M-Serisi (F87, F80, F82, F83, F10, F06, F12, F13)

Arayüzün Teknik Yetenekleri

Gerçek Zamanlı Veri Analizi

FDL Kodlama

ECU Programlama

Akü Kaydı ve Yönetimi

Ethernet Protokolü

Yüksek Kalite Realtek Çipset

Gizli Özellik Aktivasyonu

Sıkça Sorulan Sorular

BMW ENET arayüzü hakkında merak ettiğiniz sorular ve yanıtları.

Bu arayüz hangi araçlarla uyumludur?

Bu arayüz, BMW F serisi (F10, F20, F30, F15 vb.) araçların yanı sıra ilgili Mini ve Rolls-Royce modelleriyle de uyumludur. Aracınızın uyumluluğunu doğrulamak için lütfen desteklenen araç listemizi kontrol edin.

E-Serisi (E90, E60 vb.) araçlarda çalışır mı?

Hayır, bu arayüz E-Serisi araçlar için uygun değildir. E-Serisi modeller için K+DCAN arayüzü kullanmanız gerekmektedir.

Yazılım paketi dahil mi?

Evet, ürünle birlikte E-Sys yazılımını ve kurulum adımlarını içeren bir yardımcı belge sunulmaktadır. Siparişinizi tamamladıktan sonra bu belgelere erişebilirsiniz.

Kodlama işlemi aracıma zarar verir mi?

Doğru şekilde ve talimatlara uygun kullanıldığında kodlama işlemi güvenlidir. Ancak, ECU programlama gibi ileri düzey işlemler teknik bilgi gerektirebilir. Önemli modüllerde değişiklik yapmadan önce yedek almanızı önemle tavsiye ederiz.

Destek ve İletişim

Sorularınız mı var?

BMW ENET arayüzü, yazılım paketi veya aracınızla uyumluluğu hakkında herhangi bir sorunuz varsa, uzman ekibimizle iletişime geçmekten çekinmeyin. Size yardımcı olmaktan memnuniyet duyarız.

 

WhatsApp Destek

Hızlı sorular, sipariş ve kurulum desteği için bize yazın.

 

Telefon Desteği

Detaylı bilgi için bizi arayın.

 

E-posta Desteği

Sorularınızı e-posta ile gönderin.

 

 

Axess 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 332,93 ₺ 665,85 ₺
3 Installment 226,49 ₺ 679,48 ₺
4 Installment 173,39 ₺ 693,55 ₺
5 Installment 141,61 ₺ 708,07 ₺
6 Installment 120,53 ₺ 723,15 ₺
7 Installment 105,60 ₺ 739,19 ₺
8 Installment 94,40 ₺ 755,17 ₺
9 Installment 85,75 ₺ 771,71 ₺
10 Installment 78,91 ₺ 789,08 ₺
11 Installment 73,32 ₺ 806,51 ₺
12 Installment 68,72 ₺ 824,58 ₺
Bonus 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 332,93 ₺ 665,85 ₺
3 Installment 226,45 ₺ 679,35 ₺
4 Installment 173,33 ₺ 693,30 ₺
5 Installment 141,51 ₺ 707,56 ₺
6 Installment 120,42 ₺ 722,52 ₺
7 Installment 105,45 ₺ 738,18 ₺
8 Installment 94,25 ₺ 754,02 ₺
9 Installment 85,58 ₺ 770,19 ₺
10 Installment 78,73 ₺ 787,30 ₺
11 Installment 73,13 ₺ 804,42 ₺
12 Installment 68,51 ₺ 822,10 ₺
Paraf 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 330,49 ₺ 660,97 ₺
3 Installment 224,44 ₺ 673,33 ₺
4 Installment 171,46 ₺ 685,82 ₺
5 Installment 139,70 ₺ 698,49 ₺
6 Installment 118,54 ₺ 711,24 ₺
7 Installment 103,49 ₺ 724,42 ₺
8 Installment 92,19 ₺ 737,48 ₺
9 Installment 83,38 ₺ 750,41 ₺
10 Installment 76,39 ₺ 763,91 ₺
11 Installment 70,63 ₺ 776,97 ₺
12 Installment 65,85 ₺ 790,16 ₺
World 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 333,72 ₺ 667,43 ₺
3 Installment 230,27 ₺ 690,82 ₺
4 Installment 176,57 ₺ 706,29 ₺
5 Installment 144,38 ₺ 721,89 ₺
6 Installment 122,92 ₺ 737,54 ₺
7 Installment 107,66 ₺ 753,64 ₺
8 Installment 96,18 ₺ 769,43 ₺
9 Installment 87,24 ₺ 785,15 ₺
10 Installment 80,14 ₺ 801,38 ₺
11 Installment 74,28 ₺ 817,03 ₺
12 Installment 69,40 ₺ 832,75 ₺
Maximum 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 332,93 ₺ 665,85 ₺
3 Installment 226,49 ₺ 679,48 ₺
4 Installment 173,39 ₺ 693,55 ₺
5 Installment 141,61 ₺ 708,07 ₺
6 Installment 120,53 ₺ 723,15 ₺
7 Installment 105,60 ₺ 739,19 ₺
8 Installment 94,40 ₺ 755,17 ₺
9 Installment 85,75 ₺ 771,71 ₺
10 Installment 78,91 ₺ 789,08 ₺
11 Installment 73,32 ₺ 806,51 ₺
12 Installment 68,72 ₺ 824,58 ₺
BankKart 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 332,32 ₺ 664,64 ₺
3 Installment 226,03 ₺ 678,08 ₺
4 Installment 173,02 ₺ 692,09 ₺
5 Installment 141,28 ₺ 706,42 ₺
6 Installment 120,27 ₺ 721,63 ₺
7 Installment 105,28 ₺ 736,97 ₺
8 Installment 94,15 ₺ 753,20 ₺
9 Installment 85,44 ₺ 768,98 ₺
10 Installment 78,30 ₺ 782,99 ₺
11 Installment 72,86 ₺ 801,50 ₺
12 Installment 68,38 ₺ 820,58 ₺
CardFinans 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 332,93 ₺ 665,85 ₺
3 Installment 226,49 ₺ 679,48 ₺
4 Installment 173,39 ₺ 693,55 ₺
5 Installment 141,61 ₺ 708,07 ₺
6 Installment 120,53 ₺ 723,15 ₺
7 Installment 105,60 ₺ 739,19 ₺
8 Installment 94,40 ₺ 755,17 ₺
9 Installment 85,75 ₺ 771,71 ₺
10 Installment 78,91 ₺ 789,08 ₺
11 Installment 73,32 ₺ 806,51 ₺
12 Installment 68,72 ₺ 824,58 ₺
Kuveyt Türk 12 Installment
Single Payment 633,90 ₺ 633,90 ₺
2 Installment 331,69 ₺ 663,38 ₺
3 Installment 225,27 ₺ 675,80 ₺
4 Installment 172,09 ₺ 688,35 ₺
5 Installment 140,22 ₺ 701,09 ₺
6 Installment 118,97 ₺ 713,83 ₺
7 Installment 103,86 ₺ 727,02 ₺
8 Installment 92,50 ₺ 740,01 ₺
9 Installment 83,67 ₺ 753,01 ₺
10 Installment 76,65 ₺ 766,51 ₺
11 Installment 70,88 ₺ 779,63 ₺
12 Installment 66,06 ₺ 792,76 ₺
Order before 4:00 PM, ships the same day!
Fastest
1-2 business days
Turkey's most established carrier. Wide branch network across all 81 provinces with real-time tracking.
200
Economic
2-3 business days
One of Turkey's largest cargo networks with 5,500+ branches. Affordable and fast delivery.
175
Popular
2-3 business days
Choose your preferred time slot for delivery. Tech-driven infrastructure with instant notifications.
125
Same Day Shipping Orders placed before 4 PM weekdays, 12 PM Saturdays
Free Over 30,000₺ No shipping fee on domestic orders
67+ Countries Via DHL, UPS, FedEx — 3-10 business days
Store Pickup Antalya Muratpasa Free
Our professional team carefully packages every product and ensures safe delivery to your door.

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.

Your privacy is protected
Takes just a few seconds
Help the community

Write a Review

Your Rating
Max 3 photos, 5MB
SKU OTO0015
Barcode OTO0015
1/6
Cookie Notice

We use cookies to provide you with the best shopping experience. Cookies help us remember your preferences and improve our services. For details, see our Cookie Policy