.bbb-slider-section{
padding:40px 0;
}

.bbb-title{
font-size:28px;
font-weight:700;
margin-bottom:25px;
}

.bbb-card{
background:#fff;
border:1px solid #eee;
border-radius:8px;
overflow:hidden;
transition:.3s;
}

.bbb-card:hover{
box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.bbb-card img{
width:100%;
height:auto;
}

.bbb-info{
padding:15px;
}

.bbb-name{
font-size:15px;
margin-bottom:8px;
height:40px;
overflow:hidden;
}

.bbb-price{
font-weight:bold;
font-size:18px;
color:#c00;
margin-bottom:10px;
}

.bbb-cart{
display:inline-block;
background:#0071dc;
color:#fff;
padding:8px 14px;
border-radius:4px;
text-decoration:none;
font-size:14px;
}

.bbb-cart:hover{
background:#005bb5;
}