.bbCategorySwiper {
width: 100%;
padding-bottom: 40px;
}
.bb-category-item {
position: relative;
display: block;
overflow: hidden;
border-radius: 12px;
} .bb-category-item img {
width: 100%;
object-fit: cover;
display: block;
}
.bb-category-item:hover img {
transform: scale(1.05);
}
.bb-overlay {
position: absolute;
inset: 0;
background: rgba(0,0,0,0.35);
pointer-events: none; }
.bb-category-item h3 {
position: absolute;
bottom: 20px;
left: 20px;
color: #fff;
font-size: 20px;
z-index: 2;
}