.shop-the-post {
	padding: 5px 0 77px;
	width: 100vw;
	margin-left: calc((-100vw + 100%) / 2);
	margin-right: calc((-100vw + 100%) / 2);
	border-top: 1px solid #121216;
	margin-top: 117px;
}
.single-post .post-content .shop-the-post .titles p {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 40px;
	margin: 40px 0 4px;
	letter-spacing: -0.08rem;
}
.single-post .post-content .shop-the-post .titles p em {
	letter-spacing: 0;
}
.shop-the-post .pslider{
	max-width: 1082px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 56px;
}
.shop-the-post .pslider .swiper-horizontal>.swiper-scrollbar, .shop-the-post .pslider .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 100%;
	left: 0;
	height: 1px;
	background: #121216;
	border-radius: 0;
}
.shop-the-post .pslider .swiper-scrollbar-drag {
	background: #121216;
	left: 0;
	top: -3px;
	height: 6px;
	border-radius: 0;
}
.shop-the-post .pslider .swiper-slide a {
	display: block;
	background: white;
	border: 1px solid #121216;
	height: 291px;
}
.shop-the-post .pslider .swiper-slide a:hover {
	background: #F4EFE9;
}
.shop-the-post .pslider .swiper-slide img {
	height: 100%;
	width: 90%;
	object-fit: contain;
	margin: 0 auto;
	display: block;
}
.shop-the-post .titles {
	max-width: 1082px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.shop-the-post .titles p {
	margin: 0;
	font-family: 'freight-big-pro';
	font-size: 40px;
	font-weight: 100;
}
.shop-the-post.titles .button {
	margin: 0;
	background: #121216;
	border: none;
	min-width: 127px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
}
@media all and (max-width:1130px) {
	.shop-the-post .pslider {
		max-width: 1000px;
	}
}
@media all and (max-width:1030px) {
	.shop-the-post .pslider {
		max-width: 700px;
	}
}
@media all and (max-width:768px) {
	.shop-the-post .pslider {
		max-width: 500px;
	}
}
@media all and (max-width:550px) {
	.single-post .post-content .shop-the-post .titles p {
		font-size:30px;
	}
	.shop-the-post .pslider {
		max-width: 100%;
		padding-left: 5%;
	}
	.shop-the-post .pslider .swiper-slide a {
		height:188px;
	}
	.shop-the-post .pslider .swiper-horizontal>.swiper-scrollbar, .shop-the-post .pslider .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 90%;
		left: 5%;
	}
	.shop-the-post {
		padding: 5px 0 30px;
		width: 100vw;
		margin-left: calc((-100vw + 100%) / 2);
		margin-right: calc((-100vw + 100%) / 2);
		border-top: 1px solid #121216;
		margin-top: 80px;
	}
}
@media all and (max-width:450px) {
	.shop-the-post .pslider .swiper-slide a {
		height: 157px;
	}
}