.wd-swatches-product[data-id="pa_color"]:not(.is-expanded) .wd-swatch.wd-overflow-hidden {
    display: none !important;
}

.wd-swatches-more-box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 0 0 auto;
    margin-left: 10px;
    align-self: flex-start;
    gap: 2px;
    line-height: 1;
}

.wd-swatches-count {
    display: inline-block;
    color: var(--color-gray-500, #666);
    font-size: 12px;
    line-height: 1;
}

.wd-swatches-product[data-id="pa_color"].is-expanded .wd-swatches-count {
    display: none !important;
}

.wd-swatches-toggle {
    display: inline-flex;
    align-items: center;
    color: var(--color-gray-500, #666);
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}
.wd-swatches-toggle:hover,
.wd-swatches-toggle:focus {
    color: var(--color-gray-900, #111);
    text-decoration: none;
    outline: none;
}
