
.wpc-carousel{padding:15px 5px 50px}

.wpc-card{
background:#fff;
border-radius:16px;
padding:10px;
text-align:center;
box-shadow:0 4px 20px rgba(0,0,0,.08);
height:100%;
}

.wpc-card img{
width:100%;
height:260px;
object-fit:cover;
border-radius:12px;
display:block;
}

.wpc-card h3{
font-size:15px;
margin:10px 0;
line-height:1.4;
}

.wpc-card h3 a{
text-decoration:none;
color:#222;
}

.wpc-price{
font-weight:700;
font-size:18px;
margin-bottom:10px;
}

.wpc-card .button{
background:#111!important;
color:#fff!important;
border-radius:8px!important;
padding:10px 14px!important;
font-size:13px!important;
}

@media(max-width:767px){

.wpc-card{
padding:8px;
}

.wpc-card img{
height:140px;
}

.wpc-card h3{
font-size:12px;
}

.wpc-price{
font-size:14px;
}

.wpc-card .button{
font-size:11px!important;
padding:7px 10px!important;
}

.swiper-button-next,
.swiper-button-prev{
display:none!important;
}

}
