SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/lessner-empire-ringel-brioni-risoli-flonal.html' LIMIT 0,1 [0.00037217140197754 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('lessner','empire','ringel','brioni','risoli','flonal') order by url [0.0013041496276855 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('lessner','empire','ringel','brioni','risoli','flonal') order by url [0.00049805641174316 sec]
select id,url from pod_cat_brand where BINARY url = 'lessner-empire-ringel-brioni-risoli-flonal' [0.00089812278747559 sec]
select id,url from pod_cat_brand where url = 'lessner-empire-ringel-brioni-risoli-flonal' [0.00017404556274414 sec]
select id,url from pod_cat_brand where url in ('lessner','empire','ringel','brioni','risoli','flonal') [0.00040006637573242 sec]
SELECT g.id -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present_all_mods AND g.entry =0 AND g.is_active [0.05774188041687 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2ac0570a74d ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00053501129150391 sec]
INSERT INTO temp_brand_counts_6a2ac0570a74d (id, gid) SELECT g.brand_id AS id, g.id AS gid -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.brand_id AS id, g.id AS gid -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT id, null gid FROM pod_cat_category WHERE id in (2321,421,2500,334,1415,2445) [0.0089011192321777 sec]
SELECT b.id, b.name_ua AS name, pc.name_ua AS country, b.country_id, b.image_icon, b.url, b.ordr, pc.code, COALESCE(tc.count, 0) as count FROM pod_cat_brand b INNER JOIN ( SELECT id, COUNT(gid) as count FROM temp_brand_counts_6a2ac0570a74d GROUP BY id HAVING COUNT(gid) > 0 ) tc ON b.id = tc.id LEFT JOIN pod_country pc ON (pc.id = b.country_id AND pc.is_active = 1) WHERE b.is_active = '1' ORDER BY b.ordr [0.0012631416320801 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2ac0570a74d [0.00017189979553223 sec]
SELECT MIN(min_price) AS min_price, MAX(max_price) AS max_price FROM ( SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT MIN(g.price) AS min_price, MAX(g.price) AS max_price -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.019381046295166 sec]
SELECT g.id, if(g.is_present and g.price >= '476' and g.price <= '3899',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) min_sort_price , if(g.is_present and g.price >= '476' and g.price <= '3899',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price FROM pod_cat_good g LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id and pcg.is_present=1 and pcg.is_present=1 and pcg.price >= '476' and pcg.price <= '3899' WHERE g.id in (215356,215357,215358,215359,230436,232358,232359,232360,232361,244470,244471,244472,267067,280278,280282,280284,280291,355035,355036,355037,361870,361871,361872,400615,420389,420391,420392,420393,420394,420395,420396,420398,420399,420400,420449,420450,420451,427003,427009,438924,438929,438936,438939,438940,438941,438956,438957,438958,444206,444304,444674,444711,444714,444758,444760,446715,446716,446717,446722,446723,446724,446729,446730,446731,446736,446737,446738,461338,461339,461340,461341,461342,463189,463310,468480,468482,470160,470803,477641,477643,477644) GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0070648193359375 sec]
SELECT g.video, g.threedvideo, g.is_xit, g.is_action, g.is_sale, g.sub_is_action, g.is_new, g.is_pay_for_video, g.id, g.cat_id, g.name_ua AS name, g.name2_ua AS name2, g.descr, g.size_table, g.artikul, g.image_small, g.image_big, g.price, g.old_price, g.is_present, g.is_present_all_mods, g.sub_icon_id,g.url,g.ordr, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, b.name_ua AS brand_name,b.url as burl,b.id as bid, b.country AS brand_country,c.url as curl, c.name_ua AS cat_name, si.name_ua AS sub_icon_name,si.icon AS sub_icon, g.star, g.comment_id, if(g.is_present and g.price >= '476' and g.price <= '3899',least(g.price,ifnull(min(pcg.price),g.price)),ifnull(min(pcg.price),g.price)) as min_sort_price, if(g.is_present and g.price >= '476' and g.price <= '3899',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) as max_sort_price FROM pod_cat_good g INNER JOIN pod_cat_category c ON c.id=g.cat_id LEFT JOIN pod_cat_brand b ON b.id=g.brand_id LEFT JOIN pod_sub_icon si ON si.id=g.sub_icon_id LEFT JOIN pod_cat_good pcg ON (pcg.entry=g.id and pcg.is_present=1 and pcg.price >= '476' and pcg.price <= '3899') WHERE g.id in (470160,280282,444206,444714,444674,444304,215357,215359,215358,215356,280284,232361,244470,230436,232359,244471,355036,361872,420392,420396,420449,427009,438939,438957,444760,446722,446730,446738,461341,468480,477641,232360) GROUP BY g.id ORDER BY g.ordr desc [0.0026309490203857 sec]
SELECT g.ordr, g.is_xit, g.is_pay_for_video, g.is_action, g.is_sale, g.is_new, g.last_items, g.fast_delivery, g.free_delivery, g.gift, g.timer, g.action_validity, g.id, g.entry, g.name_ua AS name, g.price, g.old_price, g.artikul, g.sub_icon_id, g.is_present, si.name_ua AS sub_icon_name, si.icon AS sub_icon FROM pod_cat_good g LEFT JOIN pod_sub_icon si ON si.id = g.sub_icon_id WHERE g.entry IN (470160,280282,444206,444714,444674,444304,215357,215359,215358,215356,280284,232361,244470,230436,232359,232360,244471,355036,361872,420392,420396,420449,427009,438939,438957,446722,446730,446738,468480,444760,461341,477641) AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.00036191940307617 sec]
SELECT DISTINCT ggd2.good_id AS source_good_id, g.id, g.is_present_all_mods, pc.name_ua AS name, g.url, b.url as burl, c.url as curl, g.is_present, pc.code AS color_code, gg.group_type, gg.param_name, gg.param_name_ua, ggd.text_value, ggd.icon_path FROM pod_goods_group_goods ggd2 JOIN pod_goods_group_goods ggd ON ggd2.goods_group_id=ggd.goods_group_id JOIN pod_goods_group gg ON ggd.goods_group_id=gg.id JOIN pod_cat_good g ON g.id=ggd.good_id LEFT JOIN pod_cat_brand b ON g.brand_id=b.id LEFT JOIN pod_cat_category c ON g.cat_id=c.id LEFT JOIN pod_colors pc ON pc.id=ggd.color_id WHERE ggd2.good_id IN (470160,280282,444206,444714,444674,444304,215357,215359,215358,215356,280284,232361,244470,230436,232359,232360,244471,355036,361872,420392,420396,420449,427009,438939,438957,446722,446730,446738,468480,444760,461341,477641) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0032138824462891 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (2321,421,2500,334,1415,2445) [0.00015091896057129 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='2321.421.2500.334.1415.2445' [0.00011301040649414 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b; CREATE TEMPORARY TABLE tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00019502639770508 sec]
INSERT INTO tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b (id) SELECT A.id FROM ( SELECT g.id -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present_all_mods AND g.entry =0 AND g.is_active ) A [0.0019600391387939 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b; CREATE TEMPORARY TABLE tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00017809867858887 sec]
INSERT INTO tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b A INNER JOIN pod_good_filter gf ON A.id = gf.id_good INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 0 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.017560005187988 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b; CREATE TEMPORARY TABLE tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.0003662109375 sec]
INSERT IGNORE INTO tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b p GROUP BY p.filter_id [0.0005037784576416 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00040102005004883 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b [0.00022983551025391 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b [0.00013399124145508 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571768b [0.00012993812561035 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4; CREATE TEMPORARY TABLE tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00022220611572266 sec]
INSERT INTO tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.0056931972503662 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4; CREATE TEMPORARY TABLE tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00030708312988281 sec]
INSERT INTO tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 A INNER JOIN pod_good_filter gf ON A.id = gf.id_good INNER JOIN pod_cat_filter cf ON gf.filter_id = cf.filter_id AND cf.category_id = 115 INNER JOIN pod_filter fm ON gf.filter_id = fm.id AND fm.is_split = 1 AND fm.is_active INNER JOIN pod_filter f ON gf.filter_id_value = f.id AND f.is_active [0.0057339668273926 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4; CREATE TEMPORARY TABLE tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00027704238891602 sec]
INSERT IGNORE INTO tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 p GROUP BY p.filter_id [0.00036191940307617 sec]
SELECT c.filter_id, c.count, f.entry, f.name_ua AS name, f.url, f.ord, fm.name_ua AS mname, fm.url AS murl, fm.ord AS mord FROM tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 c INNER JOIN pod_filter f ON c.filter_id = f.id INNER JOIN pod_filter fm ON f.entry = fm.id ORDER BY fm.ord DESC, f.ord DESC, c.filter_id [0.00044608116149902 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 [0.00021600723266602 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 [9.8943710327148E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0571cec4 [0.00011301040649414 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c; CREATE TEMPORARY TABLE tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.0002140998840332 sec]
INSERT IGNORE INTO tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c (entry, sub_icon_id) SELECT DISTINCT A.entry, A.sub_icon_id FROM ( SELECT g.id as id, g.id as entry, g.sub_icon_id -- основні FROM pod_cat_good g USE INDEX (idx_cat_entry_active_present) WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT g.id as id, g.id as entry, g.sub_icon_id -- основні в допкатегорії FROM pod_cat_good g INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND g.is_present AND g.is_present_all_mods AND g.entry =0 AND g.is_active UNION SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id WHERE g.cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active UNION SELECT go.id as id, g.id as entry, go.sub_icon_id -- підтовари в допкатегорії FROM pod_cat_good go INNER JOIN pod_cat_good g ON go.entry = g.id INNER JOIN pod_dop_cat_category dc ON dc.good_id = g.id WHERE dc.dop_cat_id IN (115) AND g.brand_id IN (2321,421,2500,334,1415,2445) AND go.is_present AND go.is_active AND g.is_present_all_mods AND g.is_active ) A [0.013247013092041 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c; CREATE TEMPORARY TABLE tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00021600723266602 sec]
INSERT IGNORE INTO tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c A INNER JOIN pod_sub_icon si ON A.sub_icon_id = si.id AND si.is_active_filter = 1 ) AA GROUP BY sub_icon_id [0.00027084350585938 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c c INNER JOIN pod_sub_icon si ON c.sub_icon_id = si.id AND si.is_active_filter = 1 ORDER BY si.ordr, si.name [0.00013089179992676 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c [0.0001218318939209 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_m4o2kporqegbegghqh9ta9ujtd_6a2ac0572071c [5.2928924560547E-5 sec]
Низькі ціни на Каструлі Lessner ... Flonal (Лeсснeр ... Флoнaл) - великий вибір, фото. Купити Каструлі Lessner ... Flonal (Лeсснeр ... Флoнaл) в Києві і Україні

DEVELOPMENT🌷ЗНИЖКИ ДО 70%

ПЕРЕЙТИ

Каструлі Lessner ... Flonal

Ківш алюмінієвий 16 см 1.3 л Black Pro New Lessner 55872-16
Ківш алюмінієвий 16 см 1.3 л Black Pro New Lessner 55872-16
Код: 470160
delivary icon

Виробник: Lessner (Великобритания)

Ціна:
1 072 грн
Каструля з кришкою Ringel Meyer 2.3 л 18 см RG-2008-18 - 30 %
Каструля з кришкою Ringel Meyer 2.3 л 18 см RG-2008-18
Код: 280282

Виробник: Ringel (Германия)

Ціна:
684 грн 978 грн
Каструля з кришкою 2,4 л Dura Induction Flonal DUICV2030
Каструля з кришкою 2,4 л Dura Induction Flonal DUICV2030
Код: 444206

Виробник: Flonal (Италия)

Ціна:
2 155 грн
Каструля 2,4 л Pietra Lavica Flonal PLIC22080
Каструля 2,4 л Pietra Lavica Flonal PLIC22080
Код: 444714

Виробник: Flonal (Италия)

Ціна:
1 315 грн
Каструля без кришки 4,4 л Monolite Flonal MOIC22490
Каструля без кришки 4,4 л Monolite Flonal MOIC22490
Код: 444674

Виробник: Flonal (Италия)

Ціна:
2 233 грн
Каструля з кришкою 4,3 л Dura Induction Flonal DUICV2430
Каструля з кришкою 4,3 л Dura Induction Flonal DUICV2430
Код: 444304

Виробник: Flonal (Италия)

Ціна:
2 112 грн
Каструля Bonn (4.7 л) 22 см Ringel RG-2003-22
Каструля Bonn (4.7 л) 22 см Ringel RG-2003-22
Код: 215357

Виробник: Ringel (Германия)

Ціна:
1 206 грн
Каструля Bonn Ringel 2,6 л 18 см RG-2003-18
Каструля Bonn Ringel 2,6 л 18 см RG-2003-18
Код: 215359

Виробник: Ringel (Германия)

Ціна:
890 грн
Каструля Bonn Ringel 3,6 л 20 см RG-2003-20
Каструля Bonn Ringel 3,6 л 20 см RG-2003-20
Код: 215358

Виробник: Ringel (Германия)

Ціна:
1 006 грн
Каструля Bonn (6.1 л) 24 см Ringel RG-2003-24
Каструля Bonn (6.1 л) 24 см Ringel RG-2003-24
Код: 215356

Виробник: Ringel (Германия)

Ціна:
1 354 грн
Каструля з кришкою Ringel Meyer 4.2 л 22 см RG-2008-22 - 30 %
Каструля з кришкою Ringel Meyer 4.2 л 22 см RG-2008-22
Код: 280284

Виробник: Ringel (Германия)

Ціна:
832 грн 1 188 грн
Ківш Ringel Kinder 14 см 1.0 л з кришкою RG-4006-14 - 30 %
Ківш Ringel Kinder 14 см 1.0 л з кришкою RG-4006-14
Код: 232361

Виробник: Ringel (Германия)

Ціна:
548 грн 782 грн
Каструля Ringel Dresden 26 см 9 л з кришкою RG-2011-26 - 30 %
Каструля Ringel Dresden 26 см 9 л з кришкою RG-2011-26
Код: 244470

Виробник: Ringel (Германия)

Ціна:
1 318 грн 1 882 грн
Каструля з кришкою Ringel Zitrone 24x12 см 4.2л RG-2108-24 / 1
Каструля з кришкою Ringel Zitrone 24x12 см 4.2л RG-2108-24 / 1
Код: 230436

Виробник: Ringel (Германия)

Ціна:
2 424 грн
Каструля Ringel Kinder 14 см 1.0 л з кришкою RG-2006-14 - 30 %
Каструля Ringel Kinder 14 см 1.0 л з кришкою RG-2006-14
Код: 232359

Виробник: Ringel (Германия)

Ціна:
560 грн 800 грн
Ківш Ringel Kinder 12 см 0.6 л з кришкою RG-4006-12 - 30 %
Ківш Ringel Kinder 12 см 0.6 л з кришкою RG-4006-12
Код: 232360

Виробник: Ringel (Германия)

Ціна:
476 грн 680 грн
Каструля Ringel Dresden 28 см 11 л з кришкою RG-2011-28 - 30 %
Каструля Ringel Dresden 28 см 11 л з кришкою RG-2011-28
Код: 244471

Виробник: Ringel (Германия)

Ціна:
1 524 грн 2 176 грн
Ківш з кришкою 18см 1.6л Pesto Ringel RG-4137-18
Ківш з кришкою 18см 1.6л Pesto Ringel RG-4137-18
Код: 355036

Виробник: Ringel (Германия)

Ціна:
1 198 грн
Каструля з кришкою 2.2 л 16 см Riegel Ringel RG 2016-16
Каструля з кришкою 2.2 л 16 см Riegel Ringel RG 2016-16
Код: 361872

Виробник: Ringel (Германия)

Ціна:
760 грн
Каструля з кришкою Ringel Prime 22см 4.7л RG-2019-22
Каструля з кришкою Ringel Prime 22см 4.7л RG-2019-22
Код: 420392

Виробник: Ringel (Германия)

Ціна:
1 662 грн
Каструля з кришкою Ringel Fusion 22см 4.7л RG-2020-22
Каструля з кришкою Ringel Fusion 22см 4.7л RG-2020-22
Код: 420396

Виробник: Ringel (Германия)

Ціна:
1 774 грн
Каструля з кришкою Ringel Expert 18см 2.5л RG-2018-18
Каструля з кришкою Ringel Expert 18см 2.5л RG-2018-18
Код: 420449

Виробник: Ringel (Германия)

Ціна:
1 140 грн
Каструля чавунна з кришкою Ringel Essen 26 см 4.8 л RG-2300-26
Каструля чавунна з кришкою Ringel Essen 26 см 4.8 л RG-2300-26
Код: 427009

Виробник: Ringel (Германия)

Ціна:
3 864 грн
Каструля з кришкою Ringel Zira 20 см 3.5 л RG-21006-20h
Каструля з кришкою Ringel Zira 20 см 3.5 л RG-21006-20h
Код: 438939

Виробник: Ringel (Германия)

Ціна:
1 834 грн
Ківш алюмінієвий Ringel Zira 18 см 1.7л RG-41006-18
Ківш алюмінієвий Ringel Zira 18 см 1.7л RG-41006-18
Код: 438957

Виробник: Ringel (Германия)

Ціна:
1 238 грн
Каструля з кришкою 18 см 2,5 л Royal Stone Ti̇gereye Gold Brioni 764-045
Каструля з кришкою 18 см 2,5 л Royal Stone Ti̇gereye Gold Brioni 764-045
Код: 446722

Виробник: Brioni (Турция)

Ціна:
2 699 грн
Каструля з кришкою 20 см 2,7 л Selection Plus Biege Brioni 764-053
Каструля з кришкою 20 см 2,7 л Selection Plus Biege Brioni 764-053
Код: 446730

Виробник: Brioni (Турция)

Ціна:
3 599 грн
Каструля з кришкою 24 см 4 л Selection Cream Brioni 764-061
Каструля з кришкою 24 см 4 л Selection Cream Brioni 764-061
Код: 446738

Виробник: Brioni (Турция)

Ціна:
3 699 грн
Каструля з кришкою 2,2 л Lessner 55855-16
Каструля з кришкою 2,2 л Lessner 55855-16
Код: 468480

Виробник: Lessner (Великобритания)

Ціна:
779 грн
Ківш 1,2 л Pietra Viva Flonal PV8C11670
Ківш 1,2 л Pietra Viva Flonal PV8C11670
Код: 444760

Виробник: Flonal (Италия)

Ціна:
1 131 грн
Каструля з кришкою 3.2 л 20 см Grey Line Ringel RG-2022-20
Каструля з кришкою 3.2 л 20 см Grey Line Ringel RG-2022-20
Код: 461341

Виробник: Ringel (Германия)

Ціна:
1 136 грн
Каструля з кришкою 3.1 л 18 см Salsa Ringel RG-2034-18
Каструля з кришкою 3.1 л 18 см Salsa Ringel RG-2034-18
Код: 477641

Виробник: Ringel (Германия)

Ціна:
1 176 грн
1 2 3