.uv-product-slider {
	position: relative;
	padding-bottom: 50px;
}

.uv-product-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.08);
	padding: 15px;
	text-align: center;
	height: 100%;
	display: flex;
	flex-wrap:wrap;
	flex-direction: column;
	height:425px;
	justify-content:space-around;
}

.uv-product-image img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.uv-product-title {
	font-size: 18px;
	margin: 15px 0 10px;
	line-height: 1.4;
}

.uv-product-title a {
	text-decoration: none;
	color: #222;
}

.uv-product-price {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
	color: #45744E;
}

.uv-product-btn {
	display: inline-block;
	padding: 10px 18px;
	background: #45744E;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	transition: 0.3s ease;
}

.uv-product-btn:hover {
	background: black;
	color: #fff;
}

.uv-product-slider .swiper-button-next,
.uv-product-slider .swiper-button-prev {
	color: #45744E;
	background: white;
    border: solid 1px #45744E;
    padding: 5px 10px;
    border-radius: 105%;
    width: 40px;
    height: 40px;
}

.uv-product-slider .swiper-pagination-bullet-active {
	background: #45744E;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 20px !important;
    padding: 20px;
    font-weight: 900;
}