25.000 Ft felett ingyenes kiszállítással!

Keresse fel üzletünket!

Felsorolni is sok a kreatív alapanyagok széles palettáját, inkább nézd meg mit kínálunk, gyere el hozzánk!

5000 Szolnok, Baross u. 26


Hétfő 09:00 - 17:00
Kedd 09:00 - 17:00
Szerda 09:00 - 17:00
Csütörtök 09:00 - 17:00
Péntek 09:00 - 17:00
Szombat 09:00 - 12:00
Vasárnap zárva
'; } $thisBtn.addClass('ajax-loaded').removeClass('ajax-loader ajax-loading'); ajaxResults.push(data); } }); }) }, $().promise()).done(function() { /* MOBIL KATEGÓRIA BOX TARTALOM */ if (OVERLAY_DATA[id]["overlay_content"].attr('id') == "box_cat_content_mobile") { ajaxResults = `
${(() => { if (typeof OVERLAY_DATA[id]["static_content_mobile"] !== 'undefined' && typeof OVERLAY_DATA[id]["static_content_mobile"]["1"] !== 'undefined') { return `
${OVERLAY_DATA[id]["static_content_mobile"]["1"]}
`; } else { return `
`; } })()}
${(() => { if (typeof ajaxResults[1] !== 'undefined') { return `${ajaxResults[1]}`; } else { return ``; } })()}
`; } /* ASZTALI KATEGÓRIA BOX TARTALOM */ if (OVERLAY_DATA[id]["overlay_content"].attr('id') == "box_cat_content") { ajaxResults = ` ${(() => { if (typeof ajaxResults[1] !== 'undefined') { return `${ajaxResults[1]}`; } else { return ``; } })()}`; } loadingOverlay(id, $thisOverlayTitle, ajaxResults); }); } else { let $thisOverlayContent = OVERLAY_DATA[id]["overlay_content"]; loadingOverlay(id, $thisOverlayTitle, $thisOverlayContent); } } } }); $(document).on("overlayOpen overlayClose", function (e, response) { let id = response.id; if ( OVERLAY_DATA.hasOwnProperty(id) ) { let $thisOverlay = OVERLAY_DATA[id]["overlay"]; let $thisBtn = OVERLAY_DATA[id]["button"]; OVERLAY_DATA['active_overlay'] = id; if (e.type == "overlayOpen") { $thisBtn.removeClass("overlay-loading"); $thisOverlay.removeClass("overlay-loading"); if (id == "box_search") { if (window.search_smart_init) { /* WHEN SMART SEARCH ENABLED */ if (!$thisOverlay.find('.js-search-input').hasClass('smart-search-inited')) { search_smart_init(); } else { $thisOverlay.find('.js-search-input').focus(); } } else { /* AUTOCOMPLETE */ $thisOverlay.find('#box_search_input').focus(); } } if (id == "box_cat") { if (!$thisOverlay.hasClass('loaded')) { $(document).trigger("overlayBoxCatOpen"); initNavItemClick('#navbar--overlay'); } } if (id == "box_login") { passwordShowHide(); } } else { if (id == "box_search") { $thisOverlay.find('#box_search_input').val(''); } $thisBtn.removeClass('is-active'); OVERLAY_DATA['active_overlay'] = ''; } } }); $(document).ready(function() { initOverlayOpenButtons(); });