/* Round for color swatches */

.ColorSwatch {
    border-radius: 30px;
}
.ColorSwatch--large {
    border-radius: 36px !important;
}
.ColorSwatch.is-active::after, .ColorSwatch__Radio:checked + .ColorSwatch::after {
    border-radius: 36px !important;
}