@charset "UTF-8";

/**********************/
/*** GENERIC STYLES ***/
/**********************/
html, body {
	width: 100%;
    width: 100svw;
    height: 100%;
	height: 100svh;
}

body {
	font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #a5a5a5;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing : border-box;
}

/******************/
/*** C2P STYLES ***/
/******************/
#main-shop-container {
	position: relative;
	height: 100%;
	height: 100svh;
	width: 100%;
	width: 100svw;
}
#c2p-container {
	width : 100%;
	height: 100%;
	position : relative;
}

/**********************/
/*** PREVIEW STYLES ***/
/**********************/
#preview-container {
	position:relative;
	height:100%;
	width:100%;
	padding: 60px 20px 50px 20px;
	max-width:1240px;
	margin : 0 auto;
}
#preview-container iframe {
	width:100%;
	height:100%;
	/*max-height:600px;*/
	border:none;
}
