

<style>

/*------------------------------- popup layer ----------------------*/


#layer-popup {
 position: fixed;
 z-index:9999999;
 top:0;
 left:0;
 right:0;
 bottom:0; 
 background: rgba(0,0,0,.8); 
 animation: myfadein 2s;
}

@keyframes myfadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


#popup-container {
 position: absolute;
 background: #fff;
 padding: 40px;
 border-radius: 4px;
 z-index:999999999;
 top:50%;
 left:50%;
 max-width:790px;
 max-height: 85vh;
 width:auto;
 transform:translate(-50%,-50%);

}



.popup-close {
 position: absolute;
 right: 20px;
 top: 20px;
 font-weight: bold; 
 font-size: 20px;
 color: #000;
 cursor: pointer;
}	



</style>

 

	
						
				<div id="layer-popup" style="">
				 <div id="popup-container">
				  <!--<a class="popup-close" href="javascript: hide()">X</a>-->
				  <div id="popup-close" class="popup-close" onclick="hidePopup()">X</div>
				  <h3>Szanowny Kliencie!</h3>
				  <p>Od września zapraszamy też do naszego siostrzanego sklepu - <b>DOLNOŚLĄSKI we Wrocławiu</b>, przy ulicy Januszowickiej 5 oraz na zakupy online <a target="_blank" href="https://dolnoslaski.com.pl" title="Dolnośląski -sklep z produktami lokalnymi">www.dolnoslaski.com.pl</a> - znajdziecie tam asortyment ze Ślężańskiego i nie tylko.</p>
				   	
				 </div><!--popupcontasiner --> 				 
				</div>
				
				<script>
				 jQuery(".popup-close").click(function() {
						jQuery("#layer-popup").fadeOut();
						jQuery("#popup-container").fadeOut();
				 });
				 
				 function hidePopup() {
				  var x = document.getElementById("layer-popup");
				  if (x.style.display === "none") {
					x.style.display = "block";
				  } else {
					x.style.display = "none";
				  }
				}
				 
				</script>

		
	
			<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//slezanski.pl/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://slezanski.pl/category/aktualnosci/</loc>
		<lastmod>2023-10-11T04:10:10+00:00</lastmod>
	</url>
	<url>
		<loc>https://slezanski.pl/category/praca/</loc>
		<lastmod>2021-06-10T08:14:38+00:00</lastmod>
	</url>
	<url>
		<loc>https://slezanski.pl/category/przypiete/</loc>
		<lastmod>2020-12-17T13:34:03+00:00</lastmod>
	</url>
</urlset>
<!-- XML Sitemap generated by Yoast SEO -->