Kosár

A kosár üres.

Kategóriák

A Weboldalon szereplő képek kizárólag illusztrációk.

favorite_border

“0” díszítő ecset - vékony heggyel

Vonalkód: 5999077721800

2 510 Ft

Raktáron, szállítható

Ingyenes szállítás
15.000 Ft felett

Az ecsetek szőre, formája hosszú teszteléseket követően lett kiválasztva, elkészítésük pedig különös precizitással történik.

Hasonló termékek

Légy naprakész

Értesülj egy pillantás alatt a legújabb körmös hírekről, kedvezményekről és újdonságokról!
8.3.10PHP Version93.83msRequest Duration4MBMemory Usage
    $_GET
    []
    $_POST
    []
    $_SESSION
    array:4 [ "_sf2_attributes" => & array:2 [ "token" => "ahnsVeRpSArsfHRktdxAAiwIgHeU95hE" "...
    $_COOKIE
    []
      37 statements were executed, 22 of which were duplicates, 15 unique20.32ms
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?840μs
        Params
        0false
        1true
        22025-04-27 02:46:38
        32025-04-27 02:46:38
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?347μs
        Params
        0false
        1true
        22025-04-27 02:46:38
        32025-04-27 02:46:38
      • SELECT products.id, products.name, products.slug, products.ean_code, products.price, products.product_category_id, products.discount_price, products.discount_type, products.stock, products.sales_start, products.sales_end, products.images, products.new, products.featured, products.outlet, products.bestseller, ps.unit, category.slug as category_slug, category.id as category_id, category.name as category_name, CASE WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP() then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END ELSE price END AS current_price, IFNULL( JSON_VALUE(images, "$.main"), JSON_VALUE(images, "$.images[0]") ) as lead_image FROM products LEFT JOIN product_product_size pps ON `pps`.`product_id` = `products`.`id` LEFT JOIN product_sizes ps ON `pps`.`product_size_id` = `ps`.`id` LEFT JOIN product_categories category ON `products`.`product_category_id` = `category`.`id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and 0 = 1334μs
        Params
        0false
        1true
      • SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?985μs
        Params
        02025-04-27 02:46:38
        12025-04-27 02:46:38
        21
        30
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?451μs
        Params
        0false
        1true
        22025-04-27 04:46:38
        32025-04-27 04:46:38
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?319μs
        Params
        0false
        1true
        22025-04-27 04:46:38
        32025-04-27 04:46:38
      • SELECT products.*, CASE WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP() then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END ELSE price END AS current_price, product_categories.slug as category_slug, product_categories.id as category_id, product_categories.name as category_name, JSON_QUERY(images, "$.images") as images, IFNULL( JSON_VALUE(images, "$.main"), JSON_VALUE(images, "$.images[0]") ) as lead_image, seo.title as seo_title, seo.description as seo_description, seo.keywords as seo_keywords, product_sizes.id as size_id, product_sizes.unit as size_unit, product_sizes.value as size_value, youtube_product.youtube_video_id as youtube_video_id FROM products LEFT JOIN product_categories ON `products`.`product_category_id` = `product_categories`.`id` LEFT JOIN seo ON `seo`.`seoable_id` = `products`.`id` and `seoable_type` = ? LEFT JOIN product_product_size ON `products`.`id` = `product_product_size`.`product_id` LEFT JOIN product_sizes ON `product_sizes`.`id` = `product_product_size`.`product_size_id` LEFT JOIN youtube_product ON `products`.`id` = `youtube_product`.`product_id` LEFT JOIN youtube_videos ON `youtube_videos`.`id` = `youtube_product`.`youtube_video_id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and `product_categories`.`active` = ? and `product_categories`.`deleted` = ? and `products`.`slug` = ? LIMIT 12.4ms
        Params
        0products
        1false
        2true
        31
        40
        50-diszito-ecset-vekony-heggyel
      • SELECT badges.*, product_badge.product_id FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` IN (?) ORDER BY `badges`.`priority` ASC292μs
        Params
        0977
      • SELECT badges.* FROM badges WHERE (`price_min` > ? and `price_min` is not null) or (`price_max` > ? and `price_max` is not null) ORDER BY `badges`.`priority` ASC261μs
        Params
        00
        10
      • SELECT products.id, products.name, products.sales_start, products.sales_end, products.price, products.discount_price, products.discount_type, products.new, products.slug, products.stock, products.ean_code, CASE WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP() then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END ELSE price END AS current_price, product_sizes.id as size_id, product_sizes.unit as size_unit, product_sizes.value as size_value, product_categories.slug as category_slug, product_categories.id as category_id, product_categories.name as category_name, IFNULL( JSON_VALUE(images, "$.main"), JSON_VALUE(images, "$.images[0]") ) as lead_image FROM products LEFT JOIN product_product_size ON `products`.`id` = `product_product_size`.`product_id` LEFT JOIN product_sizes ON `product_sizes`.`id` = `product_product_size`.`product_size_id` LEFT JOIN product_categories ON `products`.`product_category_id` = `product_categories`.`id` LEFT JOIN product_priorities ON `products`.`id` = `product_priorities`.`product_id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and `product_category_id` = ? and `product_categories`.`active` = ? and `product_categories`.`deleted` = ? ORDER BY `product_priorities`.`default_priority` ASC LIMIT 81.76ms
        Params
        0false
        1true
        278
        31
        40
      • SELECT badges.*, product_badge.product_id FROM product_badge LEFT JOIN badges ON `product_badge`.`badge_id` = `badges`.`id` WHERE `product_id` IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY `badges`.`priority` ASC510μs
        Params
        04017
        14273
        23227
        34444
        44152
        52997
        6832
        71927
      • SELECT badges.* FROM badges WHERE (`price_min` > ? and `price_min` is not null) or (`price_max` > ? and `price_max` is not null) ORDER BY `badges`.`priority` ASC445μs
        Params
        00
        10
      • SELECT id, name, link as url, image, mobile_image, new_window FROM banners WHERE ``.`deleted` = ? and `active` = ? and (``.`deleted` = ? and `active` = ? and `active_from` is null or `active_from` <= ?) and (``.`deleted` = ? and `active` = ? and `active_to` is null or `active_to` >= ?) and (``.`deleted` = ? and `active` = ? and `type` = ? or `type` = ?) and (``.`deleted` = ? and `active` = ? and `urls` is null or (``.`deleted` = ? and `active` = ? and `url_type` = ? and `urls` not like ?) or (``.`deleted` = ? and `active` = ? and `url_type` = ? and `urls` like ?)) LIMIT 1505μs
        Params
        0false
        1true
        2false
        3true
        42025-04-27 04:46:38
        5false
        6true
        72025-04-27 04:46:38
        8false
        9true
        10show
        11all
        12false
        13true
        14false
        15true
        16not allowed
        17%zseles-diszito-ecsetek/0-diszito-ecset-vekony-heggyel%
        18false
        19true
        20allowed
        21%zseles-diszito-ecsetek/0-diszito-ecset-vekony-heggyel%
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?323μs
        Params
        0false
        1true
        22025-04-27 04:46:38
        32025-04-27 04:46:38
      • SELECT product_ids FROM product_variants WHERE JSON_CONTAINS(product_ids, ?) LIMIT 1679μs
        Params
        0977
      • SELECT * FROM seo WHERE `seoable_type` = ? and `seoable_id` = ? LIMIT 1410μs
        Params
        0pages
        1/zseles-diszito-ecsetek/0-diszito-ecset-vekony-heggyel
      • SELECT id, name, url, is_megamenu, parent_id, location, sectionables.sections FROM menu_items LEFT JOIN sectionables ON `menu_items`.`id` = `sectionables`.`sectionable_id` and `sectionables`.`sectionable_type` = ? WHERE `menu_items`.`deleted` = ? and `menu_items`.`active` = ? and (`menu_items`.`deleted` = ? and `menu_items`.`active` = ? and `sectionables`.`sectionable_type` = ? or `sectionables`.`sectionable_type` is null) ORDER BY `priority` ASC627μs
        Params
        0menu_items
        1false
        2true
        3false
        4true
        5menu_items
      • SELECT product_categories.id, product_categories.name, product_categories.parent_id, product_categories.priority, product_categories.slug, product_categories.lead, product_categories.description, product_categories.image FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? ORDER BY `priority` ASC850μs
        Params
        0false
        1true
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?485μs
        Params
        0false
        1true
        22025-04-27 04:46:39
        32025-04-27 04:46:39
      • SELECT products.id, products.name, products.slug, products.ean_code, products.price, products.product_category_id, products.discount_price, products.discount_type, products.stock, products.sales_start, products.sales_end, products.images, products.new, products.featured, products.outlet, products.bestseller, ps.unit, category.slug as category_slug, category.id as category_id, category.name as category_name, CASE WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP() then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END ELSE price END AS current_price, IFNULL( JSON_VALUE(images, "$.main"), JSON_VALUE(images, "$.images[0]") ) as lead_image FROM products LEFT JOIN product_product_size pps ON `pps`.`product_id` = `products`.`id` LEFT JOIN product_sizes ps ON `pps`.`product_size_id` = `ps`.`id` LEFT JOIN product_categories category ON `products`.`product_category_id` = `category`.`id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and 0 = 1410μs
        Params
        0false
        1true
      • SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?291μs
        Params
        02025-04-27 04:46:39
        12025-04-27 04:46:39
        21
        30
      • SELECT product_categories.id, product_categories.name, product_categories.parent_id, product_categories.priority, product_categories.slug, product_categories.lead, product_categories.description, product_categories.image FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? ORDER BY `priority` ASC746μs
        Params
        0false
        1true
      • SELECT id, name, slug, parent_id FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? and `id` = ? LIMIT 1376μs
        Params
        0false
        1true
        278
      • SELECT id, name, slug, parent_id FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? and `id` = ? LIMIT 1262μs
        Params
        0false
        1true
        276
      • SELECT id, name, slug, parent_id FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? and `id` = ? LIMIT 1228μs
        Params
        0false
        1true
        275
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?465μs
        Params
        0false
        1true
        22025-04-27 04:46:39
        32025-04-27 04:46:39
      • SELECT id, video_id, name, description, slug, created_at FROM youtube_videos WHERE `youtube_videos`.`deleted` = ? and `youtube_videos`.`active` = ? and `id` = ? LIMIT 1492μs
        Params
        0false
        1true
        2130
      • SELECT id, video_id, name, description, slug, created_at FROM youtube_videos WHERE `youtube_videos`.`deleted` = ? and `youtube_videos`.`active` = ? and `id` = ? LIMIT 1331μs
        Params
        0false
        1true
        2130
      • SELECT id, video_id, name, description, slug, created_at FROM youtube_videos WHERE `youtube_videos`.`deleted` = ? and `youtube_videos`.`active` = ? and `id` = ? LIMIT 1368μs
        Params
        0false
        1true
        2130
      • SELECT id, video_id, name, description, slug, created_at FROM youtube_videos WHERE `youtube_videos`.`deleted` = ? and `youtube_videos`.`active` = ? and `id` = ? LIMIT 1233μs
        Params
        0false
        1true
        2130
      • SELECT * FROM product_banners WHERE `product_banners`.`deleted` = ? and `product_banners`.`active` = ? and `active_from` <= ? and `active_to` >= ?626μs
        Params
        0false
        1true
        22025-04-27 04:46:39
        32025-04-27 04:46:39
      • SELECT products.id, products.name, products.slug, products.ean_code, products.price, products.product_category_id, products.discount_price, products.discount_type, products.stock, products.sales_start, products.sales_end, products.images, products.new, products.featured, products.outlet, products.bestseller, ps.unit, category.slug as category_slug, category.id as category_id, category.name as category_name, CASE WHEN sales_start < CURRENT_TIMESTAMP() AND sales_end > CURRENT_TIMESTAMP() then case when discount_type = 'value' then price - discount_price ELSE price * ((100 - discount_price) / 100) END ELSE price END AS current_price, IFNULL( JSON_VALUE(images, "$.main"), JSON_VALUE(images, "$.images[0]") ) as lead_image FROM products LEFT JOIN product_product_size pps ON `pps`.`product_id` = `products`.`id` LEFT JOIN product_sizes ps ON `pps`.`product_size_id` = `ps`.`id` LEFT JOIN product_categories category ON `products`.`product_category_id` = `category`.`id` WHERE `products`.`deleted` = ? and `products`.`active` = ? and 0 = 1430μs
        Params
        0false
        1true
      • SELECT * FROM special_actions WHERE `start_date` <= ? and `end_date` >= ? and `active` = ? and `deleted` = ?294μs
        Params
        02025-04-27 04:46:39
        12025-04-27 04:46:39
        21
        30
      • select * from delivery_discount where active = ? and start_date is null and end_date is null315μs
        Params
        01
      • SELECT price FROM delivery_discount WHERE `active` = ? and `start_date` <= ? and `end_date` >= ? LIMIT 1261μs
        Params
        01
        12025-04-27 04:46:39
        22025-04-27 04:46:39
      • SELECT product_categories.id, product_categories.name, product_categories.parent_id, product_categories.priority, product_categories.slug, product_categories.lead, product_categories.description, product_categories.image FROM product_categories WHERE `product_categories`.`deleted` = ? and `product_categories`.`active` = ? ORDER BY `priority` ASC803μs
        Params
        0false
        1true
      • SELECT id, name, link as url, image, mobile_image, new_window FROM popups WHERE `popups`.`deleted` = ? and `active` = ? and (`active_from` is null or `active_from` <= ?) and (`active_to` is null or `active_to` >= ?) and `type` = ?559μs
        Params
        0false
        1true
        22025-04-27 04:46:39
        32025-04-27 04:46:39
        4all