.kk-product .variant-split-picker {
    display: grid;
    gap: 17px;
    margin: 2px 0 4px;
}

.kk-product .variant-choice-group {
    min-width: 0;
}

.kk-product .variant-choice-title {
    display: block;
    margin-bottom: 9px;
    color: var(--kk-ink);
    font-size: 13px;
    font-weight: 750;
}

.kk-product .variant-choice-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.kk-product .variant-choice {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 42px;
    max-width: 100%;
    padding: 8px 13px;
    border: 1px solid #dedee4;
    border-radius: 11px;
    color: #45454e;
    background: #fff;
    font: inherit;
    font-size: 13px;
    line-height: 1.25;
    cursor: pointer;
    transition:
        border-color .15s,
        background-color .15s,
        color .15s,
        box-shadow .15s;
}

.kk-product .variant-choice:hover:not(:disabled) {
    border-color: #ff3d4f9e;
    color: var(--kk-ink);
}

.kk-product .variant-choice.is-active {
    border-color: var(--kk-accent);
    color: var(--kk-accent-dark);
    background: #fff5f6;
    font-weight: 750;
    box-shadow: 0 0 0 2px #ff3d4f1a;
}

.kk-product .variant-choice:disabled {
    opacity: .38;
    cursor: not-allowed;
    text-decoration: line-through;
    background: #f4f4f6;
}

.kk-product .variant-choice__image {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    object-fit: cover;
    border: 1px solid var(--kk-line);
    border-radius: 7px;
    background: #fff;
}

.kk-product .variant-grid.variant-grid--source {
    display: none !important;
}

.kk-product .prod-eu-warehouse-pill {
    border-color: #a9dfbd;
    background: #edf9f1;
    color: #17643a;
}

.kk-product .prod-eu-warehouse-pill strong {
    color: #17643a;
}

.kk-product .prod-eu-warehouse-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid #bfe7cd;
    background: linear-gradient(135deg, #eaf8ef, #f8fffa);
    color: #17643a;
    font-size: 14px;
    font-weight: 850;
}

.kk-product .prod-eu-warehouse-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(23, 100, 58, 0.12);
}

@media (max-width: 700px) {
    .kk-product .variant-choice-list {
        gap: 7px;
    }

    .kk-product .variant-choice {
        min-height: 40px;
        padding: 8px 11px;
        font-size: 12px;
    }
}
.variant-eu-warehouse {
    display: inline-flex;
    align-items: center;
    margin-left: .35rem;
    padding: .12rem .38rem;
    border-radius: 999px;
    background: #eaf8ef;
    color: #17643a;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.25;
}
