.category-carousel-wrapper-cec9af2a {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70px;
}

.category-carousel-wrapper-cec9af2a .cat-slide {
    text-align: center;
    box-sizing: border-box;
}

.category-carousel-wrapper-cec9af2a .cat-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.category-carousel-wrapper-cec9af2a .cat-image {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}

.category-carousel-wrapper-cec9af2a .cat-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

/* Fix for mobile pagination overlapping the title */
.category-carousel-wrapper-cec9af2a .swiper-pagination {
    bottom: -5px !important; /* Lowered dots below normal boundary */
    z-index: 10;
}

@media (max-width: 767px) {
    .category-carousel-wrapper-cec9af2a {
        padding-bottom: 80px; /* Expand bottom space on mobile to prevent clipping */
    }
}
