<!doctype html>
<html lang="pl-PL">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<!--noptimize--><script id='fp_data_js' class="fupi_no_defer" type="text/javascript" data-no-defer="1" data-no-optimize="1" nowprocket>
			
			var FP = { 'fns' : {} },
				fp = {"loaded":[],"loading":[],"waitlist":[],"actions":[],"observers":[],"tools":["ga41","gtm","fbp"],"vars":[],"notice":{"enabled":true,"display_notice":true,"priv_policy_update":1784891771,"blur_page":false,"scroll_lock":false,"hidden":[],"shown":[],"preselected_switches":[],"optin_switches":false,"privacy_url":"https:\/\/www.customneon.pl\/polityka-prywatnosci\/","gtag_no_cookie_mode":"1","ask_for_consent_again":"1","priv_policy_page":11211,"iframe_btn_text":"Load content","iframe_caption_txt":"This content is hosted by [[an external source]]. By loading this content you accept its {{privacy terms}}.","pp_id":11211,"toggle_selector":".fupi_show_cookie_notice, .fp_show_cookie_notice","mode":"optin"},"main":{"track_current_user":true,"is_pro":false,"is_customizer":false,"debug":false,"url":"https:\/\/www.customneon.pl\/wp-content\/plugins\/full-picture-analytics-cookie-notice\/","bot_list":"none","server_method":"rest","magic_keyword":"tracking","ajax_url":"https:\/\/www.customneon.pl\/wp-admin\/admin-ajax.php","is_bricks_builder":false},"track":{"intersections":"-200px 0px -200px 0px","dblclck_time":"300","track_scroll_min":"200","track_scroll_time":"5","formsubm_trackdelay":"3","link_click_delay":false,"reset_timer_on_anchor":false,"track404":false,"redirect404_url":false,"use_mutation_observer":false},"ga41":{"id":"G-JEY15K92EF","server_side":false},"gtm":{"id":"GTM-WM5T7D8F","datalayer":"default"},"fbp":{"pixel_id":"454479120174548","track_email_tel":"1","server_side":false,"server_side_2":false},"woo":{"teaser_wrapper_sel":false,"variable_tracking_method":"default","track_variant_views":false,"order_stats":false,"where_track_addtocart":"default","incl_tax_in_price":false,"incl_shipping_in_total":false,"sku_is_id":false,"dont_track_views_after_refresh":false}},
				fpdata = {"user":{"role":"Visitor","logged_in":false},"page_type":"404","page_title":"404","woo":{"products":[],"lists":[],"cart":[],"order":[],"viewed_variants":[],"currency":"PLN"}};
			fp.load_queue = {};

			FP.getInner = function (vals, splitter = ".") {
        
				let args = Array.isArray(vals) ? vals : vals.split(splitter).map( arg => arg.trim() ),
					obj = window[args.shift()];

				for (var i = 0; i < args.length; i++) {
					var prop = args[i];
					if (! obj || ! obj.hasOwnProperty(prop)) return false;
					obj = obj[prop];
				};

				return obj;
			};
			
			FP.load = ( slug, cb_s = false, req_a = false ) => {

				if ( ! fp.load_queue[slug] ) {
					fp.load_queue[slug] = {
						"state" : "waiting", 
						"cb" : cb_s,
						"req_a" : req_a
					}
				}

				if ( cb_s ) {

					// make sure we only load things that are not loading or have loaded
					if ( fp.load_queue[slug].state == "waiting" ) {
				
						// check if all deps are loaded
						let deps_loaded = req_a.every( el => fp.load_queue[el] && fp.load_queue[el].state == "loaded" );
					
						if ( deps_loaded ) {
							let fn = FP.getInner( cb_s, ".");
							if ( fn ) {
								fp.load_queue[slug].state = "loading";
								fn();
							}
						}
					}

				}
			};
			
			FP.loaded = ( slug, marker = false, text = false ) => {

				fp.load_queue[slug] = {state : "loaded"};
				// if (fp.main.debug) console.log( text || "[FP] " + slug + " loaded " );

				if ( marker ) fp.loaded.push( marker ); // for consent banner reloading

				// check if any queued scripts can now be loaded
				for ( const [fn_slug, data_o] of Object.entries( fp.load_queue ) ) {
					if ( fp.load_queue[fn_slug].state == "waiting" ) {
						FP.load( fn_slug, data_o.cb, data_o.req_a );
					}
				}
			};

			FP.readCookie = name => {
				var nameEQ = name + "=";
				var ca = document.cookie.split(";");
				for (var i = 0; i < ca.length; i++) {
					var c = ca[i];
					while (c.charAt(0) == " ") {c = c.substring(1, c.length);}
					if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
				};
				return null;
			};
			
			FP.manageIframes = ()=>{}; // DO NOT REMOVE for backwards compat
			
			// SET INITIAL CONSENTS
			
			FP.set_gtag_consents = ( tag_name, type, stats = false, pers = false, market = false ) =>{

				window[tag_name]("consent", type, {
					"ad_storage": market ? "granted" : "denied",
					"ad_user_data" : market ? "granted" : "denied",
					"ad_personalization" : market ? "granted" : "denied",
					"analytics_storage": stats ? "granted" : "denied",
					"personalization_storage": pers ? "granted" : "denied",
					"functionality_storage": pers || stats || market ? "granted" : "denied",
					"security_storage": "granted",
				});

				if ( type == "update" ) {
					if ( tag_name == "gtag" ) {
						window.dataLayer.push( {
							"event" : "fp_privacyPreferencesChanged",
							"fp_visitorPrivacyPreferences" : fpdata.cookies,
						} );
					} else {
						window.fupi_dataLayer.push( {
							"event" : "fp_privacyPreferencesChanged",
							"fp_visitorPrivacyPreferences" : fpdata.cookies,
						} );
					}
				}
			}
			
			let cookies = FP.readCookie("fp_cookie"),
				track_me = FP.readCookie("fp_track_me");

			fpdata.cookies = cookies ? JSON.parse(cookies) : false;
			if ( track_me === "1" ) fp.main.track_current_user = true;

			fpdata.consents = {
				"can_track_stats" : false,
				"can_track_pers" : false,
				"can_track_market" : false,
			};

			// Consents for gtag, gtm and MS EUT

			// Set GTAG dataLayer with denied consents
			window.dataLayer = window.dataLayer || [];
			window.gtag = function(){window.dataLayer.push(arguments);}
			FP.set_gtag_consents("gtag", "default");

			// Set Gtag url_passthrough
			if ( fp?.gtag?.url_passthrough && fp.notice.enabled && ( fp.notice.mode == "optin" || fp.notice.mode == "optout" ) ) {
				window.gtag("set", "url_passthrough", true);
			};

			// MS Ads datalayer with denied consents
			window.uetq = window.uetq || [];
			window.uetq.push( "consent", "default", {
				"ad_storage": "denied"
			});

			// Set a separate dataLayer for the GTM (if enabled by the user) with denied consents

			if ( fp.gtm ) {
				fp.gtm.datalayer = ! fp.gtm.datalayer || fp.gtm.datalayer == "default" ? "dataLayer" : "fupi_dataLayer";
				if ( fp.gtm.datalayer == "fupi_dataLayer" ){
					window.fupi_dataLayer = window.fupi_dataLayer || [];
					window.fupi_gtm_gtag = function(){window.fupi_dataLayer.push(arguments);} // gtag used for consents
					FP.set_gtag_consents("fupi_gtm_gtag", "default");
				}
			};FP.loaded("head_js");
		</script><!--/noptimize-->		<style>

			.jet-offcanvas-trigger {
				display: inline-flex;
				justify-content: flex-start;
				align-items: center;
				gap: 10px;
			}

			.jet-offcanvas-icon {
				line-height: 1em;
			}

			.jet-offcanvas-trigger svg {
				width: 1em;
				height: 1em;
				display: block;
			}

			.jet-offcanvas-trigger path {
				fill: currentColor;
			}

			.jet-offcanvas-trigger-wrap {
				display: none;
			}

			body[data-elementor-device-mode="mobile"] .jet-offcanvas-trigger-wrap {
				display: block;
				padding: 0;
			}

			body[data-elementor-device-mode="mobile"] .jet-offcanvas {
				position: fixed;
				left: -100vw;
				top: 0;
				max-width: 90vw !important;
				width: 90vw !important;
				bottom: 0;
				display: block;
				z-index: 99999;
				background: #fff;
				overflow: auto;
				transition: left 200ms linear;
			}

			body[data-elementor-device-mode="mobile"] .jet-offcanvas.is-active {
				left: 0;
			}

			body[data-elementor-device-mode="mobile"] .jet-offcanvas-parent.is-active:before {
				opacity: 0;
				content: '';
				transition: left 200ms linear;
			}

			body[data-elementor-device-mode="mobile"] .jet-offcanvas-parent.is-active:before {
				content: '';
				position: fixed;
				left: 0;
				top: 0;
				right: 0;
				bottom: 0;
				z-index: 99998;
				background: rgba(0, 0, 0, .8);
				opacity: 1;
			}
			body[data-elementor-device-mode="mobile"].admin-bar .jet-offcanvas > .jet-offcanvas-trigger-wrap,
			body[data-elementor-device-mode="mobile"].admin-bar .elementor-element-populated > .jet-offcanvas-trigger-wrap {
				margin-top: 46px;
			}
		</style>
		<meta name='robots' content='noindex, follow' />
<script id="fupi_gtag_script" async src="https://www.googletagmanager.com/gtag/js?id=G-JEY15K92EF" onload="FP.loaded('gtag_file')"></script><script>
                window.dataLayer = window.dataLayer || [];
                function gtag(){dataLayer.push(arguments);}
            </script><meta name="uri-translation" content="on" /><link rel="alternate" hreflang="pl" href="https://www.customneon.pl/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2" />
<link rel="alternate" hreflang="en" href="https://www.customneon.pl/en/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2" />
<link rel="alternate" hreflang="de" href="https://www.customneon.pl/de/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2" />
<link rel="alternate" hreflang="cs" href="https://www.customneon.pl/cs/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2" />

	<!-- This site is optimized with the Yoast SEO plugin v28.1 - https://yoast.com/product/yoast-seo-wordpress/ -->
	<title>Strona nie została znaleziona -</title>
	<meta property="og:locale" content="pl_PL" />
	<meta property="og:title" content="Strona nie została znaleziona -" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.customneon.pl\/#website","url":"https:\/\/www.customneon.pl\/","name":"LEDSY Custom Neon","description":"","publisher":{"@id":"https:\/\/www.customneon.pl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.customneon.pl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pl-PL"},{"@type":"Organization","@id":"https:\/\/www.customneon.pl\/#organization","name":"LEDSY Custom Neon","url":"https:\/\/www.customneon.pl\/","logo":{"@type":"ImageObject","inLanguage":"pl-PL","@id":"https:\/\/www.customneon.pl\/#\/schema\/logo\/image\/","url":"https:\/\/www.customneon.pl\/wp-content\/uploads\/2020\/04\/ledsy-logo-biale.png","contentUrl":"https:\/\/www.customneon.pl\/wp-content\/uploads\/2020\/04\/ledsy-logo-biale.png","width":600,"height":262,"caption":"LEDSY Custom Neon"},"image":{"@id":"https:\/\/www.customneon.pl\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/share\/DbgZySV2CWDFz2iT\/?mibextid=LQQJ4d","https:\/\/www.instagram.com\/ledsy_eu?igsh=bzBzZHV1MDE0MjI0","https:\/\/www.tiktok.com\/@ledsy_eu?_t=8lBtGvpUQCm&_r=1","https:\/\/youtube.com\/@ledsyneonsigns?si=KLV3-JzptPEd0zv5","https:\/\/pl.linkedin.com\/company\/ledsy","https:\/\/pin.it\/1NnaYCZk6"]}]}</script>
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//secure.payu.com' />

<link rel="alternate" type="application/rss+xml" title=" &raquo; Kanał z wpisami" href="https://www.customneon.pl/feed/" />
<link rel="alternate" type="application/rss+xml" title=" &raquo; Kanał z komentarzami" href="https://www.customneon.pl/comments/feed/" />
<style id='wp-img-auto-sizes-contain-inline-css'>
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id='wp-emoji-styles-inline-css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://www.customneon.pl/wp-includes/css/dist/block-library/style.min.css?ver=6.9.7' media='all' />
<link rel='stylesheet' id='wp-components-css' href='https://www.customneon.pl/wp-includes/css/dist/components/style.min.css?ver=6.9.7' media='all' />
<link rel='stylesheet' id='wp-preferences-css' href='https://www.customneon.pl/wp-includes/css/dist/preferences/style.min.css?ver=6.9.7' media='all' />
<link rel='stylesheet' id='wp-block-editor-css' href='https://www.customneon.pl/wp-includes/css/dist/block-editor/style.min.css?ver=6.9.7' media='all' />
<link rel='stylesheet' id='popup-maker-block-library-style-css' href='https://www.customneon.pl/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2' media='all' />
<link rel='stylesheet' id='wmc-block-main-style-css' href='https://www.customneon.pl/wp-content/plugins/woo-multi-currency/css/woo-multi-currency.css?ver=2.2.15' media='all' />
<link rel='stylesheet' id='wmc-flags-style-css' href='https://www.customneon.pl/wp-content/plugins/woo-multi-currency/css/flags-64.css?ver=2.2.15' media='all' />
<link rel='stylesheet' id='jet-engine-frontend-css' href='https://www.customneon.pl/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=3.8.13.2' media='all' />
<style id='global-styles-inline-css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='wapf-frontend-css-css' href='https://www.customneon.pl/wp-content/plugins/advanced-product-fields-for-woocommerce/assets/css/frontend.min.css?ver=1.7.1' media='all' />
<link rel='stylesheet' id='fupi-consb-css' href='https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/cook/css/fupi-consb.min.css?ver=10.1.1' media='all' />
<link rel='stylesheet' id='cqs_styles-css' href='https://www.customneon.pl/wp-content/plugins/jet-woo-builder-custom-quantity-selectors-main/assets/css/styles.min.css?ver=6.9.7' media='all' />
<link rel='stylesheet' id='mailerlite_forms.css-css' href='https://www.customneon.pl/wp-content/plugins/official-mailerlite-sign-up-forms/assets/css/mailerlite_forms.css?ver=1.7.23' media='all' />
<link rel='stylesheet' id='woocommerce-layout-css' href='https://www.customneon.pl/wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css?ver=10.9.4' media='all' />
<link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://www.customneon.pl/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css?ver=10.9.4' media='only screen and (max-width: 768px)' />
<link rel='stylesheet' id='woocommerce-general-css' href='https://www.customneon.pl/wp-content/plugins/woocommerce/assets/css/woocommerce.css?ver=10.9.4' media='all' />
<style id='woocommerce-inline-inline-css'>
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<style id='grw-public-main-css-inline-css'>
.wp-gr,.wp-gr *,.wp-gr ::after,.wp-gr ::before{box-sizing:border-box}.wp-gr{display:block;direction:ltr;font-size:var(--font-size, 16px);font-family:var(--font-family, inherit);font-style:normal;font-weight:400;text-align:start;line-height:normal;overflow:visible;text-decoration:none;list-style-type:disc;box-sizing:border-box;visibility:visible!important}.wp-gr div,.wp-gr span{margin:0;padding:0;color:inherit;font:inherit;line-height:normal;letter-spacing:normal;text-transform:none;text-decoration:none;border:0;background:0 0}.wp-gr a{color:inherit;border:0;text-decoration:none;background:0 0;cursor:pointer}.wp-gr a:focus{outline:0}.wp-gr a:focus-visible{outline:2px solid currentColor;outline-offset:2px}.wp-gr img{display:block;max-width:100%;height:auto;margin:0;padding:0;border:0;line-height:0;vertical-align:middle}.wp-gr i{font-style:normal;font-weight:inherit;margin:0;padding:0;border:0;vertical-align:middle;background:0 0}.wp-gr svg{display:inline-block;width:auto;height:auto;vertical-align:middle;overflow:visible}.wp-gr svg use{opacity:1;visibility:visible}.wp-gr{--card-gap:4px;--rev-gap:4px;--img-size:46px;--media-gap:8px;--media-size:40px;--media-lines:2;--color:#fb8e28;--rev-color:#f4f4f4;--rpi-star-color:var(--star-color, var(--color));--slider-dot-size:8px;--slider-dot-gap:8px;--slider-dots-visible:5;--slider-act-dot-color:var(--color)}.wp-gr .wp-google-based,.wp-gr .wp-google-powered{margin:0!important;padding:0!important;color:var(--head-based-color,#555)!important}.wp-gr .wp-google-powered{color:var(--powered-color,#777)!important;font-size:16px;font-weight:600}.wp-gr .wp-google-powered>span{font-weight:600!important}.wp-gr .grw-img{position:relative!important;min-width:var(--img-size)!important;max-width:var(--img-size)!important;height:var(--img-size)!important;border:none!important;z-index:3!important}.wp-gr .grw-img-wrap{position:relative;min-width:var(--img-size)!important;max-width:var(--img-size)!important;overflow:visible}.wp-gr .grw-img-wrap::before{content:'';position:absolute;top:0;left:0;width:var(--img-size);height:var(--img-size);border-radius:50%;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;pointer-events:none}.wp-gr .grw-header .grw-img{border-radius:50%}.wp-gr .grw-header.wp-place-center{width:100%!important}.wp-gr .wp-google-name{color:var(--name-color,#333)!important;font-size:100%!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important;width:100%!important;text-align:var(--align,start)!important}.wp-gr .grw-header .wp-google-name{width:100%!important;margin:0!important;padding:0!important;font-size:128%!important;white-space:normal!important}.wp-gr .grw-header-inner>.rpi-flx{overflow:hidden!important}.wp-gr a.wp-google-name{color:#427fed!important;text-decoration:none!important}.wp-gr .wp-google-time{color:#555!important;font-size:13px!important;white-space:nowrap!important}.wp-gr .wp-google-text{color:var(--text-color,#222)!important;font-size:15px!important;line-height:24px!important;max-width:100%!important;overflow:hidden!important;white-space:pre-wrap!important;word-break:break-word!important;vertical-align:middle!important}.wp-gr .rpi-stars+.wp-google-text{padding-left:4px!important}.wp-gr .wp-more{display:none}.wp-gr .wp-more-toggle{color:#136aaf!important;cursor:pointer!important;text-decoration:none!important}.wp-gr .wp-google-url{display:block;margin:4px auto!important;color:#136aaf!important;text-align:center!important}.wp-gr.wp-dark .wp-google-name{color:#eee!important}.wp-gr.rpi.wp-dark .wp-google-name a{color:var(--head-based-color,#eee)!important}.wp-gr.wp-dark .wp-google-time{color:#bbb!important}.wp-gr.wp-dark .wp-google-text{color:#ececec!important}.wp-gr.wp-dark .wp-google-powered{color:var(--powered-color,#fff)!important}.wp-gr.wp-dark .wp-google-based{color:var(--head-based-color,#999)!important}.wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{background:var(--rev-color)!important}.wp-gr.rpi .wp-google-name{font-size:100%!important}.wp-gr.rpi .grw-hide,.wp-gr.rpi .wp-google-hide{display:none}.wp-gr.rpi .wp-google-name a{color:var(--head-name-color,#333)!important;font-size:18px!important;text-decoration:none!important}.wp-gr.rpi a.wp-google-name{margin:0!important;color:var(--name-color,#154fc1)!important;text-decoration:none!important;white-space:nowrap!important;text-overflow:ellipsis!important}.wp-gr{display:block!important;width:100%!important;margin:0!important;padding:0!important;text-align:left!important;direction:ltr!important;box-sizing:border-box!important}.wp-gr .grw-row{display:-ms-flexbox!important;display:flex!important;flex-wrap:nowrap!important;align-items:center!important;-ms-flex-wrap:nowrap!important;-ms-flex-align:center!important}.grw-row.grw-row-xs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.grw-row-x .grw-header+.grw-content .grw-review,.grw-row-xs .grw-content,.grw-row-xs .grw-header,.grw-row-xs .grw-review{--col:1}.grw-row-xl .grw-header+.grw-content{--col:1.2}.grw-row-l .grw-header+.grw-content{--col:1.25}.grw-row-m .grw-header+.grw-content{--col:1.333333}.grw-row-s .grw-header+.grw-content{--col:1.5}.grw-row-s .grw-header+.grw-content .grw-review,.grw-row-x .grw-header,.grw-row-x .grw-header+.grw-content,.grw-row-x .grw-review{--col:2}.grw-row-m .grw-header+.grw-content .grw-review,.grw-row-s .grw-header,.grw-row-s .grw-review{--col:3}.grw-row-l .grw-review,.grw-row-m .grw-header,.grw-row-m .grw-review{--col:4}.grw-row-l .grw-header,.grw-row-xl .grw-review{--col:5}.grw-row-xl .grw-header{--col:6}.grw-row .grw-content,.grw-row .grw-header{-ms-flex:1 0 calc(100% / var(--col,3))!important;flex:1 0 calc(100% / var(--col,3))!important;width:calc(100% / var(--col,3))!important}.grw-row .grw-review{-ms-flex:1 0 calc((100% - var(--card-gap,16px)*(var(--col,3) - 1))/ var(--col,3))!important;flex:1 0 calc((100% - var(--card-gap,16px)*(var(--col,3) - 1))/ var(--col,3))!important;width:calc((100% - var(--card-gap,16px)*(var(--col,3) - 1))/ var(--col,3))!important}.wp-gr .grw-content{position:relative!important;min-width:0!important}.wp-gr .grw-content-inner{position:relative!important;display:flex!important;align-items:center!important}.wp-gr .grw-review-inner{height:100%!important}.wp-gr .grw-header-inner,.wp-gr .grw-review-inner{position:relative!important;margin:4px!important;padding:16px!important;width:100%!important}.wp-gr .wp-google-list .grw-header-inner{padding:0 0 16px 0!important}.wp-gr .grw-review-inner.grw-round{border-radius:8px!important}.wp-gr .grw-review-inner.grw-shadow{box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.wp-gr .grw-review-inner>svg{position:absolute!important;top:10px!important;right:10px!important;width:16px!important;height:16px!important}.wp-gr .grw-review{display:flex;position:relative!important;justify-content:center!important;align-items:center!important;flex-shrink:0!important}.wp-gr .grw-review .wp-google-left{display:block!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;line-height:24px!important;padding-bottom:2px!important}.wp-gr .grw-review .wp-google-feedback{height:100px!important;overflow-y:auto!important}.wp-gr .grw-scroll::-webkit-scrollbar{width:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)!important;-webkit-border-radius:4px!important;border-radius:4px!important}.wp-gr .grw-scroll::-webkit-scrollbar-thumb{-webkit-border-radius:10px!important;border-radius:10px!important;background:#ccc!important;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5)!important}.wp-gr .wp-google-wr{display:flex;margin:0!important}.wp-gr .wp-google-wr a{color:#fff!important;padding:4px 12px 8px!important;outline:0!important;border-radius:27px!important;background:var(--btn-color,#1f67e7)!important;white-space:nowrap!important;vertical-align:middle!important;opacity:.9!important;text-shadow:1px 1px 0 #888!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;user-select:none!important;transition:all .2s ease-in-out!important}.wp-gr .wp-google-wr a:hover{opacity:.95!important;background:var(--btn-color,#1f67e7)!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 3px 5px rgba(0,0,0,.24)!important}.wp-gr .wp-google-wr a:active{opacity:1!important;background:var(--btn-color,#1f67e7)!important;box-shadow:none!important}.wp-gr .wp-google-wr a svg{display:inline-block;width:16px;height:16px;padding:1px;margin:0 0 0 4px;background:#fff;border-radius:50%}.wp-gr[data-layout=grid] .grw-reviews{display:flex;gap:var(--card-gap,12px);flex-wrap:wrap!important;-ms-flex-wrap:wrap!important}.wp-gr .grw-b{font-weight:700!important;white-space:nowrap!important}.wp-gr .wp-google-reply{font-size:14px!important;margin-top:auto!important;margin-left:6px!important;padding-left:6px!important;border-left:1px solid #999!important;overflow:hidden!important;overflow-y:auto!important;line-height:20px!important;max-height:44px!important}.wp-gr .wp-google-reply>div{display:flex;gap:4px;align-items:center}.wp-gr .wp-google-reply .wp-google-time{font-size:11px!important;white-space:nowrap!important}.wp-gr .wp-google-img{display:flex;flex-wrap:wrap;gap:var(--media-gap);max-height:calc((var(--media-size) + var(--media-gap)) * var(--media-lines) - 2px)!important;overflow-y:auto!important}.wp-gr .wp-google-img img{display:flex;width:var(--media-size)!important;height:var(--media-size)!important;cursor:pointer!important;border-radius:3px!important;box-shadow:0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important}.rpi-flx{display:var(--flx,flex)!important;flex-direction:var(--dir,column)!important;gap:var(--gap,2px)!important;align-items:var(--align,flex-start)!important;flex-wrap:var(--wrap,nowrap)!important;overflow:var(--overflow,visible)!important;width:100%!important}.rpi-col16{--dir:column;--gap:16px;--align:flex-start;--overflow:hidden}.rpi-col12{--dir:column;--gap:12px;--align:flex-start;--overflow:hidden}.rpi-col6{--dir:column;--gap:6px;--align:flex-start;--overflow:hidden}.rpi-col8{--dir:column;--gap:8px;--align:flex-start}.rpi-col4{--dir:column;--gap:4px;--align:flex-start}.rpi-row12-center{--dir:row;--gap:12px;--align:center;--overflow:visible}.rpi-row12{--dir:row;--gap:12px;--align:flex-start}:root{--star-gap:2px;--rpi-star-size:20px;--rpi-star-color:#fb8e28;--rpi-star-empty-color:#cccccc;--rpi-icon-scale-google:1.00;--rpi-icon-scale-yelp:0.92;--rpi-icon-scale-fb:1.125;--rpi-yelp-empty-color:#cccccc;--rpi-yelp-five-color:#fb433c;--rpi-yelp-four-color:#ff643d;--rpi-yelp-three-color:#ff8742;--rpi-yelp-two-color:#ffad48;--rpi-yelp-one-color:#ffcc4b;--rpi-yelp-radius:3px;--rpi-fb-color:#fa3e3e;--rpi-fb-radius:3px;--rpi-star-empty:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11.48 3.499a.562.562 0 0 1 1.04 0l2.125 5.111a.563.563 0 0 0 .475.345l5.518.442c.499.04.701.663.321.988l-4.204 3.602a.563.563 0 0 0-.182.557l1.285 5.385a.562.562 0 0 1-.84.61l-4.725-2.885a.562.562 0 0 0-.586 0L6.982 20.54a.562.562 0 0 1-.84-.61l1.285-5.386a.562.562 0 0 0-.182-.557l-4.204-3.602a.562.562 0 0 1 .321-.988l5.518-.442a.563.563 0 0 0 .475-.345L11.48 3.5Z' fill='none' stroke='currentColor' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");--rpi-star-mask:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.7881 3.21068C11.2364 2.13274 12.7635 2.13273 13.2118 3.21068L15.2938 8.2164L20.6979 8.64964C21.8616 8.74293 22.3335 10.1952 21.4469 10.9547L17.3295 14.4817L18.5874 19.7551C18.8583 20.8908 17.6229 21.7883 16.6266 21.1798L11.9999 18.3538L7.37329 21.1798C6.37697 21.7883 5.14158 20.8908 5.41246 19.7551L6.67038 14.4817L2.55303 10.9547C1.66639 10.1952 2.13826 8.74293 3.302 8.64964L8.70609 8.2164L10.7881 3.21068Z'/%3E%3C/svg%3E")}.rpi-stars .rpi-star{display:none!important}.rpi-star,.rpi-stars-tripadvisor,.rpi-stars-yelp{display:var(--flx,flex);align-items:center;gap:var(--gap,4px);text-align:start;z-index:9}.rpi-star[data-rating]:empty::before{content:attr(data-rating);color:var(--rpi-rating-color,var(--rpi-star-color));font-size:var(--head-grade-fs, 18px);font-weight:var(--head-grade-weight,900)}.rpi-star i{padding:0 2px;cursor:pointer!important;background-color:var(--rpi-star-empty-color)}.rpi-star[data-rating="1"] i:nth-child(-n+1),.rpi-star[data-rating="2"] i:nth-child(-n+2),.rpi-star[data-rating="3"] i:nth-child(-n+3),.rpi-star[data-rating="4"] i:nth-child(-n+4),.rpi-star[data-rating="5"] i:nth-child(-n+5){background-color:var(--rpi-star-color)}.rpi-star:hover i{background-color:var(--rpi-star-color)!important}.rpi-star i:hover~i{background-color:var(--rpi-star-empty-color)!important}.rpi-star i,.rpi-star[data-rating]:empty::after{content:'';width:var(--rpi-star-size)!important;height:var(--rpi-star-size)!important;-webkit-mask-image:var(--rpi-star-mask)!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-position:center!important;-webkit-mask-size:contain!important;mask-image:var(--rpi-star-mask)!important;mask-repeat:no-repeat!important;mask-position:center!important;mask-size:contain!important}.rpi-star[data-rating]:empty::after{background-color:var(--rpi-star-color)}.rpi-star+.rpi-stars{--stars-offset:1;--stars:calc(var(--stars-max) - var(--stars-offset))}.rpi-stars{--star-size:var(--rpi-star-size, 18px);--star-color:var(--rpi-star-color);--empty:var(--rpi-star-empty);--mask:var(--rpi-star-mask);--stars:5;--icon-scale:1;--rating-scale:0.8;--gap:var(--star-gap, 2px);--stars-w:calc(var(--stars) * (var(--star-size) + var(--star-gap)));--fill:calc((var(--rating) / var(--stars)) * 100%);--bg-size:calc(var(--star-size) * var(--icon-scale));--bg-size-x:calc(var(--bg-size) + var(--star-gap));position:relative!important;display:inline-flex!important;align-items:center!important;align-self:var(--star-align-self,start)!important;width:max-content!important;height:var(--star-size)!important;font-size:calc(var(--star-size) * var(--rating-scale))!important;font-weight:900!important;color:var(--rpi-rating-color,var(--star-color))!important;white-space:nowrap!important;vertical-align:middle!important;padding-right:calc(var(--stars-w) + var(--gap))!important}.rpi-stars:empty{--gap:calc(-1 * (var(--star-gap) / 2 + 1px))}.rpi-stars::before{content:''!important;position:absolute!important;top:50%!important;right:0!important;width:var(--stars-w)!important;height:var(--star-size)!important;transform:translateY(-50%)!important;background-color:var(--star-color)!important;-webkit-mask-image:var(--empty)!important;-webkit-mask-repeat:repeat-x!important;-webkit-mask-position:left center!important;-webkit-mask-size:var(--bg-size-x) var(--bg-size)!important;mask-image:var(--empty)!important;mask-repeat:repeat-x!important;mask-position:left center!important;mask-size:var(--bg-size-x) var(--bg-size)!important}.rpi-stars::after{content:''!important;position:absolute!important;top:50%!important;right:0!important;width:var(--stars-w)!important;height:var(--star-size)!important;transform:translateY(-50%)!important;background-color:var(--star-color)!important;-webkit-mask-image:var(--mask)!important;-webkit-mask-repeat:repeat-x!important;-webkit-mask-position:left center!important;-webkit-mask-size:var(--bg-size-x) var(--bg-size)!important;mask-image:var(--mask)!important;mask-repeat:repeat-x!important;mask-position:left center!important;mask-size:var(--bg-size-x) var(--bg-size)!important;clip-path:inset(0 calc(100% - var(--fill)) 0 0)!important}.rpi-stars-yelp{--icon-scale:var(--rpi-icon-scale-yelp);--empty-color:var(--rpi-yelp-empty-color);--five-color:var(--rpi-yelp-five-color);--four-color:var(--rpi-yelp-four-color);--three-color:var(--rpi-yelp-three-color);--two-color:var(--rpi-yelp-two-color);--one-color:var(--rpi-yelp-one-color);--star-size:var(--rpi-star-size);--rating:0;--gap:4px;--radius:var(--rpi-yelp-radius);display:inline-flex!important;gap:var(--gap)!important;line-height:0!important;vertical-align:top!important}.rpi-stars-yelp i{position:relative!important;display:inline-block!important;font-style:normal!important;flex:0 0 auto!important;width:var(--star-size)!important;height:var(--star-size)!important;border-radius:var(--radius)!important;background-color:var(--empty-color)!important;background-image:linear-gradient(90deg,var(--star-color) 0 calc(var(--fill,0) * 1%),transparent calc(var(--fill,0) * 1%))!important;background-repeat:no-repeat!important;background-size:100% 100%!important;box-sizing:border-box!important}.rpi-stars-yelp i::after{content:''!important;position:absolute!important;inset:0!important;background-color:#fff!important;-webkit-mask-image:var(--rpi-star-mask)!important;-webkit-mask-repeat:no-repeat!important;-webkit-mask-size:calc(70% / var(--icon-scale)) calc(70% / var(--icon-scale))!important;-webkit-mask-position:center!important;mask-image:var(--rpi-star-mask)!important;mask-repeat:no-repeat!important;mask-size:calc(70% / var(--icon-scale)) calc(70% / var(--icon-scale))!important;mask-position:center!important}.rpi-stars-yelp,.rpi-stars-yelp[data-rating]::before{content:attr(data-rating);color:var(--rpi-rating-color,var(--star-color));font-size:var(--head-grade-fs, 18px);font-weight:var(--head-grade-weight,900)}.rpi-stars-yelp i:first-child{--fill:clamp(0, (var(--rating) - 0) * 100, 100)}.rpi-stars-yelp i:nth-child(2){--fill:clamp(0, (var(--rating) - 1) * 100, 100)}.rpi-stars-yelp i:nth-child(3){--fill:clamp(0, (var(--rating) - 2) * 100, 100)}.rpi-stars-yelp i:nth-child(4){--fill:clamp(0, (var(--rating) - 3) * 100, 100)}.rpi-stars-yelp i:nth-child(5){--fill:clamp(0, (var(--rating) - 4) * 100, 100)}.rpi-stars-yelp[data-stars^="1"]{--rating:1.5;--star-color:var(--one-color)}.rpi-stars-yelp[data-stars="1"]{--rating:1}.rpi-stars-yelp[data-stars^="2"]{--rating:2.5;--star-color:var(--two-color)}.rpi-stars-yelp[data-stars="2"]{--rating:2}.rpi-stars-yelp[data-stars^="3"]{--rating:3.5;--star-color:var(--three-color)}.rpi-stars-yelp[data-stars="3"]{--rating:3}.rpi-stars-yelp[data-stars^="4"]{--rating:4.5;--star-color:var(--four-color)}.rpi-stars-yelp[data-stars="4"]{--rating:4}.rpi-stars-yelp[data-stars^="5"]{--rating:5;--star-color:var(--five-color)}.rpi-stars-tripadvisor{--empty-color:#ffffff;--border-color:#5ba672;--fill-color:#5ba672;--rpi-dot-size:var(--rpi-star-size);--rating:0;--gap:4px;--border:3px;display:inline-flex!important;gap:var(--gap)!important;line-height:0!important;vertical-align:top!important}.rpi-stars-tripadvisor i{width:var(--rpi-dot-size)!important;height:var(--rpi-dot-size)!important;display:inline-block!important;position:relative!important;flex:0 0 auto!important;box-sizing:border-box!important;border-radius:999px!important;border:var(--border) solid var(--border-color)!important;background-color:var(--empty-color)!important;background-image:linear-gradient(90deg,var(--fill-color) 0 calc(var(--fill,0) * 1%),transparent calc(var(--fill,0) * 1%))!important;background-repeat:no-repeat!important;background-size:100% 100%!important}.rpi-stars-tripadvisor,.rpi-stars-tripadvisor[data-rating]::before{content:attr(data-rating);color:var(--rpi-rating-color,var(--fill-color));font-size:var(--head-grade-fs, 18px);font-weight:var(--head-grade-weight,900)}.rpi-stars-tripadvisor i:first-child{--fill:clamp(0, (var(--rating) - 0) * 100, 100)}.rpi-stars-tripadvisor i:nth-child(2){--fill:clamp(0, (var(--rating) - 1) * 100, 100)}.rpi-stars-tripadvisor i:nth-child(3){--fill:clamp(0, (var(--rating) - 2) * 100, 100)}.rpi-stars-tripadvisor i:nth-child(4){--fill:clamp(0, (var(--rating) - 3) * 100, 100)}.rpi-stars-tripadvisor i:nth-child(5){--fill:clamp(0, (var(--rating) - 4) * 100, 100)}.rpi-stars-tripadvisor[data-stars^="1"]{--rating:1.5}.rpi-stars-tripadvisor[data-stars="1"]{--rating:1}.rpi-stars-tripadvisor[data-stars^="2"]{--rating:2.5}.rpi-stars-tripadvisor[data-stars="2"]{--rating:2}.rpi-stars-tripadvisor[data-stars^="3"]{--rating:3.5}.rpi-stars-tripadvisor[data-stars="3"]{--rating:3}.rpi-stars-tripadvisor[data-stars^="4"]{--rating:4.5}.rpi-stars-tripadvisor[data-stars="4"]{--rating:4}.rpi-stars-tripadvisor[data-stars^="5"]{--rating:5}.rpi-star-fb{--icon-scale:var(--rpi-icon-scale-fb);--size:var(--rpi-star-size, 18px);--color:var(--rpi-fb-color, #fa3e3e);--radius:var(--rpi-fb-radius, 3px);--tail-w:calc(var(--size) / 3);--tail-h:calc(var(--size) / 3.6);--tail-offset:calc(var(--size) / 4.5);--tail-overlap:1px;--gap:0.25em;--label-scale:0.85;--fb-star:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.7881 3.21068C11.2364 2.13274 12.7635 2.13273 13.2118 3.21068L15.2938 8.2164L20.6979 8.64964C21.8616 8.74293 22.3335 10.1952 21.4469 10.9547L17.3295 14.4817L18.5874 19.7551C18.8583 20.8908 17.6229 21.7883 16.6266 21.1798L11.9999 18.3538L7.37329 21.1798C6.37697 21.7883 5.14158 20.8908 5.41246 19.7551L6.67038 14.4817L2.55303 10.9547C1.66639 10.1952 2.13826 8.74293 3.302 8.64964L8.70609 8.2164L10.7881 3.21068Z' fill='%23fff'/%3E%3C/svg%3E");position:relative!important;display:inline-flex!important;align-items:center;align-self:var(--star-align-self,start);height:var(--size)!important;width:max-content!important;white-space:nowrap!important;font-size:calc(var(--size) * var(--label-scale))!important;line-height:1!important;padding-left:calc(var(--size) + var(--gap))!important;text-shadow:.015em 0 0 currentColor}.rpi-star-fb::before{content:''!important;position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;width:var(--size)!important;height:var(--size)!important;background-color:var(--color)!important;border-radius:var(--radius)!important;background-image:var(--fb-star)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:calc(70% / var(--icon-scale)) calc(70% / var(--icon-scale))!important}.rpi-star-fb::after{content:''!important;position:absolute!important;left:var(--tail-offset)!important;top:50%!important;width:0!important;height:0!important;transform:translateY(calc(var(--size)/ 2 - var(--tail-overlap)))!important;border-top:var(--tail-h) solid var(--color)!important;border-right:var(--tail-w) solid transparent!important}.rpi-star-fb[data-rating="1"]{--color:#cccccc}:root{--rpi-lt:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain;--rpi-gt:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'%3E%3C/path%3E%3C/svg%3E") no-repeat center/contain}.rpi{--slider-btn-size:16px;--slider-btn-bg:var(--card-bg, #f5f5f5);--slider-btn-color:#777777;--slider-btn-padding:calc(var(--slider-btn-size) / 2);--slider-btn-bw:1px;--slider-btn-bc:#cccccc;--slider-btn-fs:calc(var(--slider-btn-size) + var(--slider-btn-bw));--slider-btn-shadow:0 2px 6px rgb(0 0 0 / 0.15);--slider-btn-full:calc(var(--slider-btn-size) + (var(--slider-btn-padding) * 2) + (var(--slider-btn-bw) * 2));--slider-btn-offset:0px;--slider-btn-out:calc(var(--slider-btn-full) / 2);--slider-btn-pos:calc(var(--slider-btn-out) + var(--slider-btn-offset));--slider-offset:calc(var(--slider-btn-out))}.rpi .rpi-slides{display:flex!important;flex:1!important;gap:var(--slider-gap,var(--card-gap,8px))!important;flex-wrap:nowrap!important;overflow:hidden!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:var(--rpi-slider-behavior,smooth)!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important}.rpi .rpi-slides::-webkit-scrollbar{display:none!important}.rpi .rpi-slide{overflow:hidden!important;padding:4px 3px!important;scroll-snap-align:start!important;transition:transform .5s!important}.rpi .rpi-slides-bite{--offset:var(--slides-bite-offset, 6px);--alpha:0.2px;--shift:var(--slider-btn-offset);--radius:calc(var(--slider-btn-out) + var(--offset));-webkit-mask:var(--slider-bite,radial-gradient(circle var(--radius) at calc(0% - var(--shift)) 50%,transparent 0,transparent calc(var(--radius) - var(--alpha)),#000 calc(var(--radius) + var(--alpha))),radial-gradient(circle var(--radius) at calc(100% + var(--shift)) 50%,transparent 0,transparent calc(var(--radius) - var(--alpha)),#000 calc(var(--radius) + var(--alpha))),linear-gradient(#000 0 0));-webkit-mask-repeat:no-repeat;-webkit-mask-size:100% 100%;-webkit-mask-composite:source-in,source-in;margin:0 var(--slider-offset,0)}.rpi .rpi-ltgt{--margin:calc(-1 * var(--slider-btn-pos) + var(--slider-offset, 0px));position:var(--slider-btn-position,absolute)!important;padding:var(--slider-btn-padding)!important;border-radius:50%!important;border:var(--slider-btn-bw) solid var(--slider-btn-bc)!important;background-color:var(--slider-btn-bg)!important;box-shadow:var(--slider-btn-shadow)!important;transition:background-color .2s ease-in-out!important;z-index:1!important}.rpi .rpi-ltgt:active{box-shadow:none!important}.rpi .rpi-ltgt.rpi-lt{left:0!important;margin-left:var(--margin)!important}.rpi .rpi-ltgt.rpi-gt{right:0!important;margin-right:var(--margin)!important}.rpi-gt::after,.rpi-lt::before{position:relative!important;content:'';display:block;width:var(--slider-btn-size);height:var(--slider-btn-size);background-color:var(--slider-btn-color)}.rpi-lt::before{-webkit-mask:var(--rpi-lt);mask:var(--rpi-lt)}.rpi-gt::after{-webkit-mask:var(--rpi-gt);mask:var(--rpi-gt)}[dir=rtl] .rpi-gt::after,[dir=rtl] .rpi-lt::before{transform:rotate(180deg)}.rpi .rpi-dots-wrap{position:absolute!important;top:calc(100% - 1px)!important;left:0!important;right:0!important;display:flex!important;justify-content:center!important;margin:0 auto!important;padding-top:var(--slider-dot-padding-top,.5em)!important;max-width:100%!important;width:calc(var(--slider-dots-visible) * var(--slider-dot-size) + (var(--slider-dots-visible) - 1) * var(--slider-dot-gap))!important}.rpi .rpi-dots{display:flex;flex-wrap:nowrap;overflow-x:scroll!important;gap:var(--slider-dot-gap);scrollbar-width:none;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.rpi-dots .rpi-dot{display:inline-block!important;width:var(--slider-dot-size)!important;height:var(--slider-dot-size)!important;margin:0!important;padding:0!important;opacity:.4!important;vertical-align:middle!important;flex:1 0 auto!important;transform:scale(.6)!important;scroll-snap-align:center!important;border-radius:20px!important;background-color:var(--slider-dot-color,#999)!important}.rpi-dots .rpi-dot:hover{opacity:1!important}.rpi-dots .rpi-dot.active{opacity:1!important;transform:scale(.95)!important;background-color:var(--slider-act-dot-color,#fb8e28)!important}.rpi-dots .rpi-dot.s2{transform:scale(.85)!important}.rpi-dots .rpi-dot.s3{transform:scale(.75)!important}.rpi button{all:revert!important;margin:0!important;padding:0!important;box-shadow:none!important;border-radius:0!important;line-height:1!important;font:inherit!important;color:inherit!important;text-align:center!important;cursor:pointer!important;border:0!important;background:0 0!important;appearance:none!important;-webkit-appearance:none!important;user-select:none!important}.rpi button:focus{outline:0!important}.rpi button:focus-visible{outline:2px solid currentColor!important;outline-offset:2px!important}.rpi-x{position:absolute;top:var(--x-top,6px)!important;right:var(--x-right,8px)!important;display:flex!important;align-items:center;justify-content:center;width:var(--x-width,20px)!important;height:var(--x-height,20px)!important;cursor:pointer;opacity:var(--x-opacity, .65);border-radius:50%;background-color:var(--x-bg,#fafafa);z-index:2147483003}.rpi-x:hover{opacity:1}.rpi-x::after,.rpi-x::before{content:"";position:absolute;display:block;width:var(--x-line-width,12px);height:var(--x-line-height,1px);border-radius:2px;background-color:var(--x-color,#373737)}.rpi-x::before{transform:rotate(45deg)}.rpi-x::after{transform:rotate(-45deg)}.rpi-x.rpi-xa::before{--x-line-width:7px;--x-line-height:7px;top:4px;border-radius:0;border-right:1px solid #373737;border-bottom:1px solid #373737;background-color:transparent}.rpi-x.rpi-xa::after{content:none}.rpi-bubble:after{content:"";position:absolute;top:-8px;left:16px;bottom:auto;border-style:solid;border-width:0 8px 8px;border-color:#fff transparent}.rpi-fade{-webkit-transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:opacity 150ms ease,-webkit-transform 150ms ease;transition:transform 150ms ease,opacity 150ms ease;transition:transform 150ms ease,opacity 150ms ease,-webkit-transform 150ms ease}.rpi-lightbox-wrap{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1}.rpi-lightbox{--x-top:15px;--x-right:15px;--x-bg:none;--x-color:#ececec;--x-line-width:25px;--x-line-height:3px;--x-opacity:1;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;width:100%;height:100%;max-width:100%;color:#333;text-align:left;z-index:2147483003;user-select:none;background-color:rgba(0,0,0,.6);transition:all .3s ease-out}.rpi-lightbox-inner{width:95%;max-width:1200px;height:100%;max-height:calc(100vh - 80px);max-height:calc(100dvh - 80px)}@supports (container-type:inline-size){.rpi-lightbox-xxx{container-name:lightbox;container-type:inline-size}}.rpi-lightbox-xxx{position:relative;display:flex;justify-content:center;height:100%;border:none;overflow:auto;border-radius:4px;-webkit-overflow-scrolling:touch}.rpi-lightbox-content{position:relative;display:flex;flex-direction:row;justify-content:flex-start;color:#000;height:100%;flex-direction:row;border-radius:4px;background-color:#fff}.rpi-lightbox-media{position:relative;display:flex;justify-content:center;flex:2;align-items:center;width:100%;height:100%;overflow:hidden;padding-bottom:0;background-color:#000}.rpi-lightbox-btn{position:absolute;display:flex;width:30px;height:30px;font-size:36px;line-height:22px;justify-content:center;z-index:1;cursor:pointer;border-radius:50%;background-color:rgba(214,214,214,.7);transition:background .3s ease-in-out}.rpi-lightbox-btn:hover{background:#e1e1e1}.rpi-lightbox-prev{left:8px}.rpi-lightbox-next{right:8px}.rpi-lightbox-prev::before{content:'‹'}.rpi-lightbox-next::before{content:'›'}.rpi-lightbox-media img{position:relative;display:block;width:100%;height:100%;max-width:100%;max-height:100%;opacity:1;object-fit:contain;border-radius:inherit;transition:opacity .3s ease-in-out}.rpi-lightbox-review{display:flex;flex-direction:column;flex:1;height:100%;font-size:15px;color:#000;padding:0}@supports (container-type:inline-size){@container lightbox (width < 480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}}@media(max-width:480px){.rpi-lightbox-xxx .rpi-lightbox-content{flex-direction:column}}
/*# sourceURL=grw-public-main-css-inline-css */
</style>
<link rel='stylesheet' id='woo-multi-currency-css' href='https://www.customneon.pl/wp-content/plugins/woo-multi-currency/css/woo-multi-currency.min.css?ver=2.2.15' media='all' />
<style id='woo-multi-currency-inline-css'>
.woo-multi-currency .wmc-list-currencies .wmc-currency.wmc-active,.woo-multi-currency .wmc-list-currencies .wmc-currency:hover {background: #f78080 !important;}
		.woo-multi-currency .wmc-list-currencies .wmc-currency,.woo-multi-currency .wmc-title, .woo-multi-currency.wmc-price-switcher a {background: #212121 !important;}
		.woo-multi-currency .wmc-title, .woo-multi-currency .wmc-list-currencies .wmc-currency span,.woo-multi-currency .wmc-list-currencies .wmc-currency a,.woo-multi-currency.wmc-price-switcher a {color: #ffffff !important;}.woo-multi-currency.wmc-shortcode .wmc-currency{background-color:#ffffff;color:#212121}.woo-multi-currency.wmc-shortcode .wmc-currency.wmc-active,.woo-multi-currency.wmc-shortcode .wmc-current-currency{background-color:#ffffff;color:#212121}.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle:not(.wmc-currency-trigger-click) .wmc-currency-wrapper:hover .wmc-sub-currency,.woo-multi-currency.wmc-shortcode.vertical-currency-symbols-circle.wmc-currency-trigger-click .wmc-sub-currency{animation: height_slide 100ms;}@keyframes height_slide {0% {height: 0;} 100% {height: 100%;} }
/*# sourceURL=woo-multi-currency-inline-css */
</style>
<link rel='stylesheet' id='wmc-flags-css' href='https://www.customneon.pl/wp-content/plugins/woo-multi-currency/css/flags-64.min.css?ver=2.2.15' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://www.customneon.pl/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.customneon.pl/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://www.customneon.pl/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='e-sticky-css' href='https://www.customneon.pl/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.35.1' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://www.customneon.pl/wp-content/uploads/elementor/css/custom-frontend.min.css?ver=1789091140' media='all' />
<style id='elementor-frontend-inline-css'>
.elementor-kit-12{--e-global-color-primary:#38EEF4;--e-global-color-secondary:#131313;--e-global-color-text:#131313;--e-global-color-accent:#FF3399;--e-global-color-236f73f7:#38EEF4;--e-global-color-1256cd00:#FF3399;--e-global-color-53eb96c7:#000;--e-global-color-7ed8a423:#FFF;--e-global-color-b355cc1:#E5E5E5;--e-global-color-1dda351:#1C1C1C;--e-global-color-185bc1a:#FF3399;--e-global-color-e48213b:#FF3399;--e-global-color-acd97fa:#C1C1C1;--e-global-color-756c7eb:#FF6633;--e-global-color-8e5535c:#2A4A7A;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:1.2rem;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:1rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:1.2rem;--e-global-typography-accent-font-weight:700;--e-global-typography-c6f1cb7-font-family:"DM Sans";--e-global-typography-c6f1cb7-font-size:5rem;--e-global-typography-c6f1cb7-font-weight:700;--e-global-typography-c6f1cb7-line-height:1em;--e-global-typography-26e91e9-font-family:"DM Sans";--e-global-typography-26e91e9-font-size:3.3rem;--e-global-typography-26e91e9-font-weight:700;--e-global-typography-26e91e9-line-height:1em;--e-global-typography-4a4900e-font-family:"DM Sans";--e-global-typography-4a4900e-font-size:2.6rem;--e-global-typography-4a4900e-font-weight:700;--e-global-typography-4a4900e-line-height:1em;--e-global-typography-b033420-font-family:"DM Sans";--e-global-typography-b033420-font-size:1.9rem;--e-global-typography-b033420-font-weight:700;--e-global-typography-b033420-line-height:1em;--e-global-typography-28826b4-font-family:"DM Sans";--e-global-typography-28826b4-font-size:1.4rem;--e-global-typography-28826b4-font-weight:700;--e-global-typography-28826b4-line-height:1em;--e-global-typography-c1bec65-font-family:"DM Sans";--e-global-typography-c1bec65-font-size:1.25rem;--e-global-typography-c1bec65-font-weight:700;--e-global-typography-c1bec65-line-height:1em;font-family:"Lexend", Sans-serif;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{background-color:#00000000;font-size:18px;color:var( --e-global-color-236f73f7 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-236f73f7 );border-radius:25px 25px 25px 25px;}.elementor-kit-12 button:hover,.elementor-kit-12 button:focus,.elementor-kit-12 input[type="button"]:hover,.elementor-kit-12 input[type="button"]:focus,.elementor-kit-12 input[type="submit"]:hover,.elementor-kit-12 input[type="submit"]:focus,.elementor-kit-12 .elementor-button:hover,.elementor-kit-12 .elementor-button:focus{background-color:var( --e-global-color-236f73f7 );color:var( --e-global-color-text );}.elementor-kit-12 e-page-transition{background-color:#131313;}.elementor-kit-12 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1441px){.elementor-kit-12{--e-global-typography-26e91e9-font-size:3rem;}}@media(max-width:1024px){.elementor-kit-12{--e-global-typography-primary-font-size:1rem;--e-global-typography-secondary-font-size:0.9rem;--e-global-typography-text-font-size:1rem;--e-global-typography-accent-font-size:1rem;--e-global-typography-c6f1cb7-font-size:3rem;--e-global-typography-26e91e9-font-size:2.5rem;--e-global-typography-4a4900e-font-size:2rem;--e-global-typography-b033420-font-size:1.6rem;--e-global-typography-28826b4-font-size:1.3rem;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-c6f1cb7-font-size:2rem;--e-global-typography-26e91e9-font-size:1.7rem;--e-global-typography-4a4900e-font-size:1.4rem;--e-global-typography-b033420-font-size:1.2rem;--e-global-typography-28826b4-font-size:1.1rem;--e-global-typography-c1bec65-font-size:1.05rem;}.elementor-kit-12 button,.elementor-kit-12 input[type="button"],.elementor-kit-12 input[type="submit"],.elementor-kit-12 .elementor-button{font-size:14px;padding:15px 25px 15px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
.elementor-49623 .elementor-element.elementor-element-204e598{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-49623 .elementor-element.elementor-element-204e598:not(.elementor-motion-effects-element-type-background), .elementor-49623 .elementor-element.elementor-element-204e598 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-53eb96c7 );}.elementor-49623 .elementor-element.elementor-element-671ca66{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:8px;--padding-bottom:8px;--padding-left:16px;--padding-right:16px;}.elementor-49623 .elementor-element.elementor-element-671ca66:not(.elementor-motion-effects-element-type-background), .elementor-49623 .elementor-element.elementor-element-671ca66 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-49623 .elementor-element.elementor-element-671ca66.she-header .elementor-widget-theme-site-logo,
				.elementor-49623 .elementor-element.elementor-element-671ca66.she-header .elementor-widget-image,
				.elementor-49623 .elementor-element.elementor-element-671ca66.she-header .logo{-webkit-filter:brightness(0) invert(0);filter:brightness(0) invert(0);}.elementor-49623 .elementor-element.elementor-element-671ca66.she-header .elementor-widget-n-menu .elementor-widget-image, 
				.elementor-49623 .elementor-element.elementor-element-671ca66.she-header .not-logo{-webkit-filter:none;filter:none;}.elementor-49623 .elementor-element.elementor-element-576755d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:24px;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-49623 .elementor-element.elementor-element-54b590c{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:center;--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5{width:auto;max-width:auto;--e-nav-menu-horizontal-menu-item-margin:calc( 30px / 2 );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5.elementor-element{--align-self:center;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-menu-toggle{margin:0 auto;background-color:#02010100;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu .elementor-item{font-family:"Lexend", Sans-serif;font-size:1rem;font-weight:400;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-7ed8a423 );fill:var( --e-global-color-7ed8a423 );padding-left:0px;padding-right:0px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-236f73f7 );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-framed .elementor-item:before,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-236f73f7 );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-framed .elementor-item:before{border-width:3px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 3px 3px 0;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-underline .elementor-item:after,
					 .elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-overline .elementor-item:before,
					 .elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-double-line .elementor-item:before,
					 .elementor-49623 .elementor-element.elementor-element-a3cd2c5 .e--pointer-double-line .elementor-item:after{height:3px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:30px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a, .elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-menu-toggle{color:#FFFFFF;fill:#FFFFFF;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown{background-color:#000000;border-style:solid;border-color:#333333;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a:hover,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a:focus,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a.highlighted,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-menu-toggle:hover,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-menu-toggle:focus{color:var( --e-global-color-236f73f7 );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a:hover,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a:focus,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a.highlighted{background-color:#181818;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a.elementor-item-active{color:var( --e-global-color-primary );background-color:#181818;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown li:not(:last-child){border-style:solid;border-bottom-width:0px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 div.elementor-menu-toggle{color:#FFFFFF;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 div.elementor-menu-toggle svg{fill:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-49623 .elementor-element.elementor-element-6b5d9c1 .elementor-button{background-color:#13131300;fill:var( --e-global-color-accent );color:var( --e-global-color-accent );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-accent );}.elementor-49623 .elementor-element.elementor-element-6b5d9c1 .elementor-button:hover, .elementor-49623 .elementor-element.elementor-element-6b5d9c1 .elementor-button:focus{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-49623 .elementor-element.elementor-element-6b5d9c1 .elementor-button:hover svg, .elementor-49623 .elementor-element.elementor-element-6b5d9c1 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-widget-global .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-global .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-global .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-global .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-global .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-global .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-49623 .elementor-element.elementor-global-6439.elementor-element{--align-self:center;}.elementor-49623 .elementor-element.elementor-global-6439 .elementor-icon-list-icon i{color:var( --e-global-color-7ed8a423 );transition:color 0.3s;}.elementor-49623 .elementor-element.elementor-global-6439 .elementor-icon-list-icon svg{fill:var( --e-global-color-7ed8a423 );transition:fill 0.3s;}.elementor-49623 .elementor-element.elementor-global-6439{--e-icon-list-icon-size:9px;--e-icon-list-icon-align:right;--e-icon-list-icon-margin:0 0 0 calc(var(--e-icon-list-icon-size, 1em) * 0.25);--icon-vertical-offset:0px;}.elementor-49623 .elementor-element.elementor-global-6439 .elementor-icon-list-text{color:var( --e-global-color-7ed8a423 );transition:color 0.3s;}.elementor-widget-global .elementor-menu-cart__toggle .elementor-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-global .elementor-menu-cart__product-name a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-global .elementor-menu-cart__product-price{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-global .elementor-menu-cart__footer-buttons .elementor-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--view-cart{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--checkout{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-global .woocommerce-mini-cart__empty-message{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__close-button, .elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__close-button-custom{margin-left:auto;}.elementor-49623 .elementor-element.elementor-global-6436 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-49623 .elementor-element.elementor-global-6436.elementor-element{--align-self:flex-start;--order:99999 /* order end hack */;}.elementor-49623 .elementor-element.elementor-global-6436{--main-alignment:left;--side-cart-alignment-transform:translateX(100%);--side-cart-alignment-left:auto;--side-cart-alignment-right:0;--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-icon-color:var( --e-global-color-7ed8a423 );--toggle-button-background-color:#FFFFFF00;--toggle-button-border-color:#02010100;--toggle-button-icon-hover-color:var( --e-global-color-756c7eb );--toggle-button-hover-background-color:#FFFFFF00;--toggle-button-hover-border-color:var( --e-global-color-7ed8a423 );--toggle-icon-size:25px;--toggle-icon-padding:13px 0px 5px 0px;--items-indicator-text-color:var( --e-global-color-7ed8a423 );--items-indicator-background-color:var( --e-global-color-b355cc1 );--cart-background-color:var( --e-global-color-53eb96c7 );--cart-border-style:none;--cart-close-icon-size:20px;--cart-close-button-color:var( --e-global-color-b355cc1 );--cart-close-button-hover-color:var( --e-global-color-7ed8a423 );--menu-cart-subtotal-color:var( --e-global-color-7ed8a423 );--product-variations-color:var( --e-global-color-7ed8a423 );--product-price-color:var( --e-global-color-7ed8a423 );--divider-width:1px;--subtotal-divider-top-width:1px;--subtotal-divider-right-width:1px;--subtotal-divider-bottom-width:1px;--subtotal-divider-left-width:1px;--product-divider-gap:14px;--cart-footer-layout:1fr;--products-max-height-sidecart:calc(100vh - 300px);--products-max-height-minicart:calc(100vh - 450px);--cart-footer-buttons-border-radius:100px;--view-cart-button-text-color:var( --e-global-color-7ed8a423 );--view-cart-button-background-color:var( --e-global-color-secondary );--view-cart-button-hover-text-color:var( --e-global-color-b355cc1 );--view-cart-button-hover-background-color:var( --e-global-color-53eb96c7 );--checkout-button-text-color:var( --e-global-color-secondary );--checkout-button-background-color:var( --e-global-color-b355cc1 );--checkout-button-hover-text-color:var( --e-global-color-b355cc1 );--checkout-button-hover-background-color:var( --e-global-color-1256cd00 );--empty-message-color:var( --e-global-color-primary );}.elementor-49623 .elementor-element.elementor-global-6436 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-name a{font-size:15px;font-weight:600;line-height:15px;color:var( --e-global-color-b355cc1 );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-name a:hover{color:var( --e-global-color-primary );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product .variation{font-size:14px;font-weight:400;line-height:16px;}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-price{font-family:"DM Sans", Sans-serif;font-size:1rem;font-weight:700;}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-price .product-quantity{color:var( --e-global-color-7ed8a423 );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{border-color:var( --e-global-color-1256cd00 );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-button--view-cart{border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-b355cc1 );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover{border-color:var( --e-global-color-1256cd00 );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-button--checkout{border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-b355cc1 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5.elementor-element{--order:2;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu .elementor-item{font-size:0.9rem;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown .elementor-item, .elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:1.5rem;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a{padding-top:26px;padding-bottom:26px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5{--nav-menu-icon-size:24px;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-49623 .elementor-element.elementor-element-6b5d9c1.elementor-element{--order:1;}.elementor-widget-global .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-global .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-49623 .elementor-element.elementor-global-6439.elementor-element{--order:3;}.elementor-widget-global .elementor-menu-cart__toggle .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__product-name a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__product-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--view-cart{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--checkout{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .woocommerce-mini-cart__empty-message{font-size:var( --e-global-typography-primary-font-size );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-price{font-size:1rem;}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-price .product-quantity{font-size:var( --e-global-typography-primary-font-size );}}@media(min-width:768px){.elementor-49623 .elementor-element.elementor-element-576755d{--width:15%;}.elementor-49623 .elementor-element.elementor-element-54b590c{--width:85%;}}@media(max-width:1441px) and (min-width:768px){.elementor-49623 .elementor-element.elementor-element-576755d{--width:13%;}.elementor-49623 .elementor-element.elementor-element-54b590c{--width:87%;}}@media(max-width:1024px) and (min-width:768px){.elementor-49623 .elementor-element.elementor-element-576755d{--width:20%;}}@media(max-width:1441px){.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5{--e-nav-menu-horizontal-menu-item-margin:calc( 32px / 2 );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:32px;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-global .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-global .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-global .elementor-menu-cart__toggle .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__product-name a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__product-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--view-cart{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--checkout{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .woocommerce-mini-cart__empty-message{font-size:var( --e-global-typography-primary-font-size );}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-price .product-quantity{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-49623 .elementor-element.elementor-element-576755d{--width:38%;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-49623 .elementor-element.elementor-element-54b590c{--width:62%;--gap:16px 16px;--row-gap:16px;--column-gap:16px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu .elementor-item{font-size:1.1rem;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5{--e-nav-menu-horizontal-menu-item-margin:calc( 15px / 2 );--nav-menu-icon-size:28px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu > li:not(:last-child){margin-bottom:15px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown{border-width:1px 0px 1px 0px;}.elementor-49623 .elementor-element.elementor-element-a3cd2c5 .elementor-nav-menu--dropdown a{padding-top:18px;padding-bottom:18px;}.elementor-widget-button .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-widget-global .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-global .elementor-icon-list-item > a{font-size:var( --e-global-typography-text-font-size );}.elementor-49623 .elementor-element.elementor-global-6439.elementor-element{--order:-99999 /* order start hack */;}.elementor-widget-global .elementor-menu-cart__toggle .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__product-name a{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__product-price{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--view-cart{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .elementor-menu-cart__footer-buttons a.elementor-button--checkout{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-global .woocommerce-mini-cart__empty-message{font-size:var( --e-global-typography-primary-font-size );}.elementor-49623 .elementor-element.elementor-global-6436.elementor-element{--align-self:flex-start;--order:-99999 /* order start hack */;}.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__product-price .product-quantity{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for theme-site-logo, class: .elementor-element-716ae7d *//*.elementor-sticky--active.she-header #main-logo {filter: invert(1)}
#main-logo {filter: invert(0)}*//* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-6439 */.elementor-49623 .elementor-element.elementor-global-6439 li {
    flex-direction: row-reverse;
}/* End custom CSS */
/* Start custom CSS for global, class: .elementor-global-6436 */.elementor-49623 .elementor-element.elementor-global-6436 .elementor-menu-cart__toggle_button:focus{
    background-color: rgba(255, 255, 255, 0.000001)!important;
}
.elementor-sticky--active.she-header
.elementor-menu-cart__toggle .elementor-button svg {
    fill: #000 !important;
}

/* warianty w mini-koszyku — wartosci ucinane przez grid + overflow */
.elementor-menu-cart__product-name .variation{display:block !important;font-size:13px;line-height:1.45}
.elementor-menu-cart__product-name .variation dt{display:inline !important;float:none !important;margin:0 4px 0 0 !important;font-weight:700}
.elementor-menu-cart__product-name .variation dd{display:inline !important;margin:0 !important}
.elementor-menu-cart__product-name .variation dd::after{content:"";display:block}
.elementor-menu-cart__product-name .variation dd p{display:inline !important;margin:0 !important}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-671ca66 */.elementor-sticky--effects.she-header li.menu-item a {
    color: #131313!important;
}

.elementor-sticky--effects.she-header .elementor-nav-menu--dropdown {
    background-color: #fff!important;
}

.elementor-sticky--effects.she-header .aa_lang_switcher span{
    color: #131313!important;
}
.elementor-sticky--effects.she-header .aa_lang_switcher span svg{
    fill: black!important;
}

.elementor-sticky--effects.she-header svg.elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
    fill: black!important;
}
.elementor-sticky--effects.she-header svg.elementor-menu-toggle__icon--close.e-font-icon-svg.e-eicon-close {
    fill: black!important;
}

.elementor-sticky--effects.she-header li.menu-item.current-menu-item.current_page_item a.elementor-item.elementor-item-active {
    color: #38eef4!important;
    background-color: #fff!important;
}
.elementor-sticky--effects.she-header li.menu-item:hover a.elementor-item {
    color: #38eef4!important;
    background-color: #fff!important;
}
.elementor-sticky--effects.she-header li.menu-item {
    border-bottom-color: #e5e5e5!important;
}
.elementor-sticky--effects.she-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
    border-top-color: #e5e5e5!important;
    border-bottom-color: #e5e5e5!important;
}/* End custom CSS */
.elementor-710 .elementor-element.elementor-element-a260ed2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-710 .elementor-element.elementor-element-a193327.elementor-element{--order:2;}.elementor-710 .elementor-element.elementor-element-83fd81a.elementor-element{--order:1;}}
.elementor-9131 .elementor-element.elementor-element-6786697{--display:flex;}.elementor-9131 .elementor-element.elementor-element-6786697:not(.elementor-motion-effects-element-type-background), .elementor-9131 .elementor-element.elementor-element-6786697 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F3EE;}.elementor-9131 .elementor-element.elementor-element-38a5e9d{width:100%;max-width:100%;}
.elementor-89720 .elementor-element.elementor-element-5992fcf{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-89720 .elementor-element.elementor-element-8998953 img{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}#elementor-popup-modal-89720 .dialog-widget-content{animation-duration:0.3s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-89720{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-89720 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-89720 .dialog-close-button{display:flex;font-size:23px;}#elementor-popup-modal-89720 .dialog-close-button i{color:var( --e-global-color-secondary );}#elementor-popup-modal-89720 .dialog-close-button svg{fill:var( --e-global-color-secondary );}@media(max-width:1441px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}#elementor-popup-modal-89720 .dialog-message{width:100vw;}}/* Start custom CSS */html[lang="en-US"] #elementor-popup-modal-89720[style],
html[lang="es-ES"] #elementor-popup-modal-89720[style],
html[lang="cs-CZ"] #elementor-popup-modal-89720[style],
html[lang="de-DE"] #elementor-popup-modal-89720[style]
{ display: none !important }/* End custom CSS */
.elementor-45715 .elementor-element.elementor-element-5992fcf{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}#elementor-popup-modal-45715 .dialog-widget-content{animation-duration:0.3s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-45715{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-45715 .dialog-message{width:1000px;height:auto;}#elementor-popup-modal-45715 .dialog-close-button{display:flex;font-size:23px;}#elementor-popup-modal-45715 .dialog-close-button i{color:var( --e-global-color-primary );}#elementor-popup-modal-45715 .dialog-close-button svg{fill:var( --e-global-color-primary );}@media(max-width:1441px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}#elementor-popup-modal-45715 .dialog-message{width:100vw;}}
/*# sourceURL=elementor-frontend-inline-css */
</style>
<link rel='stylesheet' id='widget-image-css' href='https://www.customneon.pl/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.35.7' media='all' />
<link rel='stylesheet' id='widget-nav-menu-css' href='https://www.customneon.pl/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1789091140' media='all' />
<link rel='stylesheet' id='widget-icon-list-css' href='https://www.customneon.pl/wp-content/uploads/elementor/css/custom-widget-icon-list.min.css?ver=1789091140' media='all' />
<link rel='stylesheet' id='widget-woocommerce-menu-cart-css' href='https://www.customneon.pl/wp-content/uploads/elementor/css/custom-pro-widget-woocommerce-menu-cart.min.css?ver=1789091140' media='all' />
<link rel='stylesheet' id='e-animation-fadeIn-css' href='https://www.customneon.pl/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.35.7' media='all' />
<link rel='stylesheet' id='e-popup-css' href='https://www.customneon.pl/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.35.1' media='all' />
<link rel='stylesheet' id='wb-elementor-before-after-slider-css' href='https://www.customneon.pl/wp-content/plugins/before-after-image-comparison-slider-for-elementor/assets/css/twentytwenty.css?ver=1.0.0' media='all' />
<link rel='stylesheet' id='font-awesome-5-all-css' href='https://www.customneon.pl/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=3.35.7' media='all' />
<link rel='stylesheet' id='font-awesome-4-shim-css' href='https://www.customneon.pl/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=3.35.7' media='all' />
<link rel='stylesheet' id='she-header-style-css' href='https://www.customneon.pl/wp-content/plugins/sticky-header-effects-for-elementor/assets/css/she-header-style.css?ver=2.2.0' media='all' />
<link rel='stylesheet' id='payu-gateway-css' href='https://www.customneon.pl/wp-content/plugins/woo-payu-payment-gateway/assets/css/payu-gateway.css?ver=2.10.1' media='all' />
<link rel='stylesheet' id='rtwpvs-css' href='https://www.customneon.pl/wp-content/plugins/woo-product-variation-swatches/assets/css/rtwpvs.min.css?ver=1789153258' media='all' />
<style id='rtwpvs-inline-css'>
        
            .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):not(.rtwpvs-button-term) {
                width: 30px;
                height: 30px;
            }

            .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term {
                min-width: 40px;
                min-height: 30px;
            }

            .rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-button-term span {
                font-size: 16px;
            }

            
            
                        .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled::before,
            .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled::after,
            .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover::before,
            .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover::after {
                background: #ff0000 !important;
            }

                                    .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled img,
            .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled span,
            .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover img,
            .rtwpvs.rtwpvs-attribute-behavior-blur .rtwpvs-term:not(.rtwpvs-radio-term).disabled:hover span {
                opacity: 0.3;
            }

                    
		
/*# sourceURL=rtwpvs-inline-css */
</style>
<link rel='stylesheet' id='rtwpvs-tooltip-css' href='https://www.customneon.pl/wp-content/plugins/woo-product-variation-swatches/assets/css/rtwpvs-tooltip.min.css?ver=1789153258' media='all' />
<link rel='stylesheet' id='hello-elementor-parent-css' href='https://www.customneon.pl/wp-content/themes/hello-elementor/style.css?ver=3.4.7' media='all' />
<link rel='stylesheet' id='customneon-child-css' href='https://www.customneon.pl/wp-content/themes/customneon/style.css?ver=0.1.0' media='all' />
<link rel='stylesheet' id='jquery-chosen-css' href='https://www.customneon.pl/wp-content/plugins/jet-search/assets/lib/chosen/chosen.min.css?ver=1.8.7' media='all' />
<link rel='stylesheet' id='jet-search-css' href='https://www.customneon.pl/wp-content/plugins/jet-search/assets/css/jet-search.css?ver=3.6.2' media='all' />
<link rel='stylesheet' id='elementor-gf-local-dmsans-css' href='https://www.customneon.pl/wp-content/uploads/elementor/google-fonts/css/dmsans.css?ver=1773429674' media='all' />
<link rel='stylesheet' id='elementor-gf-local-lexend-css' href='https://www.customneon.pl/wp-content/uploads/elementor/google-fonts/css/lexend.css?ver=1773429675' media='all' />
<script type="text/template" id="tmpl-variation-template">
	<div class="woocommerce-variation-description">{{{ data.variation.variation_description }}}</div>
	<div class="woocommerce-variation-price">{{{ data.variation.price_html }}}</div>
	<div class="woocommerce-variation-availability">{{{ data.variation.availability_html }}}</div>
</script>
<script type="text/template" id="tmpl-unavailable-variation-template">
	<p role="alert">Przepraszamy, ten produkt jest niedostępny. Prosimy wybrać inną kombinację.</p>
</script>
<script src="https://www.customneon.pl/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://www.customneon.pl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://www.customneon.pl/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
</script>
<script src="https://www.customneon.pl/wp-includes/js/wp-util.min.js?ver=6.9.7" id="wp-util-js"></script>
<script src="https://www.customneon.pl/wp-includes/js/imagesloaded.min.js?ver=6.9.7" id="imagesLoaded-js"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/common/fupi-helpers.js?ver=10.1.1" id="fupi-helpers-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/gtools/fupi-gtg.js?ver=10.1.1" id="fupi-gtg-head-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/gotm/fupi-gotm.js?ver=10.1.1" id="fupi-gotm-head-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/fbp1/fupi-fbp.js?ver=10.1.1" id="fupi-fbp-head-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/cook/js/fupi-iframes.js?ver=10.1.1" id="fupi-iframes-js-js" async data-wp-strategy="async"></script>
<script id="tp-js-js-extra">
var trustpilot_settings = {"key":"V6zklmMlR8f0Cubd","TrustpilotScriptUrl":"https://invitejs.trustpilot.com/tp.min.js","IntegrationAppUrl":"//ecommscript-integrationapp.trustpilot.com","PreviewScriptUrl":"//ecommplugins-scripts.trustpilot.com/v2.1/js/preview.min.js","PreviewCssUrl":"//ecommplugins-scripts.trustpilot.com/v2.1/css/preview.min.css","PreviewWPCssUrl":"//ecommplugins-scripts.trustpilot.com/v2.1/css/preview_wp.css","WidgetScriptUrl":"//widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js"};
//# sourceURL=tp-js-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/trustpilot-reviews/review/assets/js/headerScript.min.js?ver=1.0&#039; async=&#039;async" id="tp-js-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.10.9.4" id="wc-jquery-blockui-js" defer data-wp-strategy="defer"></script>
<script id="wc-add-to-cart-js-extra">
var wc_add_to_cart_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_view_cart":"Zobacz koszyk","cart_url":"https://www.customneon.pl/koszyk/","is_cart":"","cart_redirect_after_add":"no","gt_translate_keys":["i18n_view_cart",{"key":"cart_url","format":"url"}]};
//# sourceURL=wc-add-to-cart-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=10.9.4" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.10.9.4" id="wc-js-cookie-js" defer data-wp-strategy="defer"></script>
<script id="woocommerce-js-extra">
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"Poka\u017c has\u0142o","i18n_password_hide":"Ukryj has\u0142o"};
//# sourceURL=woocommerce-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=10.9.4" id="woocommerce-js" defer data-wp-strategy="defer"></script>
<script defer="defer" src="https://www.customneon.pl/wp-content/plugins/widget-google-reviews/assets/js/public-main.js?ver=6.9.4.4" id="grw-public-main-js-js"></script>
<script id="woo-multi-currency-js-extra">
var wooMultiCurrencyParams = {"enableCacheCompatible":"0","ajaxUrl":"https://www.customneon.pl/wp-admin/admin-ajax.php","nonce":"90048f15f8","cache_nonce":"","switchByJS":"0","extra_params":[],"current_currency":"PLN","woo_subscription":""};
//# sourceURL=woo-multi-currency-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woo-multi-currency/js/woo-multi-currency.min.js?ver=2.2.15" id="woo-multi-currency-js"></script>
<script id="WCPAY_ASSETS-js-extra">
var wcpayAssets = {"url":"https://www.customneon.pl/wp-content/plugins/woocommerce-payments/dist/"};
//# sourceURL=WCPAY_ASSETS-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor/assets/lib/font-awesome/js/v4-shims.min.js?ver=3.35.7" id="font-awesome-4-shim-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/sticky-header-effects-for-elementor/assets/js/she-header.js?ver=2.2.0" id="she-header-js"></script>
<script src="https://secure.payu.com/javascript/sdk" id="payu-sfsdk-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/woo-payu-payment-gateway/assets/js/es6-promise.auto.min.js" id="payu-promise-polyfill-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/woo-payu-payment-gateway/assets/js/sf-init.js?ver=2.10.1" id="payu-sf-init-js"></script>
<script id="wc-add-to-cart-variation-js-extra">
var wc_add_to_cart_variation_params = {"wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"Przepraszamy, \u017caden produkt nie spe\u0142nia twojego wyboru. Prosimy wybra\u0107 inn\u0105 kombinacj\u0119.","i18n_make_a_selection_text":"Wybierz opcje produktu przed dodaniem go do koszyka.","i18n_unavailable_text":"Przepraszamy, ten produkt jest niedost\u0119pny. Prosimy wybra\u0107 inn\u0105 kombinacj\u0119.","i18n_reset_alert_text":"Tw\u00f3j wyb\u00f3r zosta\u0142 zresetowany. Wybierz niekt\u00f3re opcje produktu przed dodaniem go do koszyka.","gt_translate_keys":["i18n_no_matching_variations_text","i18n_make_a_selection_text","i18n_unavailable_text"],"ajax_url":"/wp-admin/admin-ajax.php","i18n_view_cart":"View cart","i18n_add_to_cart":"Add to cart","i18n_select_options":"Select options","cart_url":"https://www.customneon.pl/koszyk/","is_cart":"","cart_redirect_after_add":"no","enable_ajax_add_to_cart":"yes"};
//# sourceURL=wc-add-to-cart-variation-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=10.9.4" id="wc-add-to-cart-variation-js" defer data-wp-strategy="defer"></script>
<link rel="https://api.w.org/" href="https://www.customneon.pl/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.customneon.pl/xmlrpc.php?rsd" />
<script id="fupi_iframe_texts">let fupi_iframe_texts = {"iframe_caption_txt":"This content is hosted by [[an external source]]. By loading this content you accept its {{privacy terms}}.","iframe_btn_text":"Load content"};</script>
  <script>
    window.SpcWcConfig = {
      rest_url: 'https://www.customneon.pl/wp-json/',
      has_api_key: true,
    };
  </script>
<meta name="ti-site-data" content="eyJyIjoiMTowITc6MCEzMDowIiwibyI6Imh0dHBzOlwvXC93d3cuY3VzdG9tbmVvbi5wbD90aS1vbmxpbmUtdXNlcnMtZ29vZ2xlPTEmYW1wO3A9JTJGd3AtY29udGVudCUyRnBsdWdpbnMlMkZwb3B1cC1tYWtlciUyRmRpc3QlMkZwYWNrYWdlcyUyRmJsb2NrLWxpYnJhcnktc3R5bGUuY3NzJTNGdmVyJTNENzQyNGViOTU5ZjkxYWNiOGJiYjImYW1wO193cG5vbmNlPWFiMTEzZDQ5OTgifQ==" />	<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
	<style>
.mobile-video-aspect  {
	aspect-ratio: 8.8/18 !important;
	height: fit-content;
}

.phone-cover:after {
	box-shadow: -3px 0px 0px 0px #fff inset;
    background-image: var(--wpr-bg-b3c03ef5-6878-4786-9ace-cae0594d1e35);
	    background-size: cover;
	background-repeat: no-repeat;

    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
	content: '';
}
	

</style>
<style>
.e-gallery-grid .e-gallery-image,
.elementor-lightbox .elementor-lightbox-image {
	border-radius: 27px;
}
</style>
<style>

	.a4-show-only-mobile {
		display: none !important;
	}
	
	
	.a4-mobile-menu-accent {
		background-color: var( --e-global-color-accent );
	}
	
	.elementor-sticky--effects.she-header li.menu-item.a4-mobile-menu-accent a {
		color: #fff !important;
	}
	
	@media (max-width: 1024px) {
		.a4-show-only-mobile {
			display: block !important;
		}
		
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container,
.elementor-sticky--effects.she-header nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    border-bottom: 0 !important;
}
		
		
	}
	
	
</style>
<style>
.woocommerce-price-suffix,
	.woocommerce-price-preffix,
.woocommerce-Price-amount {
		color: var(--e-global-color-accent) !important;
	}

</style>
<meta name="google-site-verification" content="AzOz7uETgeI5X3rn4A6_viFyfkhmJq_w1yagrigIfKo" />
<meta name="msvalidate.01" content="AB8F37F89A2A42AEE57F2F0839602BB1" />
<meta name="google-site-verification" content="A2uQcQuGK-KQJGkfdAB6cTBwgeD3Mci9rMoQBAWjBh8" />
<style>

	.elementor-field-type-acceptance {
		    display: flex;
    justify-content: center;
	}

.elementor-field-type-acceptance .elementor-field-option {
        display: flex !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.elementor-field-type-acceptance input {
    margin-right: 0.5rem;
}
	
	body .elementor-field-type-upload .elementor-field-label,
body label[for=form-field-file] {
display: none !important;
}
	
	#form-field-file {
		    visibility: visible!important;
    position: relative!important;
    background: #fff !important;
    color: #000!important;
		border: 2px solid #38eef4;
		    cursor: pointer;
		    padding: 0.5rem;
    border-radius: 25px;
	}
	
</style>
<style> /*
	.e-checkout__order_review-2 {
		 display: flex !important;
    flex-direction: column-reverse;
	}
	
	.e-checkout__order_review-2 #payment {
		margin-top: 1rem !important;
	}
	
		.paypal-button-container {
		 display: flex !important;
    flex-direction: column !important;
	}

		.paypal-button-number-0 { order: 2 !important; }
		.paypal-button-number-1 { order: 1 !important; }
		.paypal-button-number-2 { order: 3 !important; }
	
	*/
	
</style>

<style>
	.page-id-47206 h2,
	.page-id-46629 h2,
	.page-id-47235 h2,
	.page-id-46650 h2,
	.page-id-44274 h2,
	.page-id-40885 h2,
	.page-id-47233 h2 {
		font-size: 1.2rem !important;
	}
</style>

<style>
.wpml-ls-menu-item .wpml-ls-flag {
    width: 18px;
}
	
.menu-item-type-wpml_ls_menu_item .sub-menu {
	min-width: 5.5em !important;
}
@media only screen and (max-width: 1168px) {
	
	.wpml-ls-item .sub-arrow {
		display: none !important;
	}
	.wpml-ls-item .sub-menu {
		display: block !important;
	}
	
	.wpml-ls-item .elementor-sub-item {
		border-left: 0 !important;
	}
}
</style>
<style class="wpcode-css-snippet">/* Fix: rtwpvs tooltips sticking on mobile */                                 
  @media (max-width: 767px) {                                                   
      .rtwpvs-term .rtwpvs-tooltip {
          display: none !important;                                             
      }                                                                         
      .rtwpvs-term.selected .rtwpvs-tooltip {                                   
          display: block !important;                                            
          position: relative;                                                   
          top: auto;                                                            
          left: auto;                                                           
          transform: none;                                                      
          background: #131313;                                                  
          color: #fff;                                                          
          padding: 4px 12px;                                                    
          border-radius: 4px;                                                   
          font-size: 12px;                                                      
          white-space: nowrap;                                                  
      }                                                                         
  }            </style><link rel="icon" href="https://www.customneon.pl/wp-content/uploads/2020/04/ledsy-custom-neon-1-100x100.png" sizes="32x32" />
<link rel="icon" href="https://www.customneon.pl/wp-content/uploads/2020/04/ledsy-custom-neon-1-300x300.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.customneon.pl/wp-content/uploads/2020/04/ledsy-custom-neon-1-300x300.png" />
<meta name="msapplication-TileImage" content="https://www.customneon.pl/wp-content/uploads/2020/04/ledsy-custom-neon-1-300x300.png" />
		<style id="wp-custom-css">
			 /* ===== USTAWIENIA OGÓLNE ===== */
  body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:antialiased}
  .single-product e-page-transition{display:none !important}
  .elementor-editor-active .elementor:hover .elementor-section:not(:hover){opacity:.8;z-index:0}
  .elementor-editor-active .elementor-section:hover{z-index:1 !important}
  .elementor-editor-active .elementor.elementor-edit-mode .elementor-editor-section-settings{top:26px;left:45%;z-index:9999}
  ::-webkit-scrollbar{width:10px}
  ::-webkit-scrollbar-track{background:#e5e5e5}
  ::-webkit-scrollbar-thumb{background:#e818b4;border-radius:25px}
  ::-webkit-scrollbar-thumb:hover{background:#b3008b}
  html,body{overflow-x:hidden}
  .auto-height{align-items:start}
  .auto-height>*{align-self:start}
  .woocommerce-cart .shipping-calculator-form,.woocommerce-cart tr.shipping{display:none !important}
  .rtwpvs-terms-wrapper.color-variable-wrapper::after{content:"Rzeczywiste kolory mogą nieznacznie odbiegać od
  wizualizacji.";display:block;width:100%;font-size:12px;color:#888;font-style:italic;margin-top:6px}
  .rtwpvs-terms-wrapper.color-variable-wrapper{flex-wrap:wrap}
  @media (max-width:767px){.jet-offcanvas-expand{display:none !important}}

  /* ===== WYSUWANY PANEL FILTRÓW ===== */
  #cn-filtry-panel{position:fixed !important;top:0 !important;left:0 !important;height:100vh !important;width:360px;max-width:88vw;background:#fff;z-index:100000;transform:translateX(-100%)
  !important;transition:transform .32s cubic-bezier(.2,.8,.2,1) !important;box-shadow:0 0 50px rgba(0,0,0,.22);overflow-y:auto;padding:22px 24px 40px;font-family:'DM Sans',sans-serif}
  body.cn-filtry-on #cn-filtry-panel{transform:translateX(0) !important}
  .cn-filtry-overlay{position:fixed;inset:0;background:rgba(10,10,10,.45);backdrop-filter:blur(2px);z-index:99999;opacity:0;pointer-events:none;transition:opacity .3s}
  body.cn-filtry-on .cn-filtry-overlay{opacity:1;pointer-events:auto}
  body.cn-filtry-on{overflow:hidden}
  .cn-filtry-title{font-weight:800;font-size:21px;letter-spacing:-.5px;color:#0a0a0a;margin:4px 0 16px}
  .cn-filtry-close{display:block;width:100%;padding:12px 16px;margin-bottom:18px;background:#fff;color:#ff3399;border:1.5px solid #ff3399;border-radius:999px;font-family:'DM
  Sans',sans-serif;font-size:14.5px;font-weight:700;cursor:pointer;transition:all .2s}
  .cn-filtry-close:hover{background:#ff3399;color:#fff}
  #cn-filtry-panel .jet-checkboxes-list__input{accent-color:#ff3399 !important;width:17px !important;height:17px !important;cursor:pointer}
  #cn-filtry-panel .jet-checkboxes-list__row{display:flex;align-items:center;gap:10px;padding:9px 0;font-size:14.5px;font-weight:500;cursor:pointer;transition:color .15s;border-bottom:1px solid #f1ede4}
  #cn-filtry-panel .jet-checkboxes-list__row:hover{color:#ff3399}

  /* ===== PASEK FILTRÓW ===== */
  .jet-filter{--tabindex-color:#ff3399 !important;--tabindex-shadow-color:rgba(255,51,153,.35) !important}
  html body .jet-sorting-select,
  html body .jet-search-filter__input{font-family:'DM Sans',sans-serif !important;height:48px !important;min-height:48px !important;padding:0 20px !important;background:#fff !important;border:1.5px solid
  #ddd6c9 !important;border-radius:999px !important;font-size:14.5px !important;font-weight:600 !important;color:#1a1a1a !important;box-shadow:0 2px 10px rgba(0,0,0,.06) !important;transition:all .2s ease
  !important;box-sizing:border-box !important;outline:none !important}
  html body .jet-sorting-select:hover,
  html body .jet-search-filter__input:hover{border-color:#ff3399 !important;box-shadow:0 4px 14px rgba(255,51,153,.18) !important}
  html body .jet-search-filter__input:focus,
  html body .jet-sorting-select:focus{border-color:#ff3399 !important;box-shadow:0 0 0 3px rgba(255,51,153,.12) !important}
  html body .jet-search-filter__input{padding-left:46px !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'
  stroke='%23a8a29a' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M21 21l-4.5-4.5'/%3E%3C/svg%3E") !important;background-repeat:no-repeat
  !important;background-position:left 18px center !important;background-size:16px !important}
  html body .jet-search-filter__input::placeholder{color:#a8a29a !important;font-weight:500 !important}
  html body .jet-sorting-select{appearance:none !important;-webkit-appearance:none !important;-moz-appearance:none !important;padding-right:40px !important;text-align:left !important;cursor:pointer
  !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23ff3399' stroke-width='1.6'
  stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;background-repeat:no-repeat !important;background-position:right 18px center !important}
  html body #filtry-toggle-btn#filtry-toggle-btn{font-family:'DM Sans',sans-serif;height:48px;min-height:48px;padding:0 24px;background:#fff;border:1.6px solid
  #ff3399;border-radius:999px;color:#ff3399;font-size:14.5px;font-weight:700;cursor:pointer;box-shadow:0 2px 12px
  rgba(255,51,153,.16);display:inline-flex;align-items:center;justify-content:center;gap:7px;outline:none;transition:all .2s}
  html body #filtry-toggle-btn#filtry-toggle-btn[data-open="true"]{background:#ff3399;color:#fff;border-color:#ff3399;box-shadow:0 6px 18px rgba(255,51,153,.35)}
  html body #filtry-toggle-btn#filtry-toggle-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(255,51,153,.28)}
  html body #reset-filtry-btn#reset-filtry-btn{font-family:'DM Sans',sans-serif;height:48px;min-height:48px;padding:0 22px;background:#fff;border:1.5px solid
  #ddd6c9;border-radius:999px;color:#6a655d;font-size:14.5px;font-weight:600;cursor:pointer;box-shadow:0 2px 10px
  rgba(0,0,0,.06);display:inline-flex;align-items:center;justify-content:center;outline:none;transition:all .2s}
  html body #reset-filtry-btn#reset-filtry-btn:hover{border-color:#ff3399;color:#ff3399;transform:translateY(-1px)}
  @media (max-width:767px){
    html body #filtry-toggle-btn#filtry-toggle-btn,
    html body #reset-filtry-btn#reset-filtry-btn,
    html body .jet-sorting-select,
    html body .jet-search-filter__input{width:100% !important;max-width:100% !important;height:52px !important;min-height:52px !important;font-size:15px !important}
  }


		</style>
		<style>
        .aa_pink {
            color: #ff3399 !important;
        }

        .aa_pink a {
            color: #ff3399 !important;
        }
    </style></head>
<body class="error404 wp-custom-logo wp-embed-responsive wp-theme-hello-elementor wp-child-theme-customneon theme-hello-elementor woocommerce-no-js woocommerce-multi-currency-PLN rtwpvs rtwpvs-rounded rtwpvs-attribute-behavior-blur rtwpvs-archive-align-left rtwpvs-tooltip hello-elementor-default elementor-default elementor-kit-12 elementor-page-9131">

<!-- START Google Tag Manager (noscript) -->
                <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WM5T7D8F" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
            <!-- END Google Tag Manager (noscript) -->
<a class="skip-link screen-reader-text" href="#content">Przejdź do treści</a>

		<header data-elementor-type="header" data-elementor-id="49623" class="elementor elementor-49623 elementor-location-header" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-204e598 elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent" data-id="204e598" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset_mobile&quot;:0,&quot;sticky_effects_offset_mobile&quot;:0,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}">
					<div class="e-con-inner">
					</div>
				</div>
		<div class="elementor-element elementor-element-671ca66 she-header-yes she-header-change-logo-color-yes e-flex e-con-boxed e-con e-parent" data-id="671ca66" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;transparent&quot;:&quot;yes&quot;,&quot;background_show&quot;:&quot;yes&quot;,&quot;background&quot;:&quot;#FFFFFF&quot;,&quot;change_logo_color&quot;:&quot;yes&quot;,&quot;logo_color_black_after&quot;:&quot;yes&quot;,&quot;sticky_offset_mobile&quot;:36,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_offset&quot;:0,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0,&quot;transparent_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;scroll_distance&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:60,&quot;sizes&quot;:[]},&quot;scroll_distance_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;scroll_distance_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;scroll_distance_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;she_offset_top&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;she_offset_top_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;she_offset_top_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;she_offset_top_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;she_width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:100,&quot;sizes&quot;:[]},&quot;she_width_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;she_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;she_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;she_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:0,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:0,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;she_padding_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;she_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;she_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-576755d e-con-full e-flex e-con e-child" data-id="576755d" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-716ae7d elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="716ae7d" data-element_type="widget" data-e-type="widget" id="main-logo" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://www.customneon.pl">
			<picture class="attachment-medium size-medium wp-image-212820 wp-post-image">
<source type="image/webp" srcset="https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-300x80.png.webp 300w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-768x206.png.webp 768w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-600x161.png.webp 600w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www.png.webp 1008w" sizes="(max-width: 300px) 100vw, 300px"/>
<img width="300" height="80" src="https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-300x80.png" alt="" srcset="https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-300x80.png 300w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-768x206.png 768w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-600x161.png 600w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www.png 1008w" sizes="(max-width: 300px) 100vw, 300px"/>
</picture>
				</a>
											</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-54b590c e-con-full e-flex e-con e-child" data-id="54b590c" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a3cd2c5 elementor-widget__width-auto elementor-nav-menu--stretch elementor-nav-menu__text-align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="a3cd2c5" data-element_type="widget" data-e-type="widget" data-settings="{&quot;full_width&quot;:&quot;stretch&quot;,&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-drop-in">
				<ul id="menu-1-a3cd2c5" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3233"><a href="https://www.customneon.pl/gotowe-neony-sklep/" class="elementor-item">Sklep</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-208"><a href="https://www.customneon.pl/realizacje/" class="elementor-item">Realizacje</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="https://www.customneon.pl/kontakt-2/" class="elementor-item">Kontakt</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2882"><a href="https://www.customneon.pl/neony-na-zamowienie/" class="elementor-item">Neony na zamówienie</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4827"><a href="https://www.customneon.pl/producent-neonow/" class="elementor-item">B2B</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3243"><a href="https://www.customneon.pl/oferta-2/" class="elementor-item">Oferta</a></li>
<li class="a4-show-only-mobile a4-mobile-menu-accent menu-item menu-item-type-post_type menu-item-object-page menu-item-10792"><a href="https://www.customneon.pl/darmowa-wycena/" class="elementor-item">Formularz wyceny</a></li>
</ul>			</nav>
					<div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false">
			<svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg>		</div>
					<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-a3cd2c5" class="elementor-nav-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3233"><a href="https://www.customneon.pl/gotowe-neony-sklep/" class="elementor-item" tabindex="-1">Sklep</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-208"><a href="https://www.customneon.pl/realizacje/" class="elementor-item" tabindex="-1">Realizacje</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-205"><a href="https://www.customneon.pl/kontakt-2/" class="elementor-item" tabindex="-1">Kontakt</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2882"><a href="https://www.customneon.pl/neony-na-zamowienie/" class="elementor-item" tabindex="-1">Neony na zamówienie</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4827"><a href="https://www.customneon.pl/producent-neonow/" class="elementor-item" tabindex="-1">B2B</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3243"><a href="https://www.customneon.pl/oferta-2/" class="elementor-item" tabindex="-1">Oferta</a></li>
<li class="a4-show-only-mobile a4-mobile-menu-accent menu-item menu-item-type-post_type menu-item-object-page menu-item-10792"><a href="https://www.customneon.pl/darmowa-wycena/" class="elementor-item" tabindex="-1">Formularz wyceny</a></li>
</ul>			</nav>
						</div>
				</div>
				<div class="elementor-element elementor-element-6b5d9c1 elementor-hidden-mobile elementor-widget elementor-widget-button" data-id="6b5d9c1" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-md" href="https://www.customneon.pl/darmowa-wycena/">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Darmowa wycena</span>
					</span>
					</a>
				</div>
								</div>
				</div>
				<div class="elementor-element elementor-element-1c0aef2 elementor-icon-list--layout-inline elementor-align-end aa_lang_switcher elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet elementor-hidden-mobile elementor-list-item-link-full_width elementor-widget elementor-widget-global elementor-global-6439 elementor-widget-icon-list" data-id="1c0aef2" data-element_type="widget" data-e-type="widget" data-widget_type="icon-list.default">
				<div class="elementor-widget-container">
							<ul class="elementor-icon-list-items elementor-inline-items">
							<li class="elementor-icon-list-item elementor-inline-item">
											<a href="#">

												<span class="elementor-icon-list-icon">
							<svg aria-hidden="true" class="e-font-icon-svg e-fas-chevron-down" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z"></path></svg>						</span>
										<span class="elementor-icon-list-text">PL</span>
											</a>
									</li>
						</ul>
						</div>
				</div>
				<div class="elementor-element elementor-element-693db5e cart-icon-id4 remove-item-position--bottom toggle-icon--cart-medium elementor-menu-cart--items-indicator-bubble elementor-menu-cart--cart-type-side-cart elementor-menu-cart--show-remove-button-yes elementor-widget elementor-widget-global elementor-global-6436 elementor-widget-woocommerce-menu-cart" data-id="693db5e" data-element_type="widget" data-e-type="widget" data-settings="{&quot;automatically_open_cart&quot;:&quot;yes&quot;,&quot;cart_type&quot;:&quot;side-cart&quot;,&quot;open_cart&quot;:&quot;click&quot;}" data-widget_type="woocommerce-menu-cart.default">
				<div class="elementor-widget-container">
							<div class="elementor-menu-cart__wrapper">
							<div class="elementor-menu-cart__toggle_wrapper">
					<div class="elementor-menu-cart__container elementor-lightbox" aria-hidden="true">
						<div class="elementor-menu-cart__main" aria-hidden="true">
									<div class="elementor-menu-cart__close-button">
					</div>
									<div class="widget_shopping_cart_content">
															</div>
						</div>
					</div>
							<div class="elementor-menu-cart__toggle elementor-button-wrapper">
			<a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false">
				<span class="elementor-button-text"><span class="woocommerce-Price-amount amount">0<span class="woocommerce-Price-currencySymbol">&#122;&#322;</span></span></span>
				<span class="elementor-button-icon">
					<span class="elementor-button-icon-qty" data-counter="0">0</span>
					<svg class="e-font-icon-svg e-eicon-cart-medium" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M740 854C740 883 763 906 792 906S844 883 844 854 820 802 792 802 740 825 740 854ZM217 156H958C977 156 992 173 989 191L957 452C950 509 901 552 843 552H297L303 581C311 625 350 656 395 656H875C892 656 906 670 906 687S892 719 875 719H394C320 719 255 666 241 593L141 94H42C25 94 10 80 10 62S25 31 42 31H167C182 31 195 42 198 56L217 156ZM230 219L284 490H843C869 490 891 470 895 444L923 219H230ZM677 854C677 791 728 740 792 740S906 791 906 854 855 969 792 969 677 918 677 854ZM260 854C260 791 312 740 375 740S490 791 490 854 438 969 375 969 260 918 260 854ZM323 854C323 883 346 906 375 906S427 883 427 854 404 802 375 802 323 825 323 854Z"></path></svg>					<span class="elementor-screen-only">Wózek</span>
				</span>
			</a>
		</div>
						</div>
					</div> <!-- close elementor-menu-cart__wrapper -->
						</div>
				</div>
				</div>
					</div>
				</div>
				</header>
				<div data-elementor-type="error-404" data-elementor-id="9131" class="elementor elementor-9131 elementor-location-single" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-6786697 e-con-full e-flex e-con e-parent" data-id="6786697" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
				<div class="elementor-element elementor-element-38a5e9d elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="38a5e9d" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<div class="e404">
  <style>
  @import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@500;700;800&display=swap);
  .e404{--pink:#ff3399;--ink:#0a0a0a;--soft:#4a463f;--line:#e5e1d8;font-family:'DM Sans',sans-serif;box-sizing:border-box;min-height:66vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 24px;background:#f5f3ee}
  .e404 *{box-sizing:border-box}
  .e404 .in{max-width:620px}
  .e404 .heart{width:clamp(150px,26vw,220px);height:auto;margin:0 auto 6px;display:block;filter:drop-shadow(0 0 22px rgba(255,51,153,.6)) drop-shadow(0 0 48px rgba(255,51,153,.35))}
  /* mruganie jak zepsuta świetlówka — nierówny rytm, każda połówka osobno */
  .e404 .halfL{animation:e404flickL 3.4s infinite steps(1)}
  .e404 .halfR{animation:e404flickR 2.9s infinite steps(1)}
  @keyframes e404flickL{0%,6%{opacity:1}7%{opacity:.2}9%{opacity:1}44%{opacity:1}45%{opacity:.15}47%{opacity:1}100%{opacity:1}}
  @keyframes e404flickR{0%,30%{opacity:1}31%{opacity:.25}33%{opacity:1}66%{opacity:1}67%{opacity:.12}68%{opacity:1}70%{opacity:.4}72%{opacity:1}100%{opacity:1}}
  @media (prefers-reduced-motion:reduce){.e404 .halfL,.e404 .halfR{animation:none}}
  .e404 .big{font-size:clamp(64px,14vw,120px);font-weight:800;letter-spacing:-4px;line-height:.9;margin:8px 0 2px;color:var(--ink)}
  .e404 h1{margin:10px 0 12px !important;font-family:'DM Sans',sans-serif !important;font-size:clamp(24px,3.4vw,34px) !important;font-weight:800 !important;letter-spacing:-1px !important;color:var(--ink) !important;line-height:1.1 !important}
  .e404 p{margin:0 auto 28px;max-width:460px;font-size:16.5px;line-height:1.7;color:var(--soft);font-weight:500}
  .e404 .btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
  .e404 .btn{display:inline-flex;align-items:center;gap:10px;padding:16px 30px;border-radius:100px;font-weight:700;font-size:15px;text-decoration:none !important;transition:all .25s}
  .e404 .btn-p{background:var(--pink);color:#fff !important;box-shadow:0 0 14px rgba(255,51,153,.45),0 10px 26px -8px rgba(255,51,153,.5)}
  .e404 .btn-p:hover{background:var(--ink);color:#fff !important;transform:translateY(-2px)}
  .e404 .btn-g{background:transparent;color:var(--ink) !important;border:1.5px solid var(--line)}
  .e404 .btn-g:hover{border-color:var(--ink);transform:translateY(-2px)}
  </style>

  <div class="in">
    <!-- złamane ledowe serce: lewa połówka + prawa = jej lustrzane odbicie, rozsunięte, pęknięcie w środku -->
    <svg class="heart" viewBox="0 0 260 210" fill="none" xmlns="http://www.w3.org/2000/svg" aria-label="Złamane ledowe serce">
      <g class="halfL" transform="translate(-8,0)">
        <path d="M120 54 C104 16 62 10 38 34 C10 62 18 108 54 142 L118 198 L112 150 L126 132 L108 116 L124 96 L110 78 Z"
          stroke="#ff3399" stroke-width="9" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
        <circle cx="56" cy="48" r="3.5" fill="#ff3399" opacity=".55"/>
      </g>
      <g class="halfR" transform="translate(268,0) scale(-1,1)">
        <path d="M120 54 C104 16 62 10 38 34 C10 62 18 108 54 142 L118 198 L112 150 L126 132 L108 116 L124 96 L110 78 Z"
          stroke="#ff3399" stroke-width="9" stroke-linecap="round" stroke-linejoin="round" fill="none"/>
        <circle cx="56" cy="48" r="3.5" fill="#ff3399" opacity=".55"/>
      </g>
    </svg>

    <div class="big">404</div>
    <h1>Podana strona nie istnieje</h1>
    <p>Strona, której szukasz, została przeniesiona lub usunięta. Reszta neonów świeci pełną mocą — zajrzyj na stronę główną albo do sklepu.</p>
    <div class="btns">
      <a class="btn btn-p" href="https://www.customneon.pl/">Wróć na stronę główną <span>→</span></a>
      <a class="btn btn-g" href="https://www.customneon.pl/gotowe-neony-sklep/">Zobacz sklep</a>
    </div>
  </div>
</div>				</div>
				</div>
				</div>
				</div>
				<footer data-elementor-type="footer" data-elementor-id="710" class="elementor elementor-710 elementor-location-footer" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-a260ed2 e-con-full e-flex e-con e-parent" data-id="a260ed2" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-a193327 elementor-widget elementor-widget-template" data-id="a193327" data-element_type="widget" data-e-type="widget" data-widget_type="template.default">
				<div class="elementor-widget-container">
							<div class="elementor-template">
			<style id="elementor-post-1083">.elementor-1083 .elementor-element.elementor-element-18d92248{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:60px;--padding-bottom:32px;--padding-left:16px;--padding-right:16px;}.elementor-1083 .elementor-element.elementor-element-18d92248:not(.elementor-motion-effects-element-type-background), .elementor-1083 .elementor-element.elementor-element-18d92248 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1C1C1C;}.elementor-1083 .elementor-element.elementor-element-1d427369{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-1083 .elementor-element.elementor-element-4a270af1{text-align:start;}.elementor-1083 .elementor-element.elementor-element-4a270af1 img{width:140px;}.elementor-1083 .elementor-element.elementor-element-18e61558{--grid-template-columns:repeat(0, auto);--icon-size:28px;--grid-column-gap:14px;--grid-row-gap:0px;}.elementor-1083 .elementor-element.elementor-element-18e61558 .elementor-widget-container{text-align:left;}.elementor-1083 .elementor-element.elementor-element-18e61558 .elementor-social-icon{background-color:#38EEF400;--icon-padding:0em;}.elementor-1083 .elementor-element.elementor-element-18e61558 .elementor-social-icon i{color:#FFF;}.elementor-1083 .elementor-element.elementor-element-18e61558 .elementor-social-icon svg{fill:#FFF;}.elementor-1083 .elementor-element.elementor-element-18e61558 .elementor-social-icon:hover i{color:var( --e-global-color-236f73f7 );}.elementor-1083 .elementor-element.elementor-element-18e61558 .elementor-social-icon:hover svg{fill:var( --e-global-color-236f73f7 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1083 .elementor-element.elementor-element-e00f45f > .elementor-widget-container{margin:13px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-e00f45f{font-family:"Montserrat", Sans-serif;font-size:0.8rem;color:#FFFFFF;}.elementor-1083 .elementor-element.elementor-element-cc8e35e{--grid-template-columns:repeat(0, auto);--icon-size:53px;--grid-column-gap:20px;--grid-row-gap:0px;}.elementor-1083 .elementor-element.elementor-element-cc8e35e .elementor-widget-container{text-align:left;}.elementor-1083 .elementor-element.elementor-element-cc8e35e > .elementor-widget-container{margin:-26px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-cc8e35e .elementor-social-icon{background-color:#38EEF400;--icon-padding:0em;}.elementor-1083 .elementor-element.elementor-element-cc8e35e .elementor-social-icon i{color:#FFF;}.elementor-1083 .elementor-element.elementor-element-cc8e35e .elementor-social-icon svg{fill:#FFF;}.elementor-1083 .elementor-element.elementor-element-cc8e35e .elementor-social-icon:hover i{color:var( --e-global-color-236f73f7 );}.elementor-1083 .elementor-element.elementor-element-cc8e35e .elementor-social-icon:hover svg{fill:var( --e-global-color-236f73f7 );}.elementor-1083 .elementor-element.elementor-element-a92eabb > .elementor-widget-container{margin:-6px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-a92eabb{font-family:"Montserrat", Sans-serif;font-size:0.8rem;color:#FFFFFF;}.elementor-1083 .elementor-element.elementor-element-7e5032ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1083 .elementor-element.elementor-element-7cfa8585 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:1.2rem;font-weight:600;text-transform:uppercase;color:var( --e-global-color-7ed8a423 );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1083 .elementor-element.elementor-element-817af7a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-817af7a.elementor-element{--align-self:flex-start;}.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-7ed8a423 );fill:var( --e-global-color-7ed8a423 );}.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-1083 .elementor-element.elementor-element-682d1872{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-2fd8beb .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:1.2rem;font-weight:600;text-transform:uppercase;color:var( --e-global-color-7ed8a423 );}.elementor-1083 .elementor-element.elementor-element-8e88afa > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-8e88afa.elementor-element{--align-self:flex-start;}.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-7ed8a423 );fill:var( --e-global-color-7ed8a423 );}.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-1083 .elementor-element.elementor-element-388d4ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-760a9e03 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:1.2rem;font-weight:600;text-transform:uppercase;color:var( --e-global-color-7ed8a423 );}.elementor-1083 .elementor-element.elementor-element-6924a75 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-6924a75.elementor-element{--align-self:flex-start;}.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-7ed8a423 );fill:var( --e-global-color-7ed8a423 );}.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-1083 .elementor-element.elementor-element-16477eb7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1083 .elementor-element.elementor-element-46916e17 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:1.2rem;font-weight:600;text-transform:uppercase;color:var( --e-global-color-7ed8a423 );}.elementor-1083 .elementor-element.elementor-element-5002225 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-5002225.elementor-element{--align-self:flex-start;}.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-7ed8a423 );fill:var( --e-global-color-7ed8a423 );}.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}@media(max-width:1441px){.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}}@media(min-width:768px){.elementor-1083 .elementor-element.elementor-element-1d427369{--width:25%;}.elementor-1083 .elementor-element.elementor-element-7e5032ef{--width:20%;}.elementor-1083 .elementor-element.elementor-element-682d1872{--width:20%;}.elementor-1083 .elementor-element.elementor-element-388d4ec{--width:20%;}.elementor-1083 .elementor-element.elementor-element-16477eb7{--width:20%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1083 .elementor-element.elementor-element-1d427369{--width:50%;}.elementor-1083 .elementor-element.elementor-element-7e5032ef{--width:25%;}.elementor-1083 .elementor-element.elementor-element-682d1872{--width:25%;}.elementor-1083 .elementor-element.elementor-element-388d4ec{--width:50%;}.elementor-1083 .elementor-element.elementor-element-16477eb7{--width:50%;}}@media(max-width:1024px){.elementor-1083 .elementor-element.elementor-element-18d92248{--flex-wrap:wrap;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-1083 .elementor-element.elementor-element-18e61558{--icon-size:21px;--grid-column-gap:12px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-1083 .elementor-element.elementor-element-cc8e35e{--icon-size:21px;--grid-column-gap:12px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-388d4ec{--margin-top:32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-16477eb7{--margin-top:32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-1083 .elementor-element.elementor-element-18d92248{--padding-top:60px;--padding-bottom:60px;--padding-left:16px;--padding-right:16px;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-1083 .elementor-element.elementor-element-cc8e35e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1083 .elementor-element.elementor-element-cc8e35e{--icon-size:50px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-1083 .elementor-element.elementor-element-7cfa8585{text-align:start;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-primary-font-size );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:var( --e-global-typography-accent-font-size );}.elementor-1083 .elementor-element.elementor-element-817af7a .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-682d1872{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1083 .elementor-element.elementor-element-2fd8beb{text-align:start;}.elementor-1083 .elementor-element.elementor-element-8e88afa .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-388d4ec{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1083 .elementor-element.elementor-element-760a9e03{text-align:start;}.elementor-1083 .elementor-element.elementor-element-6924a75 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-1083 .elementor-element.elementor-element-16477eb7{--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1083 .elementor-element.elementor-element-46916e17{text-align:start;}.elementor-1083 .elementor-element.elementor-element-5002225 .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for social-icons, class: .elementor-element-18e61558 */.elementor-1083 .elementor-element.elementor-element-18e61558 a:hover svg {
    color: #38EEF4;
    fill: #38EEF4;
    
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e00f45f */.elementor-1083 .elementor-element.elementor-element-e00f45f p {
    margin: 0px;
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-cc8e35e */.elementor-1083 .elementor-element.elementor-element-cc8e35e a:hover svg {
    color: #38EEF4;
    fill: #38EEF4;
    
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-a92eabb */.elementor-1083 .elementor-element.elementor-element-a92eabb p {
    margin: 0px;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-817af7a */.elementor-1083 .elementor-element.elementor-element-817af7a a {
    padding: 0 0 7px 0 !important;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-8e88afa */.elementor-1083 .elementor-element.elementor-element-8e88afa a {
    padding: 0 0 7px 0 !important;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-6924a75 */.elementor-1083 .elementor-element.elementor-element-6924a75 a {
    padding: 0 0 7px 0 !important;
}/* End custom CSS */
/* Start custom CSS for nav-menu, class: .elementor-element-5002225 */.elementor-1083 .elementor-element.elementor-element-5002225 a {
    padding: 0 0 7px 0 !important;
}/* End custom CSS */</style>		<div data-elementor-type="container" data-elementor-id="1083" class="elementor elementor-1083" data-elementor-post-type="elementor_library">
				<div class="elementor-element elementor-element-18d92248 e-flex e-con-boxed e-con e-parent" data-id="18d92248" data-element_type="container" data-e-type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}">
					<div class="e-con-inner">
		<div class="elementor-element elementor-element-1d427369 e-con-full e-flex e-con e-child" data-id="1d427369" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-4a270af1 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="4a270af1" data-element_type="widget" data-e-type="widget" data-widget_type="theme-site-logo.default">
				<div class="elementor-widget-container">
											<a href="https://www.customneon.pl">
			<picture class="attachment-medium size-medium wp-image-212820 wp-post-image">
<source type="image/webp" srcset="https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-300x80.png.webp 300w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-768x206.png.webp 768w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-600x161.png.webp 600w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www.png.webp 1008w" sizes="(max-width: 300px) 100vw, 300px"/>
<img width="300" height="80" src="https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-300x80.png" alt="" srcset="https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-300x80.png 300w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-768x206.png 768w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www-600x161.png 600w, https://www.customneon.pl/wp-content/uploads/2020/04/custom-neon-na-www.png 1008w" sizes="(max-width: 300px) 100vw, 300px"/>
</picture>
				</a>
											</div>
				</div>
				<div class="elementor-element elementor-element-18e61558 e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="18e61558" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-ba50846" href="https://www.facebook.com/share/DbgZySV2CWDFz2iT/?mibextid=LQQJ4d" target="_blank">
						<span class="elementor-screen-only">Facebook</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-c10a1f1" href="https://www.instagram.com/ledsy_customneon.pl" target="_blank">
						<span class="elementor-screen-only">Instagram</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-icon-tik-tok-2 elementor-repeater-item-ea32c3c" href="https://www.tiktok.com/@ledsy_eu?_t=8lBtGvpUQCm&#038;_r=1" target="_blank">
						<span class="elementor-screen-only">Icon-tik-tok-2</span>
						<i aria-hidden="true" class="icon icon-tik-tok-2"></i>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-5b36dce" href="https://youtube.com/@ledsyneonsigns?si=KLV3-JzptPEd0zv5" target="_blank">
						<span class="elementor-screen-only">Youtube</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-youtube" viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-b1e5f74" href="https://pl.linkedin.com/company/ledsy" target="_blank">
						<span class="elementor-screen-only">Linkedin</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon-pinterest elementor-repeater-item-e02ee53" href="https://pin.it/1NnaYCZk6" target="_blank">
						<span class="elementor-screen-only">Pinterest</span>
						<svg aria-hidden="true" class="e-font-icon-svg e-fab-pinterest" viewBox="0 0 496 512" xmlns="http://www.w3.org/2000/svg"><path d="M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"></path></svg>					</a>
				</span>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-e00f45f elementor-widget elementor-widget-text-editor" data-id="e00f45f" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Dostępne metody płatności</p>								</div>
				</div>
				<div class="elementor-element elementor-element-cc8e35e e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="cc8e35e" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default">
				<div class="elementor-widget-container">
							<div class="elementor-social-icons-wrapper elementor-grid" role="list">
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-ba50846" href="https://www.facebook.com/share/DbgZySV2CWDFz2iT/?mibextid=LQQJ4d" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Warstwa_1" x="0px" y="0px" viewBox="0 0 1023 280.1" style="enable-background:new 0 0 1023 280.1;" xml:space="preserve"><style type="text/css">	.st0{fill:#FFFFFF;}</style><g>	<g>					<rect x="80.5" y="158.9" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 299.1106 78.6196)" class="st0" width="59.5" height="60"></rect>					<rect x="80" y="78.4" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 218.3672 -1.6304)" class="st0" width="60" height="60"></rect>					<rect x="0" y="158.4" transform="matrix(-1.836970e-16 1 -1 -1.836970e-16 218.3672 158.3696)" class="st0" width="60" height="60"></rect>	</g>	<path class="st0" d="M319.1,74.6c0,41.4-33.3,74.6-76.2,74.6h-32.7v68.4h-49.8V0h82.4C285.8,0,319.1,33.3,319.1,74.6z M269.4,74.6  c0-15.9-11.2-28-26.4-28h-32.7v56h32.7C258.2,102.6,269.4,90.5,269.4,74.6z"></path>	<path class="st0" d="M492.7,58v159.6h-47.9v-15c-10.5,12.1-26.2,19.5-47.6,19.5c-41.8,0-76.3-36.7-76.3-84.3s34.5-84.3,76.3-84.3  c21.4,0,37,7.3,47.6,19.5V58H492.7z M444.8,137.8c0-23.9-16-39-38-39c-22,0-38,15-38,39c0,23.9,16,39,38,39  C428.8,176.7,444.8,161.7,444.8,137.8z"></path>	<path class="st0" d="M674.6,58l-54.2,153.8c-17.8,50.4-46,70.4-90.4,68.2v-44.4c22.2,0,32.7-7,39.6-26.3L506.6,58h52.3l35.2,97  l29.8-97H674.6z"></path>	<path class="st0" d="M851.9,74.6c0,41.4-33.3,74.6-76.2,74.6h-32.7v68.4h-49.8V0h82.4C818.6,0,851.9,33.3,851.9,74.6z M802.2,74.6  c0-15.9-11.2-28-26.4-28h-32.7v56h32.7C791,102.6,802.2,90.5,802.2,74.6z"></path>	<path class="st0" d="M858.1,140c0-46.3,36.7-82.1,82.4-82.1c45.7,0,82.4,35.8,82.4,82.1s-36.7,82.1-82.4,82.1  C894.9,222.1,858.1,186.3,858.1,140z M976.3,140c0-22.1-15.6-36.7-35.8-36.7c-20.2,0-35.8,14.6-35.8,36.7  c0,22.1,15.6,36.7,35.8,36.7C960.8,176.7,976.3,162.1,976.3,140z"></path></g></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-b93859d" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" width="304" height="152" viewBox="0 0 304 152" fill="none"><path d="M263.094 56.9552C261.127 56.9552 259.54 55.3682 259.54 53.4011V37.687H258.243C250.107 37.687 247.089 39.0282 247.089 46.4494V63.7952C247.089 63.7952 247.089 63.8623 247.089 63.907V67.707C247.089 67.8411 247.089 67.9529 247.089 68.087V92.3176C247.089 95.2682 246.508 97.6376 245.346 99.4705C243.133 102.891 238.729 104.433 231.711 104.455C224.692 104.455 220.288 102.891 218.075 99.4705C216.891 97.6376 216.332 95.2905 216.332 92.3176V68.087C216.332 67.9529 216.332 67.8188 216.332 67.707V63.907C216.332 63.907 216.332 63.84 216.332 63.7952V46.4494C216.332 39.0282 213.314 37.687 205.178 37.687H202.607C194.471 37.687 191.453 39.0282 191.453 46.4494V92.3176C191.453 99.6941 193.107 105.953 196.326 110.982C202.54 120.751 214.566 125.936 231.666 125.936C231.666 125.936 231.711 125.936 231.733 125.936C231.755 125.936 231.778 125.936 231.8 125.936C248.9 125.936 260.926 120.728 267.14 110.982C270.359 105.953 272.013 99.6941 272.013 92.3176V56.9776H263.161L263.094 56.9552Z" fill="white"></path><path d="M300.692 12.7859H287.302C285.846 12.7859 284.665 13.9668 284.665 15.4235V28.9694C284.665 30.4262 285.846 31.6071 287.302 31.6071H300.692C302.148 31.6071 303.329 30.4262 303.329 28.9694V15.4235C303.329 13.9668 302.148 12.7859 300.692 12.7859Z" fill="white"></path><path d="M282.876 0H273.779C272.791 0 271.991 0.80062 271.991 1.78824V10.9976C271.991 11.9853 272.791 12.7859 273.779 12.7859H282.876C283.864 12.7859 284.665 11.9853 284.665 10.9976V1.78824C284.665 0.80062 283.864 0 282.876 0Z" fill="white"></path><path d="M35.3623 37.6648H15.8929C5.49878 37.6648 0.849365 42.2919 0.849365 52.7083V119.499C0.849365 123.522 2.14584 124.797 6.14701 124.797H7.46584C11.4894 124.797 12.7635 123.5 12.7635 119.499V93.5024H35.34C55.3682 93.5024 64.7117 84.6283 64.7117 65.5836C64.7117 46.5389 55.3905 37.6648 35.34 37.6648H35.3623ZM52.7976 65.5836C52.7976 76.4695 50.0258 82.3707 35.3623 82.3707H12.7858V54.273C12.7858 50.3836 14.2388 48.9307 18.1282 48.9307H35.3623C46.4047 48.9307 52.7976 51.6577 52.7976 65.5836Z" fill="white"></path><path d="M89.7918 56.8213C82.08 56.8213 77.2518 57.7825 75.4188 58.1625C72.1776 58.8778 70.8141 59.7495 70.8141 63.4601V64.5107C70.8141 65.9636 71.0376 66.9695 71.4847 67.6625C72.0212 68.4895 72.8706 68.8919 74.0553 68.8919C74.6141 68.8919 75.2847 68.8025 76.0671 68.6013C77.9223 68.1319 83.8459 67.1707 90.3282 67.1707C101.974 67.1707 106.713 70.3895 106.713 78.3025V85.366H92.0271C73.1612 85.366 64.3765 91.7366 64.3765 105.394C64.3765 119.052 73.4518 125.959 89.9259 125.959C109.507 125.959 118.247 119.298 118.247 104.344V78.3025C118.247 63.8401 108.948 56.8213 89.7918 56.8213ZM106.713 94.7766V103.941C106.713 111.407 103.941 115.721 89.7918 115.721C80.4482 115.721 75.9106 112.346 75.9106 105.372C75.9106 97.7495 80.4706 94.7766 92.1612 94.7766H106.713Z" fill="white"></path><path d="M182.78 59.9284C181.953 58.8778 180.366 58.7437 178.801 58.7437H177.617C173.682 58.7437 172.14 59.9507 171.291 63.7284L160.382 109.082C159.019 114.648 157.097 115.677 153.833 115.677C149.832 115.677 148.222 114.715 146.613 109.06L134.252 63.706C133.224 59.906 131.726 58.7437 127.792 58.7437H126.741C125.154 58.7437 123.567 58.9001 122.762 59.9507C121.958 61.0013 122.226 62.5884 122.651 64.1531L135.146 109.91C137.493 118.672 140.265 125.914 150.681 125.914C152.626 125.914 154.414 125.646 155.912 125.132C152.76 135.057 149.541 139.438 140.086 140.399C138.164 140.555 136.912 140.824 136.219 141.762C135.504 142.724 135.66 144.11 135.928 145.361L136.197 146.524C136.755 149.228 137.717 150.927 140.779 150.927C141.092 150.927 141.449 150.927 141.807 150.882C155.934 149.966 163.512 142.344 167.96 124.618L183.093 64.1084C183.451 62.566 183.674 60.9789 182.847 59.9284H182.78Z" fill="white"></path><path d="M281.111 31.6072H263.094C261.127 31.6072 259.54 33.1942 259.54 35.1613V37.6648H260.792C268.928 37.6648 271.946 39.006 271.946 46.4272V56.9554H281.111C283.078 56.9554 284.665 55.3684 284.665 53.4013V35.1613C284.665 33.1942 283.078 31.6072 281.111 31.6072Z" fill="white"></path></svg>					</a>
				</span>
							<span class="elementor-grid-item" role="listitem">
					<a class="elementor-icon elementor-social-icon elementor-social-icon- elementor-repeater-item-26ef23b" target="_blank">
						<span class="elementor-screen-only"></span>
						<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1123" zoomAndPan="magnify" viewBox="0 0 842.25 595.499986" height="794" preserveAspectRatio="xMidYMid meet"><defs><g></g><clipPath id="3ee601576b"><path d="M 0 0.777344 L 837.8125 0.777344 L 837.8125 421.363281 L 0 421.363281 Z M 0 0.777344 " clip-rule="nonzero"></path></clipPath><clipPath id="fc8932928f"><rect x="0" width="838" y="0" height="422"></rect></clipPath><clipPath id="9245bde9f5"><rect x="0" width="838" y="0" height="422"></rect></clipPath></defs><g transform="matrix(1, 0, 0, 1, 0, 87)"><g clip-path="url(#9245bde9f5)"><g clip-path="url(#3ee601576b)"><g><g clip-path="url(#fc8932928f)"><g fill="#ffffff" fill-opacity="1"><g transform="translate(0, 163.864425)"><g><path d="M 36.34375 0 L 13.671875 0 L 13.671875 -108.65625 L 75.953125 -108.65625 L 75.953125 -89.78125 L 36.34375 -89.78125 L 36.34375 -61.765625 L 73.203125 -61.765625 L 73.203125 -42.953125 L 36.34375 -42.953125 Z M 36.34375 0 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(83.534237, 163.864425)"><g><path d="M 64.65625 0 L 60.265625 -11.296875 L 59.671875 -11.296875 C 55.859375 -6.492188 51.929688 -3.160156 47.890625 -1.296875 C 43.859375 0.554688 38.597656 1.484375 32.109375 1.484375 C 24.128906 1.484375 17.847656 -0.789062 13.265625 -5.34375 C 8.679688 -9.90625 6.390625 -16.398438 6.390625 -24.828125 C 6.390625 -33.640625 9.472656 -40.140625 15.640625 -44.328125 C 21.804688 -48.515625 31.109375 -50.832031 43.546875 -51.28125 L 57.96875 -51.71875 L 57.96875 -55.359375 C 57.96875 -63.785156 53.65625 -68 45.03125 -68 C 38.394531 -68 30.59375 -65.992188 21.625 -61.984375 L 14.125 -77.296875 C 23.6875 -82.296875 34.285156 -84.796875 45.921875 -84.796875 C 57.078125 -84.796875 65.625 -82.367188 71.5625 -77.515625 C 77.507812 -72.660156 80.484375 -65.273438 80.484375 -55.359375 L 80.484375 0 Z M 57.96875 -38.5 L 49.203125 -38.203125 C 42.609375 -38.003906 37.703125 -36.8125 34.484375 -34.625 C 31.265625 -32.445312 29.65625 -29.128906 29.65625 -24.671875 C 29.65625 -18.285156 33.320312 -15.09375 40.65625 -15.09375 C 45.90625 -15.09375 50.101562 -16.601562 53.25 -19.625 C 56.394531 -22.644531 57.96875 -26.65625 57.96875 -31.65625 Z M 57.96875 -38.5 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(175.466494, 163.864425)"><g><path d="M 33.671875 -45.1875 L 43.546875 -57.8125 L 66.8125 -83.09375 L 92.375 -83.09375 L 59.375 -47.046875 L 94.390625 0 L 68.21875 0 L 44.296875 -33.671875 L 34.5625 -25.859375 L 34.5625 0 L 11.890625 0 L 11.890625 -115.640625 L 34.5625 -115.640625 L 34.5625 -64.0625 L 33.375 -45.1875 Z M 33.671875 -45.1875 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(269.851253, 163.864425)"><g><path d="M 46.890625 -16.578125 C 50.859375 -16.578125 55.613281 -17.441406 61.15625 -19.171875 L 61.15625 -2.296875 C 55.507812 0.222656 48.578125 1.484375 40.359375 1.484375 C 31.285156 1.484375 24.679688 -0.804688 20.546875 -5.390625 C 16.410156 -9.972656 14.34375 -16.847656 14.34375 -26.015625 L 14.34375 -66.0625 L 3.5 -66.0625 L 3.5 -75.65625 L 15.984375 -83.234375 L 22.515625 -100.78125 L 37.015625 -100.78125 L 37.015625 -83.09375 L 60.265625 -83.09375 L 60.265625 -66.0625 L 37.015625 -66.0625 L 37.015625 -26.015625 C 37.015625 -22.796875 37.914062 -20.414062 39.71875 -18.875 C 41.53125 -17.34375 43.921875 -16.578125 46.890625 -16.578125 Z M 46.890625 -16.578125 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(335.920597, 163.864425)"><g><path d="M 70.75 0 L 67.703125 -10.625 L 66.515625 -10.625 C 64.085938 -6.757812 60.644531 -3.773438 56.1875 -1.671875 C 51.726562 0.429688 46.648438 1.484375 40.953125 1.484375 C 31.191406 1.484375 23.832031 -1.125 18.875 -6.34375 C 13.914062 -11.570312 11.4375 -19.09375 11.4375 -28.90625 L 11.4375 -83.09375 L 34.109375 -83.09375 L 34.109375 -34.5625 C 34.109375 -28.5625 35.171875 -24.0625 37.296875 -21.0625 C 39.429688 -18.070312 42.828125 -16.578125 47.484375 -16.578125 C 53.828125 -16.578125 58.410156 -18.691406 61.234375 -22.921875 C 64.054688 -27.160156 65.46875 -34.1875 65.46875 -44 L 65.46875 -83.09375 L 88.140625 -83.09375 L 88.140625 0 Z M 70.75 0 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(435.9536, 163.864425)"><g><path d="M 58.265625 -84.640625 C 61.335938 -84.640625 63.890625 -84.421875 65.921875 -83.984375 L 64.203125 -62.71875 C 62.367188 -63.21875 60.140625 -63.46875 57.515625 -63.46875 C 50.285156 -63.46875 44.648438 -61.609375 40.609375 -57.890625 C 36.578125 -54.171875 34.5625 -48.96875 34.5625 -42.28125 L 34.5625 0 L 11.890625 0 L 11.890625 -83.09375 L 29.0625 -83.09375 L 32.40625 -69.109375 L 33.515625 -69.109375 C 36.085938 -73.773438 39.566406 -77.53125 43.953125 -80.375 C 48.335938 -83.21875 53.109375 -84.640625 58.265625 -84.640625 Z M 58.265625 -84.640625 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(505.070016, 163.864425)"><g><path d="M 64.65625 0 L 60.265625 -11.296875 L 59.671875 -11.296875 C 55.859375 -6.492188 51.929688 -3.160156 47.890625 -1.296875 C 43.859375 0.554688 38.597656 1.484375 32.109375 1.484375 C 24.128906 1.484375 17.847656 -0.789062 13.265625 -5.34375 C 8.679688 -9.90625 6.390625 -16.398438 6.390625 -24.828125 C 6.390625 -33.640625 9.472656 -40.140625 15.640625 -44.328125 C 21.804688 -48.515625 31.109375 -50.832031 43.546875 -51.28125 L 57.96875 -51.71875 L 57.96875 -55.359375 C 57.96875 -63.785156 53.65625 -68 45.03125 -68 C 38.394531 -68 30.59375 -65.992188 21.625 -61.984375 L 14.125 -77.296875 C 23.6875 -82.296875 34.285156 -84.796875 45.921875 -84.796875 C 57.078125 -84.796875 65.625 -82.367188 71.5625 -77.515625 C 77.507812 -72.660156 80.484375 -65.273438 80.484375 -55.359375 L 80.484375 0 Z M 57.96875 -38.5 L 49.203125 -38.203125 C 42.609375 -38.003906 37.703125 -36.8125 34.484375 -34.625 C 31.265625 -32.445312 29.65625 -29.128906 29.65625 -24.671875 C 29.65625 -18.285156 33.320312 -15.09375 40.65625 -15.09375 C 45.90625 -15.09375 50.101562 -16.601562 53.25 -19.625 C 56.394531 -22.644531 57.96875 -26.65625 57.96875 -31.65625 Z M 57.96875 -38.5 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(0, 376.552258)"><g><path d="M 46.890625 -16.578125 C 50.859375 -16.578125 55.613281 -17.441406 61.15625 -19.171875 L 61.15625 -2.296875 C 55.507812 0.222656 48.578125 1.484375 40.359375 1.484375 C 31.285156 1.484375 24.679688 -0.804688 20.546875 -5.390625 C 16.410156 -9.972656 14.34375 -16.847656 14.34375 -26.015625 L 14.34375 -66.0625 L 3.5 -66.0625 L 3.5 -75.65625 L 15.984375 -83.234375 L 22.515625 -100.78125 L 37.015625 -100.78125 L 37.015625 -83.09375 L 60.265625 -83.09375 L 60.265625 -66.0625 L 37.015625 -66.0625 L 37.015625 -26.015625 C 37.015625 -22.796875 37.914062 -20.414062 39.71875 -18.875 C 41.53125 -17.34375 43.921875 -16.578125 46.890625 -16.578125 Z M 46.890625 -16.578125 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(66.069344, 376.552258)"><g><path d="M 46.296875 -68.515625 C 41.492188 -68.515625 37.726562 -66.988281 35 -63.9375 C 32.28125 -60.894531 30.722656 -56.578125 30.328125 -50.984375 L 62.125 -50.984375 C 62.03125 -56.578125 60.570312 -60.894531 57.75 -63.9375 C 54.925781 -66.988281 51.109375 -68.515625 46.296875 -68.515625 Z M 49.5 1.484375 C 36.125 1.484375 25.671875 -2.203125 18.140625 -9.578125 C 10.609375 -16.960938 6.84375 -27.421875 6.84375 -40.953125 C 6.84375 -54.867188 10.320312 -65.628906 17.28125 -73.234375 C 24.238281 -80.835938 33.863281 -84.640625 46.15625 -84.640625 C 57.894531 -84.640625 67.035156 -81.296875 73.578125 -74.609375 C 80.117188 -67.921875 83.390625 -58.679688 83.390625 -46.890625 L 83.390625 -35.890625 L 29.796875 -35.890625 C 30.046875 -29.453125 31.953125 -24.425781 35.515625 -20.8125 C 39.085938 -17.195312 44.09375 -15.390625 50.53125 -15.390625 C 55.539062 -15.390625 60.273438 -15.90625 64.734375 -16.9375 C 69.191406 -17.976562 73.847656 -19.640625 78.703125 -21.921875 L 78.703125 -4.390625 C 74.734375 -2.398438 70.492188 -0.925781 65.984375 0.03125 C 61.484375 1 55.988281 1.484375 49.5 1.484375 Z M 49.5 1.484375 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(155.994991, 376.552258)"><g><path d="M 58.265625 -84.640625 C 61.335938 -84.640625 63.890625 -84.421875 65.921875 -83.984375 L 64.203125 -62.71875 C 62.367188 -63.21875 60.140625 -63.46875 57.515625 -63.46875 C 50.285156 -63.46875 44.648438 -61.609375 40.609375 -57.890625 C 36.578125 -54.171875 34.5625 -48.96875 34.5625 -42.28125 L 34.5625 0 L 11.890625 0 L 11.890625 -83.09375 L 29.0625 -83.09375 L 32.40625 -69.109375 L 33.515625 -69.109375 C 36.085938 -73.773438 39.566406 -77.53125 43.953125 -80.375 C 48.335938 -83.21875 53.109375 -84.640625 58.265625 -84.640625 Z M 58.265625 -84.640625 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(225.111397, 376.552258)"><g><path d="M 86.28125 0 L 63.609375 0 L 63.609375 -48.53125 C 63.609375 -54.519531 62.601562 -59.015625 60.59375 -62.015625 C 58.59375 -65.015625 55.4375 -66.515625 51.125 -66.515625 C 45.332031 -66.515625 41.125 -64.382812 38.5 -60.125 C 35.875 -55.863281 34.5625 -48.851562 34.5625 -39.09375 L 34.5625 0 L 11.890625 0 L 11.890625 -83.09375 L 29.203125 -83.09375 L 32.25 -72.453125 L 33.515625 -72.453125 C 35.742188 -76.273438 38.960938 -79.257812 43.171875 -81.40625 C 47.390625 -83.5625 52.222656 -84.640625 57.671875 -84.640625 C 70.109375 -84.640625 78.53125 -80.578125 82.9375 -72.453125 L 84.953125 -72.453125 C 87.179688 -76.316406 90.460938 -79.3125 94.796875 -81.4375 C 99.128906 -83.570312 104.019531 -84.640625 109.46875 -84.640625 C 118.882812 -84.640625 126.003906 -82.222656 130.828125 -77.390625 C 135.660156 -72.566406 138.078125 -64.828125 138.078125 -54.171875 L 138.078125 0 L 115.34375 0 L 115.34375 -48.53125 C 115.34375 -54.519531 114.335938 -59.015625 112.328125 -62.015625 C 110.328125 -65.015625 107.171875 -66.515625 102.859375 -66.515625 C 97.304688 -66.515625 93.15625 -64.53125 90.40625 -60.5625 C 87.65625 -56.601562 86.28125 -50.3125 86.28125 -41.6875 Z M 86.28125 0 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(374.566329, 376.552258)"><g><path d="M 10.921875 -104.5625 C 10.921875 -111.945312 15.035156 -115.640625 23.265625 -115.640625 C 31.484375 -115.640625 35.59375 -111.945312 35.59375 -104.5625 C 35.59375 -101.039062 34.566406 -98.300781 32.515625 -96.34375 C 30.460938 -94.394531 27.378906 -93.421875 23.265625 -93.421875 C 15.035156 -93.421875 10.921875 -97.132812 10.921875 -104.5625 Z M 34.5625 0 L 11.890625 0 L 11.890625 -83.09375 L 34.5625 -83.09375 Z M 34.5625 0 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(421.015532, 376.552258)"><g><path d="M 88.59375 0 L 65.921875 0 L 65.921875 -48.53125 C 65.921875 -54.519531 64.851562 -59.015625 62.71875 -62.015625 C 60.59375 -65.015625 57.203125 -66.515625 52.546875 -66.515625 C 46.203125 -66.515625 41.617188 -64.394531 38.796875 -60.15625 C 35.972656 -55.925781 34.5625 -48.90625 34.5625 -39.09375 L 34.5625 0 L 11.890625 0 L 11.890625 -83.09375 L 29.203125 -83.09375 L 32.25 -72.453125 L 33.515625 -72.453125 C 36.046875 -76.472656 39.523438 -79.507812 43.953125 -81.5625 C 48.390625 -83.613281 53.429688 -84.640625 59.078125 -84.640625 C 68.742188 -84.640625 76.078125 -82.023438 81.078125 -76.796875 C 86.085938 -71.578125 88.59375 -64.035156 88.59375 -54.171875 Z M 88.59375 0 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(521.048535, 376.552258)"><g><path d="M 29.953125 -41.6875 C 29.953125 -33.46875 31.300781 -27.25 34 -23.03125 C 36.695312 -18.820312 41.09375 -16.71875 47.1875 -16.71875 C 53.238281 -16.71875 57.585938 -18.8125 60.234375 -23 C 62.878906 -27.1875 64.203125 -33.414062 64.203125 -41.6875 C 64.203125 -49.914062 62.863281 -56.082031 60.1875 -60.1875 C 57.519531 -64.300781 53.140625 -66.359375 47.046875 -66.359375 C 40.992188 -66.359375 36.628906 -64.316406 33.953125 -60.234375 C 31.285156 -56.148438 29.953125 -49.96875 29.953125 -41.6875 Z M 87.390625 -41.6875 C 87.390625 -28.164062 83.820312 -17.585938 76.6875 -9.953125 C 69.5625 -2.328125 59.628906 1.484375 46.890625 1.484375 C 38.910156 1.484375 31.875 -0.257812 25.78125 -3.75 C 19.6875 -7.25 15.003906 -12.265625 11.734375 -18.796875 C 8.472656 -25.335938 6.84375 -32.96875 6.84375 -41.6875 C 6.84375 -55.269531 10.382812 -65.820312 17.46875 -73.34375 C 24.550781 -80.875 34.507812 -84.640625 47.34375 -84.640625 C 55.320312 -84.640625 62.359375 -82.90625 68.453125 -79.4375 C 74.546875 -75.976562 79.222656 -71 82.484375 -64.5 C 85.753906 -58.007812 87.390625 -50.40625 87.390625 -41.6875 Z M 87.390625 -41.6875 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(615.284645, 376.552258)"><g><path d="M 80.1875 0 L 73.796875 -29.0625 L 65.171875 -65.765625 L 64.65625 -65.765625 L 49.5 0 L 25.125 0 L 1.484375 -83.09375 L 24.078125 -83.09375 L 33.671875 -46.296875 C 35.203125 -39.710938 36.757812 -30.625 38.34375 -19.03125 L 38.796875 -19.03125 C 38.992188 -22.789062 39.859375 -28.757812 41.390625 -36.9375 L 42.578125 -43.25 L 52.84375 -83.09375 L 77.8125 -83.09375 L 87.546875 -43.25 C 87.742188 -42.164062 88.050781 -40.554688 88.46875 -38.421875 C 88.894531 -36.296875 89.304688 -34.03125 89.703125 -31.625 C 90.097656 -29.21875 90.457031 -26.863281 90.78125 -24.5625 C 91.101562 -22.257812 91.289062 -20.414062 91.34375 -19.03125 L 91.78125 -19.03125 C 92.226562 -22.59375 93.019531 -27.484375 94.15625 -33.703125 C 95.300781 -39.921875 96.117188 -44.117188 96.609375 -46.296875 L 106.578125 -83.09375 L 128.796875 -83.09375 L 104.859375 0 Z M 80.1875 0 "></path></g></g></g><g fill="#ffffff" fill-opacity="1"><g transform="translate(745.565359, 376.552258)"><g><path d="M 64.65625 0 L 60.265625 -11.296875 L 59.671875 -11.296875 C 55.859375 -6.492188 51.929688 -3.160156 47.890625 -1.296875 C 43.859375 0.554688 38.597656 1.484375 32.109375 1.484375 C 24.128906 1.484375 17.847656 -0.789062 13.265625 -5.34375 C 8.679688 -9.90625 6.390625 -16.398438 6.390625 -24.828125 C 6.390625 -33.640625 9.472656 -40.140625 15.640625 -44.328125 C 21.804688 -48.515625 31.109375 -50.832031 43.546875 -51.28125 L 57.96875 -51.71875 L 57.96875 -55.359375 C 57.96875 -63.785156 53.65625 -68 45.03125 -68 C 38.394531 -68 30.59375 -65.992188 21.625 -61.984375 L 14.125 -77.296875 C 23.6875 -82.296875 34.285156 -84.796875 45.921875 -84.796875 C 57.078125 -84.796875 65.625 -82.367188 71.5625 -77.515625 C 77.507812 -72.660156 80.484375 -65.273438 80.484375 -55.359375 L 80.484375 0 Z M 57.96875 -38.5 L 49.203125 -38.203125 C 42.609375 -38.003906 37.703125 -36.8125 34.484375 -34.625 C 31.265625 -32.445312 29.65625 -29.128906 29.65625 -24.671875 C 29.65625 -18.285156 33.320312 -15.09375 40.65625 -15.09375 C 45.90625 -15.09375 50.101562 -16.601562 53.25 -19.625 C 56.394531 -22.644531 57.96875 -26.65625 57.96875 -31.65625 Z M 57.96875 -38.5 "></path></g></g></g></g></g></g></g></g></svg>					</a>
				</span>
					</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-a92eabb elementor-widget elementor-widget-text-editor" data-id="a92eabb" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>© 2023-2026 Ledsy Custom Neon</p>								</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-7e5032ef e-con-full e-flex e-con e-child" data-id="7e5032ef" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-7cfa8585 elementor-widget elementor-widget-heading" data-id="7cfa8585" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h6 class="elementor-heading-title elementor-size-default">Oferta</h6>				</div>
				</div>
				<div class="elementor-element elementor-element-817af7a elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="817af7a" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-817af7a" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11195"><a href="https://www.customneon.pl/neony-na-zamowienie/" class="elementor-item">Neony na zamówienie</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11196"><a href="https://www.customneon.pl/gotowe-neony-sklep/" class="elementor-item">Sklep</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11198"><a href="https://www.customneon.pl/producent-neonow/" class="elementor-item">B2B</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11197"><a href="https://www.customneon.pl/oferta-2/" class="elementor-item">Oferta</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-817af7a" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11195"><a href="https://www.customneon.pl/neony-na-zamowienie/" class="elementor-item" tabindex="-1">Neony na zamówienie</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11196"><a href="https://www.customneon.pl/gotowe-neony-sklep/" class="elementor-item" tabindex="-1">Sklep</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11198"><a href="https://www.customneon.pl/producent-neonow/" class="elementor-item" tabindex="-1">B2B</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11197"><a href="https://www.customneon.pl/oferta-2/" class="elementor-item" tabindex="-1">Oferta</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-682d1872 e-con-full e-flex e-con e-child" data-id="682d1872" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-2fd8beb elementor-widget elementor-widget-heading" data-id="2fd8beb" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h6 class="elementor-heading-title elementor-size-default">Firma</h6>				</div>
				</div>
				<div class="elementor-element elementor-element-8e88afa elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="8e88afa" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-8e88afa" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11200"><a href="https://www.customneon.pl/producent-neonow/" class="elementor-item">Producent Neonów</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11199"><a href="https://www.customneon.pl/realizacje/" class="elementor-item">Realizacje</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11201"><a href="https://www.customneon.pl/kontakt-2/" class="elementor-item">Kontakt</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-8e88afa" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11200"><a href="https://www.customneon.pl/producent-neonow/" class="elementor-item" tabindex="-1">Producent Neonów</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11199"><a href="https://www.customneon.pl/realizacje/" class="elementor-item" tabindex="-1">Realizacje</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11201"><a href="https://www.customneon.pl/kontakt-2/" class="elementor-item" tabindex="-1">Kontakt</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-388d4ec e-con-full e-flex e-con e-child" data-id="388d4ec" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-760a9e03 elementor-widget elementor-widget-heading" data-id="760a9e03" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h6 class="elementor-heading-title elementor-size-default">Pomoc</h6>				</div>
				</div>
				<div class="elementor-element elementor-element-6924a75 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="6924a75" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-6924a75" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11284"><a href="https://www.customneon.pl/skrocona-polityka-reklamacji/" class="elementor-item">Skrócona polityka reklamacji</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11286"><a href="https://www.customneon.pl/formularz-reklamacji/" class="elementor-item">Formularz reklamacji</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-6924a75" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11284"><a href="https://www.customneon.pl/skrocona-polityka-reklamacji/" class="elementor-item" tabindex="-1">Skrócona polityka reklamacji</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11286"><a href="https://www.customneon.pl/formularz-reklamacji/" class="elementor-item" tabindex="-1">Formularz reklamacji</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
		<div class="elementor-element elementor-element-16477eb7 e-con-full e-flex e-con e-child" data-id="16477eb7" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-46916e17 elementor-widget elementor-widget-heading" data-id="46916e17" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h6 class="elementor-heading-title elementor-size-default">Regulaminy</h6>				</div>
				</div>
				<div class="elementor-element elementor-element-5002225 elementor-nav-menu__align-start elementor-nav-menu--dropdown-none elementor-widget elementor-widget-nav-menu" data-id="5002225" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;vertical&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg aria-hidden=\&quot;true\&quot; class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="nav-menu.default">
				<div class="elementor-widget-container">
								<nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-vertical e--pointer-none">
				<ul id="menu-1-5002225" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11281"><a href="https://www.customneon.pl/regulamin-sklepu/" class="elementor-item">Regulamin sklepu</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11282"><a href="https://www.customneon.pl/zwroty/" class="elementor-item">Polityka zwrotów</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-11283"><a rel="privacy-policy" href="https://www.customneon.pl/polityka-prywatnosci/" class="elementor-item">Polityka Prywatności</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11277"><a href="https://www.customneon.pl/polityka-cookies/" class="elementor-item">Polityka cookies</a></li>
</ul>			</nav>
						<nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true">
				<ul id="menu-2-5002225" class="elementor-nav-menu sm-vertical"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11281"><a href="https://www.customneon.pl/regulamin-sklepu/" class="elementor-item" tabindex="-1">Regulamin sklepu</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11282"><a href="https://www.customneon.pl/zwroty/" class="elementor-item" tabindex="-1">Polityka zwrotów</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-11283"><a rel="privacy-policy" href="https://www.customneon.pl/polityka-prywatnosci/" class="elementor-item" tabindex="-1">Polityka Prywatności</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-11277"><a href="https://www.customneon.pl/polityka-cookies/" class="elementor-item" tabindex="-1">Polityka cookies</a></li>
</ul>			</nav>
						</div>
				</div>
				</div>
					</div>
				</div>
				</div>
				</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-83fd81a elementor-widget elementor-widget-template" data-id="83fd81a" data-element_type="widget" data-e-type="widget" data-widget_type="template.default">
				<div class="elementor-widget-container">
							<div class="elementor-template">
			<style id="elementor-post-1086">.elementor-1086 .elementor-element.elementor-element-2e748b72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1086 .elementor-element.elementor-element-3f8a5d73 iframe{height:350px;filter:brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );}</style>		<div data-elementor-type="container" data-elementor-id="1086" class="elementor elementor-1086" data-elementor-post-type="elementor_library">
				<div class="elementor-element elementor-element-2e748b72 e-con-full e-flex e-con e-parent" data-id="2e748b72" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-3f8a5d73 elementor-widget elementor-widget-google_maps" data-id="3f8a5d73" data-element_type="widget" data-e-type="widget" data-widget_type="google_maps.default">
				<div class="elementor-widget-container">
							<div class="elementor-custom-embed">
			<iframe loading="lazy"
					src="https://maps.google.com/maps?q=Ledsy%2C%20Wroc%C5%82aw&#038;t=m&#038;z=13&#038;output=embed&#038;iwloc=near"
					title="Ledsy, Wrocław"
					aria-label="Ledsy, Wrocław"
			></iframe>
		</div>
						</div>
				</div>
				</div>
				</div>
				</div>
						</div>
				</div>
				</div>
				</footer>
		
<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/customneon/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>

<style id="fupi_cookie_css">
	body{
		--fupi-notice-panel-bg-color: #fff;
		--fupi-notice-panel-round-corners:  16px;
		--fupi-notice-panel-box-shadow: 2px 3px 7px rgba(0,0,0,.2);
		--fupi-notice-panel-border-width: 0px;
		--fupi-notice-panel-border-color: #ccc; 
		--fupi-notice-txt-color: #555;
		--fupi-notice-btn-gaps: compact;
		--fupi-notice-p-size: 16px;
		--fupi-notice-p-size-mobile: 14px;
		--fupi-notice-h-color: #333;
		--fupi-notice-h-size: 20px;
		--fupi-notice-h-size-mobile: 20px;
		--fupi-notice-btn-round-corners:  8px;
		--fupi-notice-btn-txt-size: 16px;
		--fupi-notice-btn-txt-size-mobile: 14px;
		--fupi-notice-btn-bg-color: #dfdfdf;
		--fupi-notice-btn-bg-color-hover: #e9e9e9;
		--fupi-notice-btn-text-color: #111;
		--fupi-notice-btn-text-color-hover: #111;
		--fupi-notice-cta-bg-color: #222;
		--fupi-notice-cta-bg-color-hover: #555;
		--fupi-notice-cta-txt-color: #fff;
		--fupi-notice-cta-txt-color-hover: #fff;
		--fupi-notice-slider-color: #249dc1;
		--fupi-notice-necessary-slider-color: #68909b;
		--fupi-notice-slider-focus-shadow: 0 0 4px #249dc1;
		--fupi-notice-popup-panel-max-width: 700px;
		--fupi-notice-toggler-bg-color: #6190c6;
	}
</style>
<!-- WP Full Picture - Consent Banner & Analytics - START -->
<aside id="fupi_cookie_notice" class="fupi_hidden  fupi_notice_btn_large" style="display: none;" data-position="leftcorner" data-position_inform="bottom" data-paddings="compact" data-btn_gaps="compact" data-btn_config="config_3" data-headlinetag="p">
	<div id="fupi_welcome_panel" class="fupi_panel fupi_hidden" role="dialog" aria-label="Baner zgody" aria-modal="true" aria-describedby="fupi_main_descr">
		<div class="fupi_inner">
			<div class="fupi_content">
				<p id="fupi_main_descr" class="fupi_cookietype_descr">Używamy pliki cookie, aby zapewnić Ci najlepsze wrażenia z przeglądania, personalizować zawartość naszej witryny, analizować jej ruch i wyświetlać odpowiednie reklamy. Aby uzyskać więcej informacji, zapoznaj się z naszą <a href="https://www.customneon.pl/polityka-prywatnosci/">polityką prywatności</a>.</p>
			</div>
			<div class="fupi_buttons">
				<button type="button" id="fupi_agree_to_all_cookies_btn" data-classes="fupi_cta" class="fupi_cta "><span id="fupi_agree_text">Zgadzam się</span><span id="fupi_ok_text">Rozumiem</span></button>
				<button type="button" id="fupi_stats_only_btn" data-classes="fupi_button" class="fupi_button ">Zgadzam się tylko na statystyki</button>
				<button type="button" id="fupi_cookie_settings_btn" data-classes="fupi_button" class="fupi_button ">Ustawienia</button>
				<button type="button" id="fupi_decline_cookies_btn" data-classes="fupi_button" class="fupi_button ">Odmawiam</button>
				<button type="button" data-classes="fupi_button" class="fupi_close_banner_btn fupi_button fupi_hidden ">Zamknij</button>
			</div>
			<div class="fupi_consent_info fupi_hidden">
				<span class="fupi_consent_id"></span><br><span class="fupi_consent_date"></span>
			</div>
			<p class="fupi_poweredBy">Powered by <a class="fupi_poweredBy_link" href="https://wpfullpicture.com/?utm_source=usersite&utm_medium=poweredby&utm_campaign=free_link" rel="nofollow noopener">WP Full Picture </a></p>
		</div>
	</div><div id="fupi_settings_panel" class="fupi_panel fupi_fadeOutDown" role="dialog" aria-label="Ustawienia" aria-modal="true" aria-describedby="fupi_notice_settings_content">
			<div class="fupi_inner">
				<div id="fupi_notice_settings_content" class="fupi_content">
					<div id="fupi_necess_section" class="fupi_section fupi_hidden">
						<p id="fupi_necess_headline" class="fupi_headline fupi_hidden"></p>
						<label id="fupi_necess_switch" class="fupi_faux_switch fupi_hidden">
							<span class="fupi_faux_slider fupi_switch_slider_enabled" aria-hidden="true"></span>
						</label>
						<div id="fupi_necess_descr" class="fupi_cookietype_descr fupi_hidden"></div>
					</div>
					<div id="fupi_stats_section" class="fupi_section">
						<p id="fupi_stats_headline" class="fupi_headline">Statystyki</p>
						<label class="fupi_switch">
							<span class="fupi_srt">Statystyki</span>
							<input id="fupi_stats_agree" name="fupi_stats_agree" value="stats" type="checkbox" role="switch"/>
							<span class="fupi_switch_slider" aria-hidden="true"></span>
						</label>
						<div id="fupi_stats_descr" class="fupi_cookietype_descr">Chcę pomóc Ci ulepszyć tę witrynę, więc zgadzam się na zbieranie danych o moim korzystaniu z tej witryny.</div>
					</div>
					<div id="fupi_pers_section" class="fupi_section">
						<p id="fupi_pers_headline" class="fupi_headline">Personalizacja</p>
						<label class="fupi_switch">
							<span class="fupi_srt">Personalizacja</span>
							<input id="fupi_pers_agree" name="fupi_pers_agree" value="personalisation" type="checkbox" role="switch"/>
							<span class="fupi_switch_slider" aria-hidden="true"></span>
						</label>
						<div id="fupi_pers_descr" class="fupi_cookietype_descr">Chcę mieć jak najlepsze doświadczenia z korzystania z tej witryny, więc zgadzam się na zapisywanie moich wyborów, polecanie rzeczy, które mogą mi się spodobać i modyfikowanie witryny zgodnie z moimi upodobaniami</div>
					</div>
					<div id="fupi_market_section" class="fupi_section">
						<p id="fupi_market_headline" class="fupi_headline">Marketing</p>
						<label class="fupi_switch">
							<span class="fupi_srt">Marketing</span>
							<input id="fupi_marketing_agree" name="fupi_marketing_agree" value="marketing" type="checkbox" role="switch"/>
							<span class="fupi_switch_slider" aria-hidden="true"></span>
						</label>
						<div id="fupi_market_descr" class="fupi_cookietype_descr">Chcę widzieć reklamy z waszymi ofertami, kuponami i ekskluzywnymi zniżkami, a nie losowe reklamy od innych reklamodawców.</div>
					</div>
				</div>
				<div class="fupi_buttons">
					<button type="button" id="fupi_agree_to_selected_cookies_btn" data-classes="fupi_cta" class="fupi_cta ">Zgadzam się na wybrane</button>
					<button type="button" id="fupi_return_btn" data-classes="fupi_button" class="fupi_button ">Powrót</button>
					<button type="button" data-classes="fupi_button" class="fupi_close_banner_btn fupi_button fupi_hidden ">Zamknij</button>
				</div>
				<div class="fupi_consent_info fupi_hidden">
					<span class="fupi_consent_id"></span><br><span class="fupi_consent_date"></span>
				</div>
				<p class="fupi_poweredBy">Powered by <a class="fupi_poweredBy_link" href="https://wpfullpicture.com/?utm_source=usersite&utm_medium=poweredby&utm_campaign=free_link" rel="nofollow noopener">WP Full Picture </a></p>
			</div>
		</div></aside><!--noptimize--><script data-no-optimize="1" data-noptimize nowprocket>FP.loaded("consb_html");</script><!--/noptimize-->
	<!-- WP Full Picture - Consent Banner & Analytics - END --><div class="gtranslate_wrapper" id="gt-wrapper-21777743"></div>        <div class="woo-multi-currency wmc-right style-1 wmc-bottom wmc-sidebar">
            <div class="wmc-list-currencies">
				                    <div class="wmc-title">
						Select your currency                    </div>
				                    <div class="wmc-currency wmc-active"
                         data-currency="PLN">
						                        <span class="wmc-currency-symbol">PLN</span>
						                            <span class="wmc-active-title">Złoty polski</span>
							                    </div>
					                    <div class="wmc-currency "
                         data-currency="EUR">
						                        <span class="wmc-currency-symbol">EUR</span>
						                            <a                                     href="/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=7424eb959f91acb8bbb2&#038;wmc-currency=EUR">Euro</a>
							                    </div>
					                <div class="wmc-sidebar-open"></div>
            </div>
        </div>
				<div data-elementor-type="popup" data-elementor-id="89720" class="elementor elementor-89720 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]},&quot;prevent_close_on_esc_key&quot;:&quot;yes&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:{&quot;page_load_delay&quot;:2,&quot;page_load&quot;:&quot;yes&quot;},&quot;timing&quot;:{&quot;times_times&quot;:1,&quot;times&quot;:&quot;yes&quot;,&quot;schedule_end_date&quot;:&quot;2024-12-23 12:00&quot;,&quot;schedule&quot;:&quot;yes&quot;,&quot;schedule_timezone&quot;:&quot;site&quot;,&quot;schedule_server_datetime&quot;:&quot;2026-09-11 21:00:59&quot;}}" data-elementor-post-type="elementor_library">
			<a class="elementor-element elementor-element-5992fcf e-flex e-con-boxed e-con e-parent" data-id="5992fcf" data-element_type="container" data-e-type="container" href="https://www.customneon.pl/produkt/voucher-podarunkowy-na-neon-led/">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f95e9b9 elementor-hidden-tablet elementor-hidden-mobile no-lazy elementor-widget elementor-widget-image" data-id="f95e9b9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="3200" height="1800" src="https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1.png" class="attachment-full size-full wp-image-89708 wp-post-image" alt="" srcset="https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1.png 3200w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1-300x169.png 300w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1-1024x576.png 1024w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1-768x432.png 768w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1-1536x864.png 1536w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1-2048x1152.png 2048w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-1280x720-1-600x338.png 600w" sizes="(max-width: 3200px) 100vw, 3200px" />															</div>
				</div>
				<div class="elementor-element elementor-element-8998953 elementor-hidden-desktop elementor-hidden-laptop no-lazy elementor-widget elementor-widget-image" data-id="8998953" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img width="1710" height="3040" src="https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1.png" class="attachment-full size-full wp-image-89703 wp-post-image" alt="" srcset="https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1.png 1710w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1-169x300.png 169w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1-576x1024.png 576w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1-768x1365.png 768w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1-864x1536.png 864w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1-1152x2048.png 1152w, https://www.customneon.pl/wp-content/uploads/2024/12/date-6-12-720x1280-1-600x1067.png 600w" sizes="(max-width: 1710px) 100vw, 1710px" />															</div>
				</div>
					</div>
				</a>
				</div>
				<div data-elementor-type="popup" data-elementor-id="45715" class="elementor elementor-45715 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;fadeIn&quot;,&quot;exit_animation&quot;:&quot;fadeIn&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]},&quot;prevent_close_on_esc_key&quot;:&quot;yes&quot;,&quot;prevent_scroll&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:{&quot;times_times&quot;:1,&quot;times&quot;:&quot;yes&quot;}}" data-elementor-post-type="elementor_library">
			<div class="elementor-element elementor-element-5992fcf e-flex e-con-boxed e-con e-parent" data-id="5992fcf" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-f95e9b9 elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="f95e9b9" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<picture class="attachment-full size-full wp-image-51866 wp-post-image">
<source type="image/webp" srcset="https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka.png.webp 2400w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-300x169.png.webp 300w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1024x576.png.webp 1024w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-768x432.png.webp 768w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1536x864.png.webp 1536w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-2048x1152.png.webp 2048w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-600x338.png.webp 600w" sizes="(max-width: 2400px) 100vw, 2400px"/>
<img width="2400" height="1350" src="https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka.png" alt="darmowa wysyłka" srcset="https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka.png 2400w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-300x169.png 300w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1024x576.png 1024w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-768x432.png 768w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1536x864.png 1536w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-2048x1152.png 2048w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-600x338.png 600w" sizes="(max-width: 2400px) 100vw, 2400px"/>
</picture>
															</div>
				</div>
				<div class="elementor-element elementor-element-8998953 elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-image" data-id="8998953" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<picture class="attachment-full size-full wp-image-51866 wp-post-image">
<source type="image/webp" srcset="https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka.png.webp 2400w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-300x169.png.webp 300w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1024x576.png.webp 1024w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-768x432.png.webp 768w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1536x864.png.webp 1536w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-2048x1152.png.webp 2048w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-600x338.png.webp 600w" sizes="(max-width: 2400px) 100vw, 2400px"/>
<img width="2400" height="1350" src="https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka.png" alt="darmowa wysyłka" srcset="https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka.png 2400w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-300x169.png 300w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1024x576.png 1024w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-768x432.png 768w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-1536x864.png 1536w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-2048x1152.png 2048w, https://www.customneon.pl/wp-content/uploads/2024/06/darmowa-wysylka-600x338.png 600w" sizes="(max-width: 2400px) 100vw, 2400px"/>
</picture>
															</div>
				</div>
					</div>
				</div>
				</div>
		<script>console.log("UTM TRACKER v6.1");
var CAMP_MAP = {
  "21835400079": "form",
  "22430463491": "shop",
  "23735638293": "kasetony_wroc_p",
  "22753986150": "kasetony_wroc_s",
  "23148127833": "kasetony_pl",
  "21195547591": "wawa",
  "22452792413": "zamowienia",
  "21701449877": "logo",
  "21195547369": "neony",
  "22365631432": "wesela_p",
  "21216942615": "wesela_s",
  "22660692628": "wesela_sp"
};
function utmMapCampaign(v){
  if(!v) return v;
  if(v.indexOf("unknown") !== -1) return "";
  if(v === "{campaignname}" || v === "{campaignid}") return "";
  if(/^\d+$/.test(v)) return CAMP_MAP[v] || "";
  return v;
}
function utmMigrate(key){var raw=localStorage.getItem(key); if(!raw) return; try{var o=JSON.parse(raw); if(o.utm_campaign){var m=utmMapCampaign(o.utm_campaign); if(m!==o.utm_campaign){o.utm_campaign=m; localStorage.setItem(key,JSON.stringify(o)); console.log("UTM MIGRATED "+key,o)}}}catch(e){}}
utmMigrate("utm_data");
utmMigrate("utm_data_first");
var utmSp = new URLSearchParams(location.search);
var utmObj = {};
var utmKeys = ["utm_source","utm_medium","utm_campaign","utm_term","utm_content"];
for(var i=0; i<utmKeys.length; i++){var v=utmSp.get(utmKeys[i]); if(v){utmObj[utmKeys[i]]=v}}

// v5: zachowaj SUROWY numer kampanii (przed mapowaniem na tag) — do atrybucji zamówień
var rawCampaign = utmSp.get("utm_campaign");
if(rawCampaign && /^\d+$/.test(rawCampaign)){utmObj.campaign_id = rawCampaign}

// v6: zapisz gclid (ID kliknięcia Google) — do offline conversion (najdokładniejsze dopasowanie)
var gclid = utmSp.get("gclid") || utmSp.get("wbraid") || utmSp.get("gbraid");
if(gclid){utmObj.gclid = gclid}

if(utmObj.utm_campaign){utmObj.utm_campaign = utmMapCampaign(utmObj.utm_campaign)}
if(Object.keys(utmObj).length > 0){utmObj.ts=Date.now(); localStorage.setItem("utm_data",JSON.stringify(utmObj)); console.log("UTM SAVED",utmObj)}
if(!localStorage.getItem("utm_data_first") && Object.keys(utmObj).length > 0){localStorage.setItem("utm_data_first",JSON.stringify(utmObj))}
var utmStored = localStorage.getItem("utm_data");
if(utmStored){utmStored = JSON.parse(utmStored); if(Date.now() - utmStored.ts > 2592000000){localStorage.removeItem("utm_data"); utmStored = null}}

// v5: odśwież cookie z surowym campaign_id na KAŻDYM wejściu (przeżywa powroty bez utm w URL),
// żeby PHP mógł zapisać numer na zamówieniu nawet gdy klient wraca później bezpośrednio.
function utmSetCookie(name,val,days){
  var d=new Date(); d.setTime(d.getTime()+(days||30)*86400000);
  document.cookie = name+"="+encodeURIComponent(val)+";expires="+d.toUTCString()+";path=/;SameSite=Lax";
}
if(utmStored && utmStored.campaign_id){utmSetCookie("ledsy_campaign_id", utmStored.campaign_id, 90); console.log("UTM COOKIE campaign_id="+utmStored.campaign_id)}
if(utmStored && utmStored.utm_source){utmSetCookie("ledsy_utm_source", utmStored.utm_source, 90)}
// v6: gclid cookie na 90 dni (max okno konwersji offline Google) — długi cykl custom
if(gclid){utmSetCookie("ledsy_gclid", gclid, 90); console.log("UTM COOKIE gclid="+gclid)}
else if(utmStored && utmStored.gclid){utmSetCookie("ledsy_gclid", utmStored.gclid, 90)}

function utmFill(){if(!utmStored){return} for(var j=0; j<utmKeys.length; j++){var el = document.getElementById("form-field-" + utmKeys[j]); if(el && utmStored[utmKeys[j]]){el.value = utmStored[utmKeys[j]]}} var ci=document.getElementById("form-field-campaign_id"); if(ci && utmStored.campaign_id){ci.value=utmStored.campaign_id} var gi=document.getElementById("form-field-gclid"); if(gi && utmStored.gclid){gi.value=utmStored.gclid} console.log("UTM FILLED")}
if(utmStored){document.addEventListener("DOMContentLoaded", function(){utmFill()}); var utmObs = new MutationObserver(function(){var el = document.getElementById("form-field-utm_source"); if(el){utmFill(); utmObs.disconnect()}}); utmObs.observe(document.body, {childList: true, subtree: true}); setTimeout(function(){utmObs.disconnect()}, 15000)}
console.log("UTM END");</script><script>
jQuery(function(q){
    q(document).on('found_variation', 'form.variations_form', function(e, v){
        if (!v || !v.image || !v.image.src) return;
        var src = v.image.src;
        var pic = document.querySelector('.swiper-slide-active picture');
        if (!pic) return;
        var source = pic.querySelector('source');
        if (source) source.srcset = src;
        var img = pic.querySelector('img');
        if (img){
            img.src = src;
            img.setAttribute('data-src', src);
            img.setAttribute('data-large_image', src);
        }
    });
});
</script>
	<script>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
	<script type="text/html" id="tmpl-jet-ajax-search-results-item">
<div class="jet-ajax-search__results-item">
	<a class="jet-ajax-search__item-link" href="{{{data.link}}}" target="{{{data.link_target_attr}}}">
		{{{data.thumbnail}}}
		<div class="jet-ajax-search__item-content-wrapper">
			{{{data.before_title}}}
			<div class="jet-ajax-search__item-title">{{{data.title}}}</div>
			{{{data.after_title}}}
			{{{data.before_content}}}
			<div class="jet-ajax-search__item-content">{{{data.content}}}</div>
			{{{data.after_content}}}
			{{{data.rating}}}
			{{{data.price}}}
		</div>
	</a>
	{{{data.add_to_cart}}}
</div>
</script><script type="text/html" id="tmpl-jet-search-focus-suggestion-item">
<div class="jet-search-suggestions__focus-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-search-suggestions__focus-area-item-title">{{{data.name}}}</div>
</div>
</script><script type="text/html" id="tmpl-jet-search-inline-suggestion-item">
<div class="jet-search-suggestions__inline-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-search-suggestions__inline-area-item-title" >{{{data.name}}}</div>
</div>
</script><script type="text/html" id="tmpl-jet-ajax-search-inline-suggestion-item">
<div class="jet-ajax-search__suggestions-inline-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-ajax-search__suggestions-inline-area-item-title" >{{{data.name}}}</div>
</div>
</script><script type="text/html" id="tmpl-jet-ajax-search-results-suggestion-item">
<div class="jet-ajax-search__results-suggestions-area-item" tabindex="0" aria-label="{{{data.fullName}}}">
	<div class="jet-ajax-search__results-suggestions-area-item-title">{{{data.name}}}</div>
</div>
</script><link rel='stylesheet' id='wc-blocks-style-css' href='https://www.customneon.pl/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=wc-10.9.4' media='all' />
<link rel='stylesheet' id='widget-social-icons-css' href='https://www.customneon.pl/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.35.7' media='all' />
<link rel='stylesheet' id='e-apple-webkit-css' href='https://www.customneon.pl/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1789091140' media='all' />
<link rel='stylesheet' id='widget-google_maps-css' href='https://www.customneon.pl/wp-content/plugins/elementor/assets/css/widget-google_maps.min.css?ver=3.35.7' media='all' />
<link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://www.customneon.pl/wp-content/uploads/elementor/google-fonts/css/montserrat.css?ver=1773429687' media='all' />
<link rel='stylesheet' id='elementor-icons-icomoon-1-css' href='https://www.customneon.pl/wp-content/uploads/elementor/custom-icons/icomoon-1/style.css?ver=1.0.0' media='all' />
<script src="https://www.customneon.pl/wp-content/plugins/before-after-image-comparison-slider-for-elementor/assets/js/jquery.event.move.js?ver=1.6.5" id="wb-elementor-before-after-slider-event-move-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/before-after-image-comparison-slider-for-elementor/assets/js/jquery.twentytwenty.js?ver=1.6.5" id="wb-elementor-before-after-slider-library-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/before-after-image-comparison-slider-for-elementor/assets/js/main.js?ver=1.6.5" id="wb-elementor-before-after-slider-main-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/jet-search/assets/lib/chosen/chosen.jquery.min.js?ver=1.8.7" id="jquery-chosen-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/jet-search/assets/lib/jet-plugins/jet-plugins.js?ver=1.0.0" id="jet-plugins-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/jet-search/assets/js/jet-search.js?ver=3.6.2" id="jet-search-js"></script>
<script id="wapf-frontend-js-js-extra">
var wapf_config = {"page_type":"other"};
//# sourceURL=wapf-frontend-js-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/advanced-product-fields-for-woocommerce/assets/js/frontend.min.js?ver=1.7.1" id="wapf-frontend-js-js"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/gtools/fupi-gtg-footer.js?ver=10.1.1" id="fupi-gtg-footer-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/common/fupi-helpers-footer.js?ver=10.1.1" id="fupi-helpers-footer-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/woo/fupi-woo.js?ver=10.1.1" id="fupi-woo-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/gotm/fupi-gotm-footer.js?ver=10.1.1" id="fupi-gotm-footer-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/fbp1/fupi-fbp-footer.js?ver=10.1.1" id="fupi-fbp-footer-js-js" async data-wp-strategy="async"></script>
<script data-no-defer="1" src="https://www.customneon.pl/wp-content/plugins/full-picture-analytics-cookie-notice/public/modules/cook/js/fupi-consb.js?ver=10.1.1" id="fupi-consb-js-js" async data-wp-strategy="async"></script>
<script id="awdr-main-js-extra">
var awdr_params = {"ajaxurl":"https://www.customneon.pl/wp-admin/admin-ajax.php","nonce":"aaf8137152","enable_update_price_with_qty":"show_when_matched","refresh_order_review":"0","custom_target_simple_product":"","custom_target_variable_product":"","js_init_trigger":"","awdr_opacity_to_bulk_table":"","awdr_dynamic_bulk_table_status":"0","awdr_dynamic_bulk_table_off":"on","custom_simple_product_id_selector":"","custom_variable_product_id_selector":""};
//# sourceURL=awdr-main-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woo-discount-rules/v2/Assets/Js/site_main.js?ver=2.6.16" id="awdr-main-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/woo-discount-rules/v2/Assets/Js/awdr-dynamic-price.js?ver=2.6.16" id="awdr-dynamic-price-js"></script>
<script src="https://www.customneon.pl/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.7" id="hello-theme-frontend-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js?ver=3.35.1" id="e-sticky-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.7" id="elementor-webpack-runtime-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.35.7" id="elementor-frontend-modules-js"></script>
<script src="https://www.customneon.pl/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Udost\u0119pnij na Facebooku","shareOnTwitter":"Udost\u0119pnij na X","pinIt":"Przypnij","download":"Pobierz","downloadImage":"Pobierz obrazek","fullscreen":"Tryb pe\u0142noekranowy","zoom":"Powi\u0119ksz","share":"Udost\u0119pnij","playVideo":"Odtw\u00f3rz film","previous":"Poprzednie","next":"Nast\u0119pne","close":"Zamknij","a11yCarouselPrevSlideMessage":"Poprzedni slajd","a11yCarouselNextSlideMessage":"Nast\u0119pny slajd","a11yCarouselFirstSlideMessage":"To jest pierwszy slajd","a11yCarouselLastSlideMessage":"To jest ostatni slajd","a11yCarouselPaginationBulletMessage":"Id\u017a do slajdu"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobilny pionowy","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobilny poziomy","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Pionowy tablet","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Poziomy tablet","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1441,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"Szeroki ekran","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},
"hasCustomBreakpoints":true},"version":"3.35.7","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"hello-theme-header-footer":true,"nested-elements":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_editor_one":true,"import-export-customization":true,"mega-menu":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/www.customneon.pl\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.customneon.pl\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.customneon.pl\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"6f43b787c9"},"swiperClass":"swiper","settings":{"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_laptop"],"viewport_laptop":1441,"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[],"hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":0,"title":"Strona nie zosta\u0142a znaleziona -","excerpt":""}};
//# sourceURL=elementor-frontend-js-before
</script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.35.7" id="elementor-frontend-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/woo-payu-payment-gateway/assets/js/payu-gateway.js?ver=2.10.1" id="payu-gateway-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=10.9.4" id="sourcebuster-js-js"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://www.customneon.pl/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=10.9.4" id="wc-order-attribution-js"></script>
<script id="rtwpvs-js-extra">
var rtwpvs_params = {"is_product_page":"","ajax_url":"/wp-admin/admin-ajax.php","nonce":"0f14c9f1d6","reselect_clear":"","term_beside_label":"","archive_swatches":"1","enable_ajax_archive_variation":"","archive_swatches_enable_single_attribute":"","archive_swatches_single_attribute":"","archive_swatches_display_event":"click","archive_image_selector":".wp-post-image, .attachment-woocommerce_thumbnail","archive_add_to_cart_text":"","archive_add_to_cart_select_options":"","archive_product_wrapper":".rtwpvs-product,.product-item","archive_product_price_selector":".price, .wc-block-components-product-price","archive_add_to_cart_button_selector":".rtwpvs_add_to_cart, .add_to_cart_button","enable_variation_url":"","enable_archive_variation_url":"","has_wc_bundles":""};
//# sourceURL=rtwpvs-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woo-product-variation-swatches/assets/js/rtwpvs.min.js?ver=1789153258" id="rtwpvs-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets/lib/swiper/swiper.min.js?ver=5.3.6" id="jet-swiper-js"></script>
<script id="jet-swiper-js-after">
const JetSwiper = window.Swiper; window.Swiper = undefined;
//# sourceURL=jet-swiper-js-after
</script>
<script id="wc-cart-fragments-js-extra">
var wc_cart_fragments_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_a50bb069168bc323367d8199270fa102","fragment_name":"wc_fragments_a50bb069168bc323367d8199270fa102","request_timeout":"5000"};
//# sourceURL=wc-cart-fragments-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=10.9.4" id="wc-cart-fragments-js" defer data-wp-strategy="defer"></script>
<script id="gt_widget_script_21777743-js-before">
window.gtranslateSettings = /* document.write */ window.gtranslateSettings || {};window.gtranslateSettings['21777743'] = {"default_language":"pl","languages":["pl","en","de","cs"],"url_structure":"sub_directory","detect_browser_language":1,"flag_style":"2d","wrapper_selector":"#gt-wrapper-21777743","alt_flags":[],"float_switcher_open_direction":"top","switcher_horizontal_position":"left","switcher_vertical_position":"bottom","flags_location":"\/wp-content\/plugins\/gtranslate\/flags\/"};
//# sourceURL=gt_widget_script_21777743-js-before
</script><script src="https://www.customneon.pl/wp-content/plugins/gtranslate/js/float.js?ver=3.1.1" data-no-optimize="1" data-no-minify="1" data-gt-orig-url="/wp-content/plugins/popup-maker/dist/packages/block-library-style.css" data-gt-orig-domain="www.customneon.pl" data-gt-widget-id="21777743" defer></script><script src="https://www.customneon.pl/wp-content/plugins/jet-woo-builder-custom-quantity-selectors-main/assets/js/main.js?ver=1.0.0" id="cqs_main-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.1" id="elementor-pro-webpack-runtime-js"></script>
<script src="https://www.customneon.pl/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1" id="wp-hooks-js"></script>
<script src="https://www.customneon.pl/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375" id="wp-i18n-js"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="elementor-pro-frontend-js-before">
var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.customneon.pl\/wp-admin\/admin-ajax.php","nonce":"ce0e2d899f","urls":{"assets":"https:\/\/www.customneon.pl\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.customneon.pl\/wp-json\/"},"settings":{"lazy_load_background_images":false},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},
"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/www.customneon.pl\/koszyk\/","checkout_page_url":"https:\/\/www.customneon.pl\/zamowienie\/","fragments_nonce":"a6c6785aa0"}},
"facebook_sdk":{"lang":"pl_PL","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.customneon.pl\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before
</script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.35.1" id="elementor-pro-frontend-js"></script>
<script src="https://www.customneon.pl/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.35.1" id="pro-elements-handlers-js"></script>
<script id="jet-woo-builder-js-extra">
var jetWooBuilderData = {"ajax_url":"https://www.customneon.pl/wp-admin/admin-ajax.php","products":"{\"error\":\"404\",\"m\":\"\",\"p\":0,\"post_parent\":\"\",\"subpost\":\"\",\"subpost_id\":\"\",\"attachment\":\"\",\"attachment_id\":0,\"name\":\"\",\"pagename\":\"\",\"page_id\":0,\"second\":\"\",\"minute\":\"\",\"hour\":\"\",\"day\":0,\"monthnum\":0,\"year\":0,\"w\":0,\"category_name\":\"\",\"tag\":\"\",\"cat\":\"\",\"tag_id\":\"\",\"author\":\"\",\"author_name\":\"\",\"feed\":\"\",\"tb\":\"\",\"paged\":0,\"meta_key\":\"\",\"meta_value\":\"\",\"preview\":\"\",\"s\":\"\",\"sentence\":\"\",\"title\":\"\",\"fields\":\"all\",\"menu_order\":\"\",\"embed\":\"\",\"category__in\":[],\"category__not_in\":[],\"category__and\":[],\"post__in\":[],\"post__not_in\":[],\"post_name__in\":[],\"tag__in\":[],\"tag__not_in\":[],\"tag__and\":[],\"tag_slug__in\":[],\"tag_slug__and\":[],\"post_parent__in\":[],\"post_parent__not_in\":[],\"author__in\":[],\"author__not_in\":[],\"search_columns\":[],\"ignore_sticky_posts\":false,\"suppress_filters\":false,\"cache_results\":true,\"update_post_term_cache\":true,\"update_menu_item_cache\":false,\"lazy_load_term_meta\":true,\"update_post_meta_cache\":true,\"post_type\":\"\",\"posts_per_page\":10,\"nopaging\":false,\"comments_per_page\":\"50\",\"no_found_rows\":false,\"order\":\"DESC\"}","single_ajax_add_to_cart":"","quick_view_gallery_assets":{"data":{"product_types":["variable-subscription","variable"],"assets_path":"https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets","photoswipe_template":"\u003Cdiv class=\"pswp jet-woo-product-gallery-pswp\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" style=\"visibility:hidden;\"\u003E\n\t\u003Cdiv class=\"pswp__bg\"\u003E\u003C/div\u003E\n\t\u003Cdiv class=\"pswp__scroll-wrap\"\u003E\n\t\t\u003Cdiv class=\"pswp__container\"\u003E\n\t\t\t\u003Cdiv class=\"pswp__item\"\u003E\u003C/div\u003E\n\t\t\t\u003Cdiv class=\"pswp__item\"\u003E\u003C/div\u003E\n\t\t\t\u003Cdiv class=\"pswp__item\"\u003E\u003C/div\u003E\n\t\t\u003C/div\u003E\n\t\t\u003Cdiv class=\"pswp__ui pswp__ui--hidden\"\u003E\n\t\t\t\u003Cdiv class=\"pswp__top-bar\"\u003E\n\t\t\t\t\u003Cdiv class=\"pswp__counter\"\u003E\u003C/div\u003E\n\t\t\t\t\u003Cbutton class=\"pswp__button pswp__button--close\" aria-label=\"Close (Esc)\"\u003E\u003C/button\u003E\n\t\t\t\t\u003Cbutton class=\"pswp__button pswp__button--share\" aria-label=\"Share\"\u003E\u003C/button\u003E\n\t\t\t\t\u003Cbutton class=\"pswp__button pswp__button--fs\" aria-label=\"Toggle fullscreen\"\u003E\u003C/button\u003E\n\t\t\t\t\u003Cbutton class=\"pswp__button pswp__button--zoom\" aria-label=\"Zoom in/out\"\u003E\u003C/button\u003E\n\t\t\t\t\u003Cdiv class=\"pswp__preloader\"\u003E\n\t\t\t\t\t\u003Cdiv class=\"pswp__preloader__icn\"\u003E\n\t\t\t\t\t\t\u003Cdiv class=\"pswp__preloader__cut\"\u003E\n\t\t\t\t\t\t\t\u003Cdiv class=\"pswp__preloader__donut\"\u003E\u003C/div\u003E\n\t\t\t\t\t\t\u003C/div\u003E\n\t\t\t\t\t\u003C/div\u003E\n\t\t\t\t\u003C/div\u003E\n\t\t\t\u003C/div\u003E\n\t\t\t\u003Cdiv class=\"pswp__share-modal pswp__share-modal--hidden pswp__single-tap\"\u003E\n\t\t\t\t\u003Cdiv class=\"pswp__share-tooltip\"\u003E\u003C/div\u003E\n\t\t\t\u003C/div\u003E\n\t\t\t\u003Cbutton class=\"pswp__button pswp__button--arrow--left\" aria-label=\"Previous (arrow left)\"\u003E\u003C/button\u003E\n\t\t\t\u003Cbutton class=\"pswp__button pswp__button--arrow--right\" aria-label=\"Next (arrow right)\"\u003E\u003C/button\u003E\n\t\t\t\u003Cdiv class=\"pswp__caption\"\u003E\n\t\t\t\t\u003Cdiv class=\"pswp__caption__center\"\u003E\u003C/div\u003E\n\t\t\t\u003C/div\u003E\n\t\t\u003C/div\u003E\n\t\u003C/div\u003E\n\u003C/div\u003E"},"scripts":{"jet-woo-product-gallery":"https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets/js/jet-woo-product-gallery.min.js"},"styles":{"jet-gallery-frontend":"https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets/css/frontend.css","jet-gallery-widget-gallery-anchor-nav":"https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-anchor-nav.css","jet-gallery-widget-gallery-grid":"https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-grid.css","jet-gallery-widget-gallery-modern":"https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-modern.css","jet-gallery-widget-gallery-slider":"https://www.customneon.pl/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-slider.css"}}};
//# sourceURL=jet-woo-builder-js-extra
</script>
<script src="https://www.customneon.pl/wp-content/plugins/jet-woo-builder/assets/js/frontend.min.js?ver=2.3.4" id="jet-woo-builder-js"></script>
<style>
	
	body .fupi_buttons button:focus,
	body .fupi_buttons button {
		border: 0 !important;
		border-color: transparent !important;
	}
	
	#fupi_agree_to_all_cookies_btn,
	#fupi_agree_to_all_cookies_btn:focus {
		background-color: var(--fupi-notice-cta-bg-color) !important;
		outline: unset;
		color: #fff !important;
	}

	#fupi_agree_to_all_cookies_btn:hover {
		background-color: var(--e-global-color-primary) !important;
		color: #000 !important;
	}
</style>

<script>
//window.onload = function() {
    
    var element_1 = document.getElementById('fupi_main_descr');
    var element_2 = document.getElementById('fupi_stats_descr');
    var element_3 = document.getElementById('fupi_pers_descr');
    var element_4 = document.getElementById('fupi_market_descr');
    
		var element_2t = document.getElementById('fupi_stats_headline');
    var element_3t = document.getElementById('fupi_pers_headline');
    var element_4t = document.getElementById('fupi_market_headline');
      
    if (element_1) {
      element_1.innerHTML = 'Używamy plików cookie, aby zapewnić Ci najlepszą jakość przeglądania, personalizować zawartość naszej witryny, analizować ruch na niej i wyświetlać odpowiednie reklamy. Więcej informacji znajdziesz w naszej polityce prywatności.';
			
			document.getElementById('fupi_agree_text').innerHTML = 'Zgadzam się';
			document.getElementById('fupi_ok_text').innerHTML = 'Zgadzam się';
			document.getElementById('fupi_cookie_settings_btn').innerHTML = 'Ustawienia plików cookies';
			document.getElementById('fupi_decline_cookies_btn').innerHTML = 'Nie zgadzam się';
			
			document.getElementById('fupi_agree_to_selected_cookies_btn').innerHTML = 'Zgoda do zaznaczonych';
			document.getElementById('fupi_return_btn').innerHTML = 'Wróć';
			
			
		}
	
		if (element_2) {
        element_2.innerHTML = 'Chcę pomóc Ci ulepszyć tę witrynę, dlatego przekażę Ci anonimowe dane na temat mojego korzystania z tej witryny.';
				element_2t.innerHTML = 'Statystyki';
		}
	
		if (element_3) {	
        element_3.innerHTML = 'Chcę mieć najlepsze doświadczenia z tą witryną, dlatego zgadzam się na zapisywanie moich wyborów, polecanie rzeczy, które mogą mi się spodobać i modyfikowanie witryny według własnych upodobań';
				element_3t.innerHTML = 'Personalizacja';
		}
	
		if (element_4) {			
        element_4.innerHTML = 'Chcę widzieć reklamy z Twoimi ofertami, kuponami i ekskluzywnymi ofertami, a nie losowe reklamy innych reklamodawców.';
				element_4t.innerHTML = 'Marketing';
		}
	
//};
	
</script>

<script type="text/javascript">
window.addEventListener("load", function(event) {
jQuery(".cfx_form_main,.wpcf7-form,.wpforms-form,.gform_wrapper form").each(function(){
var form=jQuery(this); 
var screen_width=""; var screen_height="";
 if(screen_width == ""){
 if(screen){
   screen_width=screen.width;  
 }else{
     screen_width=jQuery(window).width();
 }    }  
  if(screen_height == ""){
 if(screen){
   screen_height=screen.height;  
 }else{
     screen_height=jQuery(window).height();
 }    }
form.append('<input type="hidden" name="vx_width" value="'+screen_width+'">');
form.append('<input type="hidden" name="vx_height" value="'+screen_height+'">');
form.append('<input type="hidden" name="vx_url" value="'+window.location.href+'">');  
}); 

});
</script> 

</body>
</html>
