.bbt-woo-categories-carousel-wrapper {
    position: relative;
}

.carousel-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    font-size: 18px;
    color: #333;
}

.category-item {
    display: flex;
    justify-content: center;
}

.category-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-image {
    border-radius: 50%;
    overflow: hidden;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-name {
    text-align: center;
    margin-top: 10px;
}