.bd-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    padding: 10px 12px 0;
    min-height: 26px;
}

.bd-swatch {
    width: 29px;
    height: 29px;
    background-size: cover;
    background-color: #f4f4f4;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.12s ease;
    text-decoration: none;
}

.bd-swatch:hover {
    transform: scale(1.18);
}

.bd-swatch-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 29px;
    height: 29px;
    padding: 0 7px;
    background: #f4f4f4;
    color: #494949;
    font: inherit;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
}

.bd-swatch-more:hover {
    background: #e8e8e8;
    color: #000;
}
