.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;
}
a.swatch-button {
    background: #f96b07;

    border-radius: 21px;

    color: white;

    padding: 9px;

    margin-bottom: 6px;
    display: block;
    margin-top: 14px;
}

.swatch-option {
    position: relative;
}

.swatch-option:hover .preview-popup {
    display: block;
}

.preview-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 100px;
    background-size: cover;
    border: 1px solid #ccc;
}