.shop-looks {
	overflow: hidden;
	position: relative;
	padding: 58px 0 50px 67px;
}
.shop-looks .title-flex {
	display: flex;
	justify-content: space-between;
	max-width: 94.7%;
	margin: 0 0 38px;
}
.shop-looks .title-flex .more-link { 
	background-color: #121216;
	border: 1px solid #121216;
	color: white;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 6px 49px 0px 31px;
	letter-spacing: 0.03rem;
	background-image: url(../../assets/icons/utility/arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center right 30px;
	height: 39px;
	/*transition: all 0.5s;*/
	font-weight: 600;
	margin: -10px 0 0 0;
}
.shop-looks .title-flex .more-link:hover {
	background-color: #c5bfad;
	border: 1px solid #c5bfad;
	color:black;
	background-image: url(../../assets/icons/utility/black-arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center right 30px;
}
.shop-looks .title-flex .title {
	font-family: 'Swear Display';
	font-size: 40px;
}
.shop-looks .bg-wrap {
	border: 1px solid #645A4E;
	background: white;
}
.shop-looks .bg-wrap img {
	width: 100%;
	aspect-ratio: 10.5 / 16!important;
	border-bottom: 1px solid #645A4E;
	margin: 0;
	transition: all 0.5s ease-in-out;
	object-fit: cover;
}
.shop-looks .bg-wrap a {
	display: block;
	width: 100%;
	height: 100%;
}
.shop-looks .bg-wrap img:hover {
	filter: brightness(70%);
}
.shop-looks .bg-wrap .prod {
	display: flex;
	justify-content: space-between;
	padding: 5px 16px 12px;
	font-size: 12px;
	letter-spacing: 0.05rem;
}
.shop-looks .bg-wrap .look-counter {
	font-family: 'Swear Display';
	font-size: 18px;
	letter-spacing: 0;
}
.shop-looks .pslider {
	position: relative;
	overflow: hidden;
	padding: 0 0 60px;
}
.shop-looks .swiper-horizontal>.swiper-scrollbar, .shop-looks .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: -50px;
	z-index: 50;
	height: 1px;
	width: 446px;
	background: #C5BFAD;
	right: 0;
	margin: auto;
}
.shop-looks .swiper-scrollbar.swiper-scrollbar-horizontal:after {
	content: "Scroll to see more";
	display: block;
	position: absolute;
	top: -13px;
	right: -137px;
	color: #C5BFAD;
	font-size: 14px;
}
.shop-looks .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #C5BFAD;
	border-radius: 0;
	left: 0;
	height: 8px;
	top: -4px;
}
@media all and (max-width:850px) {
	.shop-looks .swiper-scrollbar.swiper-scrollbar-horizontal:after {
		display: none;
	}
}
@media all and (max-width:600px) {
	.shop-looks {
		overflow: hidden;
		position: relative;
		padding: 58px 0 75px 20px;
	}
	.shop-looks .swiper-horizontal>.swiper-scrollbar, .shop-looks .swiper-scrollbar.swiper-scrollbar-horizontal {
		position: absolute;
		left: 0;
		width: 90%;
		right: inherit;
	}
	.shop-looks .pslider {
		padding: 0 0 49px;
	}
	.shop-looks .title-flex .more-link {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		background-position: center right 40%;
	}
}
@media all and (max-width:500px) {
	.shop-looks .title-flex .more-link {
		background-position: center right 37%;
	}
	.shop-looks .bg-wrap img {
		aspect-ratio: 12 / 16;
	}
	.shop-looks .title-flex .title {
		font-size:35px;
	}
}