.shop-highlight-v3 .top-title {
	font-family: 'EditorsNote';
	font-size: 116px;
	display: block;
	color: white;
	margin: 0 0 68px -7px;
	padding: 25px 0 0;
}
.shop-highlight-v3 {
	position: relative;
	overflow: hidden;
}
.shop-highlight-v3 .bottom-title {
	font-family: 'EditorsNote';
	font-size: 116px;
	display: block;
	color: white;
	margin: -24px 0 0;
	padding: 0 0 54px;
	text-align: right;
}
.shop-highlight-v3 .ss-flex {
	display: flex;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	height: 173px;
	padding: 0 30px;
}

.shop-highlight-v3 .ss-flex .rside img {
	height: 173px;
	width: 200px;
	object-fit: contain;
	object-position: center;
}
.shop-highlight-v3 .ss-flex .lside {
	width: 50%;
	padding: 16px 0 0 26px;
}
.shop-highlight-v3 .ss-flex .lside a {
	text-decoration: none;
}
.shop-highlight-v3 .ss-flex .lside .title {
	color: #FFFFFF;
	display: block;
	font-family: 'EditorsNote';
	font-size: 20px;
	font-weight: 100;
	margin: 0 0 23px;
}
.shop-highlight-v3 .ss-flex .lside .desc {
	display: block;
	color: white;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 25px;
	letter-spacing: 0.02rem;
	font-weight: 100;
	font-family: 'OpenSans';
}
.shop-highlight-v3 .ss-flex .lside .thelink {
	display: block;
	font-family: 'OaksGrotesk';
	text-transform: uppercase;
	color: white;
	text-decoration: underline;
	font-size: 12px;
	letter-spacing: 0.03rem;
	font-weight: 700;
}
.shop-highlight-v3 .pslider {
	position: relative;
	padding: 0 0 73px;
}
.shop-highlight-v3 .swiper-scrollbar-drag {
	height: 12px;
	width: 12px !important;
	position: relative;
	background: white;
	border-radius: 10px;
	left: 0;
	top: -6px;
}
.shop-highlight-v3 .swiper-horizontal>.swiper-scrollbar, .shop-highlight-v3 .swiper-scrollbar.swiper-scrollbar-horizontal {
	width: 300px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 0;
	height: 1px;
	background: white;
}
@media all and (max-width:1280px) {
	.shop-highlight-v3 .ss-flex .lside {
		width: 46%;
		padding: 16px 0 0 0px;
	}
	.shop-highlight-v3 .ss-flex .rside img{
		width: 150px;
	}
}
@media all and (max-width:900px) {
	.shop-highlight-v3 .bottom-title {
		padding: 0 0 40px;
		font-size:89px;
	}
	.shop-highlight-v3 .top-title {
		font-size:89px;
	}
	.shop-highlight-v3 .swiper-horizontal>.swiper-scrollbar, .shop-highlight-v3 .swiper-scrollbar.swiper-scrollbar-horizontal {
		width:190px;
	}
}
@media all and (max-width:700px) {
	.shop-highlight-v3 .ss-flex {
		justify-content: space-between;
	}
	.shop-highlight-v3 .bottom-title {
		padding: 0 0 27px;
		font-size: 65px;
	}
	.shop-highlight-v3 .top-title {
		font-size: 65px;
	}
	.shop-highlight-v3 .swiper-horizontal>.swiper-scrollbar, .shop-highlight-v3 .swiper-scrollbar.swiper-scrollbar-horizontal {
		width: 140px;
	}
}
@media all and (max-width: 550px) {
	.shop-highlight-v3 .ss-flex {
		justify-content: space-between;
		flex-direction: column-reverse;
		height:auto;
	}
	.shop-highlight-v3 .ss-flex .rside img {
		width: 150px;
		margin: 0 auto;
		display: block;
		height: 150px;
	}
	.shop-highlight-v3 .top-title {
		font-size: 55px;
		margin: 0 0 30px;
	}
	.shop-highlight-v3 .bottom-title {
		padding: 51px 0 27px;
		font-size: 55px;
	}
	.shop-highlight-v3 .ss-flex .lside {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	
}