#system,
.skipper {
	display: none !important;
}
#hero {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-flow: column;
	position: relative;
	gap: 20px;
	z-index: 1;
}
#hero ._title {
	font-family: var(--playfair), serif;
	color: rgb(64, 64, 64);
	font-size: 5rem;
	padding: 20px;
	line-height: 1;
	z-index: 2;
}
#hero ._sub {
	width: 100%;
	height: 40px;
	text-transform: uppercase;
	font-family: var(--sansM);
	font-size: .8rem;
	letter-spacing: .1em;
	opacity: .7;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 20px;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	z-index: 2;
}
.woocommerce-page main {
	width: 100%;
	background: #f9f9f9;
	padding: 30px;
}
#custom_print {
	width: 100%;
	margin-bottom: 50px;
}
#preview {
	margin: 0 auto;
	box-shadow: 4px 4px 20px rgba(0,0,0,.4);
}


#features {
	width: 100%;
	padding: 0 25px;
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
}
#features a {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}
#features img {
	width:  100%;
	height: auto;
	background: #f1f1f1;
}
#features a .feature_name {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color:rgb(64, 64, 64);
	height: 40px;
	font-size: .9rem;
	font-family: var(--sansM);
}
#features a .cta {
	position: absolute;
	bottom: 40px;
	left:   0px;
	width: 100%;
	height: 0;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	text-align: center;
	background: rgba(0,0,0,.4);
	color: #fff;
	font-size: .75rem;
	text-transform: uppercase;
	transition: all .2s ease-in-out;
}
#features a:hover .cta {
	height: 35px;
}
#features a .cta:hover {
	background: rgba(0,0,0,.8);
}



h2.likeh1 {
	font-family: var(--playfair), serif;
	color: rgb(64, 64, 64);
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.about_blurb {
	width: 800px;
	line-height: 1.5;
	text-align: center;
	font-size: 1.3rem;
	color: #898989;
	margin: 0 auto 50px;
}






.canvas_wrap_preview_side,
.canvas_wrap_preview_bottom {
	display: none;
	position: absolute;
	overflow: hidden;
	background-color: #000;
}
#custom_print.canvas_wrap_preview .canvas_wrap_preview_side,
#custom_print.canvas_wrap_preview .canvas_wrap_preview_bottom {
	display: block;
}
.canvas_wrap_preview_side {
	left: 100%;
	top: 0;
	transform: skewY(45deg);
	transform-origin: left;
	width: 20px;
	height: 100%;
}
.canvas_wrap_preview_bottom {
	top: 100%;
	left: 0;
	transform: skewX(45deg);
	transform-origin: top;
	height: 20px;
	width: 100%;
}
.canvas_wrap_preview_side div,
.canvas_wrap_preview_bottom div {
	left: 0;
	top:  0;
	position: absolute;
	opacity: .85;
}
.canvas_wrap_preview_side div {
	transform: scaleX(-1);
	height: 100%;
	width: auto;
}
.canvas_wrap_preview_bottom div {
	transform: scaleY(-1);
	width: 100%;
	height: auto;
	opacity: .7;
}
#custom_print.canvas_wrap_preview #preview {
	border: 0;
	box-shadow: rgba(0, 0, 0, .4) 0px 2px 40px,
				rgba(0, 0, 0, .4) 20px 20px 40px
}











@media (max-width: 679px) {
	
	
	#hero {
		height: auto;
		gap: 0;
	}
	#hero ._title {
		font-size: 2.25rem;
	}
	#pack {
		flex-flow: column;
		gap: 30px;
	}
	#pack article {
		width: 100%;
	}
	
	h2.likeh1 {
		font-family: var(--playfair), serif;
		color: rgb(64, 64, 64);
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
		font-weight: normal;
	}
	.about_blurb {
		width: 100%;
		padding: 0 50px;
		font-size: 1rem;
	}
	#features {
		display: block;
	}
	#features a {
		width: 100%;
		margin-bottom: 25px;
	}
	
	
}