.wc-swatch-hidden-select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}

.wc-swatch-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 6px 0 12px;
}

.wc-swatch {
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    outline: none;
}

.wc-swatch--text {
    -webkit-appearance: none !important;
    appearance: none !important;
    padding: 8px 14px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    background: #fff !important;
    font-size: 13px !important;
    color: #111 !important;
}

.wc-swatch--text:hover,
.wc-swatch--text:focus,
.wc-swatch--text:active {
    border: 1px solid #ccc !important;
    color: #111 !important;
    background: #fff !important;
}

.wc-swatch--text.active {
    border: 1px solid #0e0d0d !important;
    background: #0e0d0d !important;
    color: #fff !important;
}

.wc-swatch--text.active:hover,
.wc-swatch--text.active:focus,
.wc-swatch--text.active:active {
    border: 1px solid #0e0d0d !important;
    background: #0e0d0d !important;
    color: #fff !important;
}

.wc-swatch--color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
}

.wc-swatch--color.active {
    box-shadow: 0 0 0 2px #0e0d0d;
}