#js-product-ambient .swiper-button-next{
	position: absolute;
    bottom: 0;
    right: 3%;
	margin: 0;
	top:none;
	background-color: transparent;
}
#js-product-ambient .swiper-button-next:after{
	content: '\f061';
	font-family: "Font Awesome 5 pro";
	position: absolute;
    bottom: 16%;
    right: 3%;
	color: rgb(255, 255, 255);
	font-size: 32px;
	font-weight: 900;
}
#js-product-ambient .swiper-button-prev{
	position: absolute;
    bottom: 0;
    right: 6%;
	margin: 0;
	top:none;
	background-color: transparent;
}
#js-product-ambient .swiper-button-prev:after{
	content: '\f060';
	font-family: "Font Awesome 5 pro";
	position: absolute;
    bottom: 16%;
    right: 0%;
	margin: 0;
	top:none;
	color: rgb(255, 255, 255);
	font-size: 32px;
	font-weight: 900;
}
@media(max-width:1024px){
	#js-product-ambient .swiper-button-prev:after{
		font-size: 22px;
	}
	#js-product-ambient .swiper-button-next:after{
		font-size: 22px;
	}
}
@media(max-width:768px){
	#js-product-ambient .swiper-button-prev{
		display:none;
	}
	#js-product-ambient .swiper-button-next{
		display:none;
	}
}
#js-product-ambient{
	position: relative;
}
#js-product-ambient .product-header-content{
	z-index: 999;
    position: absolute;
    top: 0;
    transform: translate(100%, 150%);
	color: white;
}
.product-slider {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 0;
    background: #eee;
}
.product-slider img{
	object-fit: cover;
}

