.post-shop-the-post {
	overflow: hidden;
	border-bottom: none;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	padding-bottom: 27px;
}
.post-shop-the-post.has-white-background-color .title-wrap {
	border-bottom:none;
}
.post-shop-the-post h2 {
	text-align: center;
	font-size: 40px;
	margin: 5px 0 0;
}
.post-shop-the-post .sub-title {
	text-align: center;
	font-size: 13px;
}
.post-shop-the-post .pslider {
	width: 100%;
		overflow: hidden;
		position: relative;
		display: flex;
		justify-content: flex-end;
		margin: 37px 0;
		padding: 0 0 67px;
}
.post-shop-the-post .swiper-scrollbar-drag {
	background: #DFDAC9;
	border-radius: 0;
	left: 0;
	top: -2px;
	height: 8px;
}
.post-shop-the-post .button {
	color: #000000;
	font-size: 14px;
	opacity: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
}
.post-shop-the-post .swiper-horizontal>.swiper-scrollbar,  .post-shop-the-post .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: 50;
	height: 1px;
	width: 98%;
	max-width: 1120px;
	background: #C7C7C7;
	right: 0;
	margin: auto;
}
.post-shop-the-post .pslider .products-slider-v2 {
	width: 94.5%;
	overflow: hidden;
}
.post-shop-the-post .pslider .products-slider-v2 .bg-wrap {
	border: 1px solid #DFDAC9;
	background: white;
	width: 164px;
	height: 251px;
}
.post-shop-the-post .pslider .products-slider-v2 .bg-wrap img {
	display: block;
	width: 164px;
	height: 251px;
	object-fit: contain;
}
.post-shop-the-post .pslider .products-slider-v2 .bg-wrap a {
	display:block;
	width:100%;
	position: relative;
}
.post-shop-the-post .pslider .products-slider-v2 .bg-wrap .highlight {
	position: absolute;
	transform: rotate(-7deg);
	text-align: center;
	left: 0;
	right: 0;
	font-family: 'Thursday Morning';
	font-size: 28px;
	bottom: 26px;
}
@media all and (max-width:920px) {
	.post-shop-the-post .swiper-horizontal>.swiper-scrollbar, .post-shop-the-post .swiper-scrollbar.swiper-scrollbar-horizontal {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 3px;
		z-index: 50;
		height: 1px;
		width: 88%;
		max-width: 1120px;
		background: #C7C7C7;
		right: 0;
		margin: auto;
	}
}
@media all and (max-width:550px) {
	.post-shop-the-post .pslider .products-slider-v2 .bg-wrap img {
		width:100%;
	}
	.post-shop-the-post .pslider .products-slider-v2 .bg-wrap {
		border: 1px solid #DFDAC9;
		background: white;
		width: 93%;
		height: auto;
	}
	.post-shop-the-post .pslider .products-slider-v2 .bg-wrap img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
		aspect-ratio: 8 / 12;
	}
	.post-shop-the-post h2 {
		text-align: center;
		font-size: 40px;
		margin: 30px 0 0;
	}
}