h1 {
	color: #141313;
	text-align: center;
	font-weight: 700;
	font-size: 75px;
	line-height: 52px;
	opacity: .8;
}
#showcase {
	height: 600px;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #141313;
}
#showcase .slide {
	margin-top: 40px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top:  0;
	width:  100%;
	height: 100%;
	isolation: isolate;
	z-index: 2;
	transition: all .5s ease-in-out;
}
#showcase .slide.active {
	margin-top: 0;
	opacity: 1;
	pointer-events: all;
}
.grain {
	position: absolute;
	left: 0;
	top:  0;
	width: 100%;
	padding-bottom: 41.9%;
	background-image: url('/wp-content/themes/k/model/media/vid/grain_sprites.jpg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	animation: play-sprite 1s steps(24) infinite;
	z-index: 1;
	opacity: .1;
}
@keyframes play-sprite {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -8189px; /* Height of the sprite sheet */
	}
}
#showcase .slide .product,
#showcase .slide .shadow {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60%;
	background: url(/wp-content/themes/k/model/media/img/products/tshirtblack.png) no-repeat center center;
	background-size: auto 450px;
	z-index: 3;
}
#showcase .slide .shadow {
	background-image: url(/wp-content/themes/k/model/media/img/products/tshirtblack-shadow.png);
	z-index: 2;
	opacity: .8;
	margin: 40px -25px 0 0;
}
#showcase .slide.p2 .product {
	background-image: url(/wp-content/themes/k/model/media/img/products/tshirtlight.png);
}
#showcase .slide.p2 .shadow {
	background-image: url(/wp-content/themes/k/model/media/img/products/tshirtlight-shadow.png);
}
#showcase .slide .info {
	width: 40%;
	height: 100%;
	position: absolute;
	left: 0;
	top:  0;
	display: flex;
	align-content: end;
	align-items: end;
	justify-content: center;
	text-align: center;
	flex-flow: column;
}
#showcase .slide .info h2 {
	width: 400px;
	color: #fff;
	font-size: 1.95rem;
	line-height: 1.1;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#showcase .slide .info p {
	width: 400px;
	color: #fff;
	font-size: 1rem;
	line-height: 1.5;
	font-style: italic;
	opacity: .7;
}
#showcase .slide .info .cta {
	width: 400px;
	text-align: center;
	margin-top: 20px;
}
#showcase .slide .info a {
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 30px;
	padding: 0 10px;
	border-radius: 30px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.2);
	text-transform: uppercase;
	font-size: 1.24;
	padding-top: .1em;
	color: rgba(255,255,255,.6);
	transition: all .2s ease-in-out;
}
#showcase .slide .info a:hover {
	background: #fff;
	color: #000;
}
#showcase .arrow_left,
#showcase .arrow_right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 24px;
	background: #fff;
}
#showcase .arrow_left,
#showcase .arrow_right {
	width:  40px;
	height: 40px;
	border-radius: 50%;
	background: url(/wp-content/themes/k/model/media/img/arrow-left.png) no-repeat center center;
	background-size: 20px;
	cursor: pointer;
	opacity: .6;
	z-index: 9;
	transition: all .2s ease-in-out;
}
#showcase .arrow_left {
	left: 20px;
}
#showcase .arrow_right {
	background-image: url(/wp-content/themes/k/model/media/img/arrow-right.png);
	right: 20px;
}
#showcase .arrow_left:hover,
#showcase .arrow_right:hover {
	opacity: 1;
}
#grid {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 30px;
	background: #fff;
	padding: 80px 0;
	background: url(/wp-content/themes/k/model/media/img/grain_white1.png) no-repeat center center;
	background-size: contain;
}
#grid .product {
	height: 400px;
	width: 300px;
	position: relative;
}
#grid .product .thumb,
#grid .product .shadow {
	height: 340px;
	width: 300px;
	position: absolute;
	left: 0;
	top:  0;
	background-size: auto 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	z-index: 2;
	transition: all .2s ease-in-out;
}
#grid .product .shadow {
	z-index: 1;
	opacity: .3;
	margin: 25px 35px 0 0;
}
#grid .product:hover .thumb {
	background-size: auto 320px;
}
#grid .product:hover .shadow {
	background-size: auto 280px;
	margin: 15px 25px 0 0;
	opacity: .2;
}
#grid .product .actions {
	position: absolute;
	left: 50%;
	bottom:  0;
	transform: translateX(-50%);
	color: #000;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: start;
	text-align: left;
	width: 150px;
	height: 30px;
}
#grid .product .actions .cta {
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 24px;
	padding: 0 10px;
	border-radius: 30px;
	box-shadow: 0 0 0 1px rgba(0,0,0,.4);
	text-transform: uppercase;
	font-size: 1;
	padding-top: .1em;
	color: rgba(0,0,0,.6);
	margin-left: auto;
	transition: all .2s ease-in-out;
}
#grid .product .actions .cta:hover {
	background: #000;
	color: #fff;
}