.ts-swatch-item {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ts-swatch-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ts-swatch-color {
    width: 100%;
    height: 100%;
    display: block;
}
