.variations select.as-variation-swatches__select {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.as-variation-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 6px 0 10px;
}

.as-variation-swatches__button {
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 1.2;
    padding: 12px 14px;
    min-width: 50px;
    transition: background-color 0.15s ease, color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}

.as-variation-swatches__button:hover,
.as-variation-swatches__button:focus-visible {
    transform: translateY(-1px);
}

.as-variation-swatches__button.is-selected {
    background: currentColor;
}

.as-variation-swatches__button.is-selected .as-variation-swatches__label {
    color: #fff;
}

.as-variation-swatches__button.is-disabled,
.as-variation-swatches__button:disabled {
    cursor: not-allowed;
    opacity: 0.35;
    text-decoration: line-through;
}

.variations .reset_variations {
    margin-left: 0;
}
