.shop-videos-v2 {
	padding: 45px 0 70px;
	background-image:url(../../assets/icons/utility/blog-bg.png);
	background-size: cover;
	background-position: center;
}
.shop-videos-v2 .title-flex {
	max-width: 1185px;
	margin: 0 auto 12px;
	display: flex;
	justify-content: space-between;
}
.shop-videos-v2 .title-flex .title {
	font-family: 'Swear Display';
	font-size: 40px;
}
.shop-videos-v2 .title-flex p {
	margin: 2px 0 0 29px;
	font-size: 15px;
}
.shop-videos-v2 .title-flex .left {
	display: flex;
}
.shop-videos-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: -9px 0 9px;
}
.shop-videos-v2 .title-flex .button:hover {
	background-color: #c5bfad;
	border: 1px solid #c5bfad;
	background-image: url(../../assets/icons/utility/black-arrow-right.svg);
	background-repeat: no-repeat;
	background-position: center right 30px;
}
.shop-videos-v2 .lower-flex {
	max-width: 1185px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shop-videos-v2 .left-slide {
	width: 703px;
	background: white;
	border: 1px solid black;
	position: relative;
	display:flex;
}
.shop-videos-v2 .left-slide  .video-image-wrap {
	position: relative;
	width:275px;
}
.shop-videos-v2 .left-slide  .video-image-wrap svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
.shop-videos-v2 .left-slide .rside {
	width: 425px;
	overflow: hidden;
	margin: 0;
}
.shop-videos-v2 .left-slide .rside .title {
	text-align: center;
	border-bottom: 1px solid black;
	font-family: 'Swear Display';
	font-size: 28px;
	padding: 36px 0 32px;
}
.shop-videos-v2 .left-slide .rside .pslider {
	position: relative;
	max-width: 394px;
	overflow: hidden;
	margin: 76px auto 0;
	padding: 0 0 97px;
}
.shop-videos-v2 .left-slide .rside .pslider img {
	width: 100%;
	height: 124px!important;
	object-fit: contain;
}
.shop-videos-v2 .video-image-wrap .image-fit {
	width: 275px;
	border-right: 1px solid black;
	position: relative;
	z-index: 1;
	height: 464px!important;
}
.shop-videos-v2 .swiper-horizontal>.swiper-scrollbar, .shop-videos-v2 .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: -70px;
	z-index: 50;
	height: 1px;
	width: 70%;
	right: 0;
	margin: auto;
	background: black;
}
.shop-videos-v2 .swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: black;
	border-radius: 0;
	left: 0;
	top: -4px;
	height: 8px;
}
.shop-videos-v2 .video-image-wrap video {
	position: absolute;
top: 0;
left: 0;
height: 100% !important;
object-fit: cover;
}

.shop-videos-v2 .video-image-wrap.is-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 0;
	background: black;
	display: block;
}

.shop-videos-v2 .video-image-wrap.is-embed {
	cursor: default;
}
.shop-videos-v2 .video-image-wrap .rside {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.shop-videos-v2 .right-side {
	width: 450px;
}
.shop-videos-v2 .right-side ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	margin-bottom: -7px;
}
.shop-videos-v2 .right-side ul li {
	width: 30%;
}
.shop-videos-v2 .right-side ul li a {
	display: block;
}
.shop-videos-v2 .right-side ul li:nth-child(1){
	margin-bottom: 18px;
}
.shop-videos-v2 .right-side ul li img {
	width: 100%;
	height: 219px;
	border: 1px solid #000000;
	/*transition: all 0.5s;*/
}
.shop-videos-v2 .right-side ul li img:hover {
	filter: brightness(50%);
}
@media all and (max-width:1200px) {
	.shop-videos-v2 .title-flex {
		max-width:1000px;
	}
	.shop-videos-v2 .lower-flex {
		max-width:1000px;
	}
	.shop-videos-v2 .left-slide {
		width:530px;
	}
	.shop-videos-v2 .left-slide .rside {
		width: 253px;
		overflow: hidden;
		margin: 0;
	}
	.shop-videos-v2 .left-slide .rside .title {
		font-size:23px;
	}
}
@media all and (max-width:1020px) {
	.shop-videos-v2 .title-flex {
		max-width: 700px;
	}
	.shop-videos-v2 .lower-flex {
		max-width: 700px;
		display: block;
	}
	.shop-videos-v2 .left-slide {
		width: 100%;
		margin: 0 0 30px;
	}
	.shop-videos-v2 .right-side {
		width: 100%;
	}
	.shop-videos-v2 .left-slide .rside {
		width: 423px;
		overflow: hidden;
		margin: 0;
	}
}
@media all and (max-width:730px) {
	.shop-videos-v2 .title-flex {
		max-width: 500px;
		display: block;
	}
	.shop-videos-v2 .lower-flex {
		max-width: 500px;
		display: block;
	}
	.shop-videos-v2 .title-flex .left{
		justify-content: space-between;
	}
	.shop-videos-v2 .title-flex .button {
		margin: 20px auto;
		max-width: fit-content;
	}
	.shop-videos-v2 .left-slide .video-image-wrap {
		position: relative;
		width: 50%;
	}
	.shop-videos-v2 .left-slide .rside {
		width: 50%;
		overflow: hidden;
		margin: 0;
	}
}
@media all and (max-width:510px) {
	.shop-videos-v2 .title-flex .left {
		display: block;
		text-align: center;
	}
	.shop-videos-v2 .title-flex {
		max-width:100%;
	}
	.shop-videos-v2 .title-flex p {
		margin: 10px 0 0;
		font-size: 15px;
	}
	.shop-videos-v2 .title-flex .title {
		font-size:35px;
	}
	.shop-videos-v2 .lower-flex {
		max-width: 300px;
		display: block;
	}
	.shop-videos-v2 .left-slide {
		display:block;
	}
	.shop-videos-v2 .left-slide .flex {
		display:block;
	}
	.shop-videos-v2 .left-slide .video-image-wrap {
		width:100%;
	}
	.shop-videos-v2 .video-image-wrap .image-fit {
		width: 100%;
		border-right: none;
		position: relative;
		z-index: 1;
		height: 464px;
		border-bottom: 1px solid black;
	}
	.shop-videos-v2 .left-slide .rside {
		width: 100%;
		overflow: hidden;
		margin: 0;
		padding: 0 0 50px;
	}
	.shop-videos-v2 .left-slide .rside .pslider {
		position: relative;
		max-width: 100%;
		overflow: hidden;
		margin: 50px auto 0;
		padding: 0 0 77px;
	}
	.shop-videos-v2 .right-side ul li {
		width: 47%;
		margin-bottom: 18px;
	}
}