<!doctype html>
<html lang="en-US" class="no-js" itemtype="https://schema.org/Blog" itemscope>
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
	<title>Maintenance &#8211; 477779</title>
<meta name='robots' content='max-image-preview:large' />
<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/4557f13f0ab016486b3bdde6/script.js"></script><link rel='dns-prefetch' href='//unpkg.com' />
<link rel="alternate" type="application/rss+xml" title="477779 &raquo; Feed" href="https://477779.eu/feed/" />
<link rel="alternate" type="application/rss+xml" title="477779 &raquo; Comments Feed" href="https://477779.eu/comments/feed/" />
			<script>document.documentElement.classList.remove( 'no-js' );</script>
			<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://477779.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2F477779.eu%2F%3Felementor_library%3Dmaintenance" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://477779.eu/wp-json/oembed/1.0/embed?url=https%3A%2F%2F477779.eu%2F%3Felementor_library%3Dmaintenance&#038;format=xml" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v11.3.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-LWQP0BQ1K7"  data-cfasync="false" data-wpfc-render="false" async></script>
			<script data-cfasync="false" data-wpfc-render="false">
				var mi_version = '11.3.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/477779.eu\/feed\/"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-LWQP0BQ1K7',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-LWQP0BQ1K7', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<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>
<style id="classic-theme-styles-inline-css">
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */
</style>
<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--color--theme-palette-1: var(--global-palette1);--wp--preset--color--theme-palette-2: var(--global-palette2);--wp--preset--color--theme-palette-3: var(--global-palette3);--wp--preset--color--theme-palette-4: var(--global-palette4);--wp--preset--color--theme-palette-5: var(--global-palette5);--wp--preset--color--theme-palette-6: var(--global-palette6);--wp--preset--color--theme-palette-7: var(--global-palette7);--wp--preset--color--theme-palette-8: var(--global-palette8);--wp--preset--color--theme-palette-9: var(--global-palette9);--wp--preset--color--theme-palette-10: var(--global-palette10);--wp--preset--color--theme-palette-11: var(--global-palette11);--wp--preset--color--theme-palette-12: var(--global-palette12);--wp--preset--color--theme-palette-13: var(--global-palette13);--wp--preset--color--theme-palette-14: var(--global-palette14);--wp--preset--color--theme-palette-15: var(--global-palette15);--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: var(--global-font-size-small);--wp--preset--font-size--medium: var(--global-font-size-medium);--wp--preset--font-size--large: var(--global-font-size-large);--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--larger: var(--global-font-size-larger);--wp--preset--font-size--xxlarge: var(--global-font-size-xxlarge);--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);}.wp-block-button{--wp--preset--dimension--25: 25%;--wp--preset--dimension--50: 50%;--wp--preset--dimension--75: 75%;--wp--preset--dimension--100: 100%;}:root { --wp--style--global--content-size: var(--global-calc-content-width);--wp--style--global--wide-size: var(--global-calc-wide-content-width); }:where(body) { margin: 0; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}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;}:root :where(.wp-element-button, .wp-block-button__link){font-style: inherit;font-weight: inherit;letter-spacing: inherit;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-theme-palette-1-color{color: var(--wp--preset--color--theme-palette-1) !important;}.has-theme-palette-2-color{color: var(--wp--preset--color--theme-palette-2) !important;}.has-theme-palette-3-color{color: var(--wp--preset--color--theme-palette-3) !important;}.has-theme-palette-4-color{color: var(--wp--preset--color--theme-palette-4) !important;}.has-theme-palette-5-color{color: var(--wp--preset--color--theme-palette-5) !important;}.has-theme-palette-6-color{color: var(--wp--preset--color--theme-palette-6) !important;}.has-theme-palette-7-color{color: var(--wp--preset--color--theme-palette-7) !important;}.has-theme-palette-8-color{color: var(--wp--preset--color--theme-palette-8) !important;}.has-theme-palette-9-color{color: var(--wp--preset--color--theme-palette-9) !important;}.has-theme-palette-10-color{color: var(--wp--preset--color--theme-palette-10) !important;}.has-theme-palette-11-color{color: var(--wp--preset--color--theme-palette-11) !important;}.has-theme-palette-12-color{color: var(--wp--preset--color--theme-palette-12) !important;}.has-theme-palette-13-color{color: var(--wp--preset--color--theme-palette-13) !important;}.has-theme-palette-14-color{color: var(--wp--preset--color--theme-palette-14) !important;}.has-theme-palette-15-color{color: var(--wp--preset--color--theme-palette-15) !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-theme-palette-1-background-color{background-color: var(--wp--preset--color--theme-palette-1) !important;}.has-theme-palette-2-background-color{background-color: var(--wp--preset--color--theme-palette-2) !important;}.has-theme-palette-3-background-color{background-color: var(--wp--preset--color--theme-palette-3) !important;}.has-theme-palette-4-background-color{background-color: var(--wp--preset--color--theme-palette-4) !important;}.has-theme-palette-5-background-color{background-color: var(--wp--preset--color--theme-palette-5) !important;}.has-theme-palette-6-background-color{background-color: var(--wp--preset--color--theme-palette-6) !important;}.has-theme-palette-7-background-color{background-color: var(--wp--preset--color--theme-palette-7) !important;}.has-theme-palette-8-background-color{background-color: var(--wp--preset--color--theme-palette-8) !important;}.has-theme-palette-9-background-color{background-color: var(--wp--preset--color--theme-palette-9) !important;}.has-theme-palette-10-background-color{background-color: var(--wp--preset--color--theme-palette-10) !important;}.has-theme-palette-11-background-color{background-color: var(--wp--preset--color--theme-palette-11) !important;}.has-theme-palette-12-background-color{background-color: var(--wp--preset--color--theme-palette-12) !important;}.has-theme-palette-13-background-color{background-color: var(--wp--preset--color--theme-palette-13) !important;}.has-theme-palette-14-background-color{background-color: var(--wp--preset--color--theme-palette-14) !important;}.has-theme-palette-15-background-color{background-color: var(--wp--preset--color--theme-palette-15) !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-theme-palette-1-border-color{border-color: var(--wp--preset--color--theme-palette-1) !important;}.has-theme-palette-2-border-color{border-color: var(--wp--preset--color--theme-palette-2) !important;}.has-theme-palette-3-border-color{border-color: var(--wp--preset--color--theme-palette-3) !important;}.has-theme-palette-4-border-color{border-color: var(--wp--preset--color--theme-palette-4) !important;}.has-theme-palette-5-border-color{border-color: var(--wp--preset--color--theme-palette-5) !important;}.has-theme-palette-6-border-color{border-color: var(--wp--preset--color--theme-palette-6) !important;}.has-theme-palette-7-border-color{border-color: var(--wp--preset--color--theme-palette-7) !important;}.has-theme-palette-8-border-color{border-color: var(--wp--preset--color--theme-palette-8) !important;}.has-theme-palette-9-border-color{border-color: var(--wp--preset--color--theme-palette-9) !important;}.has-theme-palette-10-border-color{border-color: var(--wp--preset--color--theme-palette-10) !important;}.has-theme-palette-11-border-color{border-color: var(--wp--preset--color--theme-palette-11) !important;}.has-theme-palette-12-border-color{border-color: var(--wp--preset--color--theme-palette-12) !important;}.has-theme-palette-13-border-color{border-color: var(--wp--preset--color--theme-palette-13) !important;}.has-theme-palette-14-border-color{border-color: var(--wp--preset--color--theme-palette-14) !important;}.has-theme-palette-15-border-color{border-color: var(--wp--preset--color--theme-palette-15) !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;}.has-larger-font-size{font-size: var(--wp--preset--font-size--larger) !important;}.has-xxlarge-font-size{font-size: var(--wp--preset--font-size--xxlarge) !important;}
:root :where(.wp-block-icon svg){width: 24px;}
:where(.wp-block-gallery.is-layout-flex){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}:where(.wp-block-gallery.is-layout-grid){gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 0.5em ) ) );}
:where(.wp-block-latest-posts.is-layout-flex){gap: 1.25em;}:where(.wp-block-latest-posts.is-layout-grid){gap: 1.25em;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */
</style>
<link rel='stylesheet' id='contact-form-7-css' href='https://477779.eu/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.1.7' media='all' />
<style id="contact-form-7-inline-css">
.wpcf7 .wpcf7-recaptcha iframe {margin-bottom: 0;}.wpcf7 .wpcf7-recaptcha[data-align="center"] > div {margin: 0 auto;}.wpcf7 .wpcf7-recaptcha[data-align="right"] > div {margin: 0 0 0 auto;}
/*# sourceURL=contact-form-7-inline-css */
</style>
<link rel='stylesheet' id='bm_woocommerce_front_css-css' href='https://477779.eu/wp-content/plugins/platnosci-online-blue-media/assets/css/frontend.css?ver=5.0.1' media='all' />
<link rel='stylesheet' id='simple-banner-style-css' href='https://477779.eu/wp-content/plugins/simple-banner/simple-banner.css?ver=3.3.2' media='all' />
<style id="woocommerce-inline-inline-css">
.woocommerce form .form-row .required { visibility: visible; }
/*# sourceURL=woocommerce-inline-inline-css */
</style>
<link rel='stylesheet' id='product-size-charts-css' href='https://477779.eu/wp-content/plugins/woo-advanced-product-size-chart/public/css/size-chart-for-woocommerce-public.css?ver=2.4.8' media='all' />
<link rel='stylesheet' id='woo-variation-swatches-css' href='https://477779.eu/wp-content/plugins/woo-variation-swatches/assets/css/frontend.min.css?ver=2.4.0' media='all' />
<style id="woo-variation-swatches-inline-css">
:root {
--wvs-tick:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");

--wvs-cross:url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
--wvs-single-product-item-width:30px;
--wvs-single-product-item-height:30px;
--wvs-single-product-item-font-size:16px}
/*# sourceURL=woo-variation-swatches-inline-css */
</style>
<link rel='stylesheet' id='dgwt-wcas-style-css' href='https://477779.eu/wp-content/plugins/ajax-search-for-woocommerce/assets/css/style.min.css?ver=1.34.2' media='all' />
<link rel='stylesheet' id='kadence-global-css' href='https://477779.eu/wp-content/themes/kadence/assets/css/global.min.css?ver=1784893729' media='all' />
<style id="kadence-global-inline-css">
/* Kadence Base CSS */
:root{--global-palette1:#3182CE;--global-palette2:#2B6CB0;--global-palette3:#1A202C;--global-palette4:#121212;--global-palette5:#4A5568;--global-palette6:#718096;--global-palette7:#EDF2F7;--global-palette8:#F7FAFC;--global-palette9:#FFFFFF;--global-palette10:oklch(from var(--global-palette1) calc(l + 0.10 * (1 - l)) calc(c * 1.00) calc(h + 180) / 100%);--global-palette11:#13612e;--global-palette12:#1159af;--global-palette13:#b82105;--global-palette14:#f7630c;--global-palette15:#f5a524;--global-palette9rgb:255, 255, 255;--global-palette-highlight:#121212;--global-palette-highlight-alt:#121212;--global-palette-highlight-alt2:var(--global-palette9);--global-palette-btn-bg:#121212;--global-palette-btn-bg-hover:#5c5c5c;--global-palette-btn:var(--global-palette9);--global-palette-btn-hover:var(--global-palette9);--global-palette-btn-sec-bg:var(--global-palette7);--global-palette-btn-sec-bg-hover:var(--global-palette2);--global-palette-btn-sec:var(--global-palette3);--global-palette-btn-sec-hover:var(--global-palette9);--global-body-font-family:'Anek Kannada', sans-serif;--global-heading-font-family:inherit;--global-primary-nav-font-family:inherit;--global-fallback-font:sans-serif;--global-display-fallback-font:sans-serif;--global-content-width:1290px;--global-content-wide-width:calc(1290px + 230px);--global-content-narrow-width:842px;--global-content-edge-padding:1.5rem;--global-content-boxed-padding:2rem;--global-calc-content-width:calc(1290px - var(--global-content-edge-padding) - var(--global-content-edge-padding) );--wp--style--global--content-size:var(--global-calc-content-width);}.wp-site-blocks{--global-vw:calc( 100vw - ( 0.5 * var(--scrollbar-offset)));}:root body.kadence-elementor-colors{--e-global-color-kadence1:var(--global-palette1);--e-global-color-kadence2:var(--global-palette2);--e-global-color-kadence3:var(--global-palette3);--e-global-color-kadence4:var(--global-palette4);--e-global-color-kadence5:var(--global-palette5);--e-global-color-kadence6:var(--global-palette6);--e-global-color-kadence7:var(--global-palette7);--e-global-color-kadence8:var(--global-palette8);--e-global-color-kadence9:var(--global-palette9);--e-global-color-kadence10:var(--global-palette10);--e-global-color-kadence11:var(--global-palette11);--e-global-color-kadence12:var(--global-palette12);--e-global-color-kadence13:var(--global-palette13);--e-global-color-kadence14:var(--global-palette14);--e-global-color-kadence15:var(--global-palette15);}body{background:var(--global-palette9);}body, input, select, optgroup, textarea{font-style:normal;font-weight:normal;font-size:17px;line-height:1.6;font-family:var(--global-body-font-family);color:var(--global-palette4);}.content-bg, body.content-style-unboxed .site{background:var(--global-palette9);}h1,h2,h3,h4,h5,h6{font-family:var(--global-heading-font-family);}h1{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}h2{font-weight:700;font-size:28px;line-height:1.5;color:var(--global-palette3);}h3{font-weight:700;font-size:24px;line-height:1.5;color:var(--global-palette3);}h4{font-weight:700;font-size:22px;line-height:1.5;color:var(--global-palette4);}h5{font-weight:700;font-size:20px;line-height:1.5;color:var(--global-palette4);}h6{font-weight:700;font-size:18px;line-height:1.5;color:var(--global-palette5);}.entry-hero .kadence-breadcrumbs{max-width:1290px;}.site-container, .site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container{max-width:var(--global-content-width);}.content-width-narrow .content-container.site-container, .content-width-narrow .hero-container.site-container{max-width:var(--global-content-narrow-width);}@media all and (min-width: 1520px){.wp-site-blocks .content-container  .alignwide{margin-left:-115px;margin-right:-115px;width:unset;max-width:unset;}}@media all and (min-width: 1102px){.content-width-narrow .wp-site-blocks .content-container .alignwide{margin-left:-130px;margin-right:-130px;width:unset;max-width:unset;}}.content-style-boxed .wp-site-blocks .entry-content .alignwide{margin-left:calc( -1 * var( --global-content-boxed-padding ) );margin-right:calc( -1 * var( --global-content-boxed-padding ) );}.content-area{margin-top:5rem;margin-bottom:5rem;}@media all and (max-width: 1024px){.content-area{margin-top:3rem;margin-bottom:3rem;}}@media all and (max-width: 767px){.content-area{margin-top:2rem;margin-bottom:2rem;}}@media all and (max-width: 1024px){:root{--global-content-boxed-padding:2rem;}}@media all and (max-width: 767px){:root{--global-content-boxed-padding:1.5rem;}}.entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.entry-content-wrap{padding:1.5rem;}}.entry.single-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.entry.loop-entry{box-shadow:0px 15px 15px -10px rgba(0,0,0,0.05);}.loop-entry .entry-content-wrap{padding:2rem;}@media all and (max-width: 1024px){.loop-entry .entry-content-wrap{padding:2rem;}}@media all and (max-width: 767px){.loop-entry .entry-content-wrap{padding:1.5rem;}}button, .button, .wp-block-button__link, input[type="button"], input[type="reset"], input[type="submit"], .fl-button, .elementor-button-wrapper .elementor-button, .wc-block-components-checkout-place-order-button, .wc-block-cart__submit{border-radius:3px;box-shadow:0px 0px 0px -7px rgba(0,0,0,0);}button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:active, .wc-block-cart__submit:hover{box-shadow:0px 15px 25px -7px rgba(0,0,0,0.1);}.kb-button.kb-btn-global-outline.kb-btn-global-inherit{padding-top:calc(px - 2px);padding-right:calc(px - 2px);padding-bottom:calc(px - 2px);padding-left:calc(px - 2px);}@media all and (min-width: 1025px){.transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 1024px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}@media all and (max-width: 767px){.mobile-transparent-header .entry-hero .entry-hero-container-inner{padding-top:80px;}}#kt-scroll-up-reader, #kt-scroll-up{border-radius:0px 0px 0px 0px;bottom:50px;font-size:1.2em;padding:0.4em 0.4em 0.4em 0.4em;}#kt-scroll-up-reader.scroll-up-side-right, #kt-scroll-up.scroll-up-side-right{right:50px;}#kt-scroll-up-reader.scroll-up-side-left, #kt-scroll-up.scroll-up-side-left{left:50px;}
/* Kadence Header CSS */
@media all and (max-width: 1024px){.mobile-transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.kadence-scrollbar-fixer.mobile-transparent-header #masthead{right:var(--scrollbar-offset,0);}.mobile-transparent-header #masthead, .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner, .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}.site-header-row-tablet-layout-fullwidth, .site-header-row-tablet-layout-standard{padding:0px;}}@media all and (min-width: 1025px){.transparent-header #masthead{position:absolute;left:0px;right:0px;z-index:100;}.transparent-header.kadence-scrollbar-fixer #masthead{right:var(--scrollbar-offset,0);}.transparent-header #masthead, .transparent-header .site-top-header-wrap .site-header-row-container-inner, .transparent-header .site-main-header-wrap .site-header-row-container-inner, .transparent-header .site-bottom-header-wrap .site-header-row-container-inner{background:transparent;}}.site-branding a.brand img{max-width:150px;}.site-branding a.brand img.svg-logo-image{width:150px;}@media all and (max-width: 767px){.site-branding a.brand img{max-width:75px;}.site-branding a.brand img.svg-logo-image{width:75px;}}.site-branding{padding:0px 0px 0px 0px;}#masthead, #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start) > .site-header-row-container-inner{background:#ffffff;}.site-main-header-wrap .site-header-row-container-inner{border-bottom:1px solid #e3e3e3;}.site-main-header-inner-wrap{min-height:80px;}@media all and (max-width: 767px){.site-main-header-wrap .site-header-row-container-inner>.site-container{padding:0px 0px 0px 0px;}}.site-main-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-header-upper-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-header-inner-wrap.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-top-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck, .site-bottom-header-wrap.site-header-row-container.site-header-focus-item.site-header-row-layout-standard.kadence-sticky-header.item-is-fixed.item-is-stuck{box-shadow:0px 0px 0px 0px rgba(0,0,0,0);}.header-navigation[class*="header-navigation-style-underline"] .header-menu-container.primary-menu-container>ul>li>a:after{width:calc( 100% - 1.2em);}.main-navigation .primary-menu-container > ul > li.menu-item > a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:0.2em;padding-bottom:0.2em;color:#121212;}.main-navigation .primary-menu-container > ul > li.menu-item .dropdown-nav-special-toggle{right:calc(1.2em / 2);}.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{color:#121212;}.main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a{color:#121212;}.header-navigation .header-menu-container ul ul.sub-menu, .header-navigation .header-menu-container ul ul.submenu{background:#ffffff;box-shadow:0px 2px 13px 0px rgba(0,0,0,0.1);}.header-navigation .header-menu-container ul ul li.menu-item, .header-menu-container ul.menu > li.kadence-menu-mega-enabled > ul > li.menu-item > a{border-bottom:1px solid rgba(255,255,255,0.1);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item > a{width:300px;padding-top:1em;padding-bottom:1em;color:#000000;font-style:normal;font-size:16px;}.header-navigation .header-menu-container ul ul li.menu-item > a:hover{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item > a{color:var(--global-palette9);background:var(--global-palette4);border-radius:0px 0px 0px 0px;}.mobile-toggle-open-container .menu-toggle-open, .mobile-toggle-open-container .menu-toggle-open:focus{color:#121212;padding:0.4em 0.6em 0.4em 0.6em;font-size:14px;}.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered{border:1px solid currentColor;}.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size:20px;}.mobile-toggle-open-container .menu-toggle-open:hover, .mobile-toggle-open-container .menu-toggle-open:focus-visible{color:#121212;}.mobile-navigation ul li{font-style:normal;font-size:16px;}.mobile-navigation ul li a{padding-top:1em;padding-bottom:1em;}.mobile-navigation ul li > a, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap{color:#121212;}.mobile-navigation ul li > a:hover, .mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap:hover{color:#121212;}.mobile-navigation ul li.current-menu-item > a, .mobile-navigation ul li.current-menu-item.menu-item-has-children > .drawer-nav-drop-wrap{color:#121212;}.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap, .mobile-navigation ul li:not(.menu-item-has-children) a{border-bottom:1px solid rgba(255,255,255,0.1);}.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button{border-left:1px solid rgba(255,255,255,0.1);}#mobile-drawer .drawer-inner, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg, #mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated.show-drawer .drawer-inner{background:#ffffff;}#mobile-drawer .drawer-header .drawer-toggle{padding:0.6em 0.15em 0.6em 0.15em;font-size:26px;}#mobile-drawer .drawer-header .drawer-toggle, #mobile-drawer .drawer-header .drawer-toggle:focus{color:#121212;}#mobile-drawer .drawer-header .drawer-toggle:hover, #mobile-drawer .drawer-header .drawer-toggle:focus:hover{color:#121212;}.header-html{margin:0px 10px 0px 0px;}.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button{padding:0px 0px 0px 10px;}.header-cart-wrap .header-cart-button .header-cart-total{background:#000000;color:#ffffff;}.header-mobile-cart-wrap .header-cart-inner-wrap .header-cart-button{padding:0px 0px 0px 10px;}.header-mobile-social-wrap{margin:0px 0px 0px 0px;}.header-mobile-social-wrap .header-mobile-social-inner-wrap{font-size:1.3em;gap:0.35em;}.header-mobile-social-wrap .header-mobile-social-inner-wrap .social-button{border:2px none transparent;border-radius:3px;}.search-toggle-open-container .search-toggle-open{color:var(--global-palette5);margin:0px 0px 0px 0px;}.search-toggle-open-container .search-toggle-open.search-toggle-style-bordered{border:1px solid currentColor;}.search-toggle-open-container .search-toggle-open .search-toggle-icon{font-size:1em;}.search-toggle-open-container .search-toggle-open:hover, .search-toggle-open-container .search-toggle-open:focus{color:var(--global-palette-highlight);}#search-drawer .drawer-inner{background:rgba(9, 12, 16, 0.97);}.mobile-html{margin:0px 0px 0px 0px;}
/* Kadence Footer CSS */
.site-middle-footer-wrap .site-footer-row-container-inner{border-top:1px solid #e3e3e3;border-bottom:0px none transparent;}.site-middle-footer-inner-wrap{padding-top:15px;padding-bottom:15px;grid-column-gap:30px;grid-row-gap:30px;}.site-middle-footer-inner-wrap .widget{margin-bottom:30px;}.site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}.site-top-footer-wrap .site-footer-row-container-inner{border-top:1px solid #e3e3e3;}.site-top-footer-inner-wrap{padding-top:60px;padding-bottom:60px;grid-column-gap:30px;grid-row-gap:30px;}.site-top-footer-inner-wrap .widget{margin-bottom:30px;}.site-top-footer-inner-wrap .site-footer-section:not(:last-child):after{right:calc(-30px / 2);}.footer-social-wrap .footer-social-inner-wrap{font-size:1em;gap:0.3em;}.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button{border:2px none currentColor;border-radius:3px;}#colophon .footer-html{font-style:normal;font-size:12px;}#colophon .footer-navigation .footer-menu-container > ul > li > a{padding-left:calc(1.2em / 2);padding-right:calc(1.2em / 2);padding-top:calc(0.6em / 2);padding-bottom:calc(0.6em / 2);color:var(--global-palette5);}#colophon .footer-navigation .footer-menu-container > ul li a:hover{color:var(--global-palette-highlight);}#colophon .footer-navigation .footer-menu-container > ul li.current-menu-item > a{color:var(--global-palette3);}
/* Kadence Woo CSS */
.entry-hero.product-hero-section .entry-header{min-height:200px;}.product-title .single-category{font-weight:700;font-size:32px;line-height:1.5;color:var(--global-palette3);}.wp-site-blocks .product-hero-section .extra-title{font-weight:700;font-size:32px;line-height:1.5;}@media all and (max-width: 767px){.woocommerce ul.products:not(.products-list-view), .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products{grid-template-columns:repeat(2, minmax(0, 1fr));column-gap:0.5rem;grid-row-gap:0.5rem;}}.entry-hero.product-archive-hero-section .entry-header{min-height:240px;}.wp-site-blocks .product-archive-title h1{font-style:normal;}.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .product-details .woocommerce-loop-product__title, .woocommerce ul.products li.product .product-details .woocommerce-loop-category__title, .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title{font-style:normal;font-size:12px;}.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button), .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link{border:2px none transparent;box-shadow:0px 0px 0px 0px rgba(0,0,0,0.0);}.woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button):hover, .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button):hover, .wc-block-grid__product.woo-archive-btn-button .product-details .wc-block-grid__product-add-to-cart .wp-block-button__link:hover{box-shadow:0px 0px 0px 0px rgba(0,0,0,0);}
/*# sourceURL=kadence-global-inline-css */
</style>
<link rel='stylesheet' id='kadence-header-css' href='https://477779.eu/wp-content/themes/kadence/assets/css/header.min.css?ver=1784893729' media='all' />
<link rel='stylesheet' id='kadence-content-css' href='https://477779.eu/wp-content/themes/kadence/assets/css/content.min.css?ver=1784893729' media='all' />
<link rel='stylesheet' id='kadence-woocommerce-css' href='https://477779.eu/wp-content/themes/kadence/assets/css/woocommerce.min.css?ver=1784893729' media='all' />
<link rel='stylesheet' id='kadence-footer-css' href='https://477779.eu/wp-content/themes/kadence/assets/css/footer.min.css?ver=1784893729' media='all' />
<link rel='stylesheet' id='chld_thm_cfg_child-css' href='https://477779.eu/wp-content/themes/kadence-child/style.css?ver=1.2.4.1716914258' media='all' />
<link rel='stylesheet' id='kadence-related-posts-css' href='https://477779.eu/wp-content/themes/kadence/assets/css/related-posts.min.css?ver=1784893729' media='all' />
<link rel='stylesheet' id='kad-splide-css' href='https://477779.eu/wp-content/themes/kadence/assets/css/kadence-splide.min.css?ver=1784893729' media='all' />
<link rel='stylesheet' id='yay-currency-frontend-style-css' href='https://477779.eu/wp-content/plugins/yaycurrency-pro/src/styles.css?ver=3.3.5' media='all' />
<link rel='stylesheet' id='yay-currency-caching-frontend-css' href='https://477779.eu/wp-content/plugins/yaycurrency-pro/src/compatibles/cache/yay-caching.css?ver=3.3.5' media='all' />
<script async data-wp-strategy="async" id="monsterinsights-frontend-script-js" src="https://477779.eu/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.js?ver=11.3.0"></script>
<script data-cfasync="false" data-wpfc-render="false" id='monsterinsights-frontend-script-js-extra'>var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/477779.eu","hash_tracking":"false","v4_id":"G-LWQP0BQ1K7"};</script>
<script id="jquery-core-js" src="https://477779.eu/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script>
<script id="jquery-migrate-js" src="https://477779.eu/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1"></script>
<script id="simple-banner-script-js-before">
const simpleBannerScriptParams = {"pro_version_enabled":"","debug_mode":"","id":867,"version":"3.3.2","banner_params":[{"hide_simple_banner":"yes","simple_banner_prepend_element":"body","simple_banner_position":"absolute","header_margin":"40px","header_padding":"27px","wp_body_open_enabled":"","wp_body_open":true,"simple_banner_z_index":"","disabled_on_current_page":false,"disabled_pages_array":[],"is_current_page_a_post":false,"disabled_on_posts":"","simple_banner_disabled_page_paths":"","simple_banner_font_size":"16px","simple_banner_color":"#000000","simple_banner_text_color":"","simple_banner_link_color":"#ffffff","simple_banner_close_color":"","simple_banner_text":"FREE SHIPPING FOR ORDERS ABOVE 1000PLN\/270USD\/235EUR SHOP CLOSES SEPTEMBER 3RD 10PM CEST","simple_banner_custom_css":"","simple_banner_scrolling_custom_css":"","simple_banner_text_custom_css":"","simple_banner_button_css":"","site_custom_css":"","keep_site_custom_css":"","site_custom_js":"","keep_site_custom_js":"","close_button_enabled":"","close_button_expiration":"","close_button_cookie_set":false,"current_date":{"date":"2026-09-23 23:22:46.660821","timezone_type":3,"timezone":"UTC"},"start_date":{"date":"2026-09-23 23:22:46.660825","timezone_type":3,"timezone":"UTC"},"end_date":{"date":"2026-09-23 23:22:46.660827","timezone_type":3,"timezone":"UTC"},"simple_banner_start_after_date":"","simple_banner_remove_after_date":"","simple_banner_insert_inside_element":""}]}
//# sourceURL=simple-banner-script-js-before
</script>
<script id="simple-banner-script-js" src="https://477779.eu/wp-content/plugins/simple-banner/simple-banner.js?ver=3.3.2"></script>
<script data-wp-strategy="defer" id="wc-jquery-blockui-js" src="https://477779.eu/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.11.1.2"></script>
<script data-wp-strategy="defer" defer id="wc-js-cookie-js" src="https://477779.eu/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.11.1.2"></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":"Show password","i18n_password_hide":"Hide password"};
//# sourceURL=woocommerce-js-extra
</script>
<script data-wp-strategy="defer" defer id="woocommerce-js" src="https://477779.eu/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=11.1.2"></script>
<link rel="https://api.w.org/" href="https://477779.eu/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://477779.eu/wp-json/wp/v2/elementor_library/867" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://477779.eu/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.1.2" />
<meta name="generator" content="WooCommerce 11.1.2" />
<link rel="canonical" href="https://477779.eu/?elementor_library=maintenance" />
<link rel='shortlink' href='https://477779.eu/?p=867' />
<style id="simple-banner-hide" type="text/css">.simple-banner{display:none;}</style><style id="simple-banner-position" type="text/css">.simple-banner{position:absolute;}</style><style id="simple-banner-font-size" type="text/css">.simple-banner .simple-banner-text{font-size:16px;}</style><style id="simple-banner-background-color" type="text/css">.simple-banner{background:#000000;}</style><style id="simple-banner-text-color" type="text/css">.simple-banner .simple-banner-text{color: #ffffff;}</style><style id="simple-banner-link-color" type="text/css">.simple-banner .simple-banner-text a{color:#ffffff;}</style><style id="simple-banner-z-index" type="text/css">.simple-banner{z-index: 99999;}</style><style id="simple-banner-site-custom-css-dummy" type="text/css"></style><script id="simple-banner-site-custom-js-dummy" type="text/javascript"></script>		<style>
			.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler{max-width:20px}.dgwt-wcas-search-wrapp{max-width:600px}		</style>
			<noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript>
			<style>#wp-admin-bar-elementor-maintenance-on > a { background-color: #dc3232; }
			#wp-admin-bar-elementor-maintenance-on > .ab-item:before { content: "\f160"; top: 2px; }</style>
		<meta name="generator" content="Elementor 4.3.0; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap">
			<script  type="text/javascript">
				window.__wc_fb_page_generated = 1790205766;
				!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
					n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
					n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
					t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
					document,'script','https://connect.facebook.net/en_US/fbevents.js');
			</script>
			<!-- WooCommerce Facebook Integration Begin -->
			<script  type="text/javascript">

				window.FacebookSignals = window.FacebookSignals || {
	_held: false,
	_releasing: false,
	_pixelInitialized: false,
	_pixelId: null,
	_pixelUserInfo: {},
	_pixelOptions: {},
	_pendingPixelEvents: [],
	_queue: [],
	_config: {},
	_attribution: {},
	_seenEventIds: {},
	_fbclid: (function() {
		try {
			var m = window.location.search.match(/[?&]fbclid=([^&]*)/);
			return m ? decodeURIComponent(m[1]) : null;
		} catch(e) { return null; }
	})(),

	init: function(config) {
		config = config || {};
		this._config = config;
		this._attribution = config.attribution || {};

		var cookieState = this._getCookie('wc_facebook_signals_state');
		this._held = cookieState ? cookieState === 'held' : !!config.held;

		this._fbclid = this._fbclid || null;

		if (typeof fbq === 'function') {
			fbq('consent', this._held ? 'revoke' : 'grant');
		}

		try {
			var raw = window.sessionStorage.getItem('wc_facebook_signals_seen_event_ids');
			this._seenEventIds = raw ? JSON.parse(raw) : {};
		} catch (e) {
			this._seenEventIds = this._seenEventIds || {};
		}
	},

	initPixel: function(pixelId, userInfo, options) {
		this._pixelId = pixelId;
		this._pixelUserInfo = userInfo && typeof userInfo === 'object' && !Array.isArray(userInfo) ? userInfo : {};
		this._pixelOptions = options || {};
		if (!this._held) {
			this._runPixelInit();
		}
	},

	_runPixelInit: function() {
		if (this._pixelInitialized || !this._pixelId || typeof fbq !== 'function') return;
		fbq('init', this._pixelId, this._pixelUserInfo, this._pixelOptions);
		this._pixelInitialized = true;
		this._flushPendingPixelEvents();
	},

	_flushPendingPixelEvents: function() {
		var pending = this._pendingPixelEvents;
		this._pendingPixelEvents = [];
		for (var i = 0; i < pending.length; i++) {
			var ev = pending[i];
			this._firePixelEvent(ev.name, ev.params, ev.method, ev.eventId);
		}
	},

	_fireOrQueuePixelEvent: function(name, params, method, eventId) {
		if (!this._pixelInitialized) {
			this._pendingPixelEvents.push({
				name: name, params: params || {}, method: method || 'track', eventId: eventId || null
			});
			return;
		}
		this._firePixelEvent(name, params || {}, method || 'track', eventId || null);
	},

	_firePixelEvent: function(name, params, method, eventId) {
		method = method || 'track';
		if (eventId) {
			fbq(method, name, params || {}, { eventID: eventId });
		} else {
			fbq(method, name, params || {});
		}
	},

	queueEvent: function(eventData) {
		if (!eventData || !eventData.event_name) return;

		var originalId = eventData.event_id || null;
		if (originalId && this._seenEventIds[originalId]) return;

		if (!this._held) {
			this._fireOrQueuePixelEvent(eventData.event_name, eventData.custom_data || {}, eventData.method || 'track', originalId);
			return;
		}

		eventData = this._cloneEventData(eventData);
		eventData.event_id = this._generateEventId();
		eventData.event_time = eventData.event_time || Math.floor(Date.now() / 1000);
		this._queue.push(eventData);

		var idToMark = originalId || eventData.event_id;
		if (idToMark) {
			this._seenEventIds[idToMark] = 1;
			try {
				window.sessionStorage.setItem(
					'wc_facebook_signals_seen_event_ids',
					JSON.stringify(this._seenEventIds)
				);
			} catch (e) {}
		}
	},

	trackEvent: function(name, params, userData, method, eventId) {
		method = method || 'track';
		eventId = eventId || (params && params.eventID) || null;

		if (this._held) {
			this.queueEvent({
				event_name: name,
				custom_data: params || {},
				event_id: eventId,
				event_time: Math.floor(Date.now() / 1000),
				method: method
			});
		} else {
			this._fireOrQueuePixelEvent(name, params || {}, method, eventId);
		}
	},

	release: function() {
		var self = this;
		if (!self._held || self._releasing || !self._config.ajaxUrl) {
			return Promise.resolve({ success: true, data: { sent_count: 0 } });
		}

		self._releasing = true;
		var attribution = self._collectAttribution();

		var payload = JSON.stringify({
			events: self._queue,
			attribution: {
				fbp: attribution.fbp || null,
				fbc: attribution.fbc || null
			},
			fbclid: self._fbclid || null
		});

		var url = self._config.ajaxUrl +
			(self._config.ajaxUrl.indexOf('?') === -1 ? '?' : '&') +
			'action=' + encodeURIComponent(self._config.action);

		return new Promise(function(resolve, reject) {
			var xhr = new XMLHttpRequest();
			xhr.open('POST', url, true);
			xhr.setRequestHeader('Content-Type', 'application/json');
			xhr.onload = function() {
				if (xhr.status >= 200 && xhr.status < 300) {
					try {
						var resp = JSON.parse(xhr.responseText);
						self._handleReleaseResponse(resp.data || {}, attribution);
						resolve(resp);
					} catch(e) { self._releasing = false; reject(e); }
				} else {
					self._releasing = false;
					reject(new Error('Signal release AJAX failed: ' + xhr.status));
				}
			};
			xhr.onerror = function() { self._releasing = false; reject(new Error('Network error')); };
			xhr.send(payload);
		});
	},

	_handleReleaseResponse: function(data, attribution) {
		this._syncAttributionCookies(data || {}, attribution);

		// Override cached user_info with fresh data from the release response.
		if (data.user_info && typeof data.user_info === 'object' && !Array.isArray(data.user_info)) {
			this._pixelUserInfo = data.user_info;
		}

		this._held = false;
		this._releasing = false;

		fbq('consent', 'grant');
		this._runPixelInit();

		var queue = this._queue;
		for (var i = 0; i < queue.length; i++) {
			var ev = queue[i];
			this._fireOrQueuePixelEvent(ev.event_name, ev.custom_data || {}, ev.method || 'track', ev.event_id || null);
		}

		this._queue = [];
	},

	_collectAttribution: function() {
		var clientParams = {};
		if (typeof clientParamBuilder !== 'undefined') {
			try {
				clientParams = clientParamBuilder.processAndCollectParams(this._getAttributionUrl()) || {};
			} catch (e) {}
		}

		var fbp = this._getCookie('_fbp') || clientParams._fbp || (typeof clientParamBuilder !== 'undefined' ? clientParamBuilder.getFbp() : null);
		var fbc = this._getCookie('_fbc') || clientParams._fbc || (typeof clientParamBuilder !== 'undefined' ? clientParamBuilder.getFbc() : null);

		if (!fbc && this._fbclid) {
			fbc = 'fb.1.' + Date.now() + '.' + this._fbclid;
		}

		return { fbp: fbp || null, fbc: fbc || null };
	},

	_syncAttributionCookies: function(data, attribution) {
		var fbp = data.fbp || (attribution && attribution.fbp) || null;
		var fbc = data.fbc || (attribution && attribution.fbc) || null;

		if (fbp) {
			this._setAttributionCookie('_fbp', fbp, data.fbp_domain || null);
		}
		if (fbc) {
			this._setAttributionCookie('_fbc', fbc, data.fbc_domain || null);
		}
	},

	_setAttributionCookie: function(name, value, domain) {
		if (!value) return;
		var domainAttr = domain ? ';domain=' + domain : '';
		document.cookie = name + '=' + encodeURIComponent(value) + ';path=/;max-age=7776000' + domainAttr + ';SameSite=Lax';
	},

	_getCookie: function(name) {
		var match = document.cookie.match(new RegExp('(?:^|;\\s*)' + name.replace(/[.*+?^${}()|[\]\\]/g, '\\$&') + '=([^;]*)'));
		if (!match) return null;
		try { return decodeURIComponent(match[1]); } catch(e) { return null; }
	},

	_cloneEventData: function(eventData) {
		var clone = {};
		for (var key in eventData) {
			if (Object.prototype.hasOwnProperty.call(eventData, key)) {
				clone[key] = eventData[key];
			}
		}
		return clone;
	},

	_generateEventId: function() {
		if (window.crypto && typeof window.crypto.randomUUID === 'function') {
			return window.crypto.randomUUID();
		}
		return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
			var r = Math.random() * 16 | 0;
			return (c === 'x' ? r : (r & 0x3 | 0x8)).toString(16);
		});
	},

	_getAttributionUrl: function() {
		if (!this._fbclid) return window.location.href;
		try {
			var url = new URL(window.location.href);
			if (!url.searchParams.get('fbclid')) {
				url.searchParams.set('fbclid', this._fbclid);
			}
			return url.toString();
		} catch (e) {
			return window.location.href;
		}
	}
};
				FacebookSignals.init({
					held: false,
					ajaxUrl: "https:\/\/477779.eu\/wp-admin\/admin-ajax.php",
					action: 'facebook_release_signals',
					pixelId: "618280483905642",
					attribution: {}
				});
				FacebookSignals.initPixel(
					"618280483905642",
					{},
					{"agent":"woocommerce_6-11.1.2-3.7.6"}				);

				document.addEventListener( 'DOMContentLoaded', function() {
					document.body.insertAdjacentHTML( 'beforeend', '<div class=\"wc-facebook-pixel-event-placeholder\"></div>' );
				}, false );

			</script>
			<!-- WooCommerce Facebook Integration End -->
						<style>
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			</style>
			<link rel='stylesheet' id='kadence-fonts-gfonts-css' href='https://fonts.googleapis.com/css?family=Anek%20Kannada:regular,700&#038;display=swap' media='all' />
<link rel="icon" href="https://477779.eu/wp-content/uploads/2024/05/cropped-wi⌐ksze-32x32.png" sizes="32x32" />
<link rel="icon" href="https://477779.eu/wp-content/uploads/2024/05/cropped-wi⌐ksze-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://477779.eu/wp-content/uploads/2024/05/cropped-wi⌐ksze-180x180.png" />
<meta name="msapplication-TileImage" content="https://477779.eu/wp-content/uploads/2024/05/cropped-wi⌐ksze-270x270.png" />
<style id="wp-custom-css">
.ajax_add_to_cart {
	display: none !important;
}

.entry.loop-entry {
	box-shadow: none;
}

.product-details {
	padding: 16px 0 !important;
	margin: 0 !important;
}

.entry {
	border-radius: 0;
}

.orderby {
	font-weight: normal !important;
	border-bottom: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 0;
	justify-content: flex-start;
}

.mobile-drawer-content {
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between !important;
	align-content: center;
	align-items: flex-start
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	background-color: #fff;
  color: #000;
  width: 100%;
	border-color: #000;
}

.button.product_type_variable.add_to_cart_button {
	display: none !important;
}

.alg_currency_select {
	width: 100%;
	border: none;
	font-size: 14px !important;
}

.home .page-title {
	display: none;
}

.product_type_simple {
	display: none !important;
}

.tagged_as {
	display: none !important;
}

.product_type_variable {
	display: none !important;
}

.woocommerce-cart .wp-block-button__link.add_to_cart_button {
	display: none !important;
}

.drawer-inner {
	width: 60% !important;
}

.orderby,
.kadence-woo-results-count{
	color: #989a9c;
}

.wp-image-609 {
	width: 100px !important;
}

.yay-currency-custom-select__trigger {
	border: 0;
}

.yay-currency-custom-select__trigger:hover {
	border: 0;
}

.yay-currency-custom-select__trigger:active {
	border: 0;
}

.footer-widget-area {
	align-items: center;
	text-align: end;
}

.woocommerce-checkout .woocommerce-info {
	background: #ffffff !important;
	border: none !important;
	padding-left: 0;
	padding-right: 0;
}

.yay-currency-checkout-notice {
	display: none !important;
}

.payment_method_bacs p:first-child
	display: none !important;
}


@media screen and (max-width: 767px) {
	.kadence-woo-results-count {
		width: 50%;
	}
	
	.woocommerce-result-count {
		width: 100%;
	}
	
	.kadence-woo-ordering {
		width: 50% !important;
	}
	
	.kadence-woo-ordering select {
		width: 100%
	}
	
	.woocommerce-checkout .woocommerce-shipping-totals th {
		width: 10%;
	}
	
	.woocommerce-checkout .product-total {
		width: 20%;
	}
	
	.woocommerce-checkout .content-area {
		padding: 0 15px;
	}
	
	.yay-currency-custom-select__trigger {
	width:
}
	
	#shipping_method {
		font-size: 13px;
	}
	
	.footer-widget-area {
	text-align: center;
}

}

.woocommerce-currency-switcher {
	border: none;
}

.yay-currency-checkout-converted-approximately {
	display: none;
}
</style>
</head>

<body class="wp-singular elementor_library-template elementor_library-template-elementor_theme single single-elementor_library postid-867 wp-custom-logo wp-embed-responsive wp-theme-kadence wp-child-theme-kadence-child theme-kadence woocommerce-no-js woo-variation-swatches wvs-behavior-blur wvs-theme-kadence-child wvs-show-label footer-on-bottom hide-focus-outline link-style-standard content-title-style-hide content-width-fullwidth content-style-unboxed content-vertical-padding-hide non-transparent-header mobile-non-transparent-header kadence-elementor-colors elementor-default elementor-kit-65 elementor-page elementor-page-867 elementor-maintenance-mode">
<div id="wrapper" class="site wp-site-blocks">
			<a class="skip-link screen-reader-text scroll-ignore" href="#main">Skip to content</a>
		<header id="masthead" class="site-header" role="banner" itemtype="https://schema.org/WPHeader" itemscope>
	<div id="main-header" class="site-header-wrap">
		<div class="site-header-inner-wrap">
			<div class="site-header-upper-wrap">
				<div class="site-header-upper-inner-wrap">
					<div class="site-main-header-wrap site-header-row-container site-header-focus-item site-header-row-layout-standard kadence-sticky-header" data-section="kadence_customizer_header_main" data-shrink="true" data-shrink-height="60" data-reveal-scroll-up="false">
	<div class="site-header-row-container-inner">
				<div class="site-container">
			<div class="site-main-header-inner-wrap site-header-row site-header-row-has-sides site-header-row-center-column">
									<div class="site-header-main-section-left site-header-section site-header-section-left">
						<div class="site-header-item site-header-focus-item" data-section="title_tagline">
	<div class="site-branding branding-layout-standard site-brand-logo-only"><a class="brand has-logo-image" href="https://477779.eu/" rel="home"><img fetchpriority="high" width="912" height="410" src="https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png.png" class="custom-logo" alt="477779" decoding="async" srcset="https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png.png 912w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-600x270.png 600w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-64x29.png 64w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-300x135.png 300w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-768x345.png 768w" sizes="(max-width: 912px) 100vw, 912px" /></a></div></div><!-- data-section="title_tagline" -->
							<div class="site-header-main-section-left-center site-header-section site-header-section-left-center">
															</div>
												</div>
													<div class="site-header-main-section-center site-header-section site-header-section-center">
						<div class="site-header-item site-header-focus-item site-header-item-main-navigation header-navigation-layout-stretch-false header-navigation-layout-fill-stretch-false" data-section="kadence_customizer_primary_navigation">
		<nav id="site-navigation" class="main-navigation header-navigation hover-to-open nav--toggle-sub header-navigation-style-underline header-navigation-dropdown-animation-none" role="navigation" aria-label="Primary">
			<div class="primary-menu-container header-menu-container">
	<ul id="primary-menu" class="menu"><li id="menu-item-197" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-197"><a href="https://477779.eu/">SHOP ALL</a></li>
<li id="menu-item-2710" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-2710"><a href="https://477779.eu/product-category/accessories/">JEWELLERY</a></li>
<li id="menu-item-979" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-979"><a href="https://477779.eu/product-category/watches/">WATCHES</a></li>
<li id="menu-item-3377" class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-3377"><a href="https://477779.eu/product-category/garment/">GARMENT</a></li>
<li id="menu-item-153" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-153"><a href="https://477779.eu/contact/">CONTACT</a></li>
</ul>		</div>
	</nav><!-- #site-navigation -->
	</div><!-- data-section="primary_navigation" -->
					</div>
													<div class="site-header-main-section-right site-header-section site-header-section-right">
													<div class="site-header-main-section-right-center site-header-section site-header-section-right-center">
															</div>
							<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_header_html">
	<div class="header-html inner-link-style-normal"><div class="header-html-inner"><p><div class="yay-currency-shortcode-switcher"><div class="yay-currency-single-page-switcher">

	<form action-xhr="https://477779.eu" method='POST' class='yay-currency-form-switcher'>
		<input type="hidden" class="yay-currency-nonce" name="yay-currency-nonce" value="daddac6a09" /><input type="hidden" name="_wp_http_referer" value="/feed/" /><input type="hidden" name="yay_currency_current_url" value="https://477779.eu/feed" />		<select class='yay-currency-switcher' name='currency' onchange='this.form.submit()'>
			<option value="1619" ></option><option value="1251"  selected='selected'></option><option value="1252" ></option><option value="1537" ></option><option value="1538" ></option><option value="1539" ></option><option value="1522" ></option><option value="1523" ></option><option value="1528" ></option><option value="1529" ></option><option value="1544" ></option><option value="1553" ></option><option value="1554" ></option><option value="1565" ></option><option value="1566" ></option><option value="1567" ></option><option value="1581" ></option><option value="1596" ></option><option value="1597" ></option><option value="1614" ></option><option value="1615" ></option><option value="1616" ></option><option value="1617" ></option><option value="1618" ></option><option value="3362" ></option>		</select>
	</form>
	
	<div class="yay-currency-custom-select-wrapper medium  no-currency-name  ">
	<div class="yay-currency-custom-select">
		<div class="yay-currency-custom-select__trigger medium">
	<div class="yay-currency-custom-selected-option">
				<span class="yay-currency-selected-option">
			EUR		</span>
	</div>

	<div class="yay-currency-custom-arrow">
		<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.556 0 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="yay-currency-arrow-icon" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg>
	</div>
	
	<div class="yay-currency-custom-loader"></div>
</div>		<ul class="yay-currency-custom-options">
	<li class="yay-currency-id-1619 yay-currency-custom-option-row  " data-currency-id="1619">
				<div class="yay-currency-custom-option medium">
			PLN		</div>
			</li>
	<li class="yay-currency-id-1251 yay-currency-custom-option-row selected " data-currency-id="1251">
				<div class="yay-currency-custom-option medium">
			EUR		</div>
					<span class="yay-currency-selected-checked-icon"><span aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#737373" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check size-4" aria-hidden="true"><path d="M20 6 9 17l-5-5"></path></svg></span></span>
			</li>
	<li class="yay-currency-id-1252 yay-currency-custom-option-row  " data-currency-id="1252">
				<div class="yay-currency-custom-option medium">
			USD		</div>
			</li>
	<li class="yay-currency-id-1537 yay-currency-custom-option-row  " data-currency-id="1537">
				<div class="yay-currency-custom-option medium">
			GBP		</div>
			</li>
	<li class="yay-currency-id-1538 yay-currency-custom-option-row  " data-currency-id="1538">
				<div class="yay-currency-custom-option medium">
			AUD		</div>
			</li>
	<li class="yay-currency-id-1539 yay-currency-custom-option-row  " data-currency-id="1539">
				<div class="yay-currency-custom-option medium">
			CAD		</div>
			</li>
	<li class="yay-currency-id-1522 yay-currency-custom-option-row  " data-currency-id="1522">
				<div class="yay-currency-custom-option medium">
			CHF		</div>
			</li>
	<li class="yay-currency-id-1523 yay-currency-custom-option-row  " data-currency-id="1523">
				<div class="yay-currency-custom-option medium">
			JPY		</div>
			</li>
	<li class="yay-currency-id-1528 yay-currency-custom-option-row  " data-currency-id="1528">
				<div class="yay-currency-custom-option medium">
			DKK		</div>
			</li>
	<li class="yay-currency-id-1529 yay-currency-custom-option-row  " data-currency-id="1529">
				<div class="yay-currency-custom-option medium">
			SEK		</div>
			</li>
	<li class="yay-currency-id-1544 yay-currency-custom-option-row  " data-currency-id="1544">
				<div class="yay-currency-custom-option medium">
			SGD		</div>
			</li>
	<li class="yay-currency-id-1553 yay-currency-custom-option-row  " data-currency-id="1553">
				<div class="yay-currency-custom-option medium">
			INR		</div>
			</li>
	<li class="yay-currency-id-1554 yay-currency-custom-option-row  " data-currency-id="1554">
				<div class="yay-currency-custom-option medium">
			AED		</div>
			</li>
	<li class="yay-currency-id-1565 yay-currency-custom-option-row  " data-currency-id="1565">
				<div class="yay-currency-custom-option medium">
			BRL		</div>
			</li>
	<li class="yay-currency-id-1566 yay-currency-custom-option-row  " data-currency-id="1566">
				<div class="yay-currency-custom-option medium">
			CZK		</div>
			</li>
	<li class="yay-currency-id-1567 yay-currency-custom-option-row  " data-currency-id="1567">
				<div class="yay-currency-custom-option medium">
			HKD		</div>
			</li>
	<li class="yay-currency-id-1581 yay-currency-custom-option-row  " data-currency-id="1581">
				<div class="yay-currency-custom-option medium">
			ISK		</div>
			</li>
	<li class="yay-currency-id-1596 yay-currency-custom-option-row  " data-currency-id="1596">
				<div class="yay-currency-custom-option medium">
			KRW		</div>
			</li>
	<li class="yay-currency-id-1597 yay-currency-custom-option-row  " data-currency-id="1597">
				<div class="yay-currency-custom-option medium">
			KWD		</div>
			</li>
	<li class="yay-currency-id-1614 yay-currency-custom-option-row  " data-currency-id="1614">
				<div class="yay-currency-custom-option medium">
			NOK		</div>
			</li>
	<li class="yay-currency-id-1615 yay-currency-custom-option-row  " data-currency-id="1615">
				<div class="yay-currency-custom-option medium">
			TRY		</div>
			</li>
	<li class="yay-currency-id-1616 yay-currency-custom-option-row  " data-currency-id="1616">
				<div class="yay-currency-custom-option medium">
			NZD		</div>
			</li>
	<li class="yay-currency-id-1617 yay-currency-custom-option-row  " data-currency-id="1617">
				<div class="yay-currency-custom-option medium">
			RON		</div>
			</li>
	<li class="yay-currency-id-1618 yay-currency-custom-option-row  " data-currency-id="1618">
				<div class="yay-currency-custom-option medium">
			UAH		</div>
			</li>
	<li class="yay-currency-id-3362 yay-currency-custom-option-row  " data-currency-id="3362">
				<div class="yay-currency-custom-option medium">
			MYR		</div>
			</li>
</ul>	</div>
</div>
</div>
</div></p>
</div></div></div><!-- data-section="header_html" -->
<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_header_search">
	<div  class="dgwt-wcas-search-wrapp dgwt-wcas-has-submit woocommerce dgwt-wcas-style-solaris js-dgwt-wcas-layout-icon dgwt-wcas-layout-icon js-dgwt-wcas-mobile-overlay-enabled">
							<svg class="dgwt-wcas-loader-circular dgwt-wcas-icon-preloader" viewBox="25 25 50 50">
					<circle class="dgwt-wcas-loader-circular-path" cx="50" cy="50" r="20" fill="none"
						 stroke-miterlimit="10"/>
				</svg>
						<a href="#"  class="dgwt-wcas-search-icon js-dgwt-wcas-search-icon-handler" aria-label="Open search bar">				<svg
					class="dgwt-wcas-ico-magnifier-handler" xmlns="http://www.w3.org/2000/svg"
					xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
					viewBox="0 0 51.539 51.361" xml:space="preserve">
					<path 						d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z"/>
				</svg>
				</a>
		<div class="dgwt-wcas-search-icon-arrow"></div>
		<form class="dgwt-wcas-search-form" role="search" action="https://477779.eu/" method="get">
		<div class="dgwt-wcas-sf-wrapp">
						<label class="screen-reader-text"
				for="dgwt-wcas-search-input-1">
				Products search			</label>

			<input
				id="dgwt-wcas-search-input-1"
				type="search"
				class="dgwt-wcas-search-input"
				name="s"
				value=""
				placeholder="Search for products..."
				autocomplete="off"
							/>
			<div class="dgwt-wcas-preloader"></div>

			<div class="dgwt-wcas-voice-search"></div>

							<button type="submit"
						aria-label="Search"
						class="dgwt-wcas-search-submit">				<svg
					class="dgwt-wcas-ico-magnifier" xmlns="http://www.w3.org/2000/svg"
					xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
					viewBox="0 0 51.539 51.361" xml:space="preserve">
					<path 						d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z"/>
				</svg>
				</button>
			
			<input type="hidden" name="post_type" value="product"/>
			<input type="hidden" name="dgwt_wcas" value="1"/>

			
					</div>
	</form>
</div>
</div><!-- data-section="header_search" -->
<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_cart">
	<div class="header-cart-wrap kadence-header-cart"><span class="header-cart-empty-check header-cart-is-empty-true"></span><div class="header-cart-inner-wrap cart-show-label-false cart-style-link"><a href="https://477779.eu/cart/" aria-label="Shopping Cart" class="header-cart-button"><span class="kadence-svg-iconset"><svg class="kadence-svg-icon kadence-shopping-bag-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Shopping Cart</title><path d="M19 5h-14l1.5-2h11zM21.794 5.392l-2.994-3.992c-0.196-0.261-0.494-0.399-0.8-0.4h-12c-0.326 0-0.616 0.156-0.8 0.4l-2.994 3.992c-0.043 0.056-0.081 0.117-0.111 0.182-0.065 0.137-0.096 0.283-0.095 0.426v14c0 0.828 0.337 1.58 0.879 2.121s1.293 0.879 2.121 0.879h14c0.828 0 1.58-0.337 2.121-0.879s0.879-1.293 0.879-2.121v-14c0-0.219-0.071-0.422-0.189-0.585-0.004-0.005-0.007-0.010-0.011-0.015zM4 7h16v13c0 0.276-0.111 0.525-0.293 0.707s-0.431 0.293-0.707 0.293h-14c-0.276 0-0.525-0.111-0.707-0.293s-0.293-0.431-0.293-0.707zM15 10c0 0.829-0.335 1.577-0.879 2.121s-1.292 0.879-2.121 0.879-1.577-0.335-2.121-0.879-0.879-1.292-0.879-2.121c0-0.552-0.448-1-1-1s-1 0.448-1 1c0 1.38 0.561 2.632 1.464 3.536s2.156 1.464 3.536 1.464 2.632-0.561 3.536-1.464 1.464-2.156 1.464-3.536c0-0.552-0.448-1-1-1s-1 0.448-1 1z"></path>
				</svg></span><span class="header-cart-total header-cart-is-empty-true">0</span></a></div></div></div><!-- data-section="cart" -->
					</div>
							</div>
		</div>
	</div>
</div>
				</div>
			</div>
					</div>
	</div>
	
<div id="mobile-header" class="site-mobile-header-wrap">
	<div class="site-header-inner-wrap">
		<div class="site-header-upper-wrap">
			<div class="site-header-upper-inner-wrap">
			<div class="site-main-header-wrap site-header-focus-item site-header-row-layout-standard site-header-row-tablet-layout-fullwidth site-header-row-mobile-layout-fullwidth  kadence-sticky-header" data-shrink="false" data-reveal-scroll-up="false">
	<div class="site-header-row-container-inner">
		<div class="site-container">
			<div class="site-main-header-inner-wrap site-header-row site-header-row-has-sides site-header-row-center-column">
									<div class="site-header-main-section-left site-header-section site-header-section-left">
						<div class="site-header-item site-header-focus-item site-header-item-navgation-popup-toggle" data-section="kadence_customizer_mobile_trigger">
		<div class="mobile-toggle-open-container">
						<button id="mobile-toggle" class="menu-toggle-open drawer-toggle menu-toggle-style-default" aria-label="Open menu" data-toggle-target="#mobile-drawer" data-toggle-body-class="showing-popup-drawer-from-left" aria-expanded="false" data-set-focus=".menu-toggle-close"
					>
						<span class="menu-toggle-icon"><span class="kadence-svg-iconset"><svg class="kadence-svg-icon kadence-menu2-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="28" viewBox="0 0 24 28"><title>Toggle Menu</title><path d="M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z"></path>
				</svg></span></span>
		</button>
	</div>
	</div><!-- data-section="mobile_trigger" -->
<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_mobile_html">
	<div class="mobile-html inner-link-style-normal"><div class="mobile-html-inner"><p><div class="yay-currency-shortcode-switcher"><div class="yay-currency-single-page-switcher">

	<form action-xhr="https://477779.eu" method='POST' class='yay-currency-form-switcher'>
		<input type="hidden" class="yay-currency-nonce" name="yay-currency-nonce" value="daddac6a09" /><input type="hidden" name="_wp_http_referer" value="/feed/" /><input type="hidden" name="yay_currency_current_url" value="https://477779.eu/feed" />		<select class='yay-currency-switcher' name='currency' onchange='this.form.submit()'>
			<option value="1619" ></option><option value="1251"  selected='selected'></option><option value="1252" ></option><option value="1537" ></option><option value="1538" ></option><option value="1539" ></option><option value="1522" ></option><option value="1523" ></option><option value="1528" ></option><option value="1529" ></option><option value="1544" ></option><option value="1553" ></option><option value="1554" ></option><option value="1565" ></option><option value="1566" ></option><option value="1567" ></option><option value="1581" ></option><option value="1596" ></option><option value="1597" ></option><option value="1614" ></option><option value="1615" ></option><option value="1616" ></option><option value="1617" ></option><option value="1618" ></option><option value="3362" ></option>		</select>
	</form>
	
	<div class="yay-currency-custom-select-wrapper medium  no-currency-name  ">
	<div class="yay-currency-custom-select">
		<div class="yay-currency-custom-select__trigger medium">
	<div class="yay-currency-custom-selected-option">
				<span class="yay-currency-selected-option">
			EUR		</span>
	</div>

	<div class="yay-currency-custom-arrow">
		<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="oklch(0.556 0 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="yay-currency-arrow-icon" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg>
	</div>
	
	<div class="yay-currency-custom-loader"></div>
</div>		<ul class="yay-currency-custom-options">
	<li class="yay-currency-id-1619 yay-currency-custom-option-row  " data-currency-id="1619">
				<div class="yay-currency-custom-option medium">
			PLN		</div>
			</li>
	<li class="yay-currency-id-1251 yay-currency-custom-option-row selected " data-currency-id="1251">
				<div class="yay-currency-custom-option medium">
			EUR		</div>
					<span class="yay-currency-selected-checked-icon"><span aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#737373" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check size-4" aria-hidden="true"><path d="M20 6 9 17l-5-5"></path></svg></span></span>
			</li>
	<li class="yay-currency-id-1252 yay-currency-custom-option-row  " data-currency-id="1252">
				<div class="yay-currency-custom-option medium">
			USD		</div>
			</li>
	<li class="yay-currency-id-1537 yay-currency-custom-option-row  " data-currency-id="1537">
				<div class="yay-currency-custom-option medium">
			GBP		</div>
			</li>
	<li class="yay-currency-id-1538 yay-currency-custom-option-row  " data-currency-id="1538">
				<div class="yay-currency-custom-option medium">
			AUD		</div>
			</li>
	<li class="yay-currency-id-1539 yay-currency-custom-option-row  " data-currency-id="1539">
				<div class="yay-currency-custom-option medium">
			CAD		</div>
			</li>
	<li class="yay-currency-id-1522 yay-currency-custom-option-row  " data-currency-id="1522">
				<div class="yay-currency-custom-option medium">
			CHF		</div>
			</li>
	<li class="yay-currency-id-1523 yay-currency-custom-option-row  " data-currency-id="1523">
				<div class="yay-currency-custom-option medium">
			JPY		</div>
			</li>
	<li class="yay-currency-id-1528 yay-currency-custom-option-row  " data-currency-id="1528">
				<div class="yay-currency-custom-option medium">
			DKK		</div>
			</li>
	<li class="yay-currency-id-1529 yay-currency-custom-option-row  " data-currency-id="1529">
				<div class="yay-currency-custom-option medium">
			SEK		</div>
			</li>
	<li class="yay-currency-id-1544 yay-currency-custom-option-row  " data-currency-id="1544">
				<div class="yay-currency-custom-option medium">
			SGD		</div>
			</li>
	<li class="yay-currency-id-1553 yay-currency-custom-option-row  " data-currency-id="1553">
				<div class="yay-currency-custom-option medium">
			INR		</div>
			</li>
	<li class="yay-currency-id-1554 yay-currency-custom-option-row  " data-currency-id="1554">
				<div class="yay-currency-custom-option medium">
			AED		</div>
			</li>
	<li class="yay-currency-id-1565 yay-currency-custom-option-row  " data-currency-id="1565">
				<div class="yay-currency-custom-option medium">
			BRL		</div>
			</li>
	<li class="yay-currency-id-1566 yay-currency-custom-option-row  " data-currency-id="1566">
				<div class="yay-currency-custom-option medium">
			CZK		</div>
			</li>
	<li class="yay-currency-id-1567 yay-currency-custom-option-row  " data-currency-id="1567">
				<div class="yay-currency-custom-option medium">
			HKD		</div>
			</li>
	<li class="yay-currency-id-1581 yay-currency-custom-option-row  " data-currency-id="1581">
				<div class="yay-currency-custom-option medium">
			ISK		</div>
			</li>
	<li class="yay-currency-id-1596 yay-currency-custom-option-row  " data-currency-id="1596">
				<div class="yay-currency-custom-option medium">
			KRW		</div>
			</li>
	<li class="yay-currency-id-1597 yay-currency-custom-option-row  " data-currency-id="1597">
				<div class="yay-currency-custom-option medium">
			KWD		</div>
			</li>
	<li class="yay-currency-id-1614 yay-currency-custom-option-row  " data-currency-id="1614">
				<div class="yay-currency-custom-option medium">
			NOK		</div>
			</li>
	<li class="yay-currency-id-1615 yay-currency-custom-option-row  " data-currency-id="1615">
				<div class="yay-currency-custom-option medium">
			TRY		</div>
			</li>
	<li class="yay-currency-id-1616 yay-currency-custom-option-row  " data-currency-id="1616">
				<div class="yay-currency-custom-option medium">
			NZD		</div>
			</li>
	<li class="yay-currency-id-1617 yay-currency-custom-option-row  " data-currency-id="1617">
				<div class="yay-currency-custom-option medium">
			RON		</div>
			</li>
	<li class="yay-currency-id-1618 yay-currency-custom-option-row  " data-currency-id="1618">
				<div class="yay-currency-custom-option medium">
			UAH		</div>
			</li>
	<li class="yay-currency-id-3362 yay-currency-custom-option-row  " data-currency-id="3362">
				<div class="yay-currency-custom-option medium">
			MYR		</div>
			</li>
</ul>	</div>
</div>
</div>
</div></p>
</div></div></div><!-- data-section="mobile_html" -->
					</div>
													<div class="site-header-main-section-center site-header-section site-header-section-center">
						<div class="site-header-item site-header-focus-item" data-section="title_tagline">
	<div class="site-branding mobile-site-branding branding-layout-standard branding-tablet-layout-inherit site-brand-logo-only branding-mobile-layout-inherit"><a class="brand has-logo-image" href="https://477779.eu/" rel="home"><img fetchpriority="high" width="912" height="410" src="https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png.png" class="custom-logo" alt="477779" decoding="async" srcset="https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png.png 912w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-600x270.png 600w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-64x29.png 64w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-300x135.png 300w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-768x345.png 768w" sizes="(max-width: 912px) 100vw, 912px" /></a></div></div><!-- data-section="title_tagline" -->
					</div>
													<div class="site-header-main-section-right site-header-section site-header-section-right">
						<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_header_search">
	<div  class="dgwt-wcas-search-wrapp dgwt-wcas-has-submit woocommerce dgwt-wcas-style-solaris js-dgwt-wcas-layout-icon dgwt-wcas-layout-icon js-dgwt-wcas-mobile-overlay-enabled">
							<svg class="dgwt-wcas-loader-circular dgwt-wcas-icon-preloader" viewBox="25 25 50 50">
					<circle class="dgwt-wcas-loader-circular-path" cx="50" cy="50" r="20" fill="none"
						 stroke-miterlimit="10"/>
				</svg>
						<a href="#"  class="dgwt-wcas-search-icon js-dgwt-wcas-search-icon-handler" aria-label="Open search bar">				<svg
					class="dgwt-wcas-ico-magnifier-handler" xmlns="http://www.w3.org/2000/svg"
					xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
					viewBox="0 0 51.539 51.361" xml:space="preserve">
					<path 						d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z"/>
				</svg>
				</a>
		<div class="dgwt-wcas-search-icon-arrow"></div>
		<form class="dgwt-wcas-search-form" role="search" action="https://477779.eu/" method="get">
		<div class="dgwt-wcas-sf-wrapp">
						<label class="screen-reader-text"
				for="dgwt-wcas-search-input-2">
				Products search			</label>

			<input
				id="dgwt-wcas-search-input-2"
				type="search"
				class="dgwt-wcas-search-input"
				name="s"
				value=""
				placeholder="Search for products..."
				autocomplete="off"
							/>
			<div class="dgwt-wcas-preloader"></div>

			<div class="dgwt-wcas-voice-search"></div>

							<button type="submit"
						aria-label="Search"
						class="dgwt-wcas-search-submit">				<svg
					class="dgwt-wcas-ico-magnifier" xmlns="http://www.w3.org/2000/svg"
					xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
					viewBox="0 0 51.539 51.361" xml:space="preserve">
					<path 						d="M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z"/>
				</svg>
				</button>
			
			<input type="hidden" name="post_type" value="product"/>
			<input type="hidden" name="dgwt_wcas" value="1"/>

			
					</div>
	</form>
</div>
</div><!-- data-section="header_search" -->
<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_mobile_cart">
	<div class="header-mobile-cart-wrap kadence-header-cart"><span class="header-cart-empty-check header-cart-is-empty-true"></span><div class="header-cart-inner-wrap cart-show-label-false cart-style-link"><a href="https://477779.eu/cart/" aria-label="Shopping Cart" class="header-cart-button"><span class="kadence-svg-iconset"><svg class="kadence-svg-icon kadence-shopping-bag-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Shopping Cart</title><path d="M19 5h-14l1.5-2h11zM21.794 5.392l-2.994-3.992c-0.196-0.261-0.494-0.399-0.8-0.4h-12c-0.326 0-0.616 0.156-0.8 0.4l-2.994 3.992c-0.043 0.056-0.081 0.117-0.111 0.182-0.065 0.137-0.096 0.283-0.095 0.426v14c0 0.828 0.337 1.58 0.879 2.121s1.293 0.879 2.121 0.879h14c0.828 0 1.58-0.337 2.121-0.879s0.879-1.293 0.879-2.121v-14c0-0.219-0.071-0.422-0.189-0.585-0.004-0.005-0.007-0.010-0.011-0.015zM4 7h16v13c0 0.276-0.111 0.525-0.293 0.707s-0.431 0.293-0.707 0.293h-14c-0.276 0-0.525-0.111-0.707-0.293s-0.293-0.431-0.293-0.707zM15 10c0 0.829-0.335 1.577-0.879 2.121s-1.292 0.879-2.121 0.879-1.577-0.335-2.121-0.879-0.879-1.292-0.879-2.121c0-0.552-0.448-1-1-1s-1 0.448-1 1c0 1.38 0.561 2.632 1.464 3.536s2.156 1.464 3.536 1.464 2.632-0.561 3.536-1.464 1.464-2.156 1.464-3.536c0-0.552-0.448-1-1-1s-1 0.448-1 1z"></path>
				</svg></span><span class="header-cart-total">0</span></a></div></div></div><!-- data-section="mobile_cart" -->
					</div>
							</div>
		</div>
	</div>
</div>
			</div>
		</div>
			</div>
</div>
</header><!-- #masthead -->

	<div id="inner-wrap" class="wrap hfeed kt-clear">
		<div id="primary" class="content-area">
	<div class="content-container site-container">
		<div id="main" class="site-main">
			<div class="woocommerce kadence-woo-messages-none-woo-pages woocommerce-notices-wrapper"></div>			<div class="content-wrap">
				<article id="post-867" class="entry content-bg single-entry post-867 elementor_library type-elementor_library status-publish hentry">
	<div class="entry-content-wrap">
		
<div class="entry-content single-content">
			<div data-elementor-type="page" data-elementor-id="867" class="elementor elementor-867">
				<div class="elementor-element elementor-element-5130309 e-con-full e-flex e-con e-parent" data-id="5130309" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-338af34 elementor-widget elementor-widget-image" data-id="338af34" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="300" height="135" src="https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-300x135.png" class="attachment-medium size-medium wp-image-9" alt="" srcset="https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-300x135.png 300w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-600x270.png 600w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-64x29.png 64w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png-768x345.png 768w, https://477779.eu/wp-content/uploads/2024/05/cropped-szerokie-png.png 912w" sizes="(max-width: 300px) 100vw, 300px" />															</div>
				</div>
				<div class="elementor-element elementor-element-7eaf2c2 elementor-widget elementor-widget-heading" data-id="7eaf2c2" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Coming soon</h2>				</div>
				</div>
				</div>
				</div>
		</div><!-- .entry-content -->
	</div>
</article><!-- #post-867 -->

			</div>
					</div><!-- #main -->
			</div>
</div><!-- #primary -->
<!--WPFC_FOOTER_START-->	</main><!-- #inner-wrap -->
	<footer id="colophon" class="site-footer" role="contentinfo">
	<div class="site-footer-wrap">
		<div class="site-top-footer-wrap site-footer-row-container site-footer-focus-item site-footer-row-layout-fullwidth site-footer-row-tablet-layout-default site-footer-row-mobile-layout-default" data-section="kadence_customizer_footer_top">
	<div class="site-footer-row-container-inner">
				<div class="site-container">
			<div class="site-top-footer-inner-wrap site-footer-row site-footer-row-columns-3 site-footer-row-column-layout-equal site-footer-row-tablet-column-layout-default site-footer-row-mobile-column-layout-row ft-ro-dir-row ft-ro-collapse-normal ft-ro-t-dir-default ft-ro-m-dir-default ft-ro-lstyle-plain">
									<div class="site-footer-top-section-1 site-footer-section footer-section-inner-items-1">
						<div class="footer-widget-area widget-area site-footer-focus-item footer-widget1 content-align-default content-tablet-align-default content-mobile-align-default content-valign-default content-tablet-valign-default content-mobile-valign-default" data-section="sidebar-widgets-footer1">
	<div class="footer-widget-area-inner site-info-inner">
		<section id="block-17" class="widget widget_block widget_media_image">
<figure class="wp-block-image size-full"><a href="https://477779.eu/wp-content/uploads/2024/06/396x51-pay-bw.png"><img decoding="async" width="396" height="51" src="https://477779.eu/wp-content/uploads/2024/06/396x51-pay-bw.png" alt="" class="wp-image-893" srcset="https://477779.eu/wp-content/uploads/2024/06/396x51-pay-bw.png 396w, https://477779.eu/wp-content/uploads/2024/06/396x51-pay-bw-300x39.png 300w, https://477779.eu/wp-content/uploads/2024/06/396x51-pay-bw-64x8.png 64w" sizes="(max-width: 396px) 100vw, 396px" /></a></figure>
</section>	</div>
</div><!-- .footer-widget1 -->
					</div>
										<div class="site-footer-top-section-2 site-footer-section footer-section-inner-items-1">
						<div class="footer-widget-area widget-area site-footer-focus-item footer-navigation-wrap content-align-center content-tablet-align-default content-mobile-align-default content-valign-middle content-tablet-valign-default content-mobile-valign-default footer-navigation-layout-stretch-false" data-section="kadence_customizer_footer_navigation">
	<div class="footer-widget-area-inner footer-navigation-inner">
			<nav id="footer-navigation" class="footer-navigation" role="navigation" aria-label="Footer">
				<div class="footer-menu-container">
			<ul id="footer-menu" class="menu"><li id="menu-item-160" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-160"><a rel="privacy-policy" href="https://477779.eu/privacy-policy/">Privacy policy</a></li>
<li id="menu-item-252" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-252"><a href="https://477779.eu/terms-conditions/">Terms and conditions</a></li>
<li id="menu-item-4678" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4678"><a href="https://477779.eu/returns/">Returns</a></li>
</ul>		</div>
	</nav><!-- #footer-navigation -->
		</div>
</div><!-- data-section="footer_navigation" -->
					</div>
										<div class="site-footer-top-section-3 site-footer-section footer-section-inner-items-1">
						<div class="footer-widget-area widget-area site-footer-focus-item footer-social content-align-center content-tablet-align-default content-mobile-align-default content-valign-middle content-tablet-valign-default content-mobile-valign-default" data-section="kadence_customizer_footer_social">
	<div class="footer-widget-area-inner footer-social-inner">
		<div class="footer-social-wrap"><div class="footer-social-inner-wrap element-social-inner-wrap social-show-label-false social-style-outline"><a href="https://www.instagram.com/47.7.7.79" aria-label="Instagram" target="_blank" rel="noopener noreferrer"  class="social-button footer-social-item social-link-instagram"><span class="kadence-svg-iconset"><svg class="kadence-svg-icon kadence-instagram-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Instagram</title><path d="M7 1c-1.657 0-3.158 0.673-4.243 1.757s-1.757 2.586-1.757 4.243v10c0 1.657 0.673 3.158 1.757 4.243s2.586 1.757 4.243 1.757h10c1.657 0 3.158-0.673 4.243-1.757s1.757-2.586 1.757-4.243v-10c0-1.657-0.673-3.158-1.757-4.243s-2.586-1.757-4.243-1.757zM7 3h10c1.105 0 2.103 0.447 2.828 1.172s1.172 1.723 1.172 2.828v10c0 1.105-0.447 2.103-1.172 2.828s-1.723 1.172-2.828 1.172h-10c-1.105 0-2.103-0.447-2.828-1.172s-1.172-1.723-1.172-2.828v-10c0-1.105 0.447-2.103 1.172-2.828s1.723-1.172 2.828-1.172zM16.989 11.223c-0.15-0.972-0.571-1.857-1.194-2.567-0.754-0.861-1.804-1.465-3.009-1.644-0.464-0.074-0.97-0.077-1.477-0.002-1.366 0.202-2.521 0.941-3.282 1.967s-1.133 2.347-0.93 3.712 0.941 2.521 1.967 3.282 2.347 1.133 3.712 0.93 2.521-0.941 3.282-1.967 1.133-2.347 0.93-3.712zM15.011 11.517c0.122 0.82-0.1 1.609-0.558 2.227s-1.15 1.059-1.969 1.18-1.609-0.1-2.227-0.558-1.059-1.15-1.18-1.969 0.1-1.609 0.558-2.227 1.15-1.059 1.969-1.18c0.313-0.046 0.615-0.042 0.87-0.002 0.74 0.11 1.366 0.47 1.818 0.986 0.375 0.428 0.63 0.963 0.72 1.543zM17.5 7.5c0.552 0 1-0.448 1-1s-0.448-1-1-1-1 0.448-1 1 0.448 1 1 1z"></path>
				</svg></span></a></div></div>	</div>
</div><!-- data-section="footer_social" -->
					</div>
								</div>
		</div>
	</div>
</div>
<div class="site-middle-footer-wrap site-footer-row-container site-footer-focus-item site-footer-row-layout-fullwidth site-footer-row-tablet-layout-default site-footer-row-mobile-layout-default" data-section="kadence_customizer_footer_middle">
	<div class="site-footer-row-container-inner">
				<div class="site-container">
			<div class="site-middle-footer-inner-wrap site-footer-row site-footer-row-columns-3 site-footer-row-column-layout-equal site-footer-row-tablet-column-layout-default site-footer-row-mobile-column-layout-row ft-ro-dir-row ft-ro-collapse-normal ft-ro-t-dir-default ft-ro-m-dir-default ft-ro-lstyle-plain">
									<div class="site-footer-middle-section-1 site-footer-section footer-section-inner-items-1">
						
<div class="footer-widget-area site-info site-footer-focus-item content-align-left content-tablet-align-default content-mobile-align-default content-valign-default content-tablet-valign-default content-mobile-valign-default" data-section="kadence_customizer_footer_html">
	<div class="footer-widget-area-inner site-info-inner">
		<div class="footer-html inner-link-style-normal"><div class="footer-html-inner"><p>Copyright &copy; 2026 | 477779</p>
</div></div>	</div>
</div><!-- .site-info -->
					</div>
										<div class="site-footer-middle-section-2 site-footer-section footer-section-inner-items-0">
											</div>
										<div class="site-footer-middle-section-3 site-footer-section footer-section-inner-items-1">
						<div class="footer-widget-area widget-area site-footer-focus-item footer-widget3 content-align-default content-tablet-align-default content-mobile-align-default content-valign-default content-tablet-valign-default content-mobile-valign-default" data-section="sidebar-widgets-footer3">
	<div class="footer-widget-area-inner site-info-inner">
		<section id="block-20" class="widget widget_block"><p style="margin: 0; padding: 0; font-size: 12px">Made by <a href="https://github.com/kwiatkowskijan" target="_blank">Jan Kwiatkowski</a></p></section>	</div>
</div><!-- .footer-widget3 -->
					</div>
								</div>
		</div>
	</div>
</div>
	</div>
</footer><!-- #colophon -->

</div><!-- #wrapper -->

			<script>document.documentElement.style.setProperty('--scrollbar-offset', window.innerWidth - document.documentElement.clientWidth + 'px' );</script>
			<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/kadence-child/*","/wp-content/themes/kadence/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<div class="simple-banner simple-banner-text" style="display:none !important"></div>	<style>
				.dgwt-wcas-search-icon path {
			fill: var(--global-palette5);
		}

		
				.dgwt-wcas-search-icon:hover path {
			fill: var(--global-palette-highlight);
		}

			</style>
		<a id="kt-scroll-up" tabindex="-1" aria-hidden="true" aria-label="Scroll to top" href="#wrapper" class="kadence-scroll-to-top scroll-up-wrap scroll-ignore scroll-up-side-right scroll-up-style-outline vs-lg-true vs-md-true vs-sm-false"><span class="kadence-svg-iconset"><svg aria-hidden="true" class="kadence-svg-icon kadence-chevron-up-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Scroll to top</title><path d="M18.707 14.293l-6-6c-0.391-0.391-1.024-0.391-1.414 0l-6 6c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z"></path>
				</svg></span></a><button id="kt-scroll-up-reader" href="#wrapper" aria-label="Scroll to top" class="kadence-scroll-to-top scroll-up-wrap scroll-ignore scroll-up-side-right scroll-up-style-outline vs-lg-true vs-md-true vs-sm-false"><span class="kadence-svg-iconset"><svg aria-hidden="true" class="kadence-svg-icon kadence-chevron-up-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Scroll to top</title><path d="M18.707 14.293l-6-6c-0.391-0.391-1.024-0.391-1.414 0l-6 6c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414z"></path>
				</svg></span></button>			<!-- Facebook Pixel Code -->
			<noscript>
				<img
					height="1"
					width="1"
					style="display:none"
					alt="fbpx"
					src="https://www.facebook.com/tr?id=618280483905642&ev=PageView&noscript=1"
				/>
			</noscript>
			<!-- End Facebook Pixel Code -->
						<script>
				( () => {
					const lazyloadRunObserver = () => {
						const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` );
						const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => {
							entries.forEach( ( entry ) => {
								if ( entry.isIntersecting ) {
									let lazyloadBackground = entry.target;
									if( lazyloadBackground ) {
										lazyloadBackground.classList.add( 'e-lazyloaded' );
									}
									lazyloadBackgroundObserver.unobserve( entry.target );
								}
							});
						}, { rootMargin: '200px 0px 200px 0px' } );
						lazyloadBackgrounds.forEach( ( lazyloadBackground ) => {
							lazyloadBackgroundObserver.observe( lazyloadBackground );
						} );
					};
					const events = [
						'DOMContentLoaded',
						'elementor/lazyload/observe',
					];
					events.forEach( ( event ) => {
						document.addEventListener( event, lazyloadRunObserver );
					} );
				} )();
			</script>
				<script>
		(function () {
			var c = document.body.className;
			c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
			document.body.className = c;
		})();
	</script>
		<div id="mobile-drawer" class="popup-drawer popup-drawer-layout-sidepanel popup-drawer-animation-fade popup-drawer-side-left" data-drawer-target-string="#mobile-drawer"
			>
		<div class="drawer-overlay" data-drawer-target-string="#mobile-drawer"></div>
		<div class="drawer-inner">
						<div class="drawer-header">
				<button class="menu-toggle-close drawer-toggle" aria-label="Close menu"  data-toggle-target="#mobile-drawer" data-toggle-body-class="showing-popup-drawer-from-left" aria-expanded="false" data-set-focus=".menu-toggle-open"
							>
					<span class="toggle-close-bar"></span>
					<span class="toggle-close-bar"></span>
				</button>
			</div>
			<div class="drawer-content mobile-drawer-content content-align-left content-valign-top">
								<div class="site-header-item site-header-focus-item site-header-item-mobile-navigation mobile-navigation-layout-stretch-false" data-section="kadence_customizer_mobile_navigation">
		<nav id="mobile-site-navigation" class="mobile-navigation drawer-navigation drawer-navigation-parent-toggle-false" role="navigation" aria-label="Primary Mobile">
				<div class="mobile-menu-container drawer-menu-container">
			<ul id="mobile-menu" class="menu has-collapse-sub-nav"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-197"><a href="https://477779.eu/">SHOP ALL</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-2710"><a href="https://477779.eu/product-category/accessories/">JEWELLERY</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-979"><a href="https://477779.eu/product-category/watches/">WATCHES</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-product_cat menu-item-3377"><a href="https://477779.eu/product-category/garment/">GARMENT</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-153"><a href="https://477779.eu/contact/">CONTACT</a></li>
</ul>		</div>
	</nav><!-- #site-navigation -->
	</div><!-- data-section="mobile_navigation" -->
<div class="site-header-item site-header-focus-item" data-section="kadence_customizer_mobile_social">
	<div class="header-mobile-social-wrap"><div class="header-mobile-social-inner-wrap element-social-inner-wrap social-show-label-false social-style-outline"><a href="https://www.instagram.com/47.7.7.79" aria-label="Instagram" target="_blank" rel="noopener noreferrer"  class="social-button header-social-item social-link-instagram"><span class="kadence-svg-iconset"><svg class="kadence-svg-icon kadence-instagram-alt-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><title>Instagram</title><path d="M7 1c-1.657 0-3.158 0.673-4.243 1.757s-1.757 2.586-1.757 4.243v10c0 1.657 0.673 3.158 1.757 4.243s2.586 1.757 4.243 1.757h10c1.657 0 3.158-0.673 4.243-1.757s1.757-2.586 1.757-4.243v-10c0-1.657-0.673-3.158-1.757-4.243s-2.586-1.757-4.243-1.757zM7 3h10c1.105 0 2.103 0.447 2.828 1.172s1.172 1.723 1.172 2.828v10c0 1.105-0.447 2.103-1.172 2.828s-1.723 1.172-2.828 1.172h-10c-1.105 0-2.103-0.447-2.828-1.172s-1.172-1.723-1.172-2.828v-10c0-1.105 0.447-2.103 1.172-2.828s1.723-1.172 2.828-1.172zM16.989 11.223c-0.15-0.972-0.571-1.857-1.194-2.567-0.754-0.861-1.804-1.465-3.009-1.644-0.464-0.074-0.97-0.077-1.477-0.002-1.366 0.202-2.521 0.941-3.282 1.967s-1.133 2.347-0.93 3.712 0.941 2.521 1.967 3.282 2.347 1.133 3.712 0.93 2.521-0.941 3.282-1.967 1.133-2.347 0.93-3.712zM15.011 11.517c0.122 0.82-0.1 1.609-0.558 2.227s-1.15 1.059-1.969 1.18-1.609-0.1-2.227-0.558-1.059-1.15-1.18-1.969 0.1-1.609 0.558-2.227 1.15-1.059 1.969-1.18c0.313-0.046 0.615-0.042 0.87-0.002 0.74 0.11 1.366 0.47 1.818 0.986 0.375 0.428 0.63 0.963 0.72 1.543zM17.5 7.5c0.552 0 1-0.448 1-1s-0.448-1-1-1-1 0.448-1 1 0.448 1 1 1z"></path>
				</svg></span></a></div></div></div><!-- data-section="mobile_social" -->
							</div>
		</div>
	</div>
	<link rel='stylesheet' id='autopay-payments-blocks-css-css' href='https://477779.eu/wp-content/plugins/platnosci-online-blue-media/blocks/assets/js/frontend/blocks-styles.css?ver=9e7a6ec1bb535614a264' media='all' />
<link rel='stylesheet' id='elementor-frontend-css' href='https://477779.eu/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.3.0' media='all' />
<link rel='stylesheet' id='elementor-post-867-css' href='https://477779.eu/wp-content/uploads/elementor/css/post-867.css?ver=1790132495' media='all' />
<link rel='stylesheet' id='widget-image-css' href='https://477779.eu/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.3.0' media='all' />
<link rel='stylesheet' id='widget-heading-css' href='https://477779.eu/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.3.0' media='all' />
<link rel='stylesheet' id='elementor-post-65-css' href='https://477779.eu/wp-content/uploads/elementor/css/post-65.css?ver=1790132495' media='all' />
<link rel='stylesheet' id='elementor-gf-nanumgothiccoding-css' href='https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&#038;display=swap' media='all' />
<link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://477779.eu/wp-content/uploads/elementor/google-fonts/css/roboto.css?ver=1742231296' media='all' />
<link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://477779.eu/wp-content/uploads/elementor/google-fonts/css/robotoslab.css?ver=1742231298' media='all' />
<script id="wp-hooks-js" src="https://477779.eu/wp-includes/js/dist/hooks.min.js?ver=f0f188028580e8dc1255"></script>
<script id="wp-i18n-js" src="https://477779.eu/wp-includes/js/dist/i18n.min.js?ver=1dfe7db3940c23ea9216"></script>
<script id="wp-i18n-js-after">
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
//# sourceURL=wp-i18n-js-after
</script>
<script id="swv-js" src="https://477779.eu/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.1.7"></script>
<script id="contact-form-7-js-before">
var wpcf7 = {
    "api": {
        "root": "https:\/\/477779.eu\/wp-json\/",
        "namespace": "contact-form-7\/v1"
    }
};
//# sourceURL=contact-form-7-js-before
</script>
<script id="contact-form-7-js" src="https://477779.eu/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.1.7"></script>
<script id="bm_woocommerce_front_js-js" src="https://477779.eu/wp-content/plugins/platnosci-online-blue-media/assets/js/front.js?ver=5.0.1"></script>
<script id="awdr-main-js-extra">
var awdr_params = {"ajaxurl":"https://477779.eu/wp-admin/admin-ajax.php","nonce":"29e8ac8b54","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 id="awdr-main-js" src="https://477779.eu/wp-content/plugins/woo-discount-rules/v2/Assets/Js/site_main.js?ver=2.6.17"></script>
<script id="awdr-dynamic-price-js" src="https://477779.eu/wp-content/plugins/woo-discount-rules/v2/Assets/Js/awdr-dynamic-price.js?ver=2.6.17"></script>
<script id="wc-facebook-signals-js-extra">
var wc_facebook_signals_params = {"ajax_url":"https://477779.eu/wp-admin/admin-ajax.php","nonce":"5a51310696","action":"wc_facebook_update_signals_state"};
//# sourceURL=wc-facebook-signals-js-extra
</script>
<script id="wc-facebook-signals-js" src="https://477779.eu/wp-content/plugins/facebook-for-woocommerce/assets/js/facebook-for-woocommerce-signals.js?ver=3.7.6"></script>
<script id="product-size-charts-js" src="https://477779.eu/wp-content/plugins/woo-advanced-product-size-chart/public/js/size-chart-for-woocommerce-public.js?ver=2.4.8"></script>
<script id="underscore-js" src="https://477779.eu/wp-includes/js/underscore.min.js?ver=1.13.8"></script>
<script id="wp-util-js-extra">
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
</script>
<script id="wp-util-js" src="https://477779.eu/wp-includes/js/wp-util.min.js?ver=7.1.2"></script>
<script id="wp-api-request-js-extra">
var wpApiSettings = {"root":"https://477779.eu/wp-json/","nonce":"21abc4c23d","versionString":"wp/v2/"};
//# sourceURL=wp-api-request-js-extra
</script>
<script id="wp-api-request-js" src="https://477779.eu/wp-includes/js/api-request.min.js?ver=7.1.2"></script>
<script id="wp-private-apis-js" src="https://477779.eu/wp-includes/js/dist/private-apis.min.js?ver=eb85f28c4c729bb4f002"></script>
<script id="wp-url-js" src="https://477779.eu/wp-includes/js/dist/url.min.js?ver=7b0de086d4ae11d55704"></script>
<script id="wp-api-fetch-js" src="https://477779.eu/wp-includes/js/dist/api-fetch.min.js?ver=6f2a4faeee3c722b1e57"></script>
<script id="wp-api-fetch-js-after">
wp.apiFetch.use( wp.apiFetch.createRootURLMiddleware( "https://477779.eu/wp-json/" ) );
wp.apiFetch.nonceMiddleware = wp.apiFetch.createNonceMiddleware( "21abc4c23d" );
wp.apiFetch.use( wp.apiFetch.nonceMiddleware );
wp.apiFetch.use( wp.apiFetch.mediaUploadMiddleware );
wp.apiFetch.nonceEndpoint = "https://477779.eu/wp-admin/admin-ajax.php?action=rest-nonce";
//# sourceURL=wp-api-fetch-js-after
</script>
<script id="wp-polyfill-js" src="https://477779.eu/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0"></script>
<script id="woo-variation-swatches-js-extra">
var woo_variation_swatches_options = {"show_variation_label":"1","clear_on_reselect":"1","variation_label_separator":"","is_mobile":"","show_variation_stock":"","stock_label_threshold":"5","cart_redirect_after_add":"no","enable_ajax_add_to_cart":"no","cart_url":"https://477779.eu/cart/","is_cart":""};
//# sourceURL=woo-variation-swatches-js-extra
</script>
<script id="woo-variation-swatches-js" src="https://477779.eu/wp-content/plugins/woo-variation-swatches/assets/js/frontend.min.js?ver=2.4.0"></script>
<script id="kadence-navigation-js-extra">
var kadenceConfig = {"screenReader":{"expand":"Child menu","expandOf":"Child menu of","collapse":"Child menu","collapseOf":"Child menu of"},"breakPoints":{"desktop":"1024","tablet":768},"scrollOffset":"0"};
//# sourceURL=kadence-navigation-js-extra
</script>
<script id="kadence-navigation-js" src="https://477779.eu/wp-content/themes/kadence/assets/js/navigation.min.js?ver=1.5.2" async></script>
<script id="sourcebuster-js-js" src="https://477779.eu/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=11.1.2"></script>
<script id="wc-order-attribution-js-extra">
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://477779.eu/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 id="wc-order-attribution-js" src="https://477779.eu/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=11.1.2"></script>
<script id="wc-facebook-pixel-events-js" src="https://477779.eu/wp-content/plugins/facebook-for-woocommerce/assets/js/frontend/pixel-events.js?ver=3.7.6"></script>
<script id="facebook-capi-param-builder-js" src="https://unpkg.com/meta-capi-param-builder-clientjs/dist/clientParamBuilder.bundle.js?ver=3.7.6"></script>
<script id="facebook-capi-param-builder-js-after">
if (typeof clientParamBuilder !== "undefined" && !/(?:^|;\s*)wc_facebook_signals_state=held(?:;|$)/.test(document.cookie)) {
					clientParamBuilder.processAndCollectAllParams(window.location.href);
				}
//# sourceURL=facebook-capi-param-builder-js-after
</script>
<script id="yay-currency-callback-general-js-extra">
var yay_callback_data = {"admin_url":"https://477779.eu/wp-admin/admin.php?page=wc-settings","ajaxurl":"https://477779.eu/wp-admin/admin-ajax.php","nonce":"369182a3d3","isShowOnMenu":"0","isPolylangCompatible":"0","isDisplayFlagInSwitcher":"0","yayCurrencyPluginURL":"https://477779.eu/wp-content/plugins/yaycurrency-pro/","converted_currency":[{"ID":1619,"currency":"PLN","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#122;&#322;"},{"ID":1251,"currency":"EUR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2282","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&euro;"},{"ID":1252,"currency":"USD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2604","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1537,"currency":"GBP","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.1958","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&pound;"},{"ID":1538,"currency":"AUD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.3689","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1539,"currency":"CAD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.35","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1522,"currency":"CHF","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2146","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#67;&#72;&#70;"},{"ID":1523,"currency":"JPY","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"41.135","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&yen;"},{"ID":1528,"currency":"DKK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.7029","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":1529,"currency":"SEK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.59","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#107;&#114;"},{"ID":1544,"currency":"SGD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"0.33","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1553,"currency":"INR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"24.886","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8377;"},{"ID":1554,"currency":"AED","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"0.96","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#x62f;.&#x625;"},{"ID":1565,"currency":"BRL","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.42","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#82;&#36;"},{"ID":1566,"currency":"CZK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"5.5729","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#75;&#269;"},{"ID":1567,"currency":"HKD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.03","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1581,"currency":"ISK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"35.29","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":1596,"currency":"KRW","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"342.06","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8361;"},{"ID":1597,"currency":"KWD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.08","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#x62f;.&#x643;"},{"ID":1614,"currency":"NOK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.74","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#107;&#114;"},{"ID":1615,"currency":"TRY","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"8.91","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8378;"},{"ID":1616,"currency":"NZD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.41","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1617,"currency":"RON","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.16","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"lei"},{"ID":1618,"currency":"UAH","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"10.75","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8372;"},{"ID":3362,"currency":"MYR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.17","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#82;&#77;"}],"checkout_diff_currency":"0","fallback_currency_code":"PLN","default_currency_code":"PLN","currency_symbol_position":"right","formatted_price_woo_blocks":"yes","fixed_product_price_enable":"0","show_approximate_price":"yes","cart_page":"","cookie_lifetime_days":"30","hide_dropdown_switcher":"","cookie_name":"yay_currency_widget","cookie_switcher_name":"yay_currency_do_change_switcher","cache_compatible":"1","current_theme":"kadence","flag_fallbacks":{"default":"https://477779.eu/wp-content/plugins/yaycurrency-pro/assets/flags/default.svg"},"checkout_notice_html":"\u003Cdiv class=\"yay-currency-checkout-notice user yay-currency-with-kadence\"\u003E\u003Cspan\u003EThe current payment method for \u003Cstrong class=\"yay-currency-checkout-notice-current-currency\"\u003EEUR\u003C/strong\u003E\u003C/span\u003E\u003Cspan\u003E is not supported in your location. \u003C/span\u003E\u003Cspan\u003ESo your payment will be recorded in \u003C/span\u003E\u003Cstrong class=\"yay-currency-checkout-notice-fallback-currency\"\u003EPLN.\u003C/strong\u003E\u003C/span\u003E\u003C/div\u003E","checkout_page":"","apply_currency_before_cache":{"ID":1251,"rateFee":0.2282},"minicart_contents_class":"a.cart-contents"};
//# sourceURL=yay-currency-callback-general-js-extra
</script>
<script id="yay-currency-callback-general-js" src="https://477779.eu/wp-content/plugins/yaycurrency-pro/src/helpers/general.helper.min.js?ver=3.3.5"></script>
<script id="yay-currency-callback-blocks-js-extra">
var yay_callback_data = {"admin_url":"https://477779.eu/wp-admin/admin.php?page=wc-settings","ajaxurl":"https://477779.eu/wp-admin/admin-ajax.php","nonce":"369182a3d3","isShowOnMenu":"0","isPolylangCompatible":"0","isDisplayFlagInSwitcher":"0","yayCurrencyPluginURL":"https://477779.eu/wp-content/plugins/yaycurrency-pro/","converted_currency":[{"ID":1619,"currency":"PLN","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#122;&#322;"},{"ID":1251,"currency":"EUR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2282","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&euro;"},{"ID":1252,"currency":"USD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2604","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1537,"currency":"GBP","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.1958","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&pound;"},{"ID":1538,"currency":"AUD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.3689","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1539,"currency":"CAD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.35","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1522,"currency":"CHF","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2146","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#67;&#72;&#70;"},{"ID":1523,"currency":"JPY","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"41.135","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&yen;"},{"ID":1528,"currency":"DKK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.7029","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":1529,"currency":"SEK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.59","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#107;&#114;"},{"ID":1544,"currency":"SGD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"0.33","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1553,"currency":"INR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"24.886","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8377;"},{"ID":1554,"currency":"AED","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"0.96","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#x62f;.&#x625;"},{"ID":1565,"currency":"BRL","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.42","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#82;&#36;"},{"ID":1566,"currency":"CZK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"5.5729","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#75;&#269;"},{"ID":1567,"currency":"HKD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.03","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1581,"currency":"ISK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"35.29","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":1596,"currency":"KRW","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"342.06","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8361;"},{"ID":1597,"currency":"KWD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.08","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#x62f;.&#x643;"},{"ID":1614,"currency":"NOK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.74","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#107;&#114;"},{"ID":1615,"currency":"TRY","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"8.91","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8378;"},{"ID":1616,"currency":"NZD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.41","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1617,"currency":"RON","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.16","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"lei"},{"ID":1618,"currency":"UAH","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"10.75","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8372;"},{"ID":3362,"currency":"MYR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.17","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#82;&#77;"}],"checkout_diff_currency":"0","fallback_currency_code":"PLN","default_currency_code":"PLN","currency_symbol_position":"right","formatted_price_woo_blocks":"yes","fixed_product_price_enable":"0","show_approximate_price":"yes","cart_page":"","cookie_lifetime_days":"30","hide_dropdown_switcher":"","cookie_name":"yay_currency_widget","cookie_switcher_name":"yay_currency_do_change_switcher","cache_compatible":"1","current_theme":"kadence","flag_fallbacks":{"default":"https://477779.eu/wp-content/plugins/yaycurrency-pro/assets/flags/default.svg"},"checkout_notice_html":"\u003Cdiv class=\"yay-currency-checkout-notice user yay-currency-with-kadence\"\u003E\u003Cspan\u003EThe current payment method for \u003Cstrong class=\"yay-currency-checkout-notice-current-currency\"\u003EEUR\u003C/strong\u003E\u003C/span\u003E\u003Cspan\u003E is not supported in your location. \u003C/span\u003E\u003Cspan\u003ESo your payment will be recorded in \u003C/span\u003E\u003Cstrong class=\"yay-currency-checkout-notice-fallback-currency\"\u003EPLN.\u003C/strong\u003E\u003C/span\u003E\u003C/div\u003E","checkout_page":"","apply_currency_before_cache":{"ID":1251,"rateFee":0.2282},"minicart_contents_class":"a.cart-contents"};
//# sourceURL=yay-currency-callback-blocks-js-extra
</script>
<script id="yay-currency-callback-blocks-js" src="https://477779.eu/wp-content/plugins/yaycurrency-pro/src/helpers/blocks.helper.min.js?ver=3.3.5"></script>
<script id="yay-currency-frontend-script-js-extra">
var yayCurrency = {"admin_url":"https://477779.eu/wp-admin/admin.php?page=wc-settings","ajaxurl":"https://477779.eu/wp-admin/admin-ajax.php","nonce":"369182a3d3","isShowOnMenu":"0","isPolylangCompatible":"0","isDisplayFlagInSwitcher":"0","yayCurrencyPluginURL":"https://477779.eu/wp-content/plugins/yaycurrency-pro/","converted_currency":[{"ID":1619,"currency":"PLN","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#122;&#322;"},{"ID":1251,"currency":"EUR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2282","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&euro;"},{"ID":1252,"currency":"USD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2604","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1537,"currency":"GBP","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.1958","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&pound;"},{"ID":1538,"currency":"AUD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.3689","fee":{"value":"0","type":"fixed"},"status":"0","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1539,"currency":"CAD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.35","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1522,"currency":"CHF","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.2146","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#67;&#72;&#70;"},{"ID":1523,"currency":"JPY","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"41.135","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&yen;"},{"ID":1528,"currency":"DKK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.7029","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":1529,"currency":"SEK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.59","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#107;&#114;"},{"ID":1544,"currency":"SGD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"0.33","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1553,"currency":"INR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"24.886","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8377;"},{"ID":1554,"currency":"AED","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"0.96","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#x62f;.&#x625;"},{"ID":1565,"currency":"BRL","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.42","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#82;&#36;"},{"ID":1566,"currency":"CZK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"5.5729","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#75;&#269;"},{"ID":1567,"currency":"HKD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.03","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1581,"currency":"ISK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"35.29","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"kr."},{"ID":1596,"currency":"KRW","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"342.06","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8361;"},{"ID":1597,"currency":"KWD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.08","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#x62f;.&#x643;"},{"ID":1614,"currency":"NOK","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"2.74","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#107;&#114;"},{"ID":1615,"currency":"TRY","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"8.91","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8378;"},{"ID":1616,"currency":"NZD","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"0.41","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#36;"},{"ID":1617,"currency":"RON","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"1.16","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"lei"},{"ID":1618,"currency":"UAH","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"0","roundingType":"up","roundingValue":"1","subtractAmount":"0","rate":"10.75","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#8372;"},{"ID":3362,"currency":"MYR","currencyPosition":"right","currencyCodePosition":"not_display","thousandSeparator":"","decimalSeparator":",","numberDecimal":"2","roundingType":"disabled","roundingValue":"1","subtractAmount":"0","rate":"1.17","fee":{"value":"0","type":"fixed"},"status":"1","paymentMethods":["all"],"countries":["default"],"symbol":"&#82;&#77;"}],"checkout_diff_currency":"0","fallback_currency_code":"PLN","default_currency_code":"PLN","currency_symbol_position":"right","formatted_price_woo_blocks":"yes","fixed_product_price_enable":"0","show_approximate_price":"yes","cart_page":"","cookie_lifetime_days":"30","hide_dropdown_switcher":"","cookie_name":"yay_currency_widget","cookie_switcher_name":"yay_currency_do_change_switcher","cache_compatible":"1","current_theme":"kadence","flag_fallbacks":{"default":"https://477779.eu/wp-content/plugins/yaycurrency-pro/assets/flags/default.svg"},"checkout_notice_html":"\u003Cdiv class=\"yay-currency-checkout-notice user yay-currency-with-kadence\"\u003E\u003Cspan\u003EThe current payment method for \u003Cstrong class=\"yay-currency-checkout-notice-current-currency\"\u003EEUR\u003C/strong\u003E\u003C/span\u003E\u003Cspan\u003E is not supported in your location. \u003C/span\u003E\u003Cspan\u003ESo your payment will be recorded in \u003C/span\u003E\u003Cstrong class=\"yay-currency-checkout-notice-fallback-currency\"\u003EPLN.\u003C/strong\u003E\u003C/span\u003E\u003C/div\u003E","checkout_page":"","apply_currency_before_cache":{"ID":1251,"rateFee":0.2282},"ppc_paypal":"yes","product_page":""};
//# sourceURL=yay-currency-frontend-script-js-extra
</script>
<script id="yay-currency-frontend-script-js" src="https://477779.eu/wp-content/plugins/yaycurrency-pro/src/script.min.js?ver=3.3.5"></script>
<script id="yay-currency-third-party-js" src="https://477779.eu/wp-content/plugins/yaycurrency-pro/src/compatibles/third-party.min.js?ver=3.3.5"></script>
<script id="yay-currency-woo-blocks-js" src="https://477779.eu/wp-content/plugins/yaycurrency-pro/src/compatibles/woocommerce-blocks.min.js?ver=3.3.5"></script>
<script id="yay-currency-caching-script-js-extra">
var yay_currency_caching_data = {"ajax_url":"https://477779.eu/wp-admin/admin-ajax.php","nonce":"d06b6bf2b2","rest_url":"https://477779.eu/wp-json/yaycurrency/v1/caching","rest_nonce":"21abc4c23d","should_refresh_fragment":"yes","yay_currency_current_url":"https://477779.eu/feed"};
//# sourceURL=yay-currency-caching-script-js-extra
</script>
<script id="yay-currency-caching-script-js" src="https://477779.eu/wp-content/plugins/yaycurrency-pro/src/compatibles/cache/yay-caching.min.js?ver=3.3.5"></script>
<script id="facebook-for-woocommerce-inline-js-after">
/* WooCommerce Facebook Integration Event Tracking */
fbq('set', 'agent', (function(){var a='woocommerce_6-11.1.2-3.7.6';if(window.__wc_fb_page_generated&&(Math.floor(Date.now()/1000)-window.__wc_fb_page_generated)>1800){a=a.replace(/(\d+\.\d+\.\d+)/,'$1_c');}return a;})(), '618280483905642');
window.wcFacebookPixelFiredEvents = window.wcFacebookPixelFiredEvents || {};
if (!window.wcFacebookPixelFiredEvents["659f887e-bc3e-49e1-9fed-c15d43cab357"]) {
window.wcFacebookPixelFiredEvents["659f887e-bc3e-49e1-9fed-c15d43cab357"] = true;
var isStale = window.__wc_fb_page_generated && (Math.floor(Date.now()/1000) - window.__wc_fb_page_generated) > 1800;
if (window.FacebookSignals && typeof window.FacebookSignals.trackEvent === 'function') {
	window.FacebookSignals.trackEvent('PageView', {
    "source": "woocommerce_6",
    "version": "11.1.2",
    "pluginVersion": "3.7.6"
}, null, 'track', isStale ? null : "659f887e-bc3e-49e1-9fed-c15d43cab357");
} else if (isStale) {
	fbq('track', 'PageView', {
    "source": "woocommerce_6",
    "version": "11.1.2",
    "pluginVersion": "3.7.6"
});
} else {
	fbq('track', 'PageView', {
    "source": "woocommerce_6",
    "version": "11.1.2",
    "pluginVersion": "3.7.6"
}, {
    "eventID": "659f887e-bc3e-49e1-9fed-c15d43cab357"
});
}
}
//# sourceURL=facebook-for-woocommerce-inline-js-after
</script>
<script id="jquery-dgwt-wcas-js-extra">
var dgwt_wcas = {"labels":{"product_plu":"Products","vendor":"Vendor","vendor_plu":"Vendors","sku_label":"SKU:","sale_badge":"Sale","featured_badge":"Featured","in":"in","read_more":"continue reading","no_results":"\"No results\"","no_results_default":"No results","show_more":"See all products...","show_more_details":"See all products...","search_placeholder":"Search for products...","submit":"","search_hist":"Your search history","search_hist_clear":"Clear","mob_overlay_label":"Open search in the mobile overlay","tax_product_cat_plu":"Categories","tax_product_cat":"Category","tax_product_tag_plu":"Tags","tax_product_tag":"Tag"},"ajax_search_endpoint":"/?wc-ajax=dgwt_wcas_ajax_search","ajax_details_endpoint":"/?wc-ajax=dgwt_wcas_result_details","ajax_prices_endpoint":"/?wc-ajax=dgwt_wcas_get_prices","action_search":"dgwt_wcas_ajax_search","action_result_details":"dgwt_wcas_result_details","action_get_prices":"dgwt_wcas_get_prices","min_chars":"3","width":"auto","show_details_panel":"","show_images":"1","show_price":"","show_desc":"","show_sale_badge":"","show_featured_badge":"","dynamic_prices":"","is_rtl":"","show_preloader":"1","show_headings":"1","preloader_url":"","taxonomy_brands":"","img_url":"https://477779.eu/wp-content/plugins/ajax-search-for-woocommerce/assets/img/","is_premium":"","layout_breakpoint":"992","mobile_overlay_breakpoint":"992","mobile_overlay_wrapper":"body","mobile_overlay_delay":"0","debounce_wait_ms":"400","send_ga_events":"1","enable_ga_site_search_module":"","magnifier_icon":"\t\t\t\t\u003Csvg\n\t\t\t\t\tclass=\"\" xmlns=\"http://www.w3.org/2000/svg\"\n\t\t\t\t\txmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"\n\t\t\t\t\tviewBox=\"0 0 51.539 51.361\" xml:space=\"preserve\"\u003E\n\t\t\t\t\t\u003Cpath \t\t\t\t\t\td=\"M51.539,49.356L37.247,35.065c3.273-3.74,5.272-8.623,5.272-13.983c0-11.742-9.518-21.26-21.26-21.26 S0,9.339,0,21.082s9.518,21.26,21.26,21.26c5.361,0,10.244-1.999,13.983-5.272l14.292,14.292L51.539,49.356z M2.835,21.082 c0-10.176,8.249-18.425,18.425-18.425s18.425,8.249,18.425,18.425S31.436,39.507,21.26,39.507S2.835,31.258,2.835,21.082z\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","magnifier_icon_pirx":"\t\t\t\t\u003Csvg\n\t\t\t\t\tclass=\"\" xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\"\u003E\n\t\t\t\t\t\u003Cpath  d=\" M 16.722523,17.901412 C 16.572585,17.825208 15.36088,16.670476 14.029846,15.33534 L 11.609782,12.907819 11.01926,13.29667 C 8.7613237,14.783493 5.6172703,14.768302 3.332423,13.259528 -0.07366363,11.010358 -1.0146502,6.5989684 1.1898146,3.2148776\n\t\t\t\t\t1.5505179,2.6611594 2.4056498,1.7447266 2.9644271,1.3130497 3.4423015,0.94387379 4.3921825,0.48568469 5.1732652,0.2475835 5.886299,0.03022609 6.1341883,0 7.2037391,0 8.2732897,0 8.521179,0.03022609 9.234213,0.2475835 c 0.781083,0.23810119 1.730962,0.69629029 2.208837,1.0654662\n\t\t\t\t\t0.532501,0.4113763 1.39922,1.3400096 1.760153,1.8858877 1.520655,2.2998531 1.599025,5.3023778 0.199549,7.6451086 -0.208076,0.348322 -0.393306,0.668209 -0.411622,0.710863 -0.01831,0.04265 1.065556,1.18264 2.408603,2.533307 1.343046,1.350666 2.486621,2.574792 2.541278,2.720279 0.282475,0.7519\n\t\t\t\t\t-0.503089,1.456506 -1.218488,1.092917 z M 8.4027892,12.475062 C 9.434946,12.25579 10.131043,11.855461 10.99416,10.984753 11.554519,10.419467 11.842507,10.042366 12.062078,9.5863882 12.794223,8.0659672 12.793657,6.2652398 12.060578,4.756293 11.680383,3.9737304 10.453587,2.7178427\n\t\t\t\t\t9.730569,2.3710306 8.6921295,1.8729196 8.3992147,1.807606 7.2037567,1.807606 6.0082984,1.807606 5.7153841,1.87292 4.6769446,2.3710306 3.9539263,2.7178427 2.7271301,3.9737304 2.3469352,4.756293 1.6138384,6.2652398 1.6132726,8.0659672 2.3454252,9.5863882 c 0.4167354,0.8654208 1.5978784,2.0575608\n\t\t\t\t\t2.4443766,2.4671358 1.0971012,0.530827 2.3890403,0.681561 3.6130134,0.421538 z\n\t\t\t\t\t\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","history_icon":"\t\t\t\t\u003Csvg class=\"\" xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"16\"\u003E\n\t\t\t\t\t\u003Cg transform=\"translate(-17.498822,-36.972165)\"\u003E\n\t\t\t\t\t\t\u003Cpath \t\t\t\t\t\t\td=\"m 26.596964,52.884295 c -0.954693,-0.11124 -2.056421,-0.464654 -2.888623,-0.926617 -0.816472,-0.45323 -1.309173,-0.860824 -1.384955,-1.145723 -0.106631,-0.400877 0.05237,-0.801458 0.401139,-1.010595 0.167198,-0.10026 0.232609,-0.118358 0.427772,-0.118358 0.283376,0 0.386032,0.04186 0.756111,0.308336 1.435559,1.033665 3.156285,1.398904 4.891415,1.038245 2.120335,-0.440728 3.927688,-2.053646 4.610313,-4.114337 0.244166,-0.737081 0.291537,-1.051873 0.293192,-1.948355 0.0013,-0.695797 -0.0093,-0.85228 -0.0806,-1.189552 -0.401426,-1.899416 -1.657702,-3.528366 -3.392535,-4.398932 -2.139097,-1.073431 -4.69701,-0.79194 -6.613131,0.727757 -0.337839,0.267945 -0.920833,0.890857 -1.191956,1.27357 -0.66875,0.944 -1.120577,2.298213 -1.120577,3.35859 v 0.210358 h 0.850434 c 0.82511,0 0.854119,0.0025 0.974178,0.08313 0.163025,0.109516 0.246992,0.333888 0.182877,0.488676 -0.02455,0.05927 -0.62148,0.693577 -1.32651,1.40957 -1.365272,1.3865 -1.427414,1.436994 -1.679504,1.364696 -0.151455,-0.04344 -2.737016,-2.624291 -2.790043,-2.784964 -0.05425,-0.16438 0.02425,-0.373373 0.179483,-0.477834 0.120095,-0.08082 0.148717,-0.08327 0.970779,-0.08327 h 0.847035 l 0.02338,-0.355074 c 0.07924,-1.203664 0.325558,-2.153721 0.819083,-3.159247 1.083047,-2.206642 3.117598,-3.79655 5.501043,-4.298811 0.795412,-0.167616 1.880855,-0.211313 2.672211,-0.107576 3.334659,0.437136 6.147035,3.06081 6.811793,6.354741 0.601713,2.981541 -0.541694,6.025743 -2.967431,7.900475 -1.127277,0.871217 -2.441309,1.407501 -3.893104,1.588856 -0.447309,0.05588 -1.452718,0.06242 -1.883268,0.01225 z m 3.375015,-5.084703 c -0.08608,-0.03206 -2.882291,-1.690237 -3.007703,-1.783586 -0.06187,-0.04605 -0.160194,-0.169835 -0.218507,-0.275078 L 26.639746,45.549577 V 43.70452 41.859464 L 26.749,41.705307 c 0.138408,-0.195294 0.31306,-0.289155 0.538046,-0.289155 0.231638,0 0.438499,0.109551 0.563553,0.298452 l 0.10019,0.151342 0.01053,1.610898 0.01053,1.610898 0.262607,0.154478 c 1.579961,0.929408 2.399444,1.432947 2.462496,1.513106 0.253582,0.322376 0.140877,0.816382 -0.226867,0.994404 -0.148379,0.07183 -0.377546,0.09477 -0.498098,0.04986 z\"/\u003E\n\t\t\t\t\t\u003C/g\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","close_icon":"\t\t\t\t\u003Csvg class=\"\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 0 24 24\" width=\"24\"\u003E\n\t\t\t\t\t\u003Cpath \t\t\t\t\t\td=\"M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","back_icon":"\t\t\t\t\u003Csvg class=\"\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\"\u003E\n\t\t\t\t\t\u003Cpath \t\t\t\t\t\td=\"M14 6.125H3.351l4.891-4.891L7 0 0 7l7 7 1.234-1.234L3.35 7.875H14z\" fill-rule=\"evenodd\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","preloader_icon":"\t\t\t\t\u003Csvg class=\"dgwt-wcas-loader-circular \" viewBox=\"25 25 50 50\"\u003E\n\t\t\t\t\t\u003Ccircle class=\"dgwt-wcas-loader-circular-path\" cx=\"50\" cy=\"50\" r=\"20\" fill=\"none\"\n\t\t\t\t\t\t stroke-miterlimit=\"10\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","voice_search_inactive_icon":"\t\t\t\t\u003Csvg class=\"dgwt-wcas-voice-search-mic-inactive\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" width=\"24\"\u003E\n\t\t\t\t\t\u003Cpath \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8Q12 8 12 8ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5ZM12 12Q12.425 12 12.713 11.712Q13 11.425 13 11V5Q13 4.575 12.713 4.287Q12.425 4 12 4Q11.575 4 11.288 4.287Q11 4.575 11 5V11Q11 11.425 11.288 11.712Q11.575 12 12 12Z\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","voice_search_active_icon":"\t\t\t\t\u003Csvg\n\t\t\t\t\tclass=\"dgwt-wcas-voice-search-mic-active\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\"\n\t\t\t\t\twidth=\"24\"\u003E\n\t\t\t\t\t\u003Cpath \t\t\t\t\t\td=\"M12 13Q11.15 13 10.575 12.425Q10 11.85 10 11V5Q10 4.15 10.575 3.575Q11.15 3 12 3Q12.85 3 13.425 3.575Q14 4.15 14 5V11Q14 11.85 13.425 12.425Q12.85 13 12 13ZM11.5 20.5V16.975Q9.15 16.775 7.575 15.062Q6 13.35 6 11H7Q7 13.075 8.463 14.537Q9.925 16 12 16Q14.075 16 15.538 14.537Q17 13.075 17 11H18Q18 13.35 16.425 15.062Q14.85 16.775 12.5 16.975V20.5Z\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","voice_search_disabled_icon":"\t\t\t\t\u003Csvg class=\"dgwt-wcas-voice-search-mic-disabled\" xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" width=\"24\"\u003E\n\t\t\t\t\t\u003Cpath \t\t\t\t\t\td=\"M16.725 13.4 15.975 12.625Q16.1 12.325 16.2 11.9Q16.3 11.475 16.3 11H17.3Q17.3 11.75 17.138 12.337Q16.975 12.925 16.725 13.4ZM13.25 9.9 9.3 5.925V5Q9.3 4.15 9.875 3.575Q10.45 3 11.3 3Q12.125 3 12.713 3.575Q13.3 4.15 13.3 5V9.7Q13.3 9.75 13.275 9.8Q13.25 9.85 13.25 9.9ZM10.8 20.5V17.025Q8.45 16.775 6.875 15.062Q5.3 13.35 5.3 11H6.3Q6.3 13.075 7.763 14.537Q9.225 16 11.3 16Q12.375 16 13.312 15.575Q14.25 15.15 14.925 14.4L15.625 15.125Q14.9 15.9 13.913 16.4Q12.925 16.9 11.8 17.025V20.5ZM19.925 20.825 1.95 2.85 2.675 2.15 20.65 20.125Z\"/\u003E\n\t\t\t\t\u003C/svg\u003E\n\t\t\t\t","custom_params":{},"convert_html":"1","suggestions_wrapper":"body","disable_hits":"","disable_submit":"","fixer":{"broken_search_ui":true,"broken_search_ui_ajax":true,"broken_search_ui_hard":false,"broken_search_elementor_popups":true,"broken_search_jet_mobile_menu":true,"broken_search_browsers_back_arrow":true,"force_refresh_checkout":true},"voice_search_enabled":"","voice_search_lang":"en-US","show_recently_searched_products":"","show_recently_searched_phrases":"","go_to_first_variation_on_submit":""};
//# sourceURL=jquery-dgwt-wcas-js-extra
</script>
<script id="jquery-dgwt-wcas-js" src="https://477779.eu/wp-content/plugins/ajax-search-for-woocommerce/assets/js/search.min.js?ver=1.34.2"></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_733ef4934f0ba2f8fd3d20320ae89b6d","fragment_name":"wc_fragments_733ef4934f0ba2f8fd3d20320ae89b6d","request_timeout":"5000"};
//# sourceURL=wc-cart-fragments-js-extra
</script>
<script data-wp-strategy="defer" defer id="wc-cart-fragments-js" src="https://477779.eu/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=11.1.2"></script>
<script id="elementor-webpack-runtime-js" src="https://477779.eu/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.3.0"></script>
<script id="elementor-frontend-modules-js" src="https://477779.eu/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.3.0"></script>
<script id="jquery-ui-core-js-before">
jQuery.uiBackCompat = true;
//# sourceURL=jquery-ui-core-js-before
</script>
<script id="jquery-ui-core-js" src="https://477779.eu/wp-includes/js/jquery/ui/core.min.js?ver=1.14.2"></script>
<script id="elementor-frontend-js-before">
var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnX":"Share on X","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"4.3.0","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"nested-elements":true,"import-export-customization":true},"urls":{"assets":"https:\/\/477779.eu\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/477779.eu\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/477779.eu\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"5dd668ab59","atomicFormsSendForm":"a773f35756"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"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"},"post":{"id":867,"title":"Maintenance%20%E2%80%93%20477779","excerpt":"","featuredImage":false}};
//# sourceURL=elementor-frontend-js-before
</script>
<script id="elementor-frontend-js" src="https://477779.eu/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.3.0"></script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://477779.eu/wp-includes/js/wp-emoji-release.min.js?ver=7.1.2"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=https://477779.eu/wp-includes/js/wp-emoji-loader.min.js
</script>
			<script type='text/javascript'>
			document.addEventListener( 'wpcf7submit', function ( event ) {
				var detail = event.detail || {};
				if ( 'mail_sent' !== detail.status ) {
					return;
				}
				var apiResponse = detail.apiResponse || {};
				if ( ! apiResponse.fb_pxl_code ) {
					return;
				}
				try {
					var s = document.createElement( 'script' );
					s.textContent = apiResponse.fb_pxl_code;
					document.head.appendChild( s );
				} catch ( e ) {
					// no-op
				}
			}, false );
			</script>
			</body>
</html>
