.looks-post-wapper .flex {
	max-width: 783px;
	margin: 0;
	background: white;
	justify-content: space-between;
	border: 1px solid black;
}
.looks-post-wapper .flex .left {
	width: 274px;
	border-right: 1px solid black;
}
.looks-post-wapper .flex .left img {
	height: 406px;
	width: 100%;
	object-fit: cover;
	border-bottom: 1px solid black;
}
.looks-post-wapper .flex .left a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 18px 0;
	letter-spacing: 0.032rem;
	font-weight: 600;
}
.looks-post-wapper .flex .right {
	width: 507px;
}
.looks-post-wapper .flex .right h1 {
	margin: 0;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	border-bottom: 1px solid black;
	padding: 28px 0;
}
.looks-post-wapper .flex .right .meta {
	display:flex;
}
.looks-post-wapper .flex .right .pslider {
	position: relative;
	overflow: hidden;
	max-width: 450px;
	margin: 75px auto 0;
	padding: 0 0 82px;
}
.looks-post-wapper .flex .right .pslider img {
	height: 160px;
	object-fit: contain;
	object-position: center;
}
.looks-post-wapper .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: black;
	border-radius: 0;
	left: 0;
	top: -4px;
	height: 8px;
}
.looks-post-wapper .swiper-horizontal>.swiper-scrollbar, .looks-post-wapper .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 6px;
	z-index: 50;
	height: 1px;
	width: 70%;
	background: black;
	margin: auto;
	right: 0;
}
.looks-post-wapper {
	display:flex;
	justify-content: flex-end;
}
.shop-looks-v2 .title-flex {
	max-width: 892px;
    margin: 0 auto 26px;
	display: flex;
	justify-content: space-between;
}
.shop-looks-v2 .title-flex .title {
	font-family: 'Swear Display';
	font-size: 40px;
}
.shop-looks-v2 .title-flex .button {
	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;
}
.shop-looks-v2 .title-flex .button: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-v2 .looks-slick-slider {
	max-width: 892px;
	margin: 0 auto;
	position: relative;
}
.shop-looks-v2 {
	padding: 49px 0 65px;
}
.shop-looks-v2 .looks-slick-slider .slick-dots {
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
}
.shop-looks-v2 .looks-slick-slider .slick-dots button {
	width: 86px;
	height: 62px;
	border: none;
	background: #645A4E;
	color: #F8F7F4;
	font-size: 16px;
	letter-spacing: 0.05rem;
}
.shop-looks-v2 .looks-slick-slider .slick-dots .slick-active button {
	background: #121216;
}
.shop-looks-v2 .looks-slick-slider .slick-dots li {
	margin: 0 0 6px 0;
}
@media all and (max-width: 950px) {
	.shop-looks-v2 .title-flex {
		max-width:700px;
	}
	.shop-looks-v2 .looks-slick-slider {
		max-width:700px;
	}
	.looks-post-wapper .flex {
		max-width:600px;
	}
	.looks-post-wapper .flex .right {
		width: 320px;
	}
	.looks-post-wapper .flex .right h1 {
		font-size:23px;
	}
}
@media all and (max-width:720px) {
	.shop-looks-v2 .title-flex {
		max-width: 500px;
	} 
	.shop-looks-v2 .looks-slick-slider {
		max-width: 500px;
	}
	.looks-post-wapper .flex {
		max-width: 414px;
	}
	.looks-post-wapper .flex .left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid black;
	}
	.looks-post-wapper .flex .right {
		width: 100%;
		padding-bottom: 30px;
	}
	.looks-post-wapper .flex .left img {
		height:525px;
	}
}
@media all and (max-width: 520px) {
	.shop-looks-v2 .title-flex {
		max-width: 100%;
		text-align: center;
	}
	.shop-looks-v2 {
		padding: 49px 0 65px;
		position: relative;
	}
	.shop-looks-v2 .title-flex .title {
		font-family: 'Swear Display';
		font-size: 35px;
		width: 100%;
		text-align: center;
	}
	.shop-looks-v2 .title-flex .button {
		position: absolute;
		margin: 0;
		bottom: 0;
		width: 100%;
		height: 40px;
		background-position: center right 38%;
	}
	.shop-looks-v2 .looks-slick-slider {
		max-width: 300px;
	}
	.shop-looks-v2 .looks-slick-slider .slick-dots {
		display:flex;
	}
	.shop-looks-v2 .looks-slick-slider .slick-dots li {
		margin: 0 0.28rem 0 0;
	}
	.looks-post-wapper .flex .right .pslider {
		position: relative;
		overflow: hidden;
		max-width: 450px;
		margin: 30px auto 0;
		padding: 0 0 50px;
	}
	.looks-post-wapper .flex {
		max-width: 100%;
		margin-top: 45px;
	}
	.looks-post-wapper .flex .left img {
		height: 400px;
	}
	.shop-looks-v2 .looks-slick-slider .slick-dots button {
		width: 39px;
		height: 45px;
		border: none;
		background: #645A4E;
		color: #F8F7F4;
		font-size: 14px;
		letter-spacing: 0.05rem;
	}
}