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

.cat-card-48035b38 {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-sizing: border-box;
    height: 100%;
}

.cat-card-48035b38:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.cat-card-link-48035b38 {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cat-card-img-wrapper-48035b38 {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f7f7f7;
}

.cat-card-img-wrapper-48035b38 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cat-card-48035b38:hover .cat-card-img-wrapper-48035b38 img {
    transform: scale(1.08);
}

.cat-card-title-48035b38 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #111111;
}

.cat-card-count-48035b38 {
    font-size: 13px;
    color: #888888;
    margin-bottom: 12px;
    display: inline-block;
}

.cat-card-desc-48035b38 {
    font-size: 14px;
    color: #666666;
    margin: 0 0 16px 0;
    line-height: 1.5;
    text-align: center;
}

.cat-card-btn-48035b38 {
    display: inline-block;
    padding: 10px 24px;
    background-color: #111111;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cat-card-btn-48035b38:hover {
    background-color: #333333;
}

/* Swiper navigation custom styles */
.woo-cat-carousel-container-48035b38 .swiper-button-prev,
.woo-cat-carousel-container-48035b38 .swiper-button-next {
    color: #111111;
    background: #ffffff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s;
}

.woo-cat-carousel-container-48035b38 .swiper-button-prev:after,
.woo-cat-carousel-container-48035b38 .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
}

.woo-cat-carousel-container-48035b38 .swiper-button-prev:hover,
.woo-cat-carousel-container-48035b38 .swiper-button-next:hover {
    background: #111111;
    color: #ffffff;
}

.woo-cat-carousel-container-48035b38 .swiper-pagination-bullet-active {
    background: #111111;
}
