TÜM ÜRÜNLERDE %30 İNDİRİM FIRSATI
1500₺ VE ÜZERİ ALIŞVERİŞLERİNİZDE ÜCRETSİZ KARGO!
İKİNCİ ÜRÜNDE %50 İNDİRİM FIRSATI!
256BIT SSL İLE GÜVENLİ ALIŞVERİŞ YAPABİLİRSİNİZ
TÜM ÜRÜNLERDE %30 İNDİRİM FIRSATI
1500₺ VE ÜZERİ ALIŞVERİŞLERİNİZDE ÜCRETSİZ KARGO!
İKİNCİ ÜRÜNDE %50 İNDİRİM FIRSATI!
256BIT SSL İLE GÜVENLİ ALIŞVERİŞ YAPABİLİRSİNİZ
Close
Menü
Üye Ol
Giriş Yap
KADIN
ERKEK
ÇOCUK
UNISEX
MARKALAR
MAVİ IŞIK KORUMA
Filtreler
Filtreler
Temizle
×
Kategoriler
GÜNEŞ
MAVİ IŞIK KORUMA
Markalar
DESPADA
(4)
BLANCIA
(1)
PRADA
(1)
VOGUE
(1)
Fiyat Aralığı
3500 TL - 5000 TL
(5)
5000 TL - 7500 TL
(1)
15000 TL - 25000 TL
(1)
Ürün Puanı
(2)
Fırsatlar
İndirimli Ürünler
(7)
CAM CİNSİ
ORGANİK
(4)
POLYAMİD
(2)
STANDART
(1)
CAM MATERYALİ
UV400
(6)
POLARİZE
(1)
CAM RENK
GRİ
YEŞİL
(6)
FÜME
(22)
KAHVERENGİ
(8)
MOR
(1)
MAVİ
(2)
SİYAH
(1)
GRİ
(7)
KAHVERENGİ DEGRADE
(1)
CAM TİPİ
DEGRADE
DEGRADE
(7)
STANDART
(2)
Çerçeve Biçim Formu
GEOMETRİK
CAT EYE
(2)
DİKDÖRTGEN
(4)
GEOMETRİK
(7)
KARE
(3)
KELEBEK
(1)
PİLOT
(1)
ÇERÇEVE RENK
SİYAH
(4)
ALTIN
(3)
CİNSİYET
KADIN
(7)
EBAT
TEK EBAT
(7)
Ekartman
53
(1)
54
(1)
59
(1)
61
(3)
62
(1)
MENŞEİ
İTALYA
(7)
Sırala:
Çok Satanlar
Yeni Çıkanlar
Artan Fiyat
Azalan Fiyat
Alfabetik (A-Z)
Alfabetik (A-Z)
Ürün Sırası
Görünüm:
Ücretsiz Kargo
VOGUE VO5393-S W44-11 54
30%
5.233,00 TL
3.663,00 TL
Sepete Ekle
Ücretsiz Kargo
PRADA 0PR 16WS 1AB5D1 53
Yorum Yıldızları
(56)
30%
30.840,00 TL
21.588,00 TL
Sepete Ekle
Ücretsiz Kargo
DESPADA DS 2293 C2 59
Yorum Yıldızları
(1)
30%
5.100,00 TL
3.570,00 TL
Sepete Ekle
Ücretsiz Kargo
DESPADA DS 2200 C3 61
30%
5.100,00 TL
3.570,00 TL
Sepete Ekle
Ücretsiz Kargo
DESPADA DS 2200 C2 61
30%
5.100,00 TL
3.570,00 TL
Sepete Ekle
Ücretsiz Kargo
DESPADA DS 2200 C1 61
30%
5.100,00 TL
3.570,00 TL
Sepete Ekle
Ücretsiz Kargo
BLANCIA BC 1278 C3 62
30%
10.000,00 TL
7.000,00 TL
Sepete Ekle
/* AKO PRODUCT CODE FALLBACK */ (function(){ function ensureProductCode(){ try { var h1 = document.querySelector('h1.ac-h1, #alkim-ac-root h1'); if (!h1) return; if (h1.parentElement && h1.parentElement.querySelector('.ac-product-code')) return; var codeEl = document.querySelector('.product-code:not(.brand-code)'); if (!codeEl || !codeEl.textContent.trim()) return; var codeText = codeEl.textContent.split('_')[0].trim(); if (!codeText) return; var div = document.createElement('div'); div.className = 'ac-product-code'; div.style.cssText = 'font-size:14px;color:#363232;margin:8px 0 12px;padding:6px 12px;background:#f5f5f5;border-radius:4px;display:inline-block;'; div.innerHTML = '
Ürün Kodu:
' + codeText.replace(/[<>"']/g, '') + '
'; h1.parentElement.insertBefore(div, h1.nextSibling); } catch(e){} } var attempts = 0; var iv = setInterval(function(){ ensureProductCode(); attempts++; if (attempts > 30) clearInterval(iv); // 6 sn sonra dur }, 200); if (document.readyState !== 'loading') ensureProductCode(); document.addEventListener('DOMContentLoaded', ensureProductCode); window.addEventListener('load', ensureProductCode); })(); /* NAVBAR COMPACT FIT */ (function(){ if (document.getElementById('alkim-navbar-compact')) return; var st = document.createElement('style'); st.id = 'alkim-navbar-compact'; st.textContent = '' /* Navbar item paddingi azalt - hepsi sigsin */ + '.cd-dropdown-content > li.first-child > a {' + ' padding-left: 5px !important;' + ' padding-right: 5px !important;' + ' font-size: 12px !important;' + ' letter-spacing: 0 !important;' + '}' + '@media (min-width:992px) and (max-width:1500px) {' + ' .cd-dropdown-content > li.first-child > a { font-size: 11px !important; padding-left: 3px !important; padding-right: 3px !important; }' + ' .navbar-brand img { max-width: 110px !important; height: auto !important; }' + '}' /* Ara kutusu kucult */ + '.search-new, .search-new-mobile { width: 150px !important; max-width: 150px !important; }' + '.search-input { padding: 5px 8px !important; font-size: 13px !important; }' ; document.head.appendChild(st); })();