SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/biol-pyrex-ringel-guzzini-risoli-barazzoni.html' LIMIT 0,1 [0.00034594535827637 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('biol','pyrex','ringel','guzzini','risoli','barazzoni') order by url [0.00071215629577637 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('biol','pyrex','ringel','guzzini','risoli','barazzoni') order by url [0.00050711631774902 sec]
select id,url from pod_cat_brand where BINARY url = 'biol-pyrex-ringel-guzzini-risoli-barazzoni' [0.00087189674377441 sec]
select id,url from pod_cat_brand where url = 'biol-pyrex-ringel-guzzini-risoli-barazzoni' [0.00020813941955566 sec]
select id,url from pod_cat_brand where url in ('biol','pyrex','ringel','guzzini','risoli','barazzoni') [0.00049805641174316 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; CREATE TEMPORARY TABLE tmp_base_goods ( id INT NOT NULL PRIMARY KEY, brand_id INT, price DECIMAL(10,2), old_price DECIMAL(10,2), ordr INT, is_present TINYINT(1), sub_icon_id INT, fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_brand (brand_id) ) ENGINE=MEMORY [0.00026297569274902 sec]
INSERT INTO tmp_base_goods (id, brand_id, price, old_price, ordr, is_present, sub_icon_id, fast_delivery, is_new, is_sale) SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale FROM pod_cat_good g WHERE g.cat_id IN (115) AND g.entry=0 AND g.is_active AND g.is_present_all_mods UNION SELECT g.id, g.brand_id, g.price, g.old_price, g.ordr, g.is_present, g.sub_icon_id, g.fast_delivery, g.is_new, g.is_sale 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.entry=0 AND g.is_active AND g.is_present_all_mods [0.37325191497803 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods; CREATE TEMPORARY TABLE tmp_sub_goods ( id INT NOT NULL PRIMARY KEY, entry INT NOT NULL, price DECIMAL(10,2), old_price DECIMAL(10,2), sub_icon_id INT, is_present TINYINT(1), fast_delivery TINYINT(1), is_new TINYINT(1), is_sale TINYINT(1), KEY idx_entry (entry) ) ENGINE=MEMORY [0.00037598609924316 sec]
INSERT INTO tmp_sub_goods (id, entry, price, old_price, sub_icon_id, is_present, fast_delivery, is_new, is_sale) SELECT go.id, go.entry, go.price, go.old_price, go.sub_icon_id, go.is_present, go.fast_delivery, go.is_new, go.is_sale FROM pod_cat_good go INNER JOIN tmp_base_goods t ON go.entry = t.id WHERE go.is_active AND go.is_present [0.0096578598022461 sec]
SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND 1 [0.00029277801513672 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2b300219b12 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.00096511840820312 sec]
INSERT INTO temp_brand_counts_6a2b300219b12 (id, gid) SELECT g.brand_id AS id, g.id AS gid /* cats:115 */ FROM tmp_base_goods g WHERE 1 UNION SELECT id, null gid FROM pod_cat_category WHERE id in (2550,319,2442,330,1415,2445) [0.0018510818481445 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_6a2b300219b12 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.0007328987121582 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2b300219b12 [0.00012397766113281 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 /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND g.is_present AND 1 UNION SELECT MIN(go.price) AS min_price, MAX(go.price) AS max_price /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND 1 ) A [0.00031709671020508 sec]
SELECT g.id /* cats:115 */,if(g.is_present and g.price >= '476' and g.price <= '23491',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 <= '23491',greatest(g.price,ifnull(max(pcg.price),g.price)),ifnull(max(pcg.price),g.price)) max_sort_price FROM tmp_base_goods g LEFT JOIN pod_cat_good pcg ON pcg.entry=g.id AND pcg.is_present=1 AND pcg.price >= '476' AND pcg.price <= '23491' WHERE g.id IN (482423,482422,482421,482420,479409,479149,479147,455460,439598,283607,211763,211746,477644,477643,477641,470803,461342,461341,461340,461339,461338,438958,438957,438956,438941,438940,438939,438936,438929,438924,427009,427003,420451,420450,420449,420400,420399,420398,420396,420395,420394,420393,420392,420391,420389,400615,361872,361871,361870,355037,355036,355035,280291,280284,280282,280278,267067,244472,244471,244470,232361,232360,232359,232358,230436,215359,215358,215357,215356,463255,463254,463310,463175,463174,463173,463172,463171,463170,463169,463168,463167,463166,463165,463164,463163,463162,463161,463160,463159,463158,463157,463156,463155,463154,463153,463152,463151,463150,463149,463148,463147,463146,463145,463144,463143,463142,463141,463140,463134,463133,463132,463131,463130,463129,463123,463122,463121,463120,463119,463118,463113,463112,463111,463110,463109,463108,463103,463102,463101,463100,463099,463098,463094,463093,463092,463091,463090,463089,463086,463085,463084,463083,463082,463081,463080,461893,461892,461891,461890,461889,461888) GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0025269985198975 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 <= '23491',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 <= '23491',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 <= '23491') WHERE g.id in (211746,280282,215357,215359,215358,215356,482421,280284,482420,232361,244470,230436,232360,427009,463091,463144,463254,420398,463082,463132,463169,420389,461889,463120,463162,355035,455460,463109,463155,244472,438939,463098) GROUP BY g.id ORDER BY g.ordr desc [0.0044760704040527 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 (211746,280282,215357,215359,215358,215356,482421,280284,482420,232361,244470,230436,232360,244472,355035,420389,420398,427009,438939,461889,463082,455460,463091,463098,463109,463120,463132,463144,463155,463162,463169,463254) AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.0010049343109131 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 (211746,280282,215357,215359,215358,215356,482421,280284,482420,232361,244470,230436,232360,244472,355035,420389,420398,427009,438939,461889,463082,455460,463091,463098,463109,463120,463132,463144,463155,463162,463169,463254) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0066978931427002 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (2550,319,2442,330,1415,2445) [0.0001828670501709 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='2550.319.2442.330.1415.2445' [0.00011777877807617 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32; CREATE TEMPORARY TABLE tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00022315979003906 sec]
INSERT INTO tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 (id) SELECT A.id FROM ( SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND 1 ) A [0.00042605400085449 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32; CREATE TEMPORARY TABLE tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00026702880859375 sec]
INSERT INTO tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 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.011207103729248 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32; CREATE TEMPORARY TABLE tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00028777122497559 sec]
INSERT IGNORE INTO tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 p GROUP BY p.filter_id [0.00035190582275391 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_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 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.00026988983154297 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 [0.0001530647277832 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 [6.7949295043945E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300220e32 [6.413459777832E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c; CREATE TEMPORARY TABLE tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00014901161193848 sec]
INSERT INTO tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c (id, entry) SELECT A.id, A.entry FROM ( SELECT g.id as id, g.id as entry /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND 1 ) A [0.00038981437683105 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c; CREATE TEMPORARY TABLE tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00017786026000977 sec]
INSERT INTO tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c 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.0037870407104492 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c; CREATE TEMPORARY TABLE tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00023818016052246 sec]
INSERT IGNORE INTO tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c p GROUP BY p.filter_id [0.00021791458129883 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_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c 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.00026488304138184 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c [0.00011992454528809 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c [5.6028366088867E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b30022456c [0.00012493133544922 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def; CREATE TEMPORARY TABLE tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00015521049499512 sec]
INSERT IGNORE INTO tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def (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 /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND g.is_present AND 1 UNION SELECT go.id as id, g.id as entry, go.sub_icon_id /* cats:115 */ FROM tmp_sub_goods go INNER JOIN tmp_base_goods g ON go.entry = g.id WHERE g.brand_id IN (2550,319,2442,330,1415,2445) AND 1 ) A [0.00043201446533203 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def; CREATE TEMPORARY TABLE tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00016593933105469 sec]
INSERT IGNORE INTO tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def 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.00027894973754883 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def 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.00012803077697754 sec]
----------------------------- SELECT COUNT(*) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.0071721076965332 sec]
Array ( [0] => Array ( [COUNT(*)] => 4005 ) ) SELECT COUNT(DISTINCT filter_id) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.017546892166138 sec]
Array ( [0] => Array ( [COUNT(DISTINCT filter_id)] => 8 ) ) ----------------------------- DROP TEMPORARY TABLE IF EXISTS tmp_A_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def [0.00016379356384277 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_rp7dn0c0gbti5keh60ghbn7698_6a2b300225def [5.793571472168E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00020217895507812 sec]
Низькі ціни на Каструлі БІОЛ ... Barazzoni (БІOЛ ... Бaрaззoні) - великий вибір, фото. Купити Каструлі БІОЛ ... Barazzoni (БІOЛ ... Бaрaззoні) в Києві і Україні

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

ПЕРЕЙТИ

Каструлі БІОЛ ... Barazzoni

Каструля скляна Pyrex Classic кругла 4.9 л 118A000
Каструля скляна Pyrex Classic кругла 4.9 л 118A000
Код: 211746

Виробник: Pyrex (Франция)

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

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

Ціна:
684 грн 978 грн
Каструля 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 грн
Ківш із кришкою 18 см Cook Care Pyrex CR18AP6/8044
Ківш із кришкою 18 см Cook Care Pyrex CR18AP6/8044
Код: 482421

Виробник: Pyrex (Франция)

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

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

Ціна:
832 грн 1 188 грн
Ківш із кришкою 16 см Cook Care Pyrex CR16AP6/8044
Ківш із кришкою 16 см Cook Care Pyrex CR16AP6/8044
Код: 482420

Виробник: Pyrex (Франция)

Ціна:
1 575 грн
Ківш 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 12 см 0.6 л з кришкою RG-4006-12 - 30 %
Ківш Ringel Kinder 12 см 0.6 л з кришкою RG-4006-12
Код: 232360

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

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

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

Ціна:
1 696 грн 2 422 грн
Каструля з кришкою 22см 4.75л Riegel Ringel RG-2016-22
Каструля з кришкою 22см 4.75л Riegel Ringel RG-2016-22
Код: 355035

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

Ціна:
1 172 грн
Каструля з кришкою Ringel Prime 16см 1.9л RG-2019-16
Каструля з кришкою Ringel Prime 16см 1.9л RG-2019-16
Код: 420389

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

Ціна:
1 200 грн
Каструля з кришкою Ringel Hanover 16см 1.8л
Каструля з кришкою Ringel Hanover 16см 1.8л
Код: 420398

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

Ціна:
934 грн
Каструля чавунна з кришкою 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 грн
Каструля My Lady 20 см, 3.5 л Barazzoni 510002020
Каструля My Lady 20 см, 3.5 л Barazzoni 510002020
Код: 461889

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

Ціна:
8 116 грн
Каструля 16 см, 1.4 л 160002016 BARAZZONI
Каструля 16 см, 1.4 л 160002016 BARAZZONI
Код: 463082

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

Ціна:
4 118 грн
Каструля чавунна з кришкою 20 см 2.2 л Slow Cook Pyrex SC5AC20/6641
Каструля чавунна з кришкою 20 см 2.2 л Slow Cook Pyrex SC5AC20/6641
Код: 455460

Виробник: Pyrex (Франция)

Ціна:
5 149 грн
Каструля з кришкою PROFESSIONAL 28 см 11.8 л 169601028 BARAZZONI
Каструля з кришкою PROFESSIONAL 28 см 11.8 л 169601028 BARAZZONI
Код: 463091

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

Ціна:
14 109 грн
Каструля CARATI 24 см, 7.7 л 170101024 BARAZZONI
Каструля CARATI 24 см, 7.7 л 170101024 BARAZZONI
Код: 463098

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

Ціна:
5 448 грн
Каструля TUMMY 26 см, 12 л 001001026 BARAZZONI
Каструля TUMMY 26 см, 12 л 001001026 BARAZZONI
Код: 463109

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

Ціна:
9 397 грн
Каструля TUMMY 26 см, 12 л 018001026 BARAZZONI
Каструля TUMMY 26 см, 12 л 018001026 BARAZZONI
Код: 463120

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

Ціна:
11 548 грн
Каструля DOLCE VITA 22 см, 6 л 267101022 BARAZZONI
Каструля DOLCE VITA 22 см, 6 л 267101022 BARAZZONI
Код: 463132

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

Ціна:
4 755 грн
Каструля DOLCE VITA 24 см, 4.5 л 267102024 BARAZZONI
Каструля DOLCE VITA 24 см, 4.5 л 267102024 BARAZZONI
Код: 463144

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

Ціна:
4 486 грн
Каструля BONITA 22 см, 6 л 266101022 BARAZZONI
Каструля BONITA 22 см, 6 л 266101022 BARAZZONI
Код: 463155

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

Ціна:
4 090 грн
Каструля BONITA 26 см, 6 л 266102026 BARAZZONI
Каструля BONITA 26 см, 6 л 266102026 BARAZZONI
Код: 463162

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

Ціна:
5 080 грн
Каструля з кришкою BLACK TITAN 24 см, 4.1л 85560202498 BARAZZONI
Каструля з кришкою BLACK TITAN 24 см, 4.1л 85560202498 BARAZZONI
Код: 463169

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

Ціна:
9 057 грн
Кастрюля індукційна 20см 09832033 GUZZINI
Кастрюля індукційна 20см 09832033 GUZZINI
Код: 463254

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

Ціна:
2 776 грн
1 2 3 4 5