.pc-2988-swiper {
	width: 100%;
	overflow: hidden;
    padding: 10px 0; /* space for shadow */
}
.pc-2988-slide {
    height: auto; /* for equal height */
}
.pc-2988-card {
	text-align: center;
	border: 1px solid #eee;
	padding: 15px;
	border-radius: 8px;
	transition: box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.pc-2988-card:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.pc-2988-card a {
	text-decoration: none;
	color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pc-2988-img-wrap {
    flex: 0 0 auto;
    margin-bottom: 15px;
}
.product-image {
	max-width: 100%;
	height: auto;
    object-fit: contain;
}
.pc-2988-content-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-title {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
.product-price {
	font-weight: bold;
	margin-bottom: 15px;
}
.pc-2988-card .elementor-button {
	display: inline-block;
	background-color: #5A48D6; /* Theme Accent */
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	transition: background-color 0.3s;
    margin-top: auto;
}
.pc-2988-card .elementor-button:hover {
	background-color: #2A1B6A; /* Theme Secondary */
}
