.sbk-konfig {
    --sbk-accent: #f5a623 !important;
    --sbk-dark: #1a1a1a !important;
    --sbk-muted: #666 !important;
    max-width: 760px;
    margin-left: 0;
    margin-right: auto;
    padding: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
}

.sbk-konfig *,
.sbk-konfig *::before,
.sbk-konfig *::after {
    box-sizing: border-box;
}

.sbk-head {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--sbk-accent);
}

.sbk-kicker {
    margin-bottom: 3px;
    color: var(--sbk-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sbk-intro {
    color: var(--sbk-muted);
    font-size: 13px;
    font-weight: 500;
}

.depth-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 22px;
}

.db {
    min-height: 72px;
    padding: 12px;
    border: 2px solid #ddd;
    border-radius: 9px;
    background: #efefef;
    color: var(--sbk-dark);
    cursor: pointer;
    text-align: center;
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

.db:hover,
.db:focus-visible {
    border-color: var(--sbk-accent);
}

.db:focus-visible,
.sbk-tip-btn:focus-visible,
.btn-cart:focus-visible,
#slider:focus-visible,
.sbk-guide-link:focus-visible {
    outline: 3px solid rgba(245, 166, 35, .35);
    outline-offset: 3px;
}

.db.active {
    border-color: var(--sbk-accent);
    background: rgba(245, 166, 35, .08);
}

.db-name,
.db-hint {
    display: block;
}

.db-name {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 800;
}

.db-hint {
    color: var(--sbk-muted);
    font-size: 12px;
    line-height: 1.35;
}

.k-lbl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
    font-size: 14px;
}

.sbk-label-with-tip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.sbk-tip-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.sbk-tip-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    background: transparent;
    color: #999 !important;
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    appearance: none;
}

.sbk-tip-btn:hover,
.sbk-tip-btn[aria-expanded="true"] {
    border-color: var(--sbk-accent);
    color: var(--sbk-accent);
}

.sbk-tooltip {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    z-index: 100;
    width: 250px;
    padding: 12px 14px;
    border: 1px solid rgba(245, 166, 35, .3);
    border-radius: 8px;
    background: var(--sbk-dark);
    color: rgba(255, 255, 255, .82);
    transform: translateX(-50%);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.sbk-tooltip[hidden] {
    display: none;
}

.sbk-tooltip-title,
.sbk-tooltip-text,
.sbk-tooltip-example {
    display: block;
}

.sbk-tooltip-title {
    margin-bottom: 5px;
    color: var(--sbk-accent);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.sbk-tooltip-text {
    font-size: 12px;
    line-height: 1.6;
}

.sbk-tooltip-example {
    margin-top: 8px;
    padding: 7px 10px;
    border-radius: 5px;
    background: rgba(245, 166, 35, .12);
    color: rgba(255, 255, 255, .67) !important;
    font-size: 11px;
}
.sbk-light strong{
  color:#efefef !important;
}
.sbk-tooltip strong {
    color: var(--sbk-accent);
}

#slider {
    width: 100%;
    margin: 4px 0 3px;
    accent-color: var(--sbk-accent);
    cursor: pointer;
}

.tick {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    color: #888;
    font-size: 11px;
}

.sbk-guide-link {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    color: var(--sbk-accent);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.sbk-guide-link:hover {
    text-decoration: underline;
}

.k-divider {
    height: 1px;
    margin: 16px 0;
    border: 0;
    background: #e9e9e9;
}

.k-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: end;
    margin-bottom: 18px;
}

.k-result .lbl {
    margin-bottom: 3px;
    color: #777;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.kr-left .val {
    font-size: 18px;
}

.kr-left .formula {
    margin-top: 3px;
    color: #888;
    font-size: 12px;
}

.kr-right {
    text-align: right;
}

.kr-right .price {
    color: var(--sbk-dark);
    font-size: 27px;
    font-weight: 800;
    line-height: 1.15;
}

.kr-right .vat {
    margin-top: 3px;
    color: #888;
    font-size: 11px;
}

.btn-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 62px;
    padding: 12px 18px;
    border: 0;
    border-radius: 9px;
    background: var(--sbk-accent);
    color: var(--sbk-dark);
    cursor: pointer;
    transition: filter .15s ease, transform .15s ease;
}

.btn-cart:hover {
    filter: brightness(.96);
}

.btn-cart:active {
    transform: translateY(1px);
}

.btn-cart-text,
.btn-cart-main,
.btn-cart-sub {
    display: block;
}

.btn-cart-text {
    text-align: left;
}

.btn-cart-main {
    font-size: 17px;
    font-weight: 800;
}

.btn-cart-sub {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 600;
    opacity: .78;
}

@media (max-width: 640px) {
    .sbk-konfig {
        padding: 18px;
    }

    .depth-row {
        grid-template-columns: 1fr;
    }

    .k-result {
        grid-template-columns: 1fr;
    }

    .kr-right {
        text-align: left;
    }

    .sbk-tooltip {
        left: 0;
        width: min(250px, calc(100vw - 48px));
        transform: none;
    }
}

/* KONFIGURATOR */
.konfig { background: #ffffff; border-radius: 10px; padding: 22px; }
.k-lbl { font-size: 13px; color: #666666; margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; font-weight: 500; }
.k-lbl strong { color: #333; font-weight: 800; font-size: 15px; }
input[type=range] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 5px;
  background: #e0e0e0; border-radius: 3px; outline: none; margin-bottom: 6px; cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: #1a1a1a; cursor: pointer; border: 3px solid #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}
input[type=range]:hover::-webkit-slider-thumb { background: #f5a623; }
.tick { display: flex; justify-content: space-between; font-size: 11px; color: #999999; margin-bottom: 14px; font-weight: 600; }
.depth-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-bottom: 14px; }
.db {
  padding: 10px 4px; text-align: center; min-height: 52px;
  border: 2px solid #e0e0e0 !important; border-radius: 6px;
  background: #f5f5f5; cursor: pointer;
  font-family: inherit; width: 100%; -webkit-appearance: none; appearance: none;
  transition: border-color 0.15s, background 0.15s;
}
.db:hover { border-color: #1a1a1a !important; }
.db.active { border: 2px solid #1a1a1a !important; background: #1a1a1a !important; }
.db-name { font-size: 13px; font-weight: 700; color: #333333; }
.db.active .db-name { color: #ffffff; }
.db-hint { font-size: 10px; color: #888888 !important; margin-top: 2px; font-weight: 500; }
.db.active .db-hint { color: rgba(255,255,255,0.65) !important; }
.k-divider { border: none; border-top: 1px solid #eeeeee; margin: 12px 0; }
.k-result { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; }
.kr-left .lbl { font-size: 12px; color: #777777; margin-bottom: 3px; font-weight: 500; }
.kr-left .val strong { font-size: 20px; color: #1a1a1a; font-weight: 800; }
.kr-left .formula { font-size: 11px; color: #aaaaaa; margin-top: 2px; }
.kr-right { text-align: right; }
.kr-right .lbl { font-size: 12px; color: #777777; margin-bottom: 3px; font-weight: 500; }
.kr-right .price { font-size: 26px; font-weight: 800; color: #1a1a1a; }
.kr-right .vat { font-size: 11px; color: #aaaaaa; }
.btn-cart {
  display: flex !important; align-items: center !important; justify-content: center !important; gap: 10px !important;
  width: 100% !important; padding: 15px 20px !important; min-height: 56px !important;
  background-color: #f5a623 !important; color: #1a1a1a !important;
  border: none !important; border-radius: 6px !important; font-family: inherit !important;
  cursor: pointer !important; -webkit-appearance: none !important; appearance: none !important;
  transition: background-color 0.15s !important;
}
.btn-cart:hover { background-color: #e09510 !important; }
.btn-cart-text { display: flex; flex-direction: column; align-items: flex-start; gap: 1px; }
.btn-cart-main { font-size: 15px; font-weight: 800; color: #1a1a1a; }
.btn-cart-sub { font-size: 11px; font-weight: 500; color: rgba(26,26,26,0.6); }
.trust-pills { display: flex; gap: 14px; margin-top: 14px; flex-wrap: wrap; }
.tp { font-size: 12px; color: rgba(255,255,255); display: flex; align-items: center; gap: 4px; font-weight: 500; }
