body.index .app-inner:after {
	content: "";
	width: 100%;
	height: 100%;
	background: #fff !important;
	visibility: visible !important;
	opacity: 1 !important;
	position: fixed;
	z-index: 999999999;
	transform: scale(0);
	animation-name: popup;
	animation-duration: 1.6s;
}
@keyframes popup {
	0% {
		transform: scale(2);
	}
	25% {
		transform: scale(2);
	}
	80% {
		transform: scale(2);
	}
	100% {
		transform: scale(0);
	}
}
body.index .app-inner:before {
	content: "";
	width: 100%;
	height: 100%;
	top: 0 !important;
	position: fixed;
	z-index: 99999999999999 !important;
	left: 0;
	background-image: url(https://cdn.salla.sa/fWqMDmplQGJV1wUXXHMY78ltuGywxxI1KutWk7mK.jpeg) !important ;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 115px;
	transform: scale(0);
	visibility: visible !important;
	opacity: 1 !important;
	animation-name: popup;
	animation-duration: 1.5s;
}
@keyframes popup {
	0% {
		transform: scale(0);
	}
	25% {
		transform: scale(2);
	}
	75% {
		transform: scale(2);
	}
	95% {
		transform: scale(0);
	}
	100% {
		transform: scale(0);
	}
}
.s-products-list-placeholder p{
text: قريبــــاً!important;
}