<?xml version="1.0" encoding="utf-8" ?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
				<!DOCTYPE html>
			<html>
				<head>
					<meta charset="utf-8">
					<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
					<title>Realshop</title>
					<script src="https://www.google.com/recaptcha/api.js?hl=en" async defer></script>
					<style>
						*{
							-webkit-box-sizing:border-box;
							-moz-box-sizing:border-box;
							-o-box-sizing:border-box;
							box-sizing:border-box;
						}
						body{
							font-size:16px;
							font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
							line-height:24px;
							background-color:#000;
							display:flex;
							align-items:center;
						}
						body,html{
							height:100%;
						}
						#stelpetform{
							background-color:#fff;
							width:50%;
							display:block;
							margin:30px auto;
							text-align:center;
							padding:30px;
							border:solid 1px #f0f0f1;
							border-radius:20px;
							box-shadow:0 0 10px #aeaeae;
						}
						@media screen and (max-width:991px){
							#stelpetform{
								width:90%;
							}
							.g-recaptcha {
								transform: scale(0.85);
								transform-origin: 0 0;
							}
						}
						#logo{
							width:200px;
							height:auto;
							margin:20px auto;
							display:block;
						}
						.g-recaptcha>div{
							display:block;
							margin:10px auto;
						}
						[type="submit"]{
							padding:10px 20px;
							background-color:#000;
							color:#fff;
							box-shadow:none;
						}
						.lead{
							font-size:20px;
							margin:15px 0;
							font-weight:300;
						}
					</style>
				</head>
				<body>
					<form method="post" id="stelpetform">
						<input type="hidden" value="216.73.217.30">
						<img id="logo" src="https://www.realshop.gr/Templates/Default/Images/logo.png">
						<p class="lead">For security reasons, we periodically check your connection.<br>To continue to Realshop, please click the “I’m not a robot” checkbox.</p>
						<div class="g-recaptcha" data-sitekey="6Le4KKEsAAAAAJ4jQgzr6qPfVd3HA9ohCsUoa1Yu" data-callback="onCaptchaSuccess"></div>
						
						<p style="display:none;"><input type="submit"  value="Συνέχεια στο Stelpet.Gr"></p>
						<p class="d-flex"><small>www.realshop.gr<sup>&copy;</sup> 2026. All Rights Reserved</small></p>
					</form>
					<script>
						function onCaptchaSuccess(){
							document.querySelector('#stelpetform [type="submit"]').click();
						}
					</script>
				</body>
			</html>
			