Filtruj
zamknij
Dane podstawowe
Kolory
Wymiary
    Średnica koperty [mm]
    Rozstaw uszu koperty [mm]
    Grubość zegarka [mm]
    Wymiary koperty w pionie [mm]
    Wymiary koperty w poziomie [mm]
Szczegóły techniczne
Magazyn
    Dostępny przy ul. Szewskiej 12
    Dostępny w Galerii Kazimierz
Pozostałe
Wysyłka w
Nowość
SUPER CENA
Menu
img
'; } else { mx_rootcat_html += '
'; } } $(mx_container_for_cat).html(mx_rootcat_html); $('.mx_bm-maincat > span > i').click(function() { var mx_cat_id = $(this).prev().data('rootcatid'); var mx_container_for_cat_childrens = $(this).parent(); var mx_data_level = parseInt($(this).parent().parent().data('level')); if ($(this).prev().data('catclicked') != true) { $(this).prev().data('catclicked', true); mx_flag_first_lvl = true; mx_data_level++; mxToggleChildren(mx_cat_id, mx_container_for_cat_childrens, mx_data_level); } else { $(this).parent().parent().find('.mx_bm-mc-level-1').toggle(); } }) $('.mx_bm-maincat > span i.fa-arrow-circle-down').click(function() { console.log('.testest'); $(this).next('i').show(); $(this).hide(); }) $('.mx_bm-maincat > span i.fa-arrow-circle-up').click(function() { $(this).prev('i').show(); $(this).hide(); $(this).parent().parent().children('.mx_bm-mc-level.mx_bm-mc-level-1').hide(); }) mxSetActiveMainCategory(); }, { lang: 'pl_PL', // optional urlParams: '?limit=15' // optional }); } function mxToggleChildren(mx_cat_id, mx_container_for_cat_childrens, mx_data_level) { frontAPI.getCategoryChildrens(function (categories) { var mx_rootcat_html = ''; var mx_rootcat_array = categories['list']; var mx_rootcat_count = categories['count']; mx_rootcat_html += '
'; for(mx_rootcat_key in mx_rootcat_array) { var mx_rootcat_name = mx_rootcat_array[mx_rootcat_key]['translation']['name']; var mx_rootcat_id = mx_rootcat_array[mx_rootcat_key]['category_id']; var mx_rootcat_url = mx_rootcat_array[mx_rootcat_key]['url']; var mx_rootcat_haschildren_flag = mx_rootcat_array[mx_rootcat_key]['has_children']; mx_rootcat_html += '
'; if (mx_rootcat_haschildren_flag == true) { mx_rootcat_html += ''+mx_rootcat_name+'
'; } else { mx_rootcat_html += ''+mx_rootcat_name+'
'; } } mx_rootcat_html += '
'; $(mx_container_for_cat_childrens).after(mx_rootcat_html); $('.mx_bm-mc-level-children-1 > i.fa-arrow-circle-down').on("click", function() { var mx_cat_id = $(this).parent().find('span > a').data('rootcatid'); var mx_container_for_cat_childrens = $(this).parent().find('span'); var mx_data_level = parseInt($(this).parent().parent().data('level')); mx_data_level++; if ($(this).parent().find('span > a').data("catclicked") != true) { $(this).parent().find('span > a').data("catclicked", true); mxToggleChildren(mx_cat_id, mx_container_for_cat_childrens, mx_data_level); $(this).hide(); $(this).next().show(); } else { $(this).hide(); $(this).next().show(); $(this).parent().find('.mx_bm-mc-level-2').show(); } }) $('.mx_bm-mc-level-children-1 > i.fa-arrow-circle-up').on("click", function() { $(this).hide(); $(this).prev().show(); $(this).parent().find('.mx_bm-mc-level-2').hide(); }) $('.mx_bm-mc-level-children-2 > i.fa-arrow-circle-down').on("click", function() { var mx_cat_id = $(this).parent().find('span > a').data('rootcatid'); var mx_container_for_cat_childrens = $(this).parent().find('span'); var mx_data_level = parseInt($(this).parent().parent().data('level')); mx_data_level++; if ($(this).parent().find('span > a').data("catclicked") != true) { $(this).parent().find('span > a').data("catclicked", true); mxToggleChildren(mx_cat_id, mx_container_for_cat_childrens, mx_data_level); $(this).hide(); $(this).next().show(); } else { $(this).hide(); $(this).next().show(); $(this).parent().find('.mx_bm-mc-level-3').show(); } }) $('.mx_bm-mc-level-children-2 > i.fa-arrow-circle-up').on("click", function() { $(this).hide(); $(this).prev().show(); $(this).parent().find('.mx_bm-mc-level-3').hide(); }) $('.mx_bm-mc-level-children-3 > i.fa-arrow-circle-down').on("click", function() { var mx_cat_id = $(this).parent().find('span > a').data('rootcatid'); var mx_container_for_cat_childrens = $(this).parent().find('span'); var mx_data_level = parseInt($(this).parent().parent().data('level')); mx_data_level++; if ($(this).parent().find('span > a').data("catclicked") != true) { $(this).parent().find('span > a').data("catclicked", true); mxToggleChildren(mx_cat_id, mx_container_for_cat_childrens, mx_data_level); $(this).hide(); $(this).next().show(); } else { $(this).hide(); $(this).next().show(); $(this).parent().find('.mx_bm-mc-level-4').show(); } }) $('.mx_bm-mc-level-children-3 > i.fa-arrow-circle-up').on("click", function() { $(this).hide(); $(this).prev().show(); $(this).parent().find('.mx_bm-mc-level-4').hide(); }) $('.mx_bm-mc-level-children-4 > i.fa-arrow-circle-down').on("click", function() { var mx_cat_id = $(this).parent().find('span > a').data('rootcatid'); var mx_container_for_cat_childrens = $(this).parent().find('span'); var mx_data_level = parseInt($(this).parent().parent().data('level')); mx_data_level++; if ($(this).parent().find('span > a').data("catclicked") != true) { $(this).parent().find('span > a').data("catclicked", true); mxToggleChildren(mx_cat_id, mx_container_for_cat_childrens, mx_data_level); $(this).hide(); $(this).next().show(); } else { $(this).hide(); $(this).next().show(); $(this).parent().find('.mx_bm-mc-level-5').show(); } }) $('.mx_bm-mc-level-children-4 > i.fa-arrow-circle-up').on("click", function() { $(this).hide(); $(this).prev().show(); $(this).parent().find('.mx_bm-mc-level-5').hide(); }) }, { lang: 'pl_PL', // optional urlParams: '?limit=50', // optional id: mx_cat_id }); } function APIloader () { if (!window.frontAPI) { setTimeout(APIloader, 0); } else { mxGetRootCat(mx_container_for_cat); return true; } } APIloader(); });
Męski radziecki Zim Oryginał - stan Sklepowy - IDEAŁ Męski radziecki Zim Oryginał - stan Sklepowy - IDEAŁ
zim-01
CENA DLA CIEBIE: 1 899,00 zł 2 500,00 zł
Teraz taniej o: 601,00 zł
Kupiło/zagłosowało: 209 osób
szt
zobacz więcej
RABAT
-24%
24h
Filtruj
Opinie o sklepie (dodaj opinię)
Pełen profesjonalizm pod każdym względem .Szczerze polecam Więcej...
Antoni
Pełen profesjonalizm obsługa bardzo miła oddaliśmy zegarek longines z lat 50 był w fatalnym stanie czekaliśmy dość długo ale to nie ważne .Właściciel dokonał cudu zegarek jest piękny odrestaurowany w 100 procentach dziękujemy ślicznie polecamy ten zakład z całego serca lepszego nie ma Więcej...
Iwona Hajduk
Bardzo POLECAM świetne zegarki i pełen profesjonalizm, nawet przy moim niezdecydowaniu. Dużo promocji i możliwość negocjowania cen. POLECAM Więcej...
Grzegorz P
Bez zarzutu Więcej...
Maurycy Gebel
Świetna obsługa, miła, profesjonalna, z wyjściem do klienta. Zamawiałam w tym sklepie po raz drugi i jestem bardzo zadowolona. Polecam w 100% Więcej...
Aleksandra
Zakup prezentu na koniec pracy dla kolegów na koniec pracy . Pomoc i cena OK Więcej...
Darek Meszko
Absolutely superb experience! Professional personal treat You like first class. I do warmly recommend this store! They called me to let me know when my watch arrived and offered to open the store for me 1h earlier than normal due to my short stay in Kraków. Best service, perfect watch- made my day!! Keep up the good work! Więcej...
Madis Linno
Korzystałam z usług i pomocy Pana Filipa Płonki już wielokrotnie i za każdym razem byłam mile zaskoczona. Bardzo miły personel,z wyjątkowo profesjonalnym i indywidualnym podejściem do każdego klienta i problemu. Miejsce to cechuje również bardzo duży wybór zegarków i każdy znajdzie coś dla siebie zarówno pod względem stylu jak i rozpiętości cenowej. Bez wątpienia wrócę jeszcze nie raz i polecam z czystym sumieniem. Więcej...
aga Jasicka
Profesjonalna,szybka,miła obsluga..Wszystko super???? Więcej...
Krzysztof Szczęsny
Bardzo serdecznie polecam! Wszystko szybko i sprawnie,zakupiony towar zgodny z opisem , pięknie zapakowany, Więcej...
Agnieszka
do góry
Sklep jest w trybie podglądu
Pokaż pełną wersję strony
Sklep internetowy Shoper.pl