.dp-diapo-produits {
	position: relative;
	width: 100%;
}

.dp-diapo-produits .swiper {
	padding: 10px 40px 30px;
}

.dp-product-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
}

.dp-product-image {
	display: block;
	text-align: center;
	padding: 20px;
	background: #fff;
}

.dp-product-image img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.dp-product-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.dp-product-title {
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
}

.dp-product-title a {
	text-decoration: none;
	color: inherit;
}

.dp-product-price {
	font-size: 18px;
	font-weight: 600;
}

.dp-product-button-wrap {
	margin-top: auto;
}

.dp-product-button {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 999px;
	text-decoration: none;
	line-height: 1;
}

.dp-diapo-produits .swiper-button-prev,
.dp-diapo-produits .swiper-button-next {
	width: 36px;
	height: 36px;
}

.dp-diapo-produits .swiper-button-prev:after,
.dp-diapo-produits .swiper-button-next:after {
	font-size: 18px;
}
.dp-product-title {
	font-size: 15px;
	line-height: 1.3;
	margin: 0;
	min-height: 2.6em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.dp-product-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display: flex;
	flex-direction: column;
}

.dp-product-content {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
}

.dp-product-button-wrap {
	margin-top: auto;
}
.dp-product-button {
	display: inline-block;
	text-decoration: none;
}

.dp-product-button.et_pb_button {
	margin-top: 0;
}