^ array:5 [
  "rule" => "kategoria-produktu/{parent_rewrite:/}{rewrite}/"
  "regexp" => "#^/kategoria\-produktu/((?P<parent_rewrite>[_a-zA-Z0-9-\/\pL]*)/)?(?P<rewrite>[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+)/?$#u"
  "controller" => "category"
  "keywords" => array:2 [
    "parent_rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => "/"
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => []
]
^ array:5 [
  "rule" => "supplier/{rewrite}"
  "regexp" => "#^/supplier/(?P<rewrite>[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+)/?$#u"
  "controller" => "supplier"
  "keywords" => array:1 [
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => []
]
^ array:5 [
  "rule" => "producenci/{rewrite}"
  "regexp" => "#^/producenci/(?P<rewrite>[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+)/?$#u"
  "controller" => "manufacturer"
  "keywords" => array:1 [
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => []
]
^ array:5 [
  "rule" => "content/{rewrite}"
  "regexp" => "#^/content/(?P<rewrite>[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+)/?$#u"
  "controller" => "cms"
  "keywords" => array:1 [
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => []
]
^ array:5 [
  "rule" => "content/category/{rewrite}"
  "regexp" => "#^/content/category/(?P<rewrite>[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+)/?$#u"
  "controller" => "cms"
  "keywords" => array:1 [
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => []
]
^ array:5 [
  "rule" => "module/{module}{/:controller}"
  "regexp" => "#^/module/(?P<module>[_a-zA-Z0-9_-]+)(/(?P<controller>[_a-zA-Z0-9_-]+))?/?$#u"
  "controller" => null
  "keywords" => array:2 [
    "module" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "controller" => array:3 [
      "required" => true
      "prepend" => "/"
      "append" => ""
    ]
  ]
  "params" => array:1 [
    "fc" => "module"
  ]
]
^ array:5 [
  "rule" => "sklep/{rewrite}"
  "regexp" => "#^/sklep/(?P<rewrite>[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+)/?$#u"
  "controller" => "product"
  "keywords" => array:1 [
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => []
]
^ array:5 [
  "rule" => "{id}-{rewrite}{/:selected_filters}"
  "regexp" => "#^/(?P<id_category>[0-9]+)\-(?P<rewrite>[_a-zA-Z0-9\x{0600}-\x{06FF}\pL\pS-]+)(/(?P<selected_filters>.*))?/?$#u"
  "controller" => "category"
  "keywords" => array:3 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "selected_filters" => array:3 [
      "required" => true
      "prepend" => "/"
      "append" => ""
    ]
  ]
  "params" => []
]
^ array:5 [
  "rule" => "blog"
  "regexp" => "#^/blog/?$#u"
  "controller" => "blog"
  "keywords" => []
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/post/{id_post}-{url_alias}"
  "regexp" => "#^/blog/post/\{id_post\}\-\{url_alias\}/?$#u"
  "controller" => "blog"
  "keywords" => []
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/post/{post_url_alias}"
  "regexp" => "#^/blog/post/(?P<post_url_alias>[_a-zA-Z0-9-\pL]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:1 [
    "post_url_alias" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/category/{page}/{id_category}-{url_alias}"
  "regexp" => "#^/blog/category/(?P<page>[0-9]+)/(?P<id_category>[0-9]+)\-(?P<url_alias>[_a-zA-Z0-9-\pL]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:3 [
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "id_category" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "url_alias" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/category/{page}/{category_url_alias}"
  "regexp" => "#^/blog/category/(?P<page>[0-9]+)/(?P<category_url_alias>[_a-zA-Z0-9-\pL]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:2 [
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "category_url_alias" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/category/{id_category}-{url_alias}"
  "regexp" => "#^/blog/category/(?P<id_category>[0-9]+)\-(?P<url_alias>[_a-zA-Z0-9-\pL]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:2 [
    "id_category" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "url_alias" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/category/{category_url_alias}"
  "regexp" => "#^/blog/category/(?P<category_url_alias>[_a-zA-Z0-9-\pL]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:1 [
    "category_url_alias" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/latest/{page}"
  "regexp" => "#^/blog/latest/(?P<page>[0-9]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:1 [
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:3 [
    "fc" => "module"
    "module" => "ets_blog"
    "latest" => "true"
  ]
]
^ array:5 [
  "rule" => "blog/latest"
  "regexp" => "#^/blog/latest/?$#u"
  "controller" => "blog"
  "keywords" => []
  "params" => array:3 [
    "fc" => "module"
    "module" => "ets_blog"
    "latest" => "true"
  ]
]
^ array:5 [
  "rule" => "blog/categories/{page}"
  "regexp" => "#^/blog/categories/(?P<page>[0-9]+)/?$#u"
  "controller" => "category"
  "keywords" => array:1 [
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/categories"
  "regexp" => "#^/blog/categories/?$#u"
  "controller" => "category"
  "keywords" => []
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/author/{id_author}-{author_name}"
  "regexp" => "#^/blog/author/(?P<id_author>[0-9]+)\-(?P<author_name>(.)+)/?$#u"
  "controller" => "blog"
  "keywords" => array:2 [
    "id_author" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "author_name" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/author/{page}/{id_author}-{author_name}"
  "regexp" => "#^/blog/author/(?P<page>[0-9]+)/(?P<id_author>[0-9]+)\-(?P<author_name>(.)+)/?$#u"
  "controller" => "blog"
  "keywords" => array:3 [
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "id_author" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "author_name" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/year/{year}/{page}"
  "regexp" => "#^/blog/year/(?P<year>[0-9]+)/(?P<page>[0-9]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:2 [
    "year" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/year/{year}"
  "regexp" => "#^/blog/year/(?P<year>[0-9]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:1 [
    "year" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/month/{month}/{year}/{page}"
  "regexp" => "#^/blog/month/(?P<month>[0-9]+)/(?P<year>[0-9]+)/(?P<page>[0-9]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:3 [
    "month" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "year" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/month/{month}/{year}"
  "regexp" => "#^/blog/month/(?P<month>[0-9]+)/(?P<year>[0-9]+)/?$#u"
  "controller" => "blog"
  "keywords" => array:2 [
    "month" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "year" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/post/allcomments/{id_post}-{url_alias}"
  "regexp" => "#^/blog/post/allcomments/\{id_post\}\-\{url_alias\}/?$#u"
  "controller" => "blog"
  "keywords" => []
  "params" => array:3 [
    "fc" => "module"
    "module" => "ets_blog"
    "all_comment" => 1
  ]
]
^ array:5 [
  "rule" => "blog/{page}/search/{search}"
  "regexp" => "#^/blog/(?P<page>[0-9]+)/search/(?P<search>.+)/?$#u"
  "controller" => "blog"
  "keywords" => array:2 [
    "page" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "search" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog/search/{search}"
  "regexp" => "#^/blog/search/(?P<search>.+)/?$#u"
  "controller" => "blog"
  "keywords" => array:1 [
    "search" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:2 [
    "fc" => "module"
    "module" => "ets_blog"
  ]
]
^ array:5 [
  "rule" => "blog"
  "regexp" => "#^/blog/?$#u"
  "controller" => "archive"
  "keywords" => []
  "params" => array:4 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "subpage_type" => "post"
    "page_type" => "category"
  ]
]
^ array:5 [
  "rule" => "blog/category/{id}/{id}_{rewrite}"
  "regexp" => "#^/blog/category/(?P<id>[0-9]+)/(?P<id>[0-9]+)_(?P<rewrite>[_a-zA-Z0-9-\pL]*)/?$#u"
  "controller" => "archive"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:4 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "subpage_type" => "post"
    "page_type" => "category"
  ]
]
^ array:5 [
  "rule" => "blog/category/{id}/{rewrite}_{id}"
  "regexp" => "#^/blog/category/(?P<id>[0-9]+)/(?P<rewrite>[_a-zA-Z0-9-\pL]*)_(?P<id>[0-9]+)/?$#u"
  "controller" => "archive"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:4 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "subpage_type" => "post"
    "page_type" => "category"
  ]
]
^ array:5 [
  "rule" => "blog/category/{id}/{rewrite}"
  "regexp" => "#^/blog/category/(?P<id>[0-9]+)/(?P<rewrite>[_a-zA-Z0-9-\pL]*)/?$#u"
  "controller" => "archive"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:4 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "subpage_type" => "post"
    "page_type" => "category"
  ]
]
^ array:5 [
  "rule" => "blog/tag/{id}/{id}_{rewrite}"
  "regexp" => "#^/blog/tag/(?P<id>[0-9]+)/(?P<id>[0-9]+)_(?P<rewrite>[_a-zA-Z0-9-\pL]*)/?$#u"
  "controller" => "archive"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:4 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "subpage_type" => "post"
    "page_type" => "tag"
  ]
]
^ array:5 [
  "rule" => "blog/tag/{id}/{rewrite}_{id}"
  "regexp" => "#^/blog/tag/(?P<id>[0-9]+)/(?P<rewrite>[_a-zA-Z0-9-\pL]*)_(?P<id>[0-9]+)/?$#u"
  "controller" => "archive"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:4 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "subpage_type" => "post"
    "page_type" => "tag"
  ]
]
^ array:5 [
  "rule" => "blog/tag/{id}/{rewrite}"
  "regexp" => "#^/blog/tag/(?P<id>[0-9]+)/(?P<rewrite>[_a-zA-Z0-9-\pL]*)/?$#u"
  "controller" => "archive"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:4 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "subpage_type" => "post"
    "page_type" => "tag"
  ]
]
^ array:5 [
  "rule" => "blog/post/{id}/{id}_{rewrite}"
  "regexp" => "#^/blog/post/(?P<id>[0-9]+)/(?P<id>[0-9]+)_(?P<rewrite>[_a-zA-Z0-9-\pL]*)/?$#u"
  "controller" => "single"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:3 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "page_type" => "post"
  ]
]
^ array:5 [
  "rule" => "blog/post/{id}/{rewrite}_{id}"
  "regexp" => "#^/blog/post/(?P<id>[0-9]+)/(?P<rewrite>[_a-zA-Z0-9-\pL]*)_(?P<id>[0-9]+)/?$#u"
  "controller" => "single"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:3 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "page_type" => "post"
  ]
]
^ array:5 [
  "rule" => "blog/post/{id}/{rewrite}"
  "regexp" => "#^/blog/post/(?P<id>[0-9]+)/(?P<rewrite>[_a-zA-Z0-9-\pL]*)/?$#u"
  "controller" => "single"
  "keywords" => array:2 [
    "id" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
    "rewrite" => array:3 [
      "required" => true
      "prepend" => ""
      "append" => ""
    ]
  ]
  "params" => array:3 [
    "fc" => "module"
    "module" => "tvcmsblog"
    "page_type" => "post"
  ]
]
^ array:5 [
  "rule" => "potwierdzenie-zamowienia"
  "regexp" => "#^/potwierdzenie\-zamowienia/?$#u"
  "controller" => "order-confirmation"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "sledzenie-zamowien-gosci"
  "regexp" => "#^/sledzenie\-zamowien\-gosci/?$#u"
  "controller" => "guest-tracking"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "nie-znaleziono-strony"
  "regexp" => "#^/nie\-znaleziono\-strony/?$#u"
  "controller" => "pagenotfound"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "sledzenie-zamowienia"
  "regexp" => "#^/sledzenie\-zamowienia/?$#u"
  "controller" => "order-follow"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "potwierdzenie-zwrotu"
  "regexp" => "#^/potwierdzenie\-zwrotu/?$#u"
  "controller" => "order-slip"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "najczesciej-kupowane"
  "regexp" => "#^/najczesciej\-kupowane/?$#u"
  "controller" => "best-sales"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "odzyskiwanie-hasla"
  "regexp" => "#^/odzyskiwanie\-hasla/?$#u"
  "controller" => "password"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "historia-zamowien"
  "regexp" => "#^/historia\-zamowien/?$#u"
  "controller" => "history"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "dane-osobiste"
  "regexp" => "#^/dane\-osobiste/?$#u"
  "controller" => "identity"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "nowe-produkty"
  "regexp" => "#^/nowe\-produkty/?$#u"
  "controller" => "new-products"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "nasze-sklepy"
  "regexp" => "#^/nasze\-sklepy/?$#u"
  "controller" => "stores"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "zamówienie"
  "regexp" => "#^/zamówienie/?$#u"
  "controller" => "order"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "Mapa strony"
  "regexp" => "#^/Mapa strony/?$#u"
  "controller" => "sitemap"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "producenci"
  "regexp" => "#^/producenci/?$#u"
  "controller" => "manufacturer"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "moje-konto"
  "regexp" => "#^/moje\-konto/?$#u"
  "controller" => "my-account"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "logowanie"
  "regexp" => "#^/logowanie/?$#u"
  "controller" => "authentication"
  "keywords" => []
  "params" => []
]
^ array:5 [
  "rule" => "promocje"
  "regexp" => "#^/promocje/?$#u"
  "controller" => "prices-drop"
  "keywords" => []
  "params" => []
]
Promocje (54)

Kontynuując korzystanie z tej witryny, wyrażasz zgodę na Regulamin i korzystanie z plików cookie.

Najnowsze wiadomości

Aktywne filtry

Wyrzutnia Fajerwerków KĄTOWA 30mm 36 Strzałów Triplex XB3019XB3019 Wyrzutnia Fajerwerków Kątowa BROCADE CHERRY-BLOSSOM - 36 strzałów 30mm
  • Nowy
    207,29 zł235,00 złCena podstawowa-11,79%wyłączCena
    Wyrzutnia Fajerwerków KĄTOWA 30mm 36 Strzałów Triplex XB3019XB3019 Wyrzutnia Fajerwerków Kątowa BROCADE CHERRY-BLOSSOM - 36 strzałów 30mm
    • Nowy
      Wyrzutnia fajerwerków XB3019 posiada 25 strzałów w kalibrze 30mm. Czas trwania efektu wynosi około 21 sekund.
      207,29 zł235,00 złCena podstawowa-11,79%wyłączCena
      Wyrzutnia Fajerwerków KĄTOWA 30mm 36 Strzałów Triplex XB3019XB3019 Wyrzutnia Fajerwerków Kątowa BROCADE CHERRY-BLOSSOM - 36 strzałów 30mm
      • Nowy
        Wyrzutnia fajerwerków XB3019 posiada 25 strzałów w kalibrze 30mm. Czas trwania efektu wynosi około 21 sekund.
        207,29 zł235,00 złCena podstawowa-11,79%wyłączCena
        • Nowy
          Pochodnia Ręczna Biała XT1057-6 - 60 sekund | Jasny Ogień BengalskiXT1057-6 Pochodnia Ręczna Biała - 60 sekund
          • Nowy
            10,59 zł12,00 złCena podstawowa-11,79%wyłączCena
            Pochodnia Ręczna Biała XT1057-6 - 60 sekund | Jasny Ogień BengalskiXT1057-6 Pochodnia Ręczna Biała - 60 sekund
            • Nowy
              Pochodnia ręczna biała XT1057-6 od firmy Triplex. Efektem jest jasny ogień w kolorze białym. Efekt trwa przez około 60 sekund.
              10,59 zł12,00 złCena podstawowa-11,79%wyłączCena
              Pochodnia Ręczna Biała XT1057-6 - 60 sekund | Jasny Ogień BengalskiXT1057-6 Pochodnia Ręczna Biała - 60 sekund
              • Nowy
                Pochodnia ręczna biała XT1057-6 od firmy Triplex. Efektem jest jasny ogień w kolorze białym. Efekt trwa przez około 60 sekund.
                10,59 zł12,00 złCena podstawowa-11,79%wyłączCena
                • Nowy
                  Petardy Hukowe Magnum ZAP1MF - 20 sztuk | Petardy DraskoweZAP1MF Petardy Hukowe Magnum - 20 sztuk
                  • Nowy
                    11,91 zł13,50 złCena podstawowa-11,79%wyłączCena
                    Petardy Hukowe Magnum ZAP1MF - 20 sztuk | Petardy DraskoweZAP1MF Petardy Hukowe Magnum - 20 sztuk
                    • Nowy
                      Petardy hukowe na draskę Magnum o symbolu ZAP1MF od firmy Jorge. W opakowaniu znajduje się 20 sztuk petard draskowych.
                      11,91 zł13,50 złCena podstawowa-11,79%wyłączCena
                      Petardy Hukowe Magnum ZAP1MF - 20 sztuk | Petardy DraskoweZAP1MF Petardy Hukowe Magnum - 20 sztuk
                      • Nowy
                        Petardy hukowe na draskę Magnum o symbolu ZAP1MF od firmy Jorge. W opakowaniu znajduje się 20 sztuk petard draskowych.
                        11,91 zł13,50 złCena podstawowa-11,79%wyłączCena
                        • Nowy
                          Stroboskop Biały ZX8032F - Intensywne Światło i Dym na 40 SekundZX8032F Stroboskop Biały - 40 sekund
                          • Nowy
                            20,29 zł23,00 złCena podstawowa-11,79%wyłączCena
                            Stroboskop Biały ZX8032F - Intensywne Światło i Dym na 40 SekundZX8032F Stroboskop Biały - 40 sekund
                            • Nowy
                              Bardzo intensywny duży stroboskop ZX8032F. Wydziała białe światło i gęsty dym przez około 40 sekund. Posiada 66g mieszanki błyskowej. 
                              20,29 zł23,00 złCena podstawowa-11,79%wyłączCena
                              Stroboskop Biały ZX8032F - Intensywne Światło i Dym na 40 SekundZX8032F Stroboskop Biały - 40 sekund
                              • Nowy
                                Bardzo intensywny duży stroboskop ZX8032F. Wydziała białe światło i gęsty dym przez około 40 sekund. Posiada 66g mieszanki błyskowej. 
                                20,29 zł23,00 złCena podstawowa-11,79%wyłączCena