.cat-carousel-container-337965b6 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.cat-carousel-container-337965b6 .swiper-slide-cat {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cat-carousel-container-337965b6 .cat-link {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}
.cat-carousel-container-337965b6 .cat-img-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.cat-carousel-container-337965b6 .cat-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat-carousel-container-337965b6 .cat-title {
    margin: 15px 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}
