.asp-7232-slider {
	padding-bottom: 40px;
}

.asp-7232-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.asp-7232-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.asp-7232-content {
	padding: 20px;
	text-align: center;
}

.asp-7232-title {
	margin: 0 0 10px;
	font-size: 1.2rem;
}

.asp-7232-price {
	margin-bottom: 15px;
	font-weight: bold;
	color: #2ecc71;
}

.asp-7232-content .button {
	display: inline-block;
	padding: 10px 20px;
	background: #3498db;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
}