
.wcps-slider{
padding:40px 0;
}

.wcps-card{
background:#fff;
border-radius:10px;
padding:15px;
text-align:center;
border:1px solid #eee;
transition:all .3s;
}

.wcps-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.wcps-card img{
max-width:100%;
height:auto;
margin-bottom:10px;
}

.wcps-card h3{
font-size:16px;
margin:10px 0;
}

.wcps-price{
font-weight:bold;
margin-bottom:10px;
}
