.flat-color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.flat-color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    padding: 2px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.flat-color-swatch img,
.flat-color-swatch-inner {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    display: block;
}

.flat-color-swatch.is-active {
    border-color: #000;
    box-shadow: 0 0 0 2px #000;
}
