.cat-carousel-container-f02289b1 {
    width: 100%;
    padding: 20px 0 45px 0;
    position: relative;
    overflow: hidden;
}

.cat-carousel-slide-f02289b1 {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: auto;
}

.cat-carousel-slide-f02289b1:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.cat-carousel-link-f02289b1 {
    text-decoration: none !important;
    color: inherit !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cat-carousel-image-wrap-f02289b1 {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 Aspect Ratio */
    overflow: hidden;
    background-color: #f5f5f5;
}

.cat-carousel-img-f02289b1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.cat-carousel-slide-f02289b1:hover .cat-carousel-img-f02289b1 {
    transform: scale(1.08);
}

.cat-carousel-content-f02289b1 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.cat-carousel-title-f02289b1 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #222;
}

.cat-carousel-desc-f02289b1 {
    font-size: 0.85rem;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Custom Swiper Controls navigation */
.cat-carousel-prev-f02289b1,
.cat-carousel-next-f02289b1 {
    color: #222 !important;
    background: #ffffff;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    top: 40% !important;
}

.cat-carousel-prev-f02289b1::after,
.cat-carousel-next-f02289b1::after {
    font-size: 16px !important;
    font-weight: bold;
}

.cat-carousel-pagination-f02289b1 .swiper-pagination-bullet-active {
    background: #000 !important;
}

.cat-carousel-empty-f02289b1 {
    text-align: center;
    padding: 20px;
    color: #777;
    font-style: italic;
}
