.shop-slider-v5 {
	overflow: hidden;
	/*background-image: url(../../assets/icons/utility/newsletter.png) !important;
	*/background-size: cover;
	background-position: center;
	padding: 128px 0 0;
	height: 512px;
	position: relative;
	color: white;
}
.shop-slider-v5 .overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #252423;
	top: 0;
	left: 0;
	opacity: 0.69;
}
.shop-slider-v5 .flex .right {
	width: 794px;
	overflow: hidden;
	position: relative;
	padding-bottom: 51px;
}
.shop-slider-v5 .flex .right .swiper-scrollbar-drag {
	height: 8px;
	width: 100%;
	position: relative;
	background: #FFFFFF;
	border-radius: 0;
	left: 0;
	top: -4px;
}
.shop-slider-v5 .flex .right .bg-wrap {
	border: 1px solid #DFDAC9;
	background: white;
	height: 230px;
	width: 100%;
	transition: all 0.5s;
}
.shop-slider-v5 .flex .right .bg-wrap:hover {
	background: #FAF7F1;
}
.shop-slider-v5 .flex .right .bg-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.shop-slider-v5 .flex .left {
	width: 182px;
	text-align: center;
	margin: 0 0 0 -29px;
}
.shop-slider-v5 .flex .left h2 {
	font-size: 69px;
	text-align: center;
	line-height: 60px;
	margin: 56px 0 0;
	letter-spacing: -0.07rem;
}
.shop-slider-v5 .flex .left .button {
	color: #000000;
	font-size: 14px;
	opacity: 1;
	border: none;
	text-transform: uppercase;
	font-weight: 800;
	font-family: 'Oakes Grotesk';
	letter-spacing: 0.08rem;
	padding: 0 23px 0 0;
	margin: 16px auto 0;
	background-image: url(../../assets/icons/utility/arrow-right.png);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: right center;
	filter: invert(1);
	width: fit-content;
}
.shop-slider-v5 .flex {
	max-width: 1085px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	justify-content: space-between;
}
.shop-slider-v5 .flex .icon {
	position: absolute;
	width: 95px;
	right: -76px;
	top: 27px;
	z-index: 2;
}
.shop-slider-v5 .swiper-horizontal>.swiper-scrollbar, .shop-slider-v5 .swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 0;
	bottom: 4px;
	z-index: 50;
	height: 1px;
	width: 100%;
	background: white;
}
@media all and (max-width:1240px) {
	.shop-slider-v5 .flex {
		max-width: 880px;
	}
	.shop-slider-v5 .flex .right {
		width:705px;
	}
}
@media all and (max-width:1040px) {
	.shop-slider-v5 .flex {
		max-width: 630px;
	}
	.shop-slider-v5 .flex .right {
		width: 445px;
	}
}
@media all and (max-width:780px) {
	.shop-slider-v5 .flex {
		max-width: 500px;
	}
	.shop-slider-v5 .flex .left {
		width: 188px;
		text-align: center;
		margin: 0 auto 0;
	}
	.shop-slider-v5 .flex .left h2 {
		margin:0;
	}
	.shop-slider-v5 .flex .right {
		width: 100%;
		margin: 20px auto 0;
	}
	.shop-slider-v5 {
		padding: 40px 0 0;
		height: 577px;
	}
	.shop-slider-v5 .flex .icon {
		position: absolute;
		width: 73px;
		right: -34px;
		top: inherit;
		z-index: 2;
		bottom: 42px;
	}
}
@media all and (max-width:580px) {
	.shop-slider-v5 .flex .right {
		width: 100%;
		margin: 20px auto 0;
		padding-left: 20px;
	}
	.shop-slider-v5 .swiper-horizontal>.swiper-scrollbar, .shop-slider-v5 .swiper-scrollbar.swiper-scrollbar-horizontal {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 4px;
		z-index: 50;
		height: 1px;
		width: 90%;
		background: white;
	}
	.shop-slider-v5 .flex .icon {
		position: absolute;
		width: 73px;
		right: inherit;
		top: 40%;
		z-index: 2;
		bottom: inherit;
		left: 13px;
	}
	.shop-slider-v5 .flex .right .bg-wrap {
		border: 1px solid #DFDAC9;
		background: white;
		height: auto;
		width: 100%;
		transition: all 0.5s;
		aspect-ratio: 8 / 9;
	}
	.shop-slider-v5 .flex {
		max-width: 100%;
	}
	.shop-slider-v5 .flex .left {
		width: 188px;
		text-align: center;
		margin: 0 auto 15px;
	}
}
@media all and (max-width:450px) {
	.shop-slider-v5 .flex .right .bg-wrap {
		aspect-ratio: 8 / 11;
	}
}