.prod-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.prod-slider .ps-slide {
	float: none;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	gap: 30px;
	/* height: 500px; */
	height: auto;
	padding: 0 50px 50px 50px;
	background: var(--l-grey-3);
	border-bottom: 2px solid var(--link);
}
.prod-slider .ps-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #fff;
}
.prod-slider .ps-slide i {
	min-width: 460px;
	height: 100%;
	position: relative;
	z-index: 30;
}
.prod-slider .ps-slide i img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	mix-blend-mode: multiply;
}
.prod-slider .ps-slide aside {
	padding: 110px 0 0;
	position: relative;
	z-index: 30;
}
.prod-slider .ps-slide aside p {
	font-size: 12px;
	line-height: 1.73;
	margin: 0 0 1.5em;
}
.prod-slider .ps-slide aside strong {
	display: block;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--link);
	text-transform: uppercase;
}
.prod-slider .ps-slide aside a.button {
	height: 36px;
	padding: 0 30px;
	font-size: 12px;
	margin: 0;
}

.prod-slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
	margin: 40px 0 0;
}
.prod-slider .slick-dots li button {
	display: block;
	width: 30px;
	height: 5px;
	padding: 0;
	background: var(--l-grey)!important;
	border-radius: 0;
	font-size: 0;
	margin: 0;
	position: relative;
}
.prod-slider .slick-dots li button:after {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	bottom: -2px;
	width: 100%;
}
.prod-slider .slick-dots li.slick-active button:after {
	background: var(--link);
}

@media only screen and (max-width:900px) {
	.prod-slider .ps-slide {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.prod-slider .ps-slide i,
	.prod-slider .ps-slide i a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: 100%;
		height: auto;
		min-width: auto;
	}
	.prod-slider .ps-slide i img {
		width: 460px;
		max-width: 75%;
	}
	.prod-slider .ps-slide aside {
		padding-top: 0;
	}
    .prod-slider .ps-slide aside {
        font-size: 12px;
        text-align: center;
    }
	.prod-slider .ps-slide aside strong {
		font-size: 30px;
	}
}

@media only screen and (max-width:600px) {
	.prod-slider .ps-slide {
		padding: 0 30px 30px 30px;
	}
	.prod-slider .ps-slide aside strong {
		font-size: 20px;
	}
	.prod-slider .ps-slide .text {
		display: none;
	}
}