.woolite-swatches,
.ccsv-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0;
}

.woolite-swatch,
.ccsv-swatch {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #f5f5f5;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    color: #333;
}

.woolite-type-color .woolite-swatch,
.ccsv-swatch {
    padding: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
}

.woolite-swatch.selected,
.ccsv-swatch.active {
    border: 1px solid #222;
    box-shadow: 0 0 0 2px #fff inset;
}

.woocommerce-js div.product form.cart .variations select {
    display: none !important;
}

.loop-swatch {
    display: inline-block;
    width: 1em;
    height: 1em;
    border-radius: 2em;
    margin-right: 3px;
}

.ccsv-loop-swatches {
    padding: 5px 0;
}
