.kf-sku-catalog.kf-product-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kf-sku-catalog__field .kf-product-field__label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.visually-hidden {
    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;
    white-space: nowrap !important;
    border: 0 !important;
}

.kf-product-variant-swatch-item__label {
    display: block;
    color: inherit;
}
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: flex-start;
}

.kf-product-variant-swatch-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    max-width: 88px;
    text-align: center;
}

.kf-product-variant-swatch-item__label {
    font-size: 0.8125rem;
    line-height: 1.25;
    word-break: break-word;
    display: block;
}

.kf-product-variant-swatch-item__meta {
    font-size: 0.75rem;
    opacity: 0.75;
}

.kf-product-option-btn.kf-product-variant-swatch {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.kf-product-variant-swatches--image .kf-product-option-btn.kf-product-variant-swatch,
.kf-product-variant-swatches--color-image .kf-product-option-btn.kf-product-variant-swatch {
    border-radius: 8px;
    width: 56px;
    height: 56px;
}

.kf-product-variant-swatch__color {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.kf-product-variant-swatch__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.kf-product-variant-swatch__fallback {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--kf-color-surface-muted, #eee);
    border-radius: inherit;
}

.kf-product-variant-swatches--color-image .kf-product-variant-swatch__color {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    pointer-events: none;
}

.kf-product-variant-swatches--color-image .kf-product-variant-swatch__img {
    position: relative;
    z-index: 1;
}

.kf-product-option-list--buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kf-product-option-btn.is-disabled,
.kf-product-option-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.kf-product-option-btn.is-selected,
.kf-product-option-btn.active {
    outline: 2px solid var(--kf-color-primary, #111);
    outline-offset: 2px;
}

.kf-product-option-item {
    position: relative;
}

.kf-product-option-btn__check {
    display: none;
}

.kf-product-option-btn.is-selected .kf-product-option-btn__check,
.kf-product-option-btn.active .kf-product-option-btn__check {
    display: flex;
}
