html, body {
	overflow:hidden;
}

.preview-wrap {
	display:flex;
	justify-content: center;
	align-items: flex-start;
	height: 100vh;
	height: 100dvh;
	background:#fd847b;
	text-align:center;
}
.preview-wrap .intro {
	display:inline-block;
	width:360px;
	margin-right:20px;
	padding-top:70px;
	vertical-align:top;
	text-align:right;
	font-size:0px;
}
.preview-wrap .intro h2 {
	color:#fff;
	font-size:48px;
	font-weight:900;
	line-height:56px;
	letter-spacing:-0.96px;
}
.preview-wrap .intro h6 {
	color:#b12f26;
	font-size:28px;
	font-weight:900;
	line-height:41px;
	letter-spacing:2.8px;
}
.preview-wrap .intro .thumb {
	height: 276px;
	margin-top:52px;
	padding: 0px 15px;
	filter: drop-shadow(0 0 24px rgba(0,0,0,.25));
}
.preview-wrap .intro .app-links {
	margin-top:52px;
	display:none;
}
.preview-wrap .intro .app-links p {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:32px;
	letter-spacing:4.16px;
}
.preview-wrap .intro .app-links a {
	display:inline-block;
	width:130px;
	height:40px;
	margin-top:18px;
	margin-right:20px;
	font-size:0px;
}
.preview-wrap .intro .app-links a:last-child {
	margin-right:0px;
}
.preview-wrap .intro .app-links a.app-store {
	background:url("../img/app_store_white_icon.png") no-repeat center center;
}
.preview-wrap .intro .app-links a.google-play {
	background:url("../img/google_play_white_icon.png") no-repeat center center;
}
.preview-wrap .intro .intro-links {
	display:inline-block;
	width:280px;
	margin-top:18px;
	text-align:right;
}
.preview-wrap .intro .intro-links a {
	display:inline-block;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:32px;
}
.preview-wrap #wrap {
	display:inline-block;
	width:100%;
	max-width:460px;
	height:calc(100% - 57px);
	padding-bottom:0px;
	background:#fff;
	box-shadow:0px 4px 50px 0px rgba(0, 0, 0, 0.1);
	vertical-align:top;
	text-align:left;
	overflow-y:auto;
	box-sizing:border-box;
	font:inherit;
}
.preview-wrap #wrap::-webkit-scrollbar {
	width: 1px;
}
.preview-wrap #wrap::-webkit-scrollbar-thumb {
	background-color: #acacac;
	border-radius: 10px;
	background-clip: padding-box;
}
.preview-wrap #wrap::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 10px;
}

*:not(.ko) .preview-wrap .intro h2 {
	font-size: 37px;
	line-height: 45px;
}
*:not(.ko) .preview-wrap .intro h6 {
	margin-top: 10px;
	font-size: 24px;
}
*:not(.ko) .preview-wrap .intro .app-links p {
	letter-spacing: 1px;
}

#header {
	position:sticky; 
	left:50%; 
	right:0px; 
	top:40px; 
	width:100%; 
	max-width:460px;
	z-index:100;
	margin-left:-40px;
}
#header.upmove, footer,
.bottom_button_container,
.nfor_bottom_layer,
.cart_order_coupon_modal,
.customer-order-modal,
#fullBanner,
.foot-fixed-btn,
.nation_overlay {
	left:50% !important;
	max-width:460px;
	margin-left:-40px;
}

.talk_write_btn,
.whatsapp-btn {
	left:50% !important;
	right:auto !important;
	margin-left:351px;
}

@media screen and (max-width: 839px) {
	.preview-wrap .intro {
		display:none;
	}

	#header, #header.upmove, footer,
	.bottom_button_container,
	.nfor_bottom_layer,
	.cart_order_coupon_modal,
	.customer-order-modal,
	.nation_overlay,
	#fullBanner {
		left:50% !important;
		max-width:460px;
		margin-left:-230px;
	}

	.talk_write_btn,
	.whatsapp-btn {
		left:50% !important;
		right:auto !important;
		margin-left:161px;
	}

	.option_close_btn_wrap,
	#cart_popup {
		left: 50%;max-width: 460px;margin-left: -230px;
	}
}

@media screen and (max-width: 459px) {
	#header, #header.upmove, footer,
	.bottom_button_container,
	.nfor_bottom_layer,
	.cart_order_coupon_modal,
	.customer-order-modal,
	.nation_overlay,
	#fullBanner {
		left:0px !important;
		margin-left:0px;
	}

	.talk_write_btn,
	.whatsapp-btn {
		left:auto !important;
		right:15px !important;
		margin-left:0px;
	}
	
	#cart_popup,
	.option_close_btn_wrap {
		left: 0px;
		max-width:none;
		margin-left:0px;
	}
}

@media screen and (max-width: 700px) {
	.cooper_wrap .inner {
		width:100%;
		padding:20px 20px 40px 20px;
	}
}