.lk-spec-system {
    --lk-spec-accent: #315f9f;
    --lk-spec-accent-strong: #244d86;
    --lk-spec-accent-soft: #edf3fb;
    --lk-spec-group-bg: #e5edf8;
    --lk-spec-border: #dfe4eb;
    --lk-spec-row-alt: #f8fafc;
    --lk-spec-text: #293341;
    --lk-spec-muted: #667085;
    --lk-spec-difference: #fff5cf;
    color: var(--lk-spec-text);
    font-size: 15px;
    line-height: 1.55;
    margin: 18px 0 26px;
}

.lk-spec-system *,
.lk-spec-system *::before,
.lk-spec-system *::after {
    box-sizing: border-box;
}

.lk-spec-system .lk-spec-table {
    width: 100%;
    margin: 0;
    border: 1px solid var(--lk-spec-border);
    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    color: inherit;
    table-layout: fixed;
}

.lk-spec-system .lk-spec-table th,
.lk-spec-system .lk-spec-table td {
    border: 0;
    border-bottom: 1px solid var(--lk-spec-border);
    padding: 13px 16px;
    text-align: left;
    vertical-align: middle;
}

.lk-spec-system .lk-spec-table tbody:last-child tr:last-child > * {
    border-bottom: 0;
}

.lk-spec-system .lk-spec-table tr[data-lk-spec-row]:nth-child(odd) > * {
    background: var(--lk-spec-row-alt) !important;
}

.lk-spec-system .lk-spec-table tr[data-lk-spec-row] > th {
    width: 42%;
    background: #fff !important;
    color: #3e4958 !important;
    font-weight: 600;
}

.lk-spec-product .lk-spec-product-label-col {
    width: 42%;
}

.lk-spec-product .lk-spec-product-value-col {
    width: 58%;
}

.lk-spec-system .lk-spec-table tr[data-lk-spec-row]:nth-child(odd) > th {
    background: var(--lk-spec-row-alt) !important;
}

.lk-spec-system .lk-spec-table td {
    overflow-wrap: anywhere;
}

.lk-spec-system .lk-spec-group-row > th {
    padding: 0;
    background: var(--lk-spec-group-bg) !important;
    border-bottom-color: #ced9e8 !important;
    color: var(--lk-spec-accent-strong) !important;
}

.lk-spec-system .lk-spec-group-toggle {
    display: block;
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--lk-spec-accent-strong);
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .01em;
    text-align: left;
    cursor: pointer;
}

.lk-spec-system .lk-spec-group-toggle__content {
    display: flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
}

.lk-spec-system .lk-spec-group-toggle:hover,
.lk-spec-system .lk-spec-group-toggle:focus-visible {
    background: rgba(255, 255, 255, .32);
    color: var(--lk-spec-accent-strong);
}

.lk-spec-system .lk-spec-group-toggle:focus-visible {
    outline: 3px solid rgba(49, 95, 159, .26);
    outline-offset: -3px;
}

.lk-spec-system .lk-spec-group-toggle__icon {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .18s ease;
}

.lk-spec-system .is-lk-collapsed .lk-spec-group-toggle__icon {
    transform: rotate(-45deg) translate(-1px, -1px);
}

.lk-spec-system .lk-spec-group.is-lk-collapsed tr:not(.lk-spec-group-row) {
    display: none;
}

.lk-spec-system .lk-spec-suffix {
    white-space: nowrap;
    color: inherit;
}

.lk-spec-system a.lk-spec-value-link {
    color: #1e7ddb !important;
    font-weight: 650;
    text-decoration: underline !important;
    text-decoration-color: rgba(30, 125, 219, .52) !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px;
    border-radius: 3px;
    cursor: pointer;
    transition: color .15s ease, background-color .15s ease, box-shadow .15s ease, text-decoration-color .15s ease;
}

.lk-spec-system a.lk-spec-value-link:hover,
.lk-spec-system a.lk-spec-value-link:focus-visible {
    color: #145fa7 !important;
    background: rgba(30, 125, 219, .09);
    box-shadow: 0 0 0 3px rgba(30, 125, 219, .09);
    text-decoration-color: currentColor !important;
    text-decoration-thickness: 2px !important;
}

.lk-spec-system a.lk-spec-value-link:focus-visible {
    outline: 3px solid rgba(30, 125, 219, .28);
    outline-offset: 3px;
}

.lk-spec-system a.lk-spec-value-link .lk-spec-state--yes {
    transition: color .15s ease, background-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.lk-spec-system a.lk-spec-value-link:hover .lk-spec-state--yes,
.lk-spec-system a.lk-spec-value-link:focus-visible .lk-spec-state--yes {
    background: #dceeff;
    color: #145fa7;
    box-shadow: 0 0 0 3px rgba(30, 125, 219, .16);
    transform: translateY(-1px);
}

.lk-archive-filter-summary {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin: 0 0 18px;
    padding: 13px 15px;
    border: 1px solid #d9e2ee;
    border-radius: 10px;
    background: #f7f9fc;
    color: #293341;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.45;
}

.lk-archive-filter-summary *,
.lk-archive-filter-summary *::before,
.lk-archive-filter-summary *::after {
    box-sizing: border-box;
}

.lk-archive-filter-summary__intro {
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    gap: 1px;
}

.lk-archive-filter-summary__intro strong {
    color: #244d86;
    font-size: 15px;
    font-weight: 700;
}

.lk-archive-filter-summary__intro span {
    color: #667085;
    font-size: 12px;
}

.lk-archive-filter-summary__chips {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 7px;
}

.lk-archive-filter-summary__chip {
    display: inline-flex;
    max-width: 100%;
    align-items: center;
    gap: 6px;
    padding: 6px 8px 6px 10px;
    border: 1px solid #cbd8e8;
    border-radius: 999px;
    background: #fff;
    color: #334155;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(30, 54, 86, .04);
}

.lk-archive-filter-summary__chip:hover,
.lk-archive-filter-summary__chip:focus-visible {
    border-color: #8fa9ca;
    background: #edf3fb;
    color: #244d86;
}

.lk-archive-filter-summary__chip:focus-visible,
.lk-archive-filter-summary__clear:focus-visible {
    outline: 3px solid rgba(49, 95, 159, .24);
    outline-offset: 2px;
}

.lk-archive-filter-summary__attribute {
    overflow: hidden;
    color: #566175;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lk-archive-filter-summary__value {
    overflow: hidden;
    color: #244d86;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lk-archive-filter-summary__remove {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    border-radius: 50%;
    background: #e7edf5;
    color: #526177;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.lk-archive-filter-summary__clear {
    margin-left: auto;
    color: #526177;
    font-size: 13px;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 3px;
    white-space: nowrap;
}

.lk-archive-filter-summary__clear:hover {
    color: #244d86;
}

.lk-spec-system .lk-spec-state--yes {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e3f4e9;
    color: #19733a;
    font-size: 14px;
    font-weight: 800;
}

.lk-spec-controls {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin: 0 0 10px;
}

.lk-spec-controls label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    padding: 7px 11px;
    border: 1px solid var(--lk-spec-border);
    border-radius: 999px;
    background: #fff;
    color: #445064;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.lk-spec-controls label:hover {
    border-color: #b9c7d9;
    background: var(--lk-spec-accent-soft);
}

.lk-spec-controls input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: var(--lk-spec-accent);
}

.lk-spec-scroll {
    width: 100%;
    overflow-x: auto;
    border-radius: 10px;
    overscroll-behavior-inline: contain;
    scrollbar-color: #aeb9c8 #eef1f5;
    -webkit-overflow-scrolling: touch;
}

.lk-spec-scroll-hint {
    display: none;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin: -2px 2px 8px;
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

.lk-spec-system.is-lk-overflowing .lk-spec-scroll-hint {
    display: flex;
}

.lk-spec-scroll-hint__arrow {
    color: var(--lk-spec-accent);
    font-size: 17px;
    line-height: 1;
}

.lk-spec-scroll:focus-visible {
    outline: 3px solid rgba(49, 95, 159, .24);
    outline-offset: 3px;
}

.lk-spec-compare .lk-spec-table {
    min-width: var(--lk-spec-table-min-width, 760px);
    overflow: visible;
}

.lk-spec-compare .lk-spec-table th:first-child,
.lk-spec-compare .lk-spec-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    width: 190px;
    box-shadow: 1px 0 0 var(--lk-spec-border);
}

.lk-spec-compare .lk-spec-table tr[data-lk-spec-row] > th:first-child {
    background: #fff !important;
}

.lk-spec-compare .lk-spec-table tr[data-lk-spec-row]:nth-child(odd) > th:first-child {
    background: var(--lk-spec-row-alt) !important;
}

.lk-spec-compare .lk-spec-group-row > th:first-child {
    position: static;
    width: auto;
    box-shadow: none;
}

.lk-spec-compare .lk-spec-group-toggle__content {
    position: sticky;
    left: 0;
    width: min(100%, var(--lk-spec-scroll-visible-width, 100%));
}

.lk-spec-compare .lk-spec-products-row > th:first-child,
.lk-spec-compare .lk-spec-price-row > th:first-child {
    z-index: 3;
}

.lk-spec-compare .lk-spec-products-row > th {
    padding: 14px;
    background: #fff !important;
    color: var(--lk-spec-text) !important;
    text-align: center;
    vertical-align: top;
}

.lk-spec-compare .lk-spec-products-row > th:first-child {
    background: #fff !important;
    color: var(--lk-spec-muted) !important;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
}

.lk-spec-product-media {
    display: flex;
    height: 116px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.lk-spec-system .lk-spec-product-image {
    display: block;
    width: auto;
    max-width: 132px;
    height: auto;
    max-height: 116px;
    margin: 0;
    object-fit: contain;
}

.lk-spec-system .lk-spec-product-name {
    display: inline-block;
    color: var(--lk-spec-accent-strong);
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.lk-spec-system a.lk-spec-product-name:hover {
    color: var(--lk-spec-accent);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.lk-spec-system .lk-spec-remove-product {
    display: table;
    margin: 7px auto 0;
    padding: 2px 4px;
    color: var(--lk-spec-muted);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lk-spec-system .lk-spec-remove-product:hover,
.lk-spec-system .lk-spec-remove-product:focus-visible {
    color: #a72d2d;
}

.lk-spec-compare .lk-spec-price-row > * {
    background: #fff !important;
    font-weight: 700;
    text-align: center;
}

.lk-spec-compare .lk-spec-price-row > th {
    text-align: left;
}

.lk-spec-compare .lk-spec-table tr[data-lk-spec-row] > td {
    text-align: center;
}

.lk-spec-system .lk-spec-table tr[data-lk-spec-row].is-lk-different > td {
    background: var(--lk-spec-difference) !important;
}

.lk-spec-system tr.is-lk-hidden,
.lk-spec-system .lk-spec-group.is-lk-filter-empty {
    display: none;
}

.lk-spec-shadow {
    margin: 22px 0;
    padding: 14px;
    border: 2px dashed #8c6a13;
    border-radius: 10px;
    background: #fffdf4;
}

.lk-spec-shadow__label {
    margin: 0 0 8px;
    color: #76570d;
    font-size: 13px;
    font-weight: 700;
}

.lk-spec-shadow__legacy {
    margin: 18px 0;
}

.lk-spec-shadow__legacy > summary {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 11px;
    border: 1px solid #d6dbe3;
    border-radius: 6px;
    background: #fff;
    color: #566175;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.lk-spec-shadow-legacy-compare {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
}

.lk-spec-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition: opacity .14s ease, transform .14s ease, visibility 0s linear .14s;
}

.lk-spec-sticky-header.is-lk-sticky-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
}

.lk-spec-sticky-header__viewport {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 0 0 9px 9px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(25, 39, 60, .18);
}

.lk-spec-sticky-header .lk-spec-table {
    border-radius: 0;
}

.lk-spec-sticky-header .lk-spec-products-row > th {
    padding: 9px 14px;
    vertical-align: middle;
}

.lk-spec-sticky-header .lk-spec-product-name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
    line-height: 1.35;
}

@media (max-width: 760px) {
    .lk-archive-filter-summary {
        align-items: flex-start;
        padding: 12px;
    }

    .lk-archive-filter-summary__intro,
    .lk-archive-filter-summary__chips {
        flex-basis: 100%;
    }

    .lk-archive-filter-summary__clear {
        margin-left: 0;
    }

    .lk-spec-system {
        font-size: 14px;
    }

    .lk-spec-system .lk-spec-table th,
    .lk-spec-system .lk-spec-table td {
        padding: 11px 12px;
    }

    .lk-spec-product .lk-spec-table tr[data-lk-spec-row] > th {
        width: 46%;
    }

    .lk-spec-product .lk-spec-product-label-col {
        width: 46%;
    }

    .lk-spec-product .lk-spec-product-value-col {
        width: 54%;
    }

    .lk-spec-controls {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .lk-spec-controls label {
        flex: 0 0 auto;
    }

    .lk-spec-scroll-hint {
        justify-content: flex-start;
        margin-top: 0;
    }

    .lk-spec-compare .lk-spec-table th:first-child,
    .lk-spec-compare .lk-spec-table td:first-child {
        width: 150px;
    }

    .lk-spec-product-media {
        height: 90px;
    }

    .lk-spec-system .lk-spec-product-image {
        max-height: 90px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lk-spec-system a.lk-spec-value-link,
    .lk-spec-system a.lk-spec-value-link .lk-spec-state--yes,
    .lk-spec-system .lk-spec-group-toggle__icon {
        transition: none;
    }

    .lk-spec-sticky-header {
        transition: none;
    }
}
