.recent-looks {
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}
.recent-looks h2 {
	text-align: center;
	margin: 0;
	letter-spacing: -0.06rem;
}
.recent-looks .title-wrap {
	text-align: center;
	border-bottom: 1px solid #EAE6D7;
	padding: 38px 0 36px;
}
.recent-looks .pslider {
	display:block;
	background-image:url(../../assets/icons/utility/yellow-paper.png);
	background-size:cover;
	background-position: center;
	padding: 50px 0 65px;
}
.recent-looks .pslider .snap-slider {
	max-width: 1287px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 10px 10px 73px;
}
.recent-looks .pslider .bg-wrap {
	width: 100%;
	height: 395px;
	background: white;
	text-align: center;
	padding: 42px;
	box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.26);
	position: relative;
	transition: all 0.5s;
}
.recent-looks .pslider .bg-wrap a:hover {
	opacity: 1;
}
.recent-looks .pslider .bg-wrap:hover {
	background: #fffbe7;
}
.recent-looks .pslider .bg-wrap:hover .hover {
	opacity:1;
}
.recent-looks .pslider .bg-wrap:hover img {
	filter: brightness(70%);
}
.recent-looks .pslider .bg-wrap .hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 28px;
	color: white;
	bottom: 0;
	margin: auto;
	height: 27px;
	transform: rotate(-7deg);
	font-family: 'Thursday Morning';
	opacity: 0;
	transition: all 0.5s;
}
.recent-looks .pslider .button{
	color: #000000;
	font-size: 14px;
	opacity: 1;
	position: absolute;
	bottom: -3px;
	right: 3.7%;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	margin: 0 0;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right center;
}
.recent-looks .pslider .products-slider-v4 {
	width: 95%;
	overflow: hidden;
}
.recent-looks .swiper-horizontal>.swiper-scrollbar, .recent-looks .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 44px;
	bottom: 8px;
	z-index: 50;
	height: 1px;
	width: 80%;
	background: black;
}
.recent-looks .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background:black;
	border-radius: 0;
	left: 0;
	top: -4px;
	height: 8px;
}
.recent-looks .bg-wrap a{
	text-align: center;
	display: block;
	text-decoration: none;
	height:100%;
}
.recent-looks .bg-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
	margin: 0;
}
@media all and (max-width:1150px) {
	.recent-looks .pslider .snap-slider {
		max-width: 90%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		padding: 10px 10px 73px;
	}
	.recent-looks .pslider .bg-wrap {
		height: 305px;
		padding: 30px;
	}
	.recent-looks .swiper-horizontal>.swiper-scrollbar, .recent-looks .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 70%;
	}
}
@media all and (max-width:770px) {
	.recent-looks .swiper-horizontal>.swiper-scrollbar, .recent-looks .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 75%;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 50px;
	}
	.recent-looks .pslider {
		padding: 30px 0 27px;
	}
	.recent-looks .pslider .snap-slider {
		max-width: 100%;
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		padding: 10px 10px 85px;
	}
	.recent-looks .pslider .button {
		left: 0;
		right: 0;
		margin: auto;
		width: fit-content;
		bottom: 0;
	}
}
@media all and (max-width: 650px) {
	.recent-looks .pslider .snap-slider {
		padding: 10px 0px 85px 20px;
	}
	.recent-looks .pslider .bg-wrap {
		height: 280px;
		padding: 20px;
	}
}
@media all and (max-width:540px) {
	.recent-looks .pslider .bg-wrap {
		height: 240px;
		padding: 20px;
	}
	.recent-looks .title-wrap {
		padding: 30px 0 27px;
	}
}
@media all and (max-width:480px) {
	.recent-looks .pslider .bg-wrap {
		height: 205px;
		padding: 15px;
	}
	.recent-looks .pslider {
		padding: 20px 0 27px;
	}
}