.shop-posts .titles {
	max-width: 1136px;
	margin: 44px auto 45px;
	display: flex;
	justify-content: space-between;
}
.shop-posts .titles p {
	margin: 0;
	font-family: 'freight-big-pro';
	font-size: 40px;
	letter-spacing: -0.08rem;
}
.shop-posts .titles p em {
	letter-spacing: 0;
}
.shop-posts .titles .button {
	margin: -8px 0 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;
	border: none;
	padding: 8px 0;
}
.shop-posts .titles .button:hover {
	background: #5a644a;
}
.shop-posts {
	padding: 30px 0 84px;
	box-shadow: 2px 4px 7px #868175;
	position: relative;
}
.shop-posts .pslider {
	max-width: 1136px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 49px;
	position: relative;
}
.shop-posts .pslider #hero-image {
	width: 100%;
	height: 343px;
	border: 1px solid #121216;
	transition: all 0.5s;
}
.shop-posts .pslider #hero-image:hover{
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1sease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1sease;
}
.shop-posts .pslider a {
	text-decoration: none;
}
.shop-posts .pslider .title {
	font-family: 'freight-big-pro';
	font-size: 22px;
	line-height: 1.1;
	display: block;
	margin: 13px 0 0;
}
.shop-posts .swiper-horizontal>.swiper-scrollbar, .shop-posts .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 3px;
	z-index: 50;
	height: 1px;
	width: 100%;
	background: black;
	height: 1px;
	border-radius: 0;
}
.shop-posts .pslider .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #121216;
	border-radius: 0;
	left: 0;
	top: -3px;
	height: 6px;
}
@media all and (max-width:1130px) {
	.shop-posts .titles, .shop-posts .pslider {
		max-width: 1000px;
	}
}
@media all and (max-width:1020px) {
	.shop-posts .titles, .shop-posts .pslider {
		max-width: 700px;
	}
}
@media all and (max-width: 768px) {
	.shop-posts .titles, .shop-posts .pslider {
		max-width: 500px;
	}
}
@media all and (max-width:550px) {
	.shop-posts .titles {
		max-width: 93%;
		margin: 40px auto 25px;
	}
	.shop-posts .swiper-horizontal>.swiper-scrollbar, .shop-posts .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 90%;
		left: 4%;
	}
	.shop-posts .titles .button {
		min-width: 90px;
		font-weight: 700;
		padding: 5px 0;
		font-size: 10px;
		margin: -6px 0 1px 0;
	}
	.shop-posts .titles p {
		font-size:30px;
	}
	.shop-posts .pslider {
		max-width: 100%;
		padding-left:4%;
	}
	.shop-posts {
		padding: 5px 0 50px;
	}
}