.swatch-category-wrapper {
    margin-top:  10px;
}
.swatch-category-list {
    display: flex;
    gap: 4px;
    margin-top: 6px;
}
.swatch-category-item {
    width: 35px;
    height: 35px;
    background-size: cover;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.swatch-category-item.more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: white;
}
