SELECT url_to, r404 FROM pod_redirect WHERE BINARY REPLACE(url_from,'/ru/','/') = '/kastryuli/_vincent-pyrex-ringel-ringel_iq-risoli-iq.html' LIMIT 0,1 [0.00070405006408691 sec]
SELECT pod_filter.id,pod_filter.url FROM pod_filter WHERE BINARY pod_filter.url IN ('_vincent','pyrex','ringel','ringel_iq','risoli','iq') order by url [0.0017669200897217 sec]
SELECT pod_sub_icon.id,pod_sub_icon.url FROM pod_sub_icon WHERE BINARY pod_sub_icon.url IN ('_vincent','pyrex','ringel','ringel_iq','risoli','iq') order by url [0.001262903213501 sec]
select id,url from pod_cat_brand where BINARY url = '_vincent-pyrex-ringel-ringel_iq-risoli-iq' [0.0018231868743896 sec]
select id,url from pod_cat_brand where url = '_vincent-pyrex-ringel-ringel_iq-risoli-iq' [0.00035905838012695 sec]
select id,url from pod_cat_brand where url in ('_vincent','pyrex','ringel','ringel_iq','risoli','iq') [0.0010120868682861 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.0004580020904541 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.49303984642029 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.00072908401489258 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.0094249248504639 sec]
SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2552,330,1415,1861,2445,325) AND 1 [0.00033116340637207 sec]
CREATE TEMPORARY TABLE temp_brand_counts_6a2b91ee6e367 ( id INT, gid INT, INDEX idx_id (id), INDEX idx_gid (gid) ) [0.0011518001556396 sec]
INSERT INTO temp_brand_counts_6a2b91ee6e367 (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 (2552,330,1415,1861,2445,325) [0.0037131309509277 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_6a2b91ee6e367 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.0012669563293457 sec]
DROP TEMPORARY TABLE IF EXISTS temp_brand_counts_6a2b91ee6e367 [0.0002291202545166 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 (2552,330,1415,1861,2445,325) 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 (2552,330,1415,1861,2445,325) AND 1 ) A [0.00059080123901367 sec]
SELECT g.id /* cats:115 */,if(g.is_present and g.price >= '476' and g.price <= '9425',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 <= '9425',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 <= '9425' WHERE g.id IN (470805,470804,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,463310,500376,500375,500374,500373,500372,486625,486624,486623,486622,486621,482332,482331,482330,482329,482328,482327,482324,482323,477648,477647,477646,477640,477639,477638,477637,477636,476576,476575,476574,476573,476572,471378,471374,471373,471372,471371,471356) GROUP BY g.id ORDER BY g.ordr desc LIMIT 0, 32 [0.0045719146728516 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 <= '9425',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 <= '9425',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 <= '9425') WHERE g.id in (211746,280282,215357,215359,215358,215356,482421,280284,482420,232361,244470,230436,244472,438939,477640,420450,476574,486624,420394,471371,361871,461341,482324,438957,477646,438924,477637,500374,420399,471378,486621,420391) GROUP BY g.id ORDER BY g.ordr desc [0.0049958229064941 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,244472,361871,420391,420394,420399,438924,420450,438939,438957,471371,461341,477646,471378,476574,477637,500374,477640,482324,486621,486624) AND g.is_active = '1' ORDER BY g.entry, g.is_present DESC [0.00069594383239746 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,244472,361871,420391,420394,420399,438924,420450,438939,438957,471371,461341,477646,471378,476574,477637,500374,477640,482324,486621,486624) ORDER BY ggd2.good_id, g.is_present_all_mods DESC [0.0069611072540283 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id in (2552,330,1415,1861,2445,325) [0.00031018257141113 sec]
SELECT name_ua AS name, url FROM pod_cat_brand WHERE id='2552.330.1415.1861.2445.325' [0.00021815299987793 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d; CREATE TEMPORARY TABLE tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d ( id INT NOT NULL, PRIMARY KEY (id) ) ENGINE=MEMORY; [0.00036478042602539 sec]
INSERT INTO tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d (id) SELECT A.id FROM ( SELECT g.id /* cats:115 */ FROM tmp_base_goods g WHERE g.brand_id IN (2552,330,1415,1861,2445,325) AND 1 ) A [0.00039100646972656 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d; CREATE TEMPORARY TABLE tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.0002439022064209 sec]
INSERT INTO tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d (goods_id, filter_id) SELECT DISTINCT A.id AS goods_id, f.id AS filter_id FROM tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d 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.020469903945923 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d; CREATE TEMPORARY TABLE tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00020194053649902 sec]
INSERT IGNORE INTO tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d p GROUP BY p.filter_id [0.00024080276489258 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_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d 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.0002281665802002 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d [0.00019621849060059 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d [8.2969665527344E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7700d [7.4863433837891E-5 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc; CREATE TEMPORARY TABLE tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc ( id INT NOT NULL, entry INT NOT NULL, PRIMARY KEY (id), KEY idx_entry (entry) ) ENGINE=MEMORY; [0.00017094612121582 sec]
INSERT INTO tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc (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 (2552,330,1415,1861,2445,325) 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 (2552,330,1415,1861,2445,325) AND 1 ) A [0.00036406517028809 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc; CREATE TEMPORARY TABLE tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc ( goods_id INT NOT NULL, filter_id INT NOT NULL, PRIMARY KEY (goods_id, filter_id) ) ENGINE=MEMORY; [0.00018620491027832 sec]
INSERT INTO tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc (goods_id, filter_id) SELECT DISTINCT A.entry AS goods_id, f.id AS filter_id FROM tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc 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.0044059753417969 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc; CREATE TEMPORARY TABLE tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc ( filter_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.00042819976806641 sec]
INSERT IGNORE INTO tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc (filter_id, count) SELECT p.filter_id, COUNT(*) AS count FROM tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc p GROUP BY p.filter_id [0.00058102607727051 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_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc 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.00047516822814941 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc [0.00027084350585938 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_pairs_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc [0.00015687942504883 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ccfc [0.0001220703125 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d; CREATE TEMPORARY TABLE tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d ( entry INT NOT NULL, sub_icon_id INT NOT NULL, PRIMARY KEY (entry, sub_icon_id) ) ENGINE=MEMORY; [0.00026607513427734 sec]
INSERT IGNORE INTO tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d (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 (2552,330,1415,1861,2445,325) 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 (2552,330,1415,1861,2445,325) AND 1 ) A [0.00078392028808594 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d; CREATE TEMPORARY TABLE tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d ( sub_icon_id INT NOT NULL PRIMARY KEY, count INT NOT NULL ) ENGINE=MEMORY; [0.0003199577331543 sec]
INSERT IGNORE INTO tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d (sub_icon_id, count) SELECT sub_icon_id, COUNT(DISTINCT entry) AS count FROM ( SELECT A.entry, A.sub_icon_id FROM tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d 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.00054001808166504 sec]
SELECT c.sub_icon_id AS id, c.count, si.entry, si.name_ua AS name, si.url FROM tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d 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.00026917457580566 sec]
----------------------------- SELECT COUNT(*) FROM pod_good_filter WHERE id_good IN (SELECT id FROM tmp_base_goods); [0.018260955810547 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.033615827560425 sec]
Array ( [0] => Array ( [COUNT(DISTINCT filter_id)] => 8 ) ) ----------------------------- DROP TEMPORARY TABLE IF EXISTS tmp_A_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d [0.0003509521484375 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_counts_67r77fedqfpfq1pi2k7i489oip_6a2b91ee7ef3d [0.00012898445129395 sec]
DROP TEMPORARY TABLE IF EXISTS tmp_base_goods; DROP TEMPORARY TABLE IF EXISTS tmp_sub_goods [0.00032186508178711 sec]
Низькі ціни на Каструлі Vincent ... IQ (Вінкeнт ... ІQ) - великий вибір, фото. Купити Каструлі Vincent ... IQ (Вінкeнт ... ІQ) в Києві і Україні

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

ПЕРЕЙТИ

Каструлі Vincent ... IQ

Каструля скляна 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 Dresden 30 см 13 л з кришкою RG-2011-30 - 30 %
Каструля Ringel Dresden 30 см 13 л з кришкою RG-2011-30
Код: 244472

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

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

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

Ціна:
1 036 грн
Каструля з кришкою Ringel Prime 20см 3.6л RG-2019-20
Каструля з кришкою Ringel Prime 20см 3.6л RG-2019-20
Код: 420391

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

Ціна:
1 496 грн
Каструля з кришкою Ringel Fusion 18см 2.6л RG-2020-18
Каструля з кришкою Ringel Fusion 18см 2.6л RG-2020-18
Код: 420394

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

Ціна:
1 408 грн
Каструля з кришкою Ringel Hanover 18см 2.3л
Каструля з кришкою Ringel Hanover 18см 2.3л
Код: 420399

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

Ціна:
988 грн
Каструля з кришкою Ringel Besser 16 см 1.6 л RG-2021-16
Каструля з кришкою Ringel Besser 16 см 1.6 л RG-2021-16
Код: 438924

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

Ціна:
1 230 грн
Каструля з кришкою Ringel Expert 20см 3.5л RG-2018-20
Каструля з кришкою Ringel Expert 20см 3.5л RG-2018-20
Код: 420450

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

Ціна:
1 336 грн
Каструля з кришкою 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 грн
Каструля з кришкою 2.5 л 18 см Be Traditional IQ IQ-2046-18
Каструля з кришкою 2.5 л 18 см Be Traditional IQ IQ-2046-18
Код: 471371

Виробник: IQ (КНР)

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

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

Ціна:
1 136 грн
Ківш із кришкою 16 см 1,3 л Be Active IQ IQ-4048-16
Ківш із кришкою 16 см 1,3 л Be Active IQ IQ-4048-16
Код: 477646

Виробник: IQ (КНР)

Ціна:
1 569 грн
Каструля із кришкою 22 см 4,4 л Be Trendy IQ IQ-2044-22
Каструля із кришкою 22 см 4,4 л Be Trendy IQ IQ-2044-22
Код: 471378

Виробник: IQ (КНР)

Ціна:
2 939 грн
Каструля з кришкою 20 см 3,5 л Be Creative IQ IQ-2050-20 - 20 %
Каструля з кришкою 20 см 3,5 л Be Creative IQ IQ-2050-20
Код: 476574

Виробник: IQ (КНР)

Ціна:
1 515 грн 1 889 грн
Каструля з кришкою 24 см 4.2 л Be Active IQ IQ-2048-24
Каструля з кришкою 24 см 4.2 л Be Active IQ IQ-2048-24
Код: 477637

Виробник: IQ (КНР)

Ціна:
2 179 грн
Каструля з кришкою 22 см 4.2 л Be Brave IQ IQ-2052-22 - 26 %
Каструля з кришкою 22 см 4.2 л Be Brave IQ IQ-2052-22
Код: 500374

Виробник: IQ (КНР)

Ціна:
1 715 грн 2 309 грн
Каструля з кришкою 24 см 4.2 л л Be Simple IQ IQ-2049-24
Каструля з кришкою 24 см 4.2 л л Be Simple IQ IQ-2049-24
Код: 477640

Виробник: IQ (КНР)

Ціна:
2 179 грн
Каструля з кришкою 18 см 1.7 л Be Creative IQ IQ-2047-18 - 27 %
Каструля з кришкою 18 см 1.7 л Be Creative IQ IQ-2047-18
Код: 482324

Виробник: IQ (КНР)

Ціна:
1 199 грн 1 635 грн
Ківш із кришкою 16 см 1,6 л Be Smart IQ IQ-4053-16
Ківш із кришкою 16 см 1,6 л Be Smart IQ IQ-4053-16
Код: 486621

Виробник: IQ (КНР)

Ціна:
1 365 грн
Каструля із кришкою 22 см 4,2 л Be Smart IQ IQ-2053-22
Каструля із кришкою 22 см 4,2 л Be Smart IQ IQ-2053-22
Код: 486624

Виробник: IQ (КНР)

Ціна:
2 059 грн
1 2 3 4