.post-product-highlight-v1 {
	position: relative;
}
.post-product-highlight-v1 .left {
	width: 59%;
}
.post-product-highlight-v1 .left img {
	display: block;
	width: 100%;
	height: 684px;
}
.post-product-highlight-v1 .right {
	width: 494px;
	position: absolute;
	top: 231px;
	right: 0;
	background: white;
	box-shadow: 5px 4px 16px -5px rgba(0, 0, 0, 0.26);
	height: 240px;
	padding: 27px 27px;
}
.post-product-highlight-v1 .right img {
	height: 100%;
	width: 196px;
	object-fit: contain;
}
.post-product-highlight-v1 .right a {
	display: table;
	text-decoration: none;
}
.post-product-highlight-v1 .right .in {
	width:50%;
}
.post-product-highlight-v1 .right .brand {
	display: block;
	font-size: 13px;
}
.post-product-highlight-v1 .right .title {
	font-size: 28px;
	line-height: 31px;
	display: block;
	font-family: 'Darline Serif';
	letter-spacing: -0.05rem;
}
.post-product-highlight-v1 .right .shopit {
	color: #000000;
	font-size: 14px;
	opacity: 1;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	margin: 24px 0 0;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	width: fit-content;
}
@media all and (max-width:768px) {
	.post-product-highlight-v1 .left img {
		display: block;
		width: 100%;
		height: 450px;
	}
	.post-product-highlight-v1 .right {
		width: 300px;
		position: absolute;
		top: 108px;
		right: 0;
		background: white;
		box-shadow: 5px 4px 16px -5px rgba(0, 0, 0, 0.26);
		height: auto;
		padding: 27px 8px;
	}
}
@media all and (max-width: 550px) {
	.post-product-highlight-v1 {
		position: relative;
		margin: 15px 0;
	}
	.post-product-highlight-v1 .left {
		width: 100%;
	}
	.post-product-highlight-v1 .left img {
		display: block;
		width: 100%;
		height: auto;
	}
	.post-product-highlight-v1 .right {
		width: 90%;
		position: relative;
		top: inherit;
		right: inherit;
		background: white;
		box-shadow: 5px 4px 16px -5px rgba(0, 0, 0, 0.26);
		height: auto;
		padding: 27px 8px;
		margin: -30px auto 30px;
	}
	
}