.template-kanc-light-v2 {
    --kl-blue: #1261ff;
    --kl-blue-dark: #0b3fae;
    --kl-cyan: #e8f4ff;
    --kl-line: #cfddf0;
    --kl-line-strong: #aec3df;
    --kl-page: #f7fbff;
    --kl-card: rgba(255, 255, 255, .97);
    --kl-text: #071532;
    --kl-muted: #53647f;
    --kl-green: #12a66a;
    --kl-red: #ef3340;
    --kl-amber: #f59e0b;
    --kl-shadow: 0 18px 45px rgba(39, 78, 135, .09);
    margin: 0;
    background:
        radial-gradient(circle at 74% 0%, rgba(18, 97, 255, .1), transparent 30%),
        radial-gradient(circle at 14% 26%, rgba(78, 188, 255, .13), transparent 24%),
        var(--kl-page);
    color: var(--kl-text);
    font-family: Inter, Arial, system-ui, sans-serif;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.template-kanc-light-v2 * {
    box-sizing: border-box;
}

.template-kanc-light-v2 a {
    color: inherit;
    text-decoration: none;
}

.template-kanc-light-v2 svg {
    width: 1em;
    height: 1em;
}

.kl-page {
    width: min(1810px, calc(100vw - 28px));
    margin: 14px auto 34px;
}

.kl-header {
    display: grid;
    grid-template-columns: 164px minmax(340px, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 66px;
    margin-bottom: 14px;
}

.kl-brand {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.kl-brand img {
    display: block;
    width: auto;
    max-width: 156px;
    max-height: 50px;
    object-fit: contain;
}

.kl-brand span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    width: auto;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 5px;
    background: #d81324;
    color: #fff;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: none;
}

.kl-search {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 48px;
    align-items: center;
    min-height: 50px;
    border: 1px solid var(--kl-line);
    border-radius: 14px;
    background: var(--kl-card);
    box-shadow: 0 12px 32px rgba(44, 83, 134, .05);
}

.kl-catalog-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    height: 100%;
    padding: 0 18px;
    border-right: 1px solid var(--kl-line);
    color: var(--kl-text);
    font-weight: 800;
    white-space: nowrap;
}

.kl-catalog-button svg {
    color: var(--kl-blue);
}

.kl-search input {
    min-width: 0;
    height: 48px;
    border: 0;
    background: transparent;
    color: var(--kl-text);
    font-size: 14px;
    font-weight: 760;
    outline: 0;
}

.kl-search input::placeholder {
    color: #71819c;
    opacity: 1;
}

.kl-search button {
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #395174;
    cursor: pointer;
}

.kl-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.kl-phone,
.kl-icon-link,
.kl-account,
.kl-cart,
.template-kanc-light-v2 .currency-switcher {
    border: 1px solid var(--kl-line);
    background: var(--kl-card);
    box-shadow: 0 12px 30px rgba(44, 83, 134, .05);
}

.kl-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 14px;
    border-radius: 14px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.kl-phone svg {
    color: var(--kl-blue);
}

.kl-phone span {
    display: grid;
    gap: 2px;
}

.kl-phone small,
.kl-account small {
    display: block;
    color: var(--kl-muted);
    font-size: 11px;
    font-weight: 700;
}

.kl-icon-link,
.kl-cart {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #263c5c;
}

.kl-icon-link b,
.kl-cart span {
    position: absolute;
    top: -2px;
    right: -2px;
    display: inline-grid;
    place-items: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--kl-red);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.kl-account {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 8px 13px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.kl-account > svg {
    width: 28px;
    height: 28px;
    padding: 6px;
    border: 1px solid var(--kl-line);
    border-radius: 50%;
    color: var(--kl-blue);
}

.kl-cart {
    border: 0;
    color: var(--kl-blue);
    cursor: pointer;
}

.kl-shell {
    display: grid;
    grid-template-columns: 316px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.kl-sidebar {
    position: relative;
    top: auto;
    min-width: 0;
    transform: none;
}

.kl-sidebar-title {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 14px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 17px;
    border: 1px solid #d7e8ff;
    border-radius: 11px;
    background: linear-gradient(180deg, #f2f7ff 0%, #eaf3ff 100%);
    color: #075fec;
    font-size: 14px;
    font-weight: 900;
    text-align: left;
    box-shadow: 0 4px 14px rgba(9, 100, 247, .04);
    transition: .16s ease;
}

.kl-sidebar-title:hover {
    border-color: #bdd7ff;
    background: #e8f2ff;
    box-shadow: 0 10px 24px rgba(9, 100, 247, .1);
}

.kl-sidebar-title svg:first-child {
    color: var(--kl-blue);
}

.kl-sidebar .category-menu-wrap {
    position: relative;
    border: 1px solid #dde8f7;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16, 46, 92, .045);
    overflow: visible;
    transition: .16s ease;
}

.kl-sidebar .category-menu-wrap:hover {
    border-color: #d6e5f8;
}

.kl-category-list {
    display: grid;
    gap: 3px;
    max-height: none;
    margin-top: 0;
    overflow: visible;
    padding: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.kl-category-list button,
.kl-category-list a {
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 11px;
    min-height: 45px;
    padding: 8px 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #26324c;
    font: inherit;
    font-size: 13.8px;
    font-weight: 760;
    text-align: left;
    cursor: pointer;
}

.kl-category-list button span,
.kl-category-list a span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.22;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kl-category-list button svg:first-child,
.kl-category-list a svg:first-child {
    width: 19px;
    height: 19px;
    color: #485674;
}

.kl-category-list button svg:last-child,
.kl-category-list a svg:last-child {
    color: #a8b5cb;
    opacity: 0;
    transition: .14s ease;
}

.kl-category-list button.active,
.kl-category-list a:hover,
.kl-category-list a.mega-active {
    background: #f2f7ff;
    color: #0964f7;
    font-weight: 820;
    box-shadow: none;
}

.kl-category-list button.active svg:first-child,
.kl-category-list a:hover svg:first-child,
.kl-category-list a.mega-active svg:first-child {
    color: #0964f7;
    background: #eaf3ff;
    filter: none;
}

.kl-category-list button.active svg:last-child,
.kl-category-list a:hover svg:last-child,
.kl-category-list a.mega-active svg:last-child {
    color: #0964f7;
    opacity: 1;
}

.kl-sidebar-tool,
.kl-sidebar-cartridge {
    display: grid;
    margin-top: 14px;
    border: 1px solid #c8dcfb;
    border-radius: 14px;
    background: #fff;
    color: #0964f7;
    box-shadow: 0 10px 24px rgba(15, 68, 140, .07);
}

.kl-sidebar-tool {
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 18px;
    font-weight: 900;
}

.kl-sidebar-cartridge {
    gap: 11px;
    padding: 14px;
    background: linear-gradient(180deg, #fff 0%, #f6faff 100%);
}

.kl-sidebar-cartridge-head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.kl-sidebar-cartridge-head i,
.kl-sidebar-cartridge-head svg {
    width: 34px;
    height: 34px;
    padding: 8px;
    border-radius: 10px;
    background: #eaf3ff;
    color: #0964f7;
}

.kl-sidebar-cartridge-head b,
.kl-sidebar-cartridge-head span {
    display: block;
}

.kl-sidebar-cartridge-head b {
    color: #0d1936;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 950;
}

.kl-sidebar-cartridge-head span {
    margin-top: 3px;
    color: #53647f;
    font-size: 12px;
    font-weight: 750;
}

.kl-sidebar-cartridge form {
    display: grid;
    gap: 8px;
}

.kl-sidebar-cartridge select,
.kl-sidebar-cartridge input {
    width: 100%;
    min-height: 38px;
    border: 1px solid #cadcf4;
    border-radius: 10px;
    background: #fff;
    color: #071532;
    padding: 0 11px;
    font-size: 13px;
    font-weight: 850;
    outline: 0;
}

.kl-sidebar-cartridge input::placeholder {
    color: #7b89a0;
    opacity: 1;
}

.kl-sidebar-cartridge select:focus,
.kl-sidebar-cartridge input:focus {
    border-color: #9bbcf3;
    box-shadow: 0 0 0 3px rgba(18, 97, 255, .09);
}

.kl-sidebar-cartridge button {
    min-height: 38px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #1475ff, #075be9);
    color: #fff;
    font-size: 13px;
    font-weight: 950;
    box-shadow: 0 10px 18px rgba(9, 100, 247, .18);
    cursor: pointer;
}

.kl-sidebar-cartridge-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.kl-sidebar-cartridge-tags button {
    min-height: 28px;
    padding: 0 9px;
    border: 1px solid #d6e6ff;
    border-radius: 8px;
    background: #fff;
    color: #0964f7;
    font-size: 11.5px;
    box-shadow: none;
}

.template-kanc-light-v2 .sidebar-buy-more {
    display: none !important;
}

.kl-main {
    display: grid;
    gap: 14px;
    min-width: 0;
}

.kl-subnav {
    display: flex;
    align-items: center;
    gap: 4px;
    min-height: 48px;
    overflow-x: auto;
    padding: 6px;
    border: 1px solid var(--kl-line);
    border-radius: 14px;
    background: var(--kl-card);
    box-shadow: 0 12px 30px rgba(44, 83, 134, .04);
}

.kl-subnav a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 0 17px;
    border-radius: 10px;
    color: #263a59;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

.kl-subnav a:hover {
    background: #eef5ff;
    color: var(--kl-blue);
}

.kl-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(430px, 1fr) minmax(220px, .46fr) 190px;
    align-items: stretch;
    min-height: 314px;
    overflow: hidden;
    border: 1px solid var(--kl-line);
    border-radius: 16px;
    background:
        linear-gradient(100deg, #fff 0%, #f6fbff 45%, #edf6ff 100%);
    box-shadow: var(--kl-shadow);
}

.kl-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
}

.kl-hero-copy > span {
    align-self: flex-start;
    margin-bottom: 12px;
    padding: 6px 11px;
    border-radius: 999px;
    background: var(--kl-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.kl-hero-copy h1 {
    max-width: 650px;
    margin: 0;
    color: #0b1b42;
    font-size: clamp(25px, 2.1vw, 35px);
    line-height: 1.1;
    letter-spacing: 0;
}

.kl-hero-copy p {
    max-width: 560px;
    margin: 14px 0 20px;
    color: var(--kl-muted);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.kl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kl-primary,
.kl-secondary,
.kl-cartridge button,
.kl-newsletter button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 10px;
    font-weight: 900;
    cursor: pointer;
}

.kl-primary,
.kl-cartridge button,
.kl-newsletter button {
    border: 0;
    background: linear-gradient(180deg, #1b71ff, #0758df);
    color: #fff;
    box-shadow: 0 12px 24px rgba(18, 97, 255, .24);
}

.kl-secondary {
    border: 1px solid var(--kl-line);
    background: #fff;
    color: #1e3357;
}

.kl-globe {
    position: relative;
    min-height: 314px;
    overflow: hidden;
}

.kl-globe::before {
    content: "";
    position: absolute;
    right: -88px;
    bottom: -102px;
    width: 410px;
    height: 410px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 72% 26%, rgba(255, 255, 255, .96) 0 2px, transparent 3px),
        radial-gradient(circle at 42% 42%, rgba(255, 255, 255, .9) 0 3px, transparent 4px),
        radial-gradient(circle at 58% 66%, rgba(255, 255, 255, .95) 0 2px, transparent 3px),
        repeating-linear-gradient(82deg, rgba(18, 97, 255, .11) 0 1px, transparent 1px 12px),
        repeating-linear-gradient(8deg, rgba(18, 97, 255, .1) 0 1px, transparent 1px 15px),
        radial-gradient(circle at 42% 36%, rgba(100, 180, 255, .34), rgba(194, 225, 255, .78) 42%, rgba(242, 248, 255, .85) 68%, transparent 70%);
    box-shadow: inset -34px -46px 90px rgba(18, 97, 255, .2);
}

.kl-globe::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 38px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.98) 0 5px, rgba(74, 166, 255, .75) 6px, transparent 38px);
    filter: blur(.2px);
}

.kl-globe span {
    position: absolute;
    z-index: 1;
    display: block;
    border-radius: 999px;
    background: rgba(18, 97, 255, .23);
}

.kl-globe span:nth-child(1) { right: 92px; top: 82px; width: 10px; height: 10px; box-shadow: 0 0 26px rgba(18,97,255,.5); }
.kl-globe span:nth-child(2) { right: 196px; top: 126px; width: 8px; height: 8px; box-shadow: 0 0 24px rgba(18,97,255,.44); }
.kl-globe span:nth-child(3) { right: 42px; top: 170px; width: 7px; height: 7px; box-shadow: 0 0 18px rgba(18,97,255,.42); }
.kl-globe span:nth-child(4) { right: 150px; top: 44px; width: 6px; height: 6px; box-shadow: 0 0 18px rgba(18,97,255,.42); }

.kl-hero-stats {
    position: relative;
    z-index: 2;
    display: grid;
    align-self: center;
    gap: 0;
    margin-right: 18px;
    border: 1px solid var(--kl-line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 16px 40px rgba(35, 78, 135, .11);
    backdrop-filter: blur(10px);
}

.kl-hero-stats article {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 2px 9px;
    padding: 12px;
    border-bottom: 1px solid var(--kl-line);
}

.kl-hero-stats article:last-child {
    border-bottom: 0;
}

.kl-hero-stats svg {
    grid-row: 1 / span 2;
    color: #395174;
    font-size: 20px;
}

.kl-hero-stats span {
    color: var(--kl-muted);
    font-size: 11.5px;
    font-weight: 800;
}

.kl-hero-stats b {
    font-size: 17px;
    line-height: 1;
}

.kl-benefits,
.kl-category-tiles,
.kl-rfq-strip,
.kl-advantages,
.kl-section,
.kl-cartridge,
.kl-newsletter,
.store-footer {
    border: 1px solid var(--kl-line);
    border-radius: 16px;
    background: var(--kl-card);
    box-shadow: 0 12px 32px rgba(44, 83, 134, .05);
}

.kl-benefits {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
}

.kl-benefits article,
.kl-advantages article {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: start;
    gap: 4px 12px;
    padding: 14px;
    border-right: 1px solid var(--kl-line);
}

.kl-benefits article:last-child,
.kl-advantages article:last-child {
    border-right: 0;
}

.kl-benefits svg,
.kl-advantages svg {
    grid-row: 1 / span 2;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 10px;
    background: #eef5ff;
    color: var(--kl-blue);
}

.kl-benefits b,
.kl-advantages b {
    overflow: hidden;
    color: #112247;
    font-size: 13px;
    line-height: 1.25;
    text-overflow: ellipsis;
}

.kl-benefits span,
.kl-advantages span {
    color: var(--kl-muted);
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1.35;
}

.kl-category-tiles {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.kl-category-tiles a {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 72px;
    align-items: center;
    gap: 8px;
    min-height: 100px;
    padding: 0 12px 0 16px;
    border: 1px solid var(--kl-line);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(19, 43, 91, .045);
    overflow: hidden;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.kl-category-tiles a:last-child {
    border-right: 1px solid var(--kl-line);
}

.kl-category-tiles a:hover {
    border-color: #cce0ff;
    background: #fff;
    box-shadow: 0 14px 30px rgba(19, 43, 91, .09);
    transform: translateY(-2px);
}

.kl-category-tiles b,
.kl-category-tiles small {
    display: block;
}

.kl-category-tiles b {
    color: #071a3f;
    font-size: 13.5px;
    font-weight: 950;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.kl-category-tiles small {
    margin-top: 7px;
    color: #65728d;
    font-size: 12px;
    font-weight: 750;
}

.kl-category-tiles em {
    display: block;
    margin-top: 8px;
    color: var(--kl-blue);
    font-style: normal;
    font-weight: 950;
}

.kl-category-tiles svg,
.kl-category-art {
    width: 72px;
    height: 70px;
    padding: 14px;
    border-radius: 15px;
    background: linear-gradient(145deg, #eef6ff, #fff);
    color: var(--kl-blue);
    filter: drop-shadow(0 8px 11px rgba(12, 50, 100, .08));
}

.kl-category-art {
    position: relative;
    display: block;
    padding: 0;
}

.kl-category-art::before,
.kl-category-art::after {
    content: "";
    position: absolute;
}

.kl-category-art-pen::before {
    width: 11px;
    height: 64px;
    top: 3px;
    left: 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #0a63f7 0%, #0a63f7 35%, #fff 36%, #fff 72%, #d79b42 73%);
    box-shadow: 0 8px 12px rgba(0, 70, 160, .12);
    transform: rotate(25deg);
}

.kl-category-art-paper::before {
    width: 48px;
    height: 44px;
    top: 13px;
    left: 8px;
    border: 1px solid #d8e2f0;
    border-radius: 3px;
    background: repeating-linear-gradient(0deg, #fff 0 7px, #e7edf7 8px);
    box-shadow: 8px 7px 0 #e3e9f2;
    transform: skewY(-5deg);
}

.kl-category-art-laptop::before {
    width: 58px;
    height: 40px;
    top: 13px;
    left: 7px;
    border-radius: 5px;
    background: #111827;
    box-shadow: inset 0 0 0 7px #1b376d;
}

.kl-category-art-laptop::after {
    width: 72px;
    height: 8px;
    left: 0;
    bottom: 11px;
    border-radius: 0 0 8px 8px;
    background: #9aa5b8;
}

.kl-category-art-bottle::before {
    width: 32px;
    height: 58px;
    top: 8px;
    left: 20px;
    border-radius: 14px 14px 8px 8px;
    background: linear-gradient(180deg, #9fd4ff, #1378ee);
}

.kl-category-art-bottle::after {
    width: 20px;
    height: 9px;
    top: 5px;
    left: 26px;
    border-radius: 5px;
    background: #2f8df5;
}

.kl-category-art-box::before {
    width: 54px;
    height: 42px;
    top: 16px;
    left: 9px;
    border-radius: 4px;
    background: #c79255;
    box-shadow: inset 0 0 0 2px rgba(75, 35, 10, .12);
    transform: rotate(-5deg);
}

.kl-category-art-box::after {
    width: 54px;
    height: 1px;
    top: 37px;
    left: 9px;
    background: rgba(80, 40, 10, .25);
    transform: rotate(-5deg);
}

.kl-category-art-chair::before {
    width: 34px;
    height: 46px;
    top: 7px;
    left: 24px;
    border-radius: 9px;
    background: #111827;
}

.kl-category-art-chair::after {
    width: 56px;
    height: 16px;
    left: 8px;
    bottom: 13px;
    border-radius: 10px;
    background: #222b3a;
}

.kl-category-thumb {
    width: 72px;
    height: 70px;
    padding: 6px;
    border-radius: 15px;
    background: linear-gradient(145deg, #eef6ff, #fff);
    object-fit: contain;
    filter: contrast(1.04) saturate(1.04) drop-shadow(0 8px 11px rgba(12, 50, 100, .08));
}

.kl-rfq-strip {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr)) .9fr;
    overflow: hidden;
}

.kl-rfq-strip article {
    min-height: 64px;
    padding: 13px 16px;
    border-right: 1px solid var(--kl-line);
}

.kl-rfq-strip article:last-child {
    border-right: 0;
}

.kl-rfq-strip b,
.kl-rfq-strip span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kl-rfq-strip b {
    font-size: 13px;
}

.kl-rfq-strip span {
    margin-top: 4px;
    color: var(--kl-muted);
    font-size: 12px;
    font-weight: 700;
}

.kl-rfq-strip a {
    display: inline-flex;
    margin-top: 7px;
    padding: 6px 10px;
    border-radius: 9px;
    background: #eef5ff;
    color: var(--kl-blue);
    font-size: 12px;
    font-weight: 900;
}

.kl-rfq-strip svg {
    color: var(--kl-blue);
}

.kl-advantages {
    display: grid;
    grid-template-columns: 1.25fr repeat(5, minmax(0, 1fr));
    overflow: hidden;
}

.kl-diamond {
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    min-height: 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 72% 50%, rgba(18, 97, 255, .18), transparent 31%),
        linear-gradient(135deg, #fff, #eef6ff);
}

.kl-diamond::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 84px;
    height: 84px;
    transform: rotate(45deg);
    border: 1px solid rgba(18, 97, 255, .18);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(18,97,255,.16), rgba(255,255,255,.4));
}

.kl-diamond span,
.kl-diamond b {
    position: relative;
    z-index: 1;
}

.kl-diamond span {
    color: var(--kl-muted);
    font-size: 12px;
    font-weight: 800;
}

.kl-diamond b {
    margin-top: 8px;
    color: var(--kl-blue);
}

.kl-section {
    padding: 18px;
}

.kl-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.kl-section-head h2 {
    margin: 0;
    color: #0d1d42;
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: 0;
}

.kl-section-head a {
    color: var(--kl-blue);
    font-size: 13px;
    font-weight: 900;
}

.kl-section-head select {
    min-height: 38px;
    padding: 0 34px 0 12px;
    border: 1px solid var(--kl-line);
    border-radius: 10px;
    background: #fff;
    color: #1d3150;
    font-weight: 800;
}

.kl-tabs {
    display: inline-flex;
    gap: 5px;
    margin: 8px 0 0;
}

.kl-tabs button {
    min-height: 30px;
    padding: 0 12px;
    border: 0;
    border-radius: 9px;
    background: transparent;
    color: #53647f;
    font-weight: 850;
    cursor: pointer;
}

.kl-tabs button.active,
.kl-tabs button:hover {
    background: #eef5ff;
    color: var(--kl-blue);
}

.kl-products.product-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.kl-products .product-card {
    min-width: 0;
    display: grid;
    grid-template-rows: 145px minmax(0, 1fr);
    border: 1px solid #c8d8ec;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 48, 96, .045);
    overflow: hidden;
}

.kl-products .product-card:hover {
    transform: translateY(-1px);
    border-color: #9fbdf1;
    box-shadow: 0 16px 34px rgba(20, 48, 96, .095);
}

.kl-products .product-card .product-image {
    position: relative;
    display: grid;
    place-items: center;
    height: 145px;
    padding: 14px;
    background: linear-gradient(180deg, #fff, #f5f9ff);
}

.kl-products .product-card .product-image img {
    max-width: 100%;
    max-height: 118px;
    object-fit: contain;
    filter: contrast(1.08) saturate(1.05);
}

.kl-products .product-card .product-body {
    display: grid;
    gap: 8px;
    padding: 12px;
}

.kl-products .product-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.kl-products .product-meta small {
    min-width: 0;
    overflow: hidden;
    color: #52627d;
    font-size: 11px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kl-products .stock-pill {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(18, 166, 106, .1);
    color: var(--kl-green);
    font-size: 10px;
    font-weight: 900;
    white-space: nowrap;
}

.kl-products .stock-note {
    display: none;
}

.kl-products .product-card h3 {
    min-height: 36px;
    margin: 0;
    color: #071532;
    font-size: 14.2px;
    font-weight: 950;
    line-height: 1.26;
    letter-spacing: 0;
}

.kl-products .product-card h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kl-products .product-foot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.kl-products .price-stack {
    display: grid;
    gap: 2px;
}

.kl-products .price {
    color: #06142e;
    font-size: 16.4px;
    font-weight: 950;
    line-height: 1.08;
}

.kl-products .old-price {
    color: #97a2b5;
    font-size: 11px;
    font-weight: 800;
    text-decoration: line-through;
}

.kl-products .icon-btn.add-to-cart {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 34px;
    border: 1px solid #bcd5ff;
    border-radius: 9px;
    background: #f2f7ff;
    color: var(--kl-blue);
    cursor: pointer;
}

.kl-products .icon-btn.add-to-cart span,
.kl-products .product-actions {
    display: none;
}

.kl-cartridge {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
    align-items: center;
    min-height: 248px;
    overflow: hidden;
    padding: 30px 34px;
    background:
        radial-gradient(circle at 88% 50%, rgba(18, 97, 255, .13), transparent 32%),
        linear-gradient(100deg, #fff, #f5fbff);
}

.kl-cartridge h2 {
    margin: 0;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0;
}

.kl-cartridge p {
    margin: 10px 0 20px;
    color: var(--kl-muted);
    font-weight: 750;
}

.kl-cartridge form {
    display: grid;
    grid-template-columns: repeat(3, minmax(136px, 1fr)) minmax(260px, 1.35fr) 154px;
    gap: 12px;
    align-items: end;
}

.kl-cartridge label {
    display: grid;
    gap: 7px;
    color: #52627c;
    font-size: 12px;
    font-weight: 900;
}

.kl-cartridge input,
.kl-cartridge select,
.kl-newsletter input {
    width: 100%;
    min-height: 42px;
    border: 1px solid var(--kl-line);
    border-radius: 10px;
    background: #fff;
    color: var(--kl-text);
    padding: 0 12px;
    outline: 0;
}

.kl-cartridge-note {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    margin-top: 12px;
    padding: 0 12px;
    border: 1px solid #d9e7ff;
    border-radius: 10px;
    background: rgba(243, 248, 255, .86);
    color: #25466f;
    font-size: 12px;
    font-weight: 850;
}

.kl-cartridge-note svg {
    width: 16px;
    height: 16px;
    color: var(--kl-blue);
}

.kl-brand-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.kl-brand-pills strong {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-right: 2px;
    color: #4d5f7b;
    font-size: 12px;
    font-weight: 900;
}

.kl-brand-pills button {
    min-height: 34px;
    padding: 0 15px;
    border: 1px solid #d9e6ff;
    border-radius: 10px;
    background: #f3f7ff;
    color: var(--kl-blue);
    box-shadow: none;
}

.kl-brand-pills button:hover {
    border-color: #bdd6ff;
    background: #eaf3ff;
}

.kl-printer-art {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 200px;
}

.kl-printer-art::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 150px;
    border-radius: 54% 46% 48% 52%;
    background: rgba(18, 97, 255, .1);
    transform: rotate(-10deg);
}

.kl-printer-art svg {
    position: relative;
    z-index: 1;
    width: 138px;
    height: 138px;
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    color: #1a335b;
    box-shadow: 0 28px 70px rgba(41, 82, 145, .18);
}

.kl-printer-art span {
    position: absolute;
    z-index: 2;
    right: 42px;
    bottom: 34px;
    width: 128px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(90deg, #12274f, #2d68e7);
    box-shadow: 0 12px 26px rgba(18, 97, 255, .18);
}

.kl-product-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 12px;
}

.kl-product-card {
    position: relative;
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr) 38px;
    align-items: center;
    gap: 12px;
    min-height: 126px;
    padding: 12px;
    border: 1px solid var(--kl-line);
    border-radius: 13px;
    background: #fff;
}

.kl-product-image {
    position: relative;
    display: grid;
    place-items: center;
    width: 118px;
    height: 98px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fbfdff, #f1f7ff);
}

.kl-product-image img {
    max-width: 104px;
    max-height: 82px;
    object-fit: contain;
}

.kl-product-image svg {
    width: 42px;
    height: 42px;
    color: var(--kl-blue);
}

.kl-product-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    padding: 4px 7px;
    border-radius: 999px;
    background: var(--kl-green);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}

.kl-product-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.kl-product-copy a {
    display: -webkit-box;
    min-height: 34px;
    overflow: hidden;
    color: #142343;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.kl-product-copy span,
.kl-product-copy small {
    color: var(--kl-muted);
    font-size: 11px;
    font-weight: 800;
}

.kl-product-copy strong {
    color: #061b44;
    font-size: 15px;
}

.kl-product-copy em {
    color: #98a6bb;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
    text-decoration: line-through;
}

.kl-product-copy small.in {
    color: var(--kl-green);
}

.kl-product-copy small.out {
    color: var(--kl-amber);
}

.kl-mini-cart {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 34px;
    border: 1px solid #d9e6ff;
    border-radius: 9px;
    background: #f3f7ff;
    color: var(--kl-blue);
}

.kl-newsletter {
    display: grid;
    grid-template-columns: 60px minmax(220px, .8fr) minmax(260px, 1fr) auto;
    align-items: center;
    gap: 20px;
    padding: 24px 30px;
}

.kl-newsletter > svg {
    width: 56px;
    height: 56px;
    padding: 14px;
    border-radius: 50%;
    background: var(--kl-blue);
    color: #fff;
}

.kl-newsletter b,
.kl-newsletter span {
    display: block;
}

.kl-newsletter b {
    font-size: 17px;
}

.kl-newsletter span {
    margin-top: 5px;
    color: var(--kl-muted);
    font-weight: 750;
}

.kl-newsletter form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
    gap: 10px;
}

.kl-social {
    display: flex;
    gap: 8px;
}

.kl-social a {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--kl-line);
    border-radius: 50%;
    background: #fff;
    color: #253956;
}

.template-kanc-light-v2 .store-footer {
    margin-top: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.template-kanc-light-v2 .footer-benefits {
    display: none;
}

.template-kanc-light-v2 .footer-main {
    min-height: 210px;
    display: grid;
    grid-template-columns: 260px repeat(4, minmax(0, 1fr)) 250px;
    gap: 28px;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    padding: 28px;
    border: 1px solid var(--kl-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(19, 43, 91, .045);
}

.template-kanc-light-v2 .footer-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 126px;
    height: 40px;
    margin-bottom: 16px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #fff;
}

.template-kanc-light-v2 .footer-brand h2 {
    margin: 0 0 14px;
    color: #1546b7;
    font-size: 26px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .02em;
}

.template-kanc-light-v2 .footer-main .footer-wordmark,
.template-kanc-light-v2 .footer-main .footer-wordmark:hover {
    color: #1546b7;
    font-size: 26px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .02em;
}

.template-kanc-light-v2 .footer-logo img {
    display: block;
    width: auto;
    max-width: 150px;
    max-height: 42px;
    object-fit: contain;
}

.template-kanc-light-v2 .footer-logo span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 40px;
    border-radius: 6px;
    background: linear-gradient(180deg, #1b76ff 0%, #0758e3 100%);
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .01em;
    box-shadow: 0 10px 20px rgba(5, 88, 227, .18);
}

.template-kanc-light-v2 .footer-brand p {
    max-width: 250px;
    margin: 0 0 10px;
    color: #65728d;
    font-size: 13px;
    line-height: 1.55;
    font-weight: 650;
}

.template-kanc-light-v2 .footer-brand .footer-copyright {
    margin-bottom: 0;
    color: #7b88a0;
}

.template-kanc-light-v2 .footer-main a,
.template-kanc-light-v2 .footer-main span {
    color: #526079;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.template-kanc-light-v2 .footer-main nav {
    display: block;
    min-width: 0;
}

.template-kanc-light-v2 .footer-main nav b {
    display: block;
    margin: 0 0 12px;
    color: #111b35;
    font-size: 14px;
    font-weight: 950;
}

.template-kanc-light-v2 .footer-main nav a {
    display: block;
    margin: 8px 0;
    color: #526079;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.template-kanc-light-v2 .footer-main nav a:hover {
    color: var(--kl-blue);
}

.template-kanc-light-v2 .footer-main .footer-logo,
.template-kanc-light-v2 .footer-main .footer-logo:hover {
    color: #fff;
}

.template-kanc-light-v2 .footer-main .footer-logo span {
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 950;
}

.template-kanc-light-v2 .footer-contact-list {
    display: block;
    margin: 0;
}

.template-kanc-light-v2 .footer-contact-link {
    min-height: 0;
    display: block;
    width: auto;
    max-width: 210px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #526079;
    font-weight: 700;
    overflow-wrap: anywhere;
    box-shadow: none;
}

.template-kanc-light-v2 .footer-contact-link svg,
.template-kanc-light-v2 .footer-contact-link i {
    display: none;
}

.template-kanc-light-v2 .footer-pay {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
}

.template-kanc-light-v2 .footer-pay span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    color: #0c3a9a;
    font-size: 19px;
    line-height: 1;
    font-weight: 950;
}

.template-kanc-light-v2 .footer-pay .pay-mastercard {
    gap: 0;
    min-width: 42px;
}

.template-kanc-light-v2 .footer-pay .pay-mastercard i {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.template-kanc-light-v2 .footer-pay .pay-mastercard i:first-child {
    background: #eb001b;
}

.template-kanc-light-v2 .footer-pay .pay-mastercard i:last-child {
    margin-left: -7px;
    background: #f79e1b;
    mix-blend-mode: multiply;
}

.template-kanc-light-v2 .footer-pay .pay-elcart {
    color: #0c3a9a;
    font-size: 16px;
}

.template-kanc-light-v2 .footer-pay .pay-mbank {
    color: #1b9b4b;
    font-size: 16px;
}

.template-kanc-light-v2 .footer-pay-safe {
    display: none;
    max-width: 210px;
    margin-top: 18px;
    color: #65728d;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
}

.template-kanc-light-v2 .footer-bottom {
    display: none;
}

.template-kanc-light-v2 .live-search-panel {
    top: calc(100% + 10px);
    border: 1px solid var(--kl-line);
    border-radius: 14px;
    box-shadow: var(--kl-shadow);
}

.template-kanc-light-v2 .shop-chat-widget {
    right: 22px;
    bottom: 18px;
}

.template-kanc-light-v2 .shop-chat-toggle {
    width: 54px;
    height: 54px;
    min-width: 54px;
    padding: 0;
    border-radius: 17px;
    box-shadow: 0 16px 34px rgba(18, 97, 255, .28);
}

.template-kanc-light-v2 .shop-chat-toggle-copy {
    display: none !important;
}

.template-kanc-light-v2 .shop-chat-toggle svg {
    width: 22px;
    height: 22px;
}

.template-kanc-light-v2.shop-inner-page {
    background: var(--kl-page);
}

.template-kanc-light-v2.shop-inner-page .shop-shell {
    width: min(1720px, calc(100vw - 48px));
    margin: 18px auto 34px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .topbar {
    display: grid;
    grid-template-columns: 164px minmax(360px, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
}

.template-kanc-light-v2.shop-inner-page .brand img {
    display: block;
    width: auto;
    max-width: 156px;
    max-height: 50px;
    object-fit: contain;
}

.template-kanc-light-v2.shop-inner-page .brand span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    width: auto;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 5px;
    background: #d81324;
    color: #fff;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .search-bar {
    min-height: 50px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) 48px;
    border: 1px solid #c6d8ef;
    border-radius: 14px;
    background: var(--kl-card);
    box-shadow: 0 12px 32px rgba(44, 83, 134, .055);
}

.template-kanc-light-v2.shop-inner-page .category-chip {
    height: 48px;
    border-right: 1px solid var(--kl-line);
    border-radius: 14px 0 0 14px;
    background: transparent;
    color: var(--kl-text);
    font-weight: 900;
}

.template-kanc-light-v2.shop-inner-page .category-chip svg {
    color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .search-bar input {
    height: 48px;
    padding: 0 14px;
    color: var(--kl-text);
    font-size: 14px;
    font-weight: 760;
}

.template-kanc-light-v2.shop-inner-page .search-bar input::placeholder {
    color: #71819c;
    opacity: 1;
}

.template-kanc-light-v2.shop-inner-page .search-btn {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #f3f7ff;
    color: #071532;
}

.template-kanc-light-v2.shop-inner-page .search-btn svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.2;
}

.template-kanc-light-v2.shop-inner-page .top-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.template-kanc-light-v2.shop-inner-page .shop-phone-link,
.template-kanc-light-v2.shop-inner-page .theme-link,
.template-kanc-light-v2.shop-inner-page .user-card,
.template-kanc-light-v2.shop-inner-page .cart-button,
.template-kanc-light-v2.shop-inner-page .currency-switcher {
    border: 1px solid var(--kl-line);
    background: var(--kl-card);
    box-shadow: 0 12px 30px rgba(44, 83, 134, .05);
}

.template-kanc-light-v2.shop-inner-page .shop-phone-link {
    min-height: 48px;
    gap: 9px;
    padding: 0 14px;
    border-radius: 14px;
    color: var(--kl-text);
    font-size: 13px;
    font-weight: 900;
}

.template-kanc-light-v2.shop-inner-page .theme-link,
.template-kanc-light-v2.shop-inner-page .cart-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #263c5c;
}

.template-kanc-light-v2.shop-inner-page .cart-button {
    color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .user-card {
    min-height: 48px;
    padding: 7px 13px;
    border-radius: 16px;
}

.template-kanc-light-v2.shop-inner-page .user-card .avatar {
    width: 28px;
    height: 28px;
    border: 1px solid var(--kl-line);
    background: #fff;
    color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .user-card b,
.template-kanc-light-v2.shop-inner-page .user-card small {
    line-height: 1.2;
}

.template-kanc-light-v2.shop-inner-page .cart-button span,
.template-kanc-light-v2.shop-inner-page .counter-link b {
    border: 2px solid #fff;
    background: var(--kl-red);
    color: #fff;
}

.template-kanc-light-v2.shop-inner-page .shop-subnav {
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0 16px;
    overflow-x: auto;
    border: 1px solid var(--kl-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 12px 28px rgba(44, 83, 134, .04);
}

.template-kanc-light-v2.shop-inner-page .shop-subnav a {
    min-height: 34px;
    padding: 0 13px;
    border-radius: 9px;
    color: #33415f;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

.template-kanc-light-v2.shop-inner-page .shop-subnav a.active,
.template-kanc-light-v2.shop-inner-page .shop-subnav a:hover {
    background: #eef5ff;
    color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .shop-page {
    padding: 18px 0 0;
}

.template-kanc-light-v2.shop-inner-page .breadcrumbs {
    gap: 9px;
    margin: 0 0 22px;
    color: #70809a;
    font-size: 13px;
    font-weight: 760;
}

.template-kanc-light-v2.shop-inner-page .breadcrumbs a:last-child {
    color: var(--kl-blue);
    font-weight: 850;
}

.template-kanc-light-v2.shop-inner-page .page-hero.compact {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 230px;
    align-items: end;
    gap: 24px;
    margin: 0 0 14px;
    padding: 0 0 8px;
    border-radius: 0;
    background: transparent;
    color: var(--kl-text);
}

.template-kanc-light-v2.shop-inner-page .page-hero p {
    margin: 0 0 10px;
    color: var(--kl-blue);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: none;
}

.template-kanc-light-v2.shop-inner-page .page-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #081837;
    font-size: clamp(34px, 3vw, 44px);
    line-height: 1.08;
    letter-spacing: 0;
}

.template-kanc-light-v2.shop-inner-page .page-hero span {
    max-width: 920px;
    margin-top: 12px;
    color: var(--kl-muted);
    font-size: 15px;
    font-weight: 720;
    line-height: 1.55;
}

.template-kanc-light-v2.shop-inner-page .catalog-sort {
    width: 100%;
}

.template-kanc-light-v2.shop-inner-page .catalog-sort select {
    min-height: 42px;
    padding: 0 38px 0 14px;
    border: 1px solid #c6d8ef;
    border-radius: 10px;
    background: #fff;
    color: #071532;
    font-weight: 900;
}

.template-kanc-light-v2.shop-inner-page .catalog-quick-filters,
.template-kanc-light-v2.shop-inner-page .active-filters {
    gap: 9px;
    margin: 0 0 16px;
}

.template-kanc-light-v2.shop-inner-page .catalog-quick-filters a,
.template-kanc-light-v2.shop-inner-page .active-filters a {
    min-height: 34px;
    padding: 0 13px;
    border: 0;
    border-radius: 10px;
    background: #eef5ff;
    color: var(--kl-blue);
    font-size: 12px;
    font-weight: 900;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .catalog-quick-filters a.active,
.template-kanc-light-v2.shop-inner-page .catalog-quick-filters a:hover,
.template-kanc-light-v2.shop-inner-page .active-filters .clear {
    background: var(--kl-blue);
    color: #fff;
}

.template-kanc-light-v2.shop-inner-page .category-subcategory-strip {
    display: none;
}

.template-kanc-light-v2.shop-inner-page .market-layout {
    grid-template-columns: 288px minmax(0, 1fr);
    gap: 24px;
}

.template-kanc-light-v2.shop-inner-page .filter-panel {
    position: relative;
    top: auto;
    align-self: start;
    gap: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--kl-line-strong);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .category-side-subcats {
    border: 0;
    border-bottom: 1px solid var(--kl-line);
    border-radius: 0;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .category-side-head,
.template-kanc-light-v2.shop-inner-page .category-side-all,
.template-kanc-light-v2.shop-inner-page .category-side-subcats a {
    border-color: var(--kl-line);
}

.template-kanc-light-v2.shop-inner-page .catalog-filters,
.template-kanc-light-v2.shop-inner-page .filter-links {
    display: grid;
    gap: 13px;
    padding: 16px;
}

.template-kanc-light-v2.shop-inner-page .filter-links {
    border-bottom: 1px solid var(--kl-line);
}

.template-kanc-light-v2.shop-inner-page .catalog-filters h3,
.template-kanc-light-v2.shop-inner-page .filter-links h3 {
    margin: 0 0 2px;
    color: #102044;
    font-size: 15px;
    font-weight: 950;
}

.template-kanc-light-v2.shop-inner-page .catalog-filters label {
    gap: 6px;
    color: #405472;
    font-size: 12px;
    font-weight: 880;
}

.template-kanc-light-v2.shop-inner-page .catalog-filters input,
.template-kanc-light-v2.shop-inner-page .catalog-filters select {
    min-height: 38px;
    border: 1px solid #c6d8ef;
    border-radius: 8px;
    color: #071532;
    font-weight: 780;
}

.template-kanc-light-v2.shop-inner-page .catalog-filters .check-row {
    min-height: 24px;
    gap: 8px;
    color: #14233f;
    font-weight: 880;
}

.template-kanc-light-v2.shop-inner-page .catalog-filters .check-row input {
    width: 16px;
    min-height: 16px;
    accent-color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .filter-panel a {
    min-height: 34px;
    padding: 9px 12px;
    border-radius: 8px;
    color: #14233f;
    font-size: 13.6px;
    font-weight: 890;
}

.template-kanc-light-v2.shop-inner-page .filter-panel a:hover,
.template-kanc-light-v2.shop-inner-page .filter-panel a.active {
    background: #eef5ff;
    color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .filter-price-row {
    gap: 8px;
}

.template-kanc-light-v2.shop-inner-page .catalog-results-head {
    min-height: 48px;
    margin-bottom: 14px;
    padding: 9px 12px 9px 16px;
    border: 1px solid var(--kl-line-strong);
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .catalog-results-head b {
    color: #112247;
    font-size: 14px;
}

.template-kanc-light-v2.shop-inner-page .catalog-results-head span {
    color: #697993;
    font-size: 12px;
    font-weight: 850;
}

.template-kanc-light-v2.shop-inner-page .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.template-kanc-light-v2.shop-inner-page .product-card {
    position: relative;
    min-height: 332px;
    display: grid;
    grid-template-rows: 158px minmax(0, 1fr);
    border: 1px solid #c8d8ec;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(20, 48, 96, .045);
    overflow: hidden;
}

.template-kanc-light-v2.shop-inner-page .product-card:hover {
    transform: translateY(-1px);
    border-color: #9fbdf1;
    box-shadow: 0 18px 38px rgba(20, 48, 96, .105);
}

.template-kanc-light-v2.shop-inner-page .product-image {
    height: 158px;
    display: grid;
    place-items: center;
    padding: 18px 18px 8px;
    background: #fff;
}

.template-kanc-light-v2.shop-inner-page .product-image img {
    width: 100%;
    height: 100%;
    padding: 0;
    object-fit: contain;
    filter: contrast(1.09) saturate(1.06);
}

.template-kanc-light-v2 img.shop-image-fallback {
    padding: 22px !important;
    object-fit: contain !important;
    filter: none !important;
    opacity: .96;
}

.template-kanc-light-v2.shop-inner-page .card-image-badges {
    top: 10px;
    left: 10px;
    right: auto;
    gap: 5px;
}

.template-kanc-light-v2.shop-inner-page .card-image-badges b {
    min-height: 22px;
    padding: 4px 8px;
    border-radius: 6px;
    background: var(--kl-green);
    color: #fff;
    font-size: 10px;
    font-weight: 950;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .card-image-badges .badge-sale {
    background: var(--kl-red);
}

.template-kanc-light-v2.shop-inner-page .product-body {
    display: grid;
    grid-template-rows: auto auto auto minmax(0, 1fr) auto;
    min-width: 0;
    padding: 0 16px 14px;
}

.template-kanc-light-v2.shop-inner-page .product-body h3 {
    order: 1;
    min-height: 42px;
    margin: 0;
    color: #071a3f;
    font-size: 15.8px;
    font-weight: 950;
    line-height: 1.24;
    letter-spacing: 0;
}

.template-kanc-light-v2.shop-inner-page .product-body small {
    order: 2;
    min-width: 0;
    overflow: visible;
    margin-top: 5px;
    color: #465a77;
    font-size: 11.8px;
    font-weight: 820;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
}

.template-kanc-light-v2.shop-inner-page .product-card-meta {
    order: 3;
    min-height: 24px;
    gap: 6px;
    margin: 7px 0 4px;
}

.template-kanc-light-v2.shop-inner-page .product-card-meta > span {
    min-height: 20px;
    padding: 0;
    background: transparent;
    color: #465a77;
    font-size: 11.4px;
    font-weight: 880;
}

.template-kanc-light-v2.shop-inner-page .stock-pill.in,
.template-kanc-light-v2.shop-inner-page .stock-pill.order {
    color: var(--kl-green);
}

.template-kanc-light-v2.shop-inner-page .stock-pill.out {
    color: var(--kl-red);
}

.template-kanc-light-v2.shop-inner-page .stock-pill::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-right: 6px;
    border-radius: 50%;
    background: currentColor;
}

.template-kanc-light-v2.shop-inner-page .stock-note {
    display: none;
}

.template-kanc-light-v2.shop-inner-page .product-foot {
    order: 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
    margin: 6px 0 0;
}

.template-kanc-light-v2.shop-inner-page .price-stack {
    gap: 2px;
}

.template-kanc-light-v2.shop-inner-page .price {
    color: #06142e;
    font-size: 18px;
    font-weight: 950;
    line-height: 1.1;
}

.template-kanc-light-v2.shop-inner-page .card-old-price {
    margin: 0;
    color: #8794aa;
    font-size: 12px;
    font-weight: 820;
    text-decoration: line-through;
}

.template-kanc-light-v2.shop-inner-page .card-buy-form .btn,
.template-kanc-light-v2.shop-inner-page .card-request-btn {
    width: 42px;
    min-width: 42px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border: 1px solid #bcd5ff;
    border-radius: 9px;
    background: #f3f7ff;
    color: var(--kl-blue);
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .card-buy-form .btn span,
.template-kanc-light-v2.shop-inner-page .card-request-btn span {
    display: none;
}

.template-kanc-light-v2.shop-inner-page .product-actions {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: flex;
    gap: 7px;
    margin: 0;
}

.template-kanc-light-v2.shop-inner-page .product-actions form {
    margin: 0;
}

.template-kanc-light-v2.shop-inner-page .link-button {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .9);
    color: #73809a;
    font-size: 0;
    box-shadow: 0 6px 14px rgba(39, 78, 135, .08);
}

.template-kanc-light-v2.shop-inner-page .link-button svg {
    width: 15px;
    height: 15px;
}

.template-kanc-light-v2.shop-inner-page .catalog-rfq-card {
    grid-column: 1 / -1;
    min-height: 64px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 154px auto;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    border: 1px solid #bcd5ff;
    border-radius: 10px;
    background: linear-gradient(90deg, #fff, #f3f8ff);
}

.template-kanc-light-v2.shop-inner-page .catalog-rfq-card > svg {
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 12px;
    background: #eef5ff;
    color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .catalog-rfq-card b,
.template-kanc-light-v2.shop-inner-page .catalog-rfq-card span {
    display: block;
}

.template-kanc-light-v2.shop-inner-page .catalog-rfq-card b {
    color: #112247;
    font-size: 15px;
    font-weight: 950;
}

.template-kanc-light-v2.shop-inner-page .catalog-rfq-card span {
    margin-top: 3px;
    color: #65758e;
    font-size: 12px;
    font-weight: 760;
}

.template-kanc-light-v2.shop-inner-page .catalog-rfq-card .btn {
    min-height: 40px;
    border-radius: 8px;
    font-size: 13px;
}

.template-kanc-light-v2.shop-inner-page .catalog-rfq-link {
    color: var(--kl-blue);
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.template-kanc-light-v2.shop-inner-page .pagination {
    justify-content: center;
    gap: 8px;
    margin: 22px 0 0;
}

.template-kanc-light-v2.shop-inner-page .pagination a,
.template-kanc-light-v2.shop-inner-page .pagination span {
    min-width: 38px;
    min-height: 38px;
    border: 1px solid var(--kl-line);
    border-radius: 10px;
    background: #fff;
    color: #314261;
    font-weight: 900;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .pagination span {
    border-color: var(--kl-blue);
    background: var(--kl-blue);
    color: #fff;
}

.template-kanc-light-v2.catalog-product-page .shop-shell {
    width: min(1740px, calc(100vw - 24px));
    margin-top: 12px;
}

.template-kanc-light-v2.catalog-product-page .topbar {
    grid-template-columns: 198px minmax(520px, 1fr) auto;
    gap: 16px;
}

.template-kanc-light-v2.catalog-product-page .brand img,
.template-kanc-light-v2.catalog-product-page .brand span {
    max-width: 156px;
}

.template-kanc-light-v2.catalog-product-page .search-bar {
    grid-template-columns: 126px minmax(0, 1fr) 48px;
    min-height: 48px;
    border-color: var(--kl-line-strong);
    box-shadow: none;
}

.template-kanc-light-v2.catalog-product-page .category-chip {
    height: 46px;
    justify-content: center;
    font-size: 14px;
}

.template-kanc-light-v2.catalog-product-page .search-bar input {
    height: 46px;
}

.template-kanc-light-v2.catalog-product-page .shop-phone-link,
.template-kanc-light-v2.catalog-product-page .theme-link,
.template-kanc-light-v2.catalog-product-page .user-card,
.template-kanc-light-v2.catalog-product-page .cart-button,
.template-kanc-light-v2.catalog-product-page .currency-switcher {
    min-height: 46px;
    height: 46px;
    border-color: var(--kl-line-strong);
    box-shadow: none;
}

.template-kanc-light-v2.catalog-product-page .shop-subnav {
    display: none;
}

.template-kanc-light-v2.catalog-product-page .shop-page {
    padding-top: 0;
}

.catalog-reference-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.catalog-reference-left,
.catalog-reference-main {
    min-width: 0;
}

.catalog-reference-left {
    display: grid;
    gap: 10px;
}

.catalog-all-categories {
    min-height: 42px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px solid var(--kl-line);
    border-radius: 8px;
    background: #eef5ff;
    color: #071a3f;
    font-size: 13.4px;
    font-weight: 950;
}

.catalog-all-categories svg {
    color: var(--kl-blue);
}

.template-kanc-light-v2.catalog-product-page .breadcrumbs {
    margin: 0;
    gap: 7px;
    font-size: 11.5px;
}

.catalog-reference-title {
    display: block !important;
    margin: 0 !important;
    padding: 3px 0 0 !important;
}

.catalog-reference-title p {
    margin: 0 0 9px !important;
    color: #60708b !important;
    font-size: 12px !important;
    font-weight: 760 !important;
}

.catalog-reference-title h1 {
    max-width: 100% !important;
    margin: 0 !important;
    color: #071a3f !important;
    font-size: 28px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.catalog-reference-title span,
.catalog-reference-title small {
    display: block;
    color: #5f6f89 !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 1.35 !important;
}

.catalog-reference-title span {
    margin-top: 10px !important;
    max-height: 36px;
    overflow: hidden;
}

.catalog-reference-title small {
    margin-top: 12px;
}

.catalog-reference-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: start;
}

.catalog-reference-mega {
    min-height: 384px;
    display: grid;
    grid-template-columns: 300px 282px minmax(300px, 1fr);
    overflow: hidden;
    border: 1px solid var(--kl-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 30px rgba(44, 83, 134, .045);
}

.catalog-mega-roots,
.catalog-mega-subcats,
.catalog-mega-brands {
    min-width: 0;
    padding: 10px 18px;
}

.catalog-mega-roots,
.catalog-mega-subcats {
    border-right: 1px solid var(--kl-line);
}

.catalog-mega-roots {
    display: grid;
    align-content: start;
    gap: 3px;
}

.catalog-mega-roots a {
    min-height: 23px;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border-radius: 7px;
    color: #142642;
    font-size: 11.8px;
    font-weight: 840;
}

.catalog-mega-roots a.active,
.catalog-mega-roots a:hover,
.catalog-mega-subcats a.active,
.catalog-mega-subcats a:hover {
    background: #eef5ff;
    color: var(--kl-blue);
}

.catalog-mega-roots svg {
    width: 15px;
    height: 15px;
    color: #50617f;
}

.catalog-mega-roots span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.catalog-mega-subcats {
    display: grid;
    align-content: start;
    gap: 5px;
}

.catalog-mega-subcats > b,
.catalog-mega-brands > b,
.catalog-useful-links > b {
    margin-bottom: 8px;
    color: #071a3f;
    font-size: 13px;
    font-weight: 950;
}

.catalog-mega-subcats a {
    min-height: 24px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 7px;
    color: #162947;
    font-size: 12px;
    font-weight: 820;
}

.catalog-mega-brands {
    display: grid;
    align-content: start;
    gap: 12px;
}

.catalog-brand-cloud {
    display: grid;
    grid-template-columns: repeat(4, minmax(72px, 1fr));
    gap: 11px 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--kl-line);
}

.catalog-brand-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    color: #0b47c8;
    font-size: 17px;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.catalog-brand-cloud .brand-canon,
.catalog-brand-cloud .brand-xerox,
.catalog-brand-cloud .brand-ricoh,
.catalog-brand-cloud .brand-oki {
    color: #e21116;
}

.catalog-brand-cloud .brand-brother,
.catalog-brand-cloud .brand-samsung,
.catalog-brand-cloud .brand-epson {
    color: #052bd1;
}

.catalog-brand-cloud .brand-kyocera,
.catalog-brand-cloud .brand-lexmark {
    color: #17223d;
    font-size: 14px;
}

.catalog-brand-cloud .brand-default {
    color: #102044;
    font-size: 15px;
}

.catalog-useful-links {
    display: grid;
    gap: 10px;
}

.catalog-useful-links a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--kl-blue);
    font-size: 12.5px;
    font-weight: 830;
}

.catalog-useful-links svg {
    width: 14px;
    height: 14px;
}

.catalog-reference-tools {
    display: grid;
    gap: 12px;
}

.catalog-benefit-card,
.catalog-side-promo {
    border: 1px solid var(--kl-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
}

.catalog-benefit-card {
    display: grid;
    gap: 0;
    padding: 8px 14px;
}

.catalog-benefit-card article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 54px;
}

.catalog-benefit-card article + article {
    border-top: 1px solid var(--kl-line);
}

.catalog-benefit-card i,
.catalog-benefit-card svg {
    width: 34px;
    height: 34px;
    padding: 8px;
    border-radius: 8px;
    background: #eef5ff;
    color: var(--kl-blue);
}

.catalog-benefit-card b,
.catalog-benefit-card small {
    display: block;
}

.catalog-benefit-card b {
    color: #0b1f42;
    font-size: 12.5px;
    font-weight: 950;
}

.catalog-benefit-card small {
    margin-top: 2px;
    color: #596a86;
    font-size: 11.5px;
    font-weight: 760;
    line-height: 1.35;
}

.catalog-side-promo {
    min-height: 116px;
}

.catalog-side-promo {
    display: grid;
    align-content: center;
    gap: 10px;
    padding: 18px;
    border: 1px solid #bfd2eb;
    border-radius: 14px;
    background:
        radial-gradient(circle at 100% 0%, rgba(18, 97, 255, .14), transparent 42%),
        linear-gradient(135deg, #fff, #eef6ff);
}

.catalog-side-promo b,
.catalog-side-promo span {
    display: block;
}

.catalog-side-promo b {
    color: #06142f;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.18;
}

.catalog-side-promo span {
    color: #4d5f7b;
    font-size: 12.4px;
    font-weight: 760;
    line-height: 1.42;
}

.catalog-side-promo a {
    width: max-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border-radius: 9px;
    background: var(--kl-blue);
    color: #fff;
    font-size: 12.5px;
    font-weight: 950;
    box-shadow: 0 10px 18px rgba(9, 97, 247, .18);
}

.catalog-per-page {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #51617d;
    font-size: 13px;
    font-weight: 820;
}

.catalog-per-page select {
    width: 74px;
    min-height: 36px;
    border: 1px solid var(--kl-line);
    border-radius: 8px;
    background: #fff;
    color: #071a3f;
    font-weight: 900;
    text-align: center;
}

.template-kanc-light-v2.catalog-product-page .filter-panel {
    position: static;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: none;
}

.template-kanc-light-v2.catalog-product-page .catalog-filters {
    gap: 0;
    padding: 0;
}

.filter-block {
    display: grid;
    gap: 7px;
    padding: 12px 10px;
    border-bottom: 1px solid var(--kl-line);
}

.filter-block:last-child {
    border-bottom: 0;
}

.filter-block h3 {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2px !important;
    color: #071a3f !important;
    font-size: 12.5px !important;
    font-weight: 950 !important;
}

.catalog-filter-tree {
    display: grid;
    gap: 5px;
}

.catalog-filter-tree a {
    min-height: 21px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 0 0 10px !important;
    color: #33435f !important;
    font-size: 12.2px !important;
    font-weight: 790 !important;
    line-height: 1.25;
}

.catalog-filter-tree a.active {
    padding-left: 0 !important;
    color: var(--kl-blue) !important;
    font-weight: 950 !important;
}

.catalog-filter-tree svg {
    width: 13px;
    height: 13px;
}

.filter-option {
    min-height: 22px;
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px !important;
    color: #1d2f4e !important;
    font-size: 12.1px !important;
    font-weight: 760 !important;
}

.filter-option input {
    width: 13px !important;
    height: 13px !important;
    min-height: 13px !important;
    margin: 0;
    accent-color: var(--kl-blue);
}

.filter-option span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-option em {
    color: #52627d;
    font-style: normal;
    font-size: 11px;
    font-weight: 760;
}

.filter-more {
    min-height: 20px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    padding: 0 !important;
    color: var(--kl-blue) !important;
    font-size: 11.5px !important;
    font-weight: 890 !important;
}

.catalog-price-filter {
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    gap: 6px;
    align-items: center;
}

.catalog-price-filter > span {
    height: 1px;
    background: var(--kl-line-strong);
}

.catalog-price-filter input {
    min-height: 30px !important;
    padding: 0 8px !important;
    border-radius: 7px !important;
    font-size: 11.5px;
}

.catalog-range-line {
    grid-column: 1 / -1;
    position: relative;
    height: 18px;
}

.catalog-range-line::before,
.catalog-range-line b {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 999px;
    background: #d8e4f5;
}

.catalog-range-line b {
    left: 2px;
    right: 2px;
    background: var(--kl-blue);
}

.catalog-range-line::after {
    content: "";
    position: absolute;
    top: 3px;
    right: -1px;
    width: 13px;
    height: 13px;
    border: 2px solid var(--kl-blue);
    border-radius: 50%;
    background: #fff;
}

.catalog-range-labels {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    color: #6b7a93;
    font-size: 9.5px;
    font-weight: 760;
}

.catalog-filter-actions .property-filter {
    display: none;
}

.catalog-filter-actions .btn {
    min-height: 32px;
    border-radius: 8px;
    font-size: 12px;
}

.template-kanc-light-v2.catalog-product-page .catalog-filter-actions .btn.btn-primary {
    border: 0;
    background: linear-gradient(180deg, #1475ff, #075be9);
    color: #fff;
    font-weight: 950;
    box-shadow: 0 10px 18px rgba(9, 100, 247, .18);
}

.template-kanc-light-v2.catalog-product-page .catalog-filter-actions .btn.btn-primary:hover {
    background: linear-gradient(180deg, #126cff, #064ed1);
}

.template-kanc-light-v2.catalog-product-page .catalog-filter-actions .btn.btn-light {
    border: 1px solid #c6d8ef;
    background: #fff;
    color: #071532;
    font-weight: 900;
}

.template-kanc-light-v2.catalog-product-page .catalog-quick-filters {
    margin: 12px 0 10px;
    gap: 9px;
}

.template-kanc-light-v2.catalog-product-page .catalog-quick-filters a {
    min-width: 88px;
    min-height: 26px;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid var(--kl-line);
    border-radius: 7px;
    background: rgba(255, 255, 255, .9);
    color: var(--kl-blue);
    font-size: 12px;
    font-weight: 920;
    box-shadow: 0 5px 14px rgba(20, 48, 96, .035);
}

.template-kanc-light-v2.catalog-product-page .catalog-quick-filters a.active,
.template-kanc-light-v2.catalog-product-page .catalog-quick-filters a:hover {
    border-color: #b9d3ff;
    background: #eef5ff;
    color: var(--kl-blue);
}

.template-kanc-light-v2.catalog-product-page .active-filters {
    margin: 0 0 8px;
}

.template-kanc-light-v2.catalog-product-page .product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.template-kanc-light-v2.catalog-product-page .product-card {
    min-height: 186px;
    grid-template-rows: 92px minmax(0, 1fr);
    border-radius: 8px;
}

.template-kanc-light-v2.catalog-product-page .product-image {
    height: 92px;
    padding: 10px 16px 0;
}

.template-kanc-light-v2.catalog-product-page .product-image img {
    max-height: 82px;
    filter: contrast(1.1) saturate(1.06);
}

.template-kanc-light-v2.catalog-product-page .card-image-badges {
    top: 6px;
    left: 8px;
}

.template-kanc-light-v2.catalog-product-page .card-image-badges b {
    min-height: 22px;
    padding: 4px 8px;
    border-radius: 4px;
}

.template-kanc-light-v2.catalog-product-page .product-actions {
    top: 8px;
    right: 8px;
}

.template-kanc-light-v2.catalog-product-page .link-button {
    width: 22px;
    height: 22px;
    box-shadow: none;
}

.template-kanc-light-v2.catalog-product-page .link-button svg {
    width: 14px;
    height: 14px;
}

.template-kanc-light-v2.catalog-product-page .product-body {
    grid-template-rows: auto auto auto auto;
    padding: 2px 10px 10px;
}

.template-kanc-light-v2.catalog-product-page .product-body h3 {
    min-height: 32px;
    color: #071532;
    font-size: 13.2px;
    font-weight: 950;
    line-height: 1.22;
}

.template-kanc-light-v2.catalog-product-page .product-body small {
    margin-top: 3px;
    color: #465a77;
    font-size: 11px;
    font-weight: 840;
    line-height: 1.22;
}

.template-kanc-light-v2.catalog-product-page .product-card-meta {
    min-height: 18px;
    margin: 4px 0 3px;
}

.template-kanc-light-v2.catalog-product-page .product-card-meta > span {
    min-height: 16px;
    color: #465a77;
    font-size: 10.2px;
    font-weight: 860;
}

.template-kanc-light-v2.catalog-product-page .stock-note {
    display: none;
}

.template-kanc-light-v2.catalog-product-page .product-foot {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    margin-top: 2px;
}

.template-kanc-light-v2.catalog-product-page .price {
    color: #06142e;
    font-size: 14.8px;
    font-weight: 950;
}

.template-kanc-light-v2.catalog-product-page .card-old-price {
    font-size: 10.5px;
}

.card-qty-stepper {
    display: none;
}

.template-kanc-light-v2.catalog-product-page .card-buy-form {
    display: flex;
    align-items: center;
    gap: 6px;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper {
    display: grid;
    grid-template-columns: 22px 30px 22px;
    align-items: center;
    height: 28px;
    overflow: hidden;
    border: 1px solid var(--kl-line);
    border-radius: 7px;
    background: #fff;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper button,
.template-kanc-light-v2.catalog-product-page .card-qty-stepper input {
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    border: 0;
    background: transparent;
    color: #132747;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper input {
    padding: 0 !important;
    -moz-appearance: textfield;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper input::-webkit-outer-spin-button,
.template-kanc-light-v2.catalog-product-page .card-qty-stepper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.template-kanc-light-v2.catalog-product-page .card-buy-form .btn,
.template-kanc-light-v2.catalog-product-page .card-request-btn {
    width: 32px;
    min-width: 32px;
    height: 30px;
    min-height: 30px;
    border-radius: 7px;
}

.template-kanc-light-v2.catalog-product-page .catalog-rfq-card {
    display: none;
}

.catalog-results-summary {
    margin: -28px 0 0;
    color: #60708b;
    font-size: 12px;
    font-weight: 760;
    text-align: right;
}

@media (max-width: 1480px) {
    .kl-page {
        width: min(1456px, calc(100vw - 24px));
    }

    .kl-cartridge form {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .template-kanc-light-v2.shop-inner-page .shop-shell {
        width: min(1456px, calc(100vw - 24px));
    }

    .template-kanc-light-v2.shop-inner-page .topbar {
        grid-template-columns: 154px minmax(300px, 1fr) auto;
    }

    .template-kanc-light-v2.shop-inner-page .product-grid {
        gap: 12px;
    }

    .kl-category-tiles {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kl-category-tiles a {
        border-bottom: 1px solid var(--kl-line);
    }

    .kl-category-tiles a:nth-child(3n) {
        border-right: 0;
    }

    .kl-category-tiles a:nth-last-child(-n+3) {
        border-bottom: 0;
    }
}

@media (max-width: 1180px) {
    .kl-header {
        grid-template-columns: 154px minmax(260px, 1fr);
    }

    .kl-header-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .kl-hero {
        grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    }

    .kl-hero-stats {
        grid-column: 1 / -1;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin: 0 24px 24px;
    }

    .kl-hero-stats article {
        border-bottom: 0;
        border-right: 1px solid var(--kl-line);
    }

    .kl-hero-stats article:last-child {
        border-right: 0;
    }

    .kl-benefits,
    .kl-products.product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .kl-category-tiles,
    .kl-product-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kl-advantages {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .template-kanc-light-v2.shop-inner-page .topbar {
        grid-template-columns: 154px minmax(280px, 1fr);
    }

    .template-kanc-light-v2.shop-inner-page .top-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .template-kanc-light-v2.shop-inner-page .market-layout {
        grid-template-columns: 236px minmax(0, 1fr);
        gap: 16px;
    }

    .template-kanc-light-v2.shop-inner-page .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1080px) {
    .kl-shell {
        grid-template-columns: 1fr;
    }

    .kl-sidebar {
        position: static;
    }

    .kl-category-list {
        max-height: none;
    }

    .kl-hero {
        grid-template-columns: 1fr;
    }

    .kl-globe {
        display: none;
    }

    .kl-benefits,
    .kl-products.product-grid,
    .kl-category-tiles,
    .kl-product-row,
    .kl-rfq-strip,
    .kl-advantages,
    .kl-newsletter,
    .template-kanc-light-v2 .footer-benefits,
    .template-kanc-light-v2 .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .template-kanc-light-v2 .footer-benefits,
    .template-kanc-light-v2 .footer-main {
        width: min(100% - 32px, 960px);
    }

    .kl-cartridge {
        grid-template-columns: 1fr;
    }

    .kl-category-tiles a:nth-child(3n) {
        border-right: 1px solid var(--kl-line);
    }

    .kl-category-tiles a:nth-child(2n) {
        border-right: 0;
    }

    .kl-category-tiles a:nth-last-child(-n+3) {
        border-bottom: 1px solid var(--kl-line);
    }

    .kl-category-tiles a:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .template-kanc-light-v2.shop-inner-page .page-hero.compact {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .template-kanc-light-v2.shop-inner-page .catalog-sort {
        max-width: 280px;
    }

    .template-kanc-light-v2.shop-inner-page .market-layout {
        grid-template-columns: 1fr;
    }

    .template-kanc-light-v2.shop-inner-page .filter-panel {
        position: static;
        display: none;
    }

    .template-kanc-light-v2.shop-inner-page .filter-panel.open {
        display: grid;
    }

    .template-kanc-light-v2.shop-inner-page .filter-toggle {
        display: flex;
    }

    .catalog-reference-layout,
    .catalog-reference-top {
        grid-template-columns: 1fr;
    }

    .catalog-reference-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .catalog-side-promo {
        display: none;
    }

    .catalog-reference-mega {
        min-height: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .catalog-mega-roots,
    .catalog-mega-subcats {
        border-right: 0;
        border-bottom: 1px solid var(--kl-line);
    }

    .template-kanc-light-v2.shop-inner-page .catalog-rfq-card {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .template-kanc-light-v2.shop-inner-page .catalog-rfq-card .btn,
    .template-kanc-light-v2.shop-inner-page .catalog-rfq-link {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 760px) {
    .kl-page {
        width: min(100vw - 20px, 640px);
        margin-top: 10px;
    }

    .kl-header,
    .kl-search,
    .kl-header-actions,
    .kl-benefits,
    .kl-category-tiles,
    .kl-rfq-strip,
    .kl-advantages,
    .kl-products.product-grid,
    .kl-product-row,
    .kl-cartridge form,
    .kl-newsletter,
    .template-kanc-light-v2 .footer-benefits,
    .template-kanc-light-v2 .footer-main {
        grid-template-columns: 1fr;
    }

    .kl-header-actions {
        display: grid;
        grid-template-columns: minmax(110px, 1fr) 48px 48px 48px;
        gap: 8px;
        justify-content: stretch;
    }

    .kl-phone {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
    }

    .kl-account {
        display: none;
    }

    .kl-icon-link,
    .kl-cart {
        width: 48px;
        height: 48px;
    }

    .kl-search {
        min-height: auto;
    }

    .kl-catalog-button {
        min-height: 46px;
        border-right: 0;
        border-bottom: 1px solid var(--kl-line);
    }

    .kl-search input {
        height: 46px;
        padding-left: 14px;
    }

    .kl-hero-copy {
        padding: 26px 22px;
    }

    .kl-hero-stats {
        grid-template-columns: 1fr;
        margin: 0 16px 16px;
    }

    .kl-hero-stats article {
        border-right: 0;
        border-bottom: 1px solid var(--kl-line);
    }

    .kl-benefits article,
    .kl-advantages article,
    .kl-category-tiles a,
    .kl-rfq-strip article {
        border-right: 0;
        border-bottom: 1px solid var(--kl-line);
    }

    .kl-benefits article:last-child,
    .kl-advantages article:last-child,
    .kl-category-tiles a:last-child,
    .kl-rfq-strip article:last-child {
        border-bottom: 0;
    }

    .kl-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .kl-section-head select {
        width: 100%;
    }

    .kl-product-card {
        grid-template-columns: 96px minmax(0, 1fr) 36px;
    }

    .kl-product-image {
        width: 96px;
    }

    .kl-cartridge,
    .kl-section,
    .kl-newsletter,
    .template-kanc-light-v2 .footer-main {
        padding: 20px;
    }

    .template-kanc-light-v2 .footer-main {
        padding-bottom: 76px;
    }

    .template-kanc-light-v2 .footer-payments {
        padding-right: 58px;
    }

    .template-kanc-light-v2 .footer-benefits,
    .template-kanc-light-v2 .footer-main {
        width: min(100% - 20px, 640px);
    }

    .template-kanc-light-v2 .footer-benefits {
        padding: 20px 0 16px;
    }

    .template-kanc-light-v2 .footer-benefits article {
        min-height: auto;
    }

    .kl-category-tiles a:nth-child(n) {
        border-right: 0;
        border-bottom: 1px solid var(--kl-line);
    }

    .kl-category-tiles a:last-child {
        border-bottom: 0;
    }

    .template-kanc-light-v2.shop-inner-page .shop-shell {
        width: min(100vw - 20px, 640px);
        margin-top: 10px;
    }

    .template-kanc-light-v2.shop-inner-page .topbar,
    .template-kanc-light-v2.shop-inner-page .top-actions {
        grid-template-columns: 1fr;
    }

    .template-kanc-light-v2.shop-inner-page .search-bar {
        grid-template-columns: minmax(0, 1fr) 46px;
        min-height: 50px;
    }

    .template-kanc-light-v2.shop-inner-page .header-catalog-menu {
        display: none;
    }

    .template-kanc-light-v2.catalog-product-page .topbar {
        gap: 10px;
    }

    .template-kanc-light-v2.catalog-product-page .search-bar {
        grid-template-columns: minmax(0, 1fr) 46px;
        min-height: 50px;
    }

    .template-kanc-light-v2.catalog-product-page .header-catalog-menu {
        display: none;
    }

    .template-kanc-light-v2.catalog-product-page .search-bar input {
        height: 48px;
    }

    .template-kanc-light-v2.catalog-product-page .search-btn {
        width: 40px;
        height: 40px;
        margin-right: 4px;
    }

    .template-kanc-light-v2.shop-inner-page .search-btn {
        align-self: center;
        justify-self: end;
        width: 40px;
        height: 40px;
        margin-right: 4px;
    }

    .template-kanc-light-v2.shop-inner-page .top-actions {
        display: grid;
        grid-template-columns: minmax(110px, 1fr) 48px 48px 48px;
        gap: 8px;
        justify-content: stretch;
    }

    .template-kanc-light-v2.shop-inner-page .shop-phone-link {
        grid-column: 1 / -1;
        width: 100%;
        justify-content: center;
    }

    .template-kanc-light-v2.shop-inner-page .user-card {
        display: none;
    }

    .template-kanc-light-v2.shop-inner-page .currency-switcher {
        width: 100%;
    }

    .template-kanc-light-v2.shop-inner-page .category-chip {
        border-right: 0;
        border-bottom: 1px solid var(--kl-line);
        border-radius: 14px 14px 0 0;
    }

    .template-kanc-light-v2.shop-inner-page .shop-page {
        padding-top: 14px;
    }

    .template-kanc-light-v2.shop-inner-page .page-hero h1 {
        font-size: 30px;
    }

    .template-kanc-light-v2.shop-inner-page .product-grid {
        grid-template-columns: 1fr;
    }

    .catalog-reference-layout {
        display: block;
    }

    .catalog-reference-main,
    .catalog-reference-left {
        width: 100%;
    }

    .catalog-reference-top,
    .catalog-reference-tools {
        display: block;
    }

    .catalog-reference-mega,
    .catalog-reference-tools {
        display: none;
    }

    .catalog-reference-title h1 {
        font-size: 28px !important;
    }

    .catalog-reference-title span {
        max-height: none;
    }

    .template-kanc-light-v2.catalog-product-page .catalog-quick-filters {
        display: flex;
        flex-wrap: nowrap;
        gap: 8px;
        margin: 14px 0 12px;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .template-kanc-light-v2.catalog-product-page .catalog-quick-filters a {
        min-width: auto;
        flex: 0 0 auto;
        padding: 0 14px;
    }

    .catalog-results-summary {
        margin: 16px 0 0;
        text-align: left;
    }

    .template-kanc-light-v2.shop-inner-page .product-card {
        min-height: 300px;
    }

    .template-kanc-light-v2.shop-inner-page .catalog-rfq-card {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .template-kanc-light-v2.shop-inner-page .catalog-rfq-card .btn,
    .template-kanc-light-v2.shop-inner-page .catalog-rfq-link {
        grid-column: auto;
    }
}

.kl-category-tiles a:nth-child(n),
.kl-category-tiles a:nth-child(2n),
.kl-category-tiles a:nth-child(3n),
.kl-category-tiles a:nth-last-child(-n+2),
.kl-category-tiles a:nth-last-child(-n+3),
.kl-category-tiles a:last-child {
    border: 1px solid var(--kl-line);
}

/* Design cycle 20260520: sharper marketplace system across all storefront templates. */
.template-kanc-light-v2 {
    --kl-page: #f4f8ff;
    --kl-card: #fff;
    --kl-line: #c9daf1;
    --kl-line-strong: #aecaeb;
    --kl-muted: #4d5f7b;
    --kl-shadow: 0 18px 42px rgba(19, 45, 89, .08);
}

.template-kanc-light-v2 .btn.btn-primary,
.template-kanc-light-v2 .kl-search button:hover,
.template-kanc-light-v2.shop-inner-page .card-buy-form .btn:hover,
.template-kanc-light-v2.shop-inner-page .card-request-btn:hover {
    background: linear-gradient(180deg, #1477ff 0%, #0759e8 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(9, 97, 247, .2);
}

.kl-header,
.template-kanc-light-v2.shop-inner-page .topbar {
    align-items: stretch;
}

.kl-search,
.template-kanc-light-v2.shop-inner-page .search-bar {
    border-color: #bfd2eb;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.kl-search:focus-within,
.template-kanc-light-v2.shop-inner-page .search-bar:focus-within {
    border-color: #7fa8ed;
    box-shadow: 0 0 0 4px rgba(18, 97, 255, .1), 0 14px 34px rgba(19, 45, 89, .08);
}

.kl-subnav,
.template-kanc-light-v2.shop-inner-page .shop-subnav {
    border-color: #bfd2eb;
    box-shadow: 0 10px 28px rgba(19, 45, 89, .045);
}

.kl-hero {
    min-height: 318px;
    border-color: #bed6f7;
    background:
        radial-gradient(circle at 78% 48%, rgba(63, 144, 255, .2), transparent 31%),
        linear-gradient(110deg, #fff 0%, #f7fbff 48%, #edf6ff 100%);
    box-shadow: 0 18px 48px rgba(19, 45, 89, .075);
}

.kl-hero h1 {
    max-width: 680px;
    color: #06142f;
    font-size: clamp(34px, 2.15vw, 46px);
    line-height: 1.06;
    letter-spacing: 0;
}

.kl-hero p {
    max-width: 560px;
    color: #344867;
    font-size: 16px;
    line-height: 1.5;
}

.kl-hero-actions .btn,
.heroActions .btn {
    min-height: 44px;
    border-radius: 11px;
    font-weight: 950;
}

.kl-sidebar .category-menu-wrap,
.catalog-reference-left .filter-panel {
    border-color: #c8daf1;
    box-shadow: 0 14px 34px rgba(19, 45, 89, .055);
}

.kl-category-list button,
.kl-category-list a {
    min-height: 47px;
    border-radius: 11px;
}

.kl-category-list button.active,
.kl-category-list a:hover,
.kl-category-list a.mega-active,
.catalog-all-categories {
    background: linear-gradient(180deg, #edf5ff, #e6f1ff);
    color: #075fec;
}

.kl-sidebar-cartridge {
    border-color: #bcd5ff;
    background:
        radial-gradient(circle at 100% 0%, rgba(18, 97, 255, .1), transparent 38%),
        linear-gradient(180deg, #fff, #f5f9ff);
}

.kl-sidebar-cartridge button {
    transition: transform .16s ease, box-shadow .16s ease;
}

.kl-sidebar-cartridge button:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(9, 97, 247, .2);
}

.template-kanc-light-v2 .footer-benefits,
.template-kanc-light-v2 .footer-main {
    border-color: #bfd2eb;
    box-shadow: 0 14px 34px rgba(19, 45, 89, .055);
}

.template-kanc-light-v2 .footer-main nav a {
    color: #40536f;
    font-weight: 760;
}

.template-kanc-light-v2.shop-inner-page .page-hero.compact {
    border: 1px solid #bfd2eb;
    border-radius: 16px;
    background:
        radial-gradient(circle at 92% 18%, rgba(18, 97, 255, .11), transparent 32%),
        linear-gradient(180deg, #fff, #f7fbff);
    box-shadow: 0 14px 34px rgba(19, 45, 89, .055);
}

.catalog-reference-layout {
    grid-template-columns: 292px minmax(0, 1fr);
}

.catalog-reference-top {
    gap: 22px;
}

.catalog-reference-mega {
    min-height: 396px;
    border-color: #bfd2eb;
    background: #fff;
    box-shadow: 0 16px 40px rgba(19, 45, 89, .07);
}

.catalog-mega-roots a,
.catalog-mega-subcats a {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 12.3px;
}

.catalog-mega-roots span,
.catalog-filter-tree a,
.filter-option span {
    overflow-wrap: anywhere;
}

.filter-option span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.25;
}

.template-kanc-light-v2.catalog-product-page .filter-panel,
.catalog-benefit-card,
.catalog-side-promo,
.catalog-per-page {
    border-color: #bfd2eb;
    background: #fff;
}

.template-kanc-light-v2.catalog-product-page .catalog-quick-filters a {
    min-height: 30px;
    border-radius: 9px;
    background: #fff;
    font-size: 12.4px;
}

.template-kanc-light-v2.catalog-product-page .product-grid {
    gap: 14px;
}

.template-kanc-light-v2.shop-inner-page .product-card {
    border-color: #c3d6ef;
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 10px 26px rgba(19, 45, 89, .055);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.template-kanc-light-v2.shop-inner-page .product-card:hover {
    transform: translateY(-2px);
    border-color: #91b8f4;
    box-shadow: 0 20px 44px rgba(19, 45, 89, .12);
}

.template-kanc-light-v2.catalog-product-page .product-card {
    min-height: 244px;
    grid-template-rows: 114px minmax(0, 1fr);
    border-radius: 12px;
}

.template-kanc-light-v2.catalog-product-page .product-image {
    height: 106px;
    margin: 8px 8px 0;
    padding: 10px 16px 4px;
    border: 1px solid #eef4fb;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff, #f8fbff);
}

.template-kanc-light-v2.catalog-product-page .product-image img {
    max-height: 92px;
}

.template-kanc-light-v2.shop-inner-page .product-body h3 a,
.template-kanc-light-v2.shop-inner-page .product-body small,
.kl-product-copy a,
.kl-product-copy span,
.kl-product-copy small {
    overflow-wrap: anywhere;
}

.template-kanc-light-v2.shop-inner-page .product-body h3 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-kanc-light-v2.catalog-product-page .product-body {
    padding: 2px 12px 12px;
}

.template-kanc-light-v2.catalog-product-page .product-body h3 {
    min-height: 40px;
    font-size: 13.8px;
}

.template-kanc-light-v2.catalog-product-page .product-body small {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-kanc-light-v2.catalog-product-page .price {
    font-size: 16px;
}

.template-kanc-light-v2.catalog-product-page .card-buy-form .btn,
.template-kanc-light-v2.catalog-product-page .card-request-btn {
    width: 34px;
    min-width: 34px;
    height: 32px;
    min-height: 32px;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper {
    height: 30px;
}

.product-page-pro {
    display: grid;
    grid-template-columns: minmax(360px, .9fr) minmax(0, 1.35fr);
    gap: 18px;
    align-items: start;
}

.product-page-pro .gallery-card,
.product-page-pro .product-summary,
.product-page-pro .purchase-card,
.product-trust-strip,
.product-lower-grid .details-card,
.related-sidebar {
    border: 1px solid #bfd2eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(19, 45, 89, .07);
}

.product-page-pro .gallery-card {
    padding: 16px;
}

.product-page-pro .product-gallery {
    border-radius: 16px;
    background: linear-gradient(180deg, #f9fcff, #eef5ff);
}

.product-page-pro .product-summary {
    padding: 22px;
}

.product-page-pro .product-info h1 {
    max-width: 920px;
    color: #06142f;
    font-size: clamp(30px, 2vw, 42px);
    line-height: 1.08;
    letter-spacing: 0;
}

.product-page-pro .product-lead {
    max-width: 820px;
    color: #40536f;
    font-size: 15px;
    line-height: 1.55;
}

.product-page-pro .spec-preview {
    gap: 10px;
}

.product-page-pro .spec-preview span {
    border-color: #d8e6f7;
    background: #f8fbff;
}

.product-page-pro .purchase-card {
    position: sticky;
    top: 18px;
    padding: 16px;
}

.product-page-pro .purchase-card .price strong,
.product-page-pro .product-price-row strong {
    color: #06142f;
    font-size: clamp(28px, 2vw, 38px);
    letter-spacing: 0;
}

.product-page-pro .buy-row .btn-primary {
    min-height: 48px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 950;
}

.template-kanc-light-v2 .product-buy-panel .stock-out {
    color: #c52727;
}

.template-kanc-light-v2 .product-buy-panel .stock-out::before {
    content: "!";
    background: #ef3340;
}

.template-kanc-light-v2 .product-buy-panel .stock-order::before {
    content: "?";
    background: #1261ff;
}

.product-page-pro .buy-row-unavailable {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(150px, auto);
    align-items: center;
    gap: 12px;
}

.product-page-pro .buy-row-unavailable .btn {
    min-height: 48px;
    border-radius: 12px;
    font-weight: 950;
}

.product-page-pro.is-unavailable .purchase-card {
    border-color: #f3c5c8;
    background:
        linear-gradient(180deg, rgba(255, 248, 248, .86), #fff 42%),
        #fff;
}

.product-trust-strip {
    margin-top: 18px;
    padding: 14px;
}

.product-lower-grid {
    align-items: start;
}

.product-lower-grid .details-card,
.related-sidebar {
    padding: 18px;
}

.quick-order-card,
.quick-order-side article,
.quick-order-results,
.track-order-form,
.track-order-card,
.static-page-content,
.static-page-aside {
    border-color: #bfd2eb;
    box-shadow: 0 16px 38px rgba(19, 45, 89, .065);
}

@media (max-width: 1080px) {
    .catalog-reference-layout,
    .catalog-reference-top {
        grid-template-columns: 1fr;
    }

    .catalog-reference-tools {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-page-pro {
        grid-template-columns: 1fr;
    }

    .product-page-pro .purchase-card {
        position: static;
    }
}

@media (max-width: 760px) {
    .kl-hero {
        min-height: auto;
    }

    .kl-hero h1,
    .template-kanc-light-v2.shop-inner-page .page-hero h1,
    .product-page-pro .product-info h1 {
        font-size: 28px;
        line-height: 1.12;
    }

    .catalog-reference-layout {
        display: block;
    }

    .template-kanc-light-v2.catalog-product-page .product-card {
        min-height: 336px;
        grid-template-rows: 142px minmax(0, 1fr);
    }

    .template-kanc-light-v2.catalog-product-page .product-image {
        height: 134px;
    }

    .template-kanc-light-v2.catalog-product-page .product-image img {
        max-height: 118px;
    }

    .template-kanc-light-v2.catalog-product-page .product-body h3 {
        min-height: auto;
        font-size: 15px;
    }

    .template-kanc-light-v2.catalog-product-page .product-body h3 a {
        -webkit-line-clamp: 3;
    }

    .product-page-pro .product-summary,
    .product-page-pro .purchase-card,
    .product-lower-grid .details-card,
    .related-sidebar {
        padding: 16px;
        border-radius: 16px;
    }

    .product-page-pro .purchase-card .price strong,
    .product-page-pro .product-price-row strong {
        font-size: 30px;
    }

    .product-trust-strip {
        grid-template-columns: 1fr;
    }
}

/* Category/product clarity pass: keep names readable and make commerce actions explicit. */
.template-kanc-light-v2.catalog-product-page .catalog-reference-mega {
    grid-template-columns: 330px 300px minmax(300px, 1fr);
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots a {
    min-height: 34px;
    align-items: center;
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.16;
}

.template-kanc-light-v2.catalog-product-page .product-body h3 a,
.template-kanc-light-v2.shop-inner-page .product-body h3 a {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.template-kanc-light-v2.catalog-product-page .product-body h3 {
    min-height: 0;
}

.template-kanc-light-v2.catalog-product-page .product-card {
    min-height: 268px;
}

.product-page-pro .hot-badge.is-out {
    background: #fff1f1;
    border-color: #ffc9cf;
    color: #cf202f;
}

.product-page-pro .purchase-state {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #d7e6fb;
    border-radius: 999px;
    background: #f7fbff;
    color: #1261ff;
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.product-page-pro .purchase-state.is-out {
    border-color: #ffc9cf;
    background: #fff5f5;
    color: #cf202f;
}

.product-page-pro .product-gallery img.shop-image-fallback {
    width: 58% !important;
    height: 58% !important;
    padding: 0 !important;
    opacity: .86;
}

.product-page-pro .purchase-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.product-page-pro .purchase-actions form {
    margin: 0;
}

.template-kanc-light-v2.shop-inner-page .product-page-pro .purchase-actions .link-button {
    width: 100%;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #d8e6f8;
    border-radius: 10px;
    background: #fff;
    color: #233452;
    font-size: 12px;
    font-weight: 900;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .product-page-pro .purchase-actions .link-button svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
}

@media (max-width: 760px) {
    .template-kanc-light-v2.catalog-product-page .catalog-reference-mega {
        grid-template-columns: 1fr;
    }

    .template-kanc-light-v2.catalog-product-page .product-card {
        min-height: 344px;
    }

    .product-page-pro .purchase-actions {
        grid-template-columns: 1fr;
    }

    .product-page-pro .product-gallery img.shop-image-fallback {
        width: 68% !important;
        height: 68% !important;
    }
}

/* Category pages: header catalog dropdown as a full marketplace mega-menu. */
.template-kanc-light-v2.shop-inner-page .header-catalog-menu {
    position: relative;
}

.template-kanc-light-v2.shop-inner-page .shop-header-mega {
    top: calc(100% + 14px);
    left: 0;
    z-index: 650;
    width: min(1280px, calc(100vw - 64px));
    min-height: 0;
    grid-template-columns: 338px minmax(0, 1fr);
    border: 1px solid #bfd2eb;
    border-radius: 16px;
    background: rgba(255, 255, 255, .995);
    box-shadow: 0 28px 70px rgba(14, 39, 82, .16), 0 8px 18px rgba(14, 39, 82, .06);
    overflow: visible;
}

.template-kanc-light-v2.shop-inner-page .header-catalog-menu.open .shop-header-mega,
.template-kanc-light-v2.shop-inner-page .header-catalog-menu:hover .shop-header-mega,
.template-kanc-light-v2.shop-inner-page .header-catalog-menu:focus-within .shop-header-mega {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
}

.template-kanc-light-v2.shop-inner-page .header-mega-rail {
    max-height: none;
    overflow: visible;
    padding: 14px;
    border-right: 1px solid #dbe7f6;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(180deg, #f7fbff, #fff);
}

.template-kanc-light-v2.shop-inner-page .header-mega-rail a {
    min-height: 36px;
    grid-template-columns: 24px minmax(0, 1fr) 14px;
    gap: 10px;
    padding: 7px 10px;
    border-radius: 9px;
    color: #142642;
    font-size: 12.8px;
    font-weight: 900;
    line-height: 1.14;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .header-mega-rail a:hover,
.template-kanc-light-v2.shop-inner-page .header-mega-rail a.active {
    background: #eef5ff;
    color: var(--kl-blue);
    box-shadow: none;
    transform: none;
}

.template-kanc-light-v2.shop-inner-page .header-mega-rail svg {
    width: 16px;
    height: 16px;
    color: currentColor;
}

.template-kanc-light-v2.shop-inner-page .header-mega-rail span {
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.template-kanc-light-v2.shop-inner-page .header-mega-all {
    min-height: 42px;
    margin-bottom: 8px;
    color: #fff !important;
    background: linear-gradient(180deg, #2579ff, #0964f7) !important;
    box-shadow: 0 12px 26px rgba(9, 100, 247, .18);
}

.template-kanc-light-v2.shop-inner-page .header-mega-panels {
    max-height: none;
    overflow: visible;
    padding: 0;
}

.template-kanc-light-v2.shop-inner-page .header-mega-panel {
    display: none;
}

.template-kanc-light-v2.shop-inner-page .header-mega-panel.active {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 470px;
}

.template-kanc-light-v2.shop-inner-page .header-mega-head {
    grid-column: 1 / -1;
    min-height: 74px;
    margin: 0;
    padding: 18px 24px 14px;
    border-bottom: 1px solid #e4edf8;
}

.template-kanc-light-v2.shop-inner-page .header-mega-head span {
    color: var(--kl-blue);
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
}

.template-kanc-light-v2.shop-inner-page .header-mega-head h3 {
    margin-top: 4px;
    color: #071532;
    font-size: 22px;
    line-height: 1.12;
    letter-spacing: 0;
}

.template-kanc-light-v2.shop-inner-page .header-mega-head > a {
    min-height: 36px;
    border-radius: 9px;
    background: #f1f6ff;
    color: var(--kl-blue);
    font-size: 12.5px;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .header-mega-grid {
    grid-column: 1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 12px;
    align-content: start;
    padding: 18px 24px 22px;
}

.template-kanc-light-v2.shop-inner-page .header-mega-card {
    min-height: 0;
    padding: 10px 12px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
}

.template-kanc-light-v2.shop-inner-page .header-mega-card:hover {
    background: #f6faff;
}

.template-kanc-light-v2.shop-inner-page .header-mega-card .header-mega-title {
    margin-bottom: 5px;
    color: #071532;
    font-size: 14px;
    font-weight: 950;
    line-height: 1.2;
}

.template-kanc-light-v2.shop-inner-page .header-mega-card a,
.template-kanc-light-v2.shop-inner-page .header-mega-card span {
    padding: 4px 0;
    color: #40536f;
    font-size: 12.5px;
    font-weight: 780;
    line-height: 1.24;
    overflow-wrap: anywhere;
}

.template-kanc-light-v2.shop-inner-page .header-mega-card a:hover {
    color: var(--kl-blue);
}

.template-kanc-light-v2.shop-inner-page .header-mega-depth-1,
.template-kanc-light-v2.shop-inner-page .header-mega-depth-2,
.template-kanc-light-v2.shop-inner-page .header-mega-depth-3,
.template-kanc-light-v2.shop-inner-page .header-mega-depth-4 {
    padding-left: 0 !important;
    color: #61718b !important;
    font-size: 12.2px !important;
}

.template-kanc-light-v2.shop-inner-page .header-mega-side {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 20px 24px 24px;
    border-left: 1px solid #e4edf8;
    background: linear-gradient(180deg, #fff, #f8fbff);
}

.template-kanc-light-v2.shop-inner-page .header-mega-side > b,
.template-kanc-light-v2.shop-inner-page .header-mega-useful > b {
    display: block;
    margin-bottom: 10px;
    color: #071532;
    font-size: 13px;
    font-weight: 950;
}

.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e4edf8;
}

.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    color: #0758df;
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud .brand-canon,
.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud .brand-xerox,
.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud .brand-ricoh,
.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud .brand-oki {
    color: #df1616;
}

.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud .brand-kyocera {
    color: #171f35;
}

.template-kanc-light-v2.shop-inner-page .header-mega-brand-cloud .brand-lexmark {
    color: #249447;
}

.template-kanc-light-v2.shop-inner-page .header-mega-useful {
    display: grid;
    gap: 8px;
}

.template-kanc-light-v2.shop-inner-page .header-mega-useful a {
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--kl-blue);
    font-size: 12.8px;
    font-weight: 900;
}

.template-kanc-light-v2.shop-inner-page .header-mega-useful svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 1180px) {
    .template-kanc-light-v2.shop-inner-page .shop-header-mega {
        width: min(980px, calc(100vw - 32px));
        grid-template-columns: 310px minmax(0, 1fr);
    }

    .template-kanc-light-v2.shop-inner-page .header-mega-panel.active {
        grid-template-columns: minmax(0, 1fr);
    }

    .template-kanc-light-v2.shop-inner-page .header-mega-side {
        display: none;
    }
}

/* /catalog.php hover category-and-brands panel. */
.template-kanc-light-v2.catalog-product-page .catalog-reference-top {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    max-height: 0;
    margin-bottom: -24px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform-origin: top;
    transform: translateY(-8px);
    transition: max-height .24s ease, opacity .18s ease, transform .18s ease, margin-bottom .18s ease;
}

.template-kanc-light-v2.catalog-product-page .catalog-reference-main.is-catalog-panel-open .catalog-reference-top,
.template-kanc-light-v2.catalog-product-page .catalog-reference-layout:has(.catalog-all-categories:hover) .catalog-reference-top,
.template-kanc-light-v2.catalog-product-page .catalog-reference-layout:has(.catalog-all-categories:focus-visible) .catalog-reference-top,
.template-kanc-light-v2.catalog-product-page .catalog-reference-layout:has(.catalog-reference-top:hover) .catalog-reference-top,
.template-kanc-light-v2.catalog-product-page .catalog-reference-layout:has(.catalog-reference-top:focus-within) .catalog-reference-top {
    max-height: 1200px;
    margin-bottom: 0;
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.template-kanc-light-v2.catalog-product-page .catalog-all-categories {
    cursor: pointer;
}

.template-kanc-light-v2.catalog-product-page .catalog-all-categories svg:last-child {
    transition: transform .18s ease;
}

.template-kanc-light-v2.catalog-product-page .catalog-all-categories.is-open svg:last-child {
    transform: rotate(90deg);
}

.template-kanc-light-v2.catalog-product-page .catalog-reference-mega {
    min-height: 0;
    grid-template-columns: 340px 310px minmax(380px, 1fr);
    overflow: visible;
    border-color: #bfd2eb;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 20px 48px rgba(19, 45, 89, .08);
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots,
.template-kanc-light-v2.catalog-product-page .catalog-mega-subcats,
.template-kanc-light-v2.catalog-product-page .catalog-mega-brands {
    padding: 16px 20px;
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots {
    gap: 5px;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(180deg, #f7fbff, #fff);
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots a {
    min-height: 34px;
    grid-template-columns: 22px minmax(0, 1fr);
    padding: 6px 10px;
    border-radius: 9px;
    color: #102044;
    font-size: 12.9px;
    font-weight: 920;
    line-height: 1.15;
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots svg {
    width: 16px;
    height: 16px;
    color: currentColor;
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots a.active {
    background: linear-gradient(180deg, #2579ff, #0964f7);
    color: #fff;
    box-shadow: 0 10px 22px rgba(9, 100, 247, .18);
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-roots a:hover:not(.active),
.template-kanc-light-v2.catalog-product-page .catalog-mega-subcats a:hover:not(.active) {
    background: #eef5ff;
    color: var(--kl-blue);
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-subcats {
    gap: 8px;
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-subcats > b,
.template-kanc-light-v2.catalog-product-page .catalog-mega-brands > b,
.template-kanc-light-v2.catalog-product-page .catalog-useful-links > b {
    margin-bottom: 12px;
    color: #071532;
    font-size: 15px;
    font-weight: 950;
    line-height: 1.2;
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-subcats a {
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid #e6eef9;
    border-radius: 10px;
    background: #f8fbff;
    color: #243653;
    font-size: 13px;
    font-weight: 880;
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-subcats a.active {
    border-color: #cfe0ff;
    background: #eef5ff;
    color: var(--kl-blue);
}

.template-kanc-light-v2.catalog-product-page .catalog-mega-brands {
    gap: 16px;
    border-radius: 0 16px 16px 0;
    background:
        radial-gradient(circle at 92% 8%, rgba(9, 100, 247, .08), transparent 28%),
        linear-gradient(180deg, #fff, #f8fbff);
}

.template-kanc-light-v2.catalog-product-page .catalog-brand-cloud {
    grid-template-columns: repeat(3, minmax(96px, 1fr));
    gap: 10px;
    padding-bottom: 16px;
    border-bottom-color: #dce8f6;
}

.template-kanc-light-v2.catalog-product-page .catalog-brand-cloud a {
    min-height: 44px;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #e1ebf7;
    border-radius: 11px;
    background: #fff;
    font-size: 17px;
    text-align: center;
    box-shadow: 0 8px 18px rgba(19, 45, 89, .04);
}

.template-kanc-light-v2.catalog-product-page .catalog-brand-cloud a:hover {
    border-color: #bfd7ff;
    box-shadow: 0 12px 26px rgba(9, 100, 247, .10);
    transform: translateY(-1px);
}

.template-kanc-light-v2.catalog-product-page .catalog-brand-cloud .brand-kyocera,
.template-kanc-light-v2.catalog-product-page .catalog-brand-cloud .brand-lexmark {
    font-size: 13px;
}

.template-kanc-light-v2.catalog-product-page .catalog-useful-links {
    gap: 8px;
}

.template-kanc-light-v2.catalog-product-page .catalog-useful-links a {
    min-height: 32px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 900;
}

.template-kanc-light-v2.catalog-product-page .catalog-useful-links a:hover {
    border-color: #d9e8ff;
    background: #f2f7ff;
}

@media (max-width: 1280px) {
    .template-kanc-light-v2.catalog-product-page .catalog-reference-top {
        grid-template-columns: 1fr;
    }

    .template-kanc-light-v2.catalog-product-page .catalog-reference-tools {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Extra design cycles: stronger ecommerce controls and touch targets. */
.template-kanc-light-v2.shop-inner-page .link-button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    border-color: #c4d8f4;
    background: rgba(255, 255, 255, .94);
}

.template-kanc-light-v2.catalog-product-page .link-button {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper {
    grid-template-columns: 28px 36px 28px;
    height: 34px;
    border-radius: 9px;
}

.template-kanc-light-v2.catalog-product-page .card-buy-form .btn,
.template-kanc-light-v2.catalog-product-page .card-request-btn {
    width: 38px;
    min-width: 38px;
    height: 34px;
    min-height: 34px;
    border-radius: 9px;
}

.template-kanc-light-v2.catalog-product-page .product-foot {
    align-items: end;
}

@media (max-width: 760px) {
    .template-kanc-light-v2.shop-inner-page .link-button,
    .template-kanc-light-v2.catalog-product-page .link-button {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        border-radius: 12px;
    }

    .template-kanc-light-v2.catalog-product-page .product-actions {
        top: 10px;
        right: 10px;
        gap: 8px;
    }

    .template-kanc-light-v2.catalog-product-page .card-qty-stepper {
        grid-template-columns: 34px 42px 34px;
        height: 40px;
        border-radius: 11px;
    }

    .template-kanc-light-v2.catalog-product-page .card-buy-form .btn,
    .template-kanc-light-v2.catalog-product-page .card-request-btn {
        width: 46px;
        min-width: 46px;
        height: 42px;
        min-height: 42px;
        border-radius: 12px;
    }

    .template-kanc-light-v2.catalog-product-page .product-card {
        min-height: 352px;
    }

    .template-kanc-light-v2.catalog-product-page .catalog-quick-filters {
        flex-wrap: wrap;
        overflow: visible;
        padding-bottom: 0;
    }

    .template-kanc-light-v2.catalog-product-page .catalog-quick-filters a {
        min-height: 38px;
        flex: 1 1 calc(50% - 8px);
    }

    .template-kanc-light-v2 .currency-switcher__item {
        min-height: 40px;
    }

    .template-kanc-light-v2 .shop-chat-widget {
        right: 14px;
        bottom: 74px;
    }

    .template-kanc-light-v2 .kl-subnav {
        flex-wrap: wrap;
        overflow: visible;
        gap: 8px;
        padding: 8px;
    }

    .template-kanc-light-v2 .kl-subnav a {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        min-height: 40px;
        padding: 0 10px;
        white-space: normal;
        text-align: center;
    }

    .template-kanc-light-v2 .kl-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .template-kanc-light-v2 .kl-tabs button {
        min-height: 40px;
        flex: 1 1 calc(50% - 8px);
    }

    .template-kanc-light-v2 .kl-product-copy a {
        min-height: 58px;
        font-size: 14.5px;
        -webkit-line-clamp: 3;
    }

    .template-kanc-light-v2.shop-inner-page .shop-subnav {
        height: auto;
        flex-wrap: wrap;
        overflow: visible;
        gap: 8px;
        padding: 8px;
    }

    .template-kanc-light-v2.shop-inner-page .shop-subnav a {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
        min-height: 40px;
        white-space: normal;
        text-align: center;
    }
}

/* Extra design cycles: typography clarity across catalog/product surfaces. */
.template-kanc-light-v2.catalog-product-page .product-body {
    padding: 4px 12px 12px;
}

.template-kanc-light-v2.catalog-product-page .product-body h3 {
    font-size: 13.8px;
    line-height: 1.28;
}

.template-kanc-light-v2.catalog-product-page .product-body small,
.template-kanc-light-v2.catalog-product-page .product-card-meta > span,
.template-kanc-light-v2.catalog-product-page .card-old-price {
    font-size: 11.8px;
    line-height: 1.28;
}

.template-kanc-light-v2.catalog-product-page .card-image-badges b,
.template-kanc-light-v2.shop-inner-page .card-image-badges b {
    min-height: 24px;
    font-size: 11px;
    line-height: 1;
}

.template-kanc-light-v2.catalog-product-page .stock-pill.in,
.template-kanc-light-v2.catalog-product-page .stock-pill.order {
    color: #047a48;
}

.template-kanc-light-v2 .footer-brand .footer-copyright,
.template-kanc-light-v2 .footer-main p,
.template-kanc-light-v2 .footer-main small {
    color: #40516d;
}

.template-kanc-light-v2.shop-inner-page .product-body small,
.template-kanc-light-v2.shop-inner-page .product-card-meta > span {
    font-size: 12px;
    line-height: 1.3;
}

.template-kanc-light-v2 .kl-product-copy span,
.template-kanc-light-v2 .kl-product-copy small,
.template-kanc-light-v2 .kl-product-copy em {
    font-size: 12px;
    line-height: 1.3;
}

.template-kanc-light-v2.shop-inner-page .comment-stars::before,
.template-kanc-light-v2.shop-inner-page .comment-stars {
    color: #b45309;
}

.template-kanc-light-v2.shop-inner-page .related-price,
.template-kanc-light-v2.shop-inner-page .related-mini-body strong {
    color: #06142e;
}

.template-kanc-light-v2.shop-inner-page .breadcrumbs a,
.template-kanc-light-v2.catalog-product-page .breadcrumbs a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
}

.template-kanc-light-v2.shop-inner-page .quick-order-head span,
.template-kanc-light-v2.shop-inner-page .quick-order-head small,
.template-kanc-light-v2.shop-inner-page .quick-order-upload small,
.template-kanc-light-v2.shop-inner-page .quick-order-copy small,
.template-kanc-light-v2.shop-inner-page .track-order-top span {
    color: #40516d;
}

.template-kanc-light-v2 .footer-main nav a {
    display: flex;
    align-items: center;
    min-height: 32px;
    margin: 3px 0;
    color: #40516d;
    font-weight: 760;
}

.template-kanc-light-v2 .footer-pay-safe {
    color: #40516d;
}

@media (max-width: 760px) {
    .template-kanc-light-v2.shop-inner-page .breadcrumbs a,
    .template-kanc-light-v2.catalog-product-page .breadcrumbs a {
        min-height: 40px;
    }

    .template-kanc-light-v2 .footer-main nav a {
        min-height: 40px;
    }

    .template-kanc-light-v2 .footer-payments {
        padding-right: 0;
    }
}

@media (max-width: 760px) {
    .template-kanc-light-v2.catalog-product-page .product-body {
        padding: 6px 14px 14px;
    }

    .template-kanc-light-v2.catalog-product-page .product-body h3 {
        font-size: 15.4px;
        line-height: 1.28;
    }

    .template-kanc-light-v2.catalog-product-page .product-body small,
    .template-kanc-light-v2.catalog-product-page .product-card-meta > span {
        font-size: 12.4px;
    }

    .template-kanc-light-v2.catalog-product-page .price {
        font-size: 17px;
    }
}

/* 100-cycle batch 01: sharper catalog rhythm, safer hidden panels, stronger touch targets. */
.template-kanc-light-v2.shop-inner-page .shop-header-mega {
    width: min(1280px, calc(100vw - 216px));
}

.template-kanc-light-v2 .cart-panel {
    visibility: hidden;
    pointer-events: none;
}

.template-kanc-light-v2 .cart-panel.open {
    visibility: visible;
    pointer-events: auto;
}

.template-kanc-light-v2.catalog-product-page .catalog-filter-tree {
    gap: 6px;
}

.template-kanc-light-v2.catalog-product-page .catalog-filter-tree a {
    min-height: 32px !important;
    padding: 5px 8px 5px 10px !important;
    border-radius: 8px;
    font-size: 12.8px !important;
    line-height: 1.2;
}

.template-kanc-light-v2.catalog-product-page .catalog-filter-tree a.active {
    padding-left: 8px !important;
    background: #eef5ff;
}

.template-kanc-light-v2.catalog-product-page .filter-option {
    min-height: 30px;
    gap: 8px !important;
    font-size: 12.8px !important;
}

.template-kanc-light-v2.catalog-product-page .filter-option input {
    width: 15px !important;
    height: 15px !important;
    min-height: 15px !important;
}

.template-kanc-light-v2.catalog-product-page .filter-option em {
    color: #40516d;
    font-size: 12px;
    font-weight: 820;
}

.template-kanc-light-v2.catalog-product-page .filter-more {
    min-height: 32px !important;
    padding: 2px 8px !important;
    border-radius: 8px;
}

.template-kanc-light-v2.catalog-product-page .catalog-quick-filters a {
    min-height: 34px;
    border-radius: 9px;
    font-size: 12.7px;
}

.template-kanc-light-v2.catalog-product-page .product-card {
    min-height: 292px;
    border-radius: 10px;
    box-shadow: 0 10px 26px rgba(20, 48, 96, .06);
}

.template-kanc-light-v2.catalog-product-page .product-image {
    height: 106px;
    padding-top: 12px;
}

.template-kanc-light-v2.catalog-product-page .product-image img {
    max-height: 96px;
}

.template-kanc-light-v2.catalog-product-page .product-actions {
    gap: 7px;
}

.template-kanc-light-v2.catalog-product-page .link-button {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    border-radius: 9px;
}

.template-kanc-light-v2.catalog-product-page .product-body {
    padding: 4px 12px 12px;
}

.template-kanc-light-v2.catalog-product-page .product-body h3 {
    font-size: 14.4px;
    line-height: 1.27;
}

.template-kanc-light-v2.catalog-product-page .product-body small,
.template-kanc-light-v2.catalog-product-page .product-card-meta > span {
    color: #3f516d;
    font-size: 12.2px;
    line-height: 1.3;
}

.template-kanc-light-v2.catalog-product-page .stock-pill.in,
.template-kanc-light-v2.catalog-product-page .stock-pill.order {
    min-height: 22px;
    font-size: 12px;
    font-weight: 900;
}

.template-kanc-light-v2.catalog-product-page .price {
    font-size: 16.8px;
    letter-spacing: 0;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper {
    grid-template-columns: 30px 34px 30px;
    height: 36px;
    border-radius: 9px;
}

.template-kanc-light-v2.catalog-product-page .card-qty-stepper button,
.template-kanc-light-v2.catalog-product-page .card-qty-stepper input {
    font-size: 13px;
}

.template-kanc-light-v2.catalog-product-page .card-buy-form .btn,
.template-kanc-light-v2.catalog-product-page .card-request-btn {
    width: 40px;
    min-width: 40px;
    height: 36px;
    min-height: 36px;
    border-radius: 10px;
}

.template-kanc-light-v2 .kl-product-copy a {
    min-height: 56px;
    font-size: 14px;
    line-height: 1.32;
    -webkit-line-clamp: 3;
}

.template-kanc-light-v2 .kl-product-copy span,
.template-kanc-light-v2 .kl-product-copy small,
.template-kanc-light-v2 .kl-product-copy em {
    color: #40516d;
}

@media (max-width: 1180px) {
    .template-kanc-light-v2.shop-inner-page .shop-header-mega {
        width: min(980px, calc(100vw - 32px));
    }
}

@media (max-width: 760px) {
    .template-kanc-light-v2 .shop-chat-widget {
        right: 12px;
        bottom: 18px;
    }

    .template-kanc-light-v2 .shop-chat-toggle {
        width: 48px;
        height: 48px;
        min-height: 48px;
        border-radius: 15px;
    }

    .template-kanc-light-v2.catalog-product-page .catalog-filter-tree a,
    .template-kanc-light-v2.catalog-product-page .filter-option,
    .template-kanc-light-v2.catalog-product-page .filter-more {
        min-height: 40px !important;
    }

    .template-kanc-light-v2.catalog-product-page .product-card {
        min-height: 378px;
    }

    .template-kanc-light-v2.catalog-product-page .product-image {
        height: 146px;
    }
}

/* 100-cycle batch 02: form controls and mobile chips should feel intentionally clickable. */
.template-kanc-light-v2.catalog-product-page .filter-option input {
    width: 24px !important;
    height: 24px !important;
    min-height: 24px !important;
}

.template-kanc-light-v2.catalog-product-page .filter-option {
    grid-template-columns: 24px minmax(0, 1fr) auto;
}

.template-kanc-light-v2.catalog-product-page .catalog-range-labels {
    color: #40516d;
    font-size: 11.8px;
    font-weight: 820;
}

.template-kanc-light-v2.catalog-product-page .catalog-price-filter input {
    min-height: 36px !important;
    font-size: 12.5px;
}

.template-kanc-light-v2 .kl-sidebar-cartridge-tags button,
.template-kanc-light-v2 .kl-brand-pills button {
    min-height: 38px;
    padding-inline: 14px;
    font-size: 12.4px;
    font-weight: 900;
}

.template-kanc-light-v2 .kl-mini-cart,
.template-kanc-light-v2 .kl-card-arrow {
    min-width: 40px;
    min-height: 40px;
}

.template-kanc-light-v2 .stock-pill.in,
.template-kanc-light-v2 .stock-pill.order {
    font-size: 12px;
}

.template-kanc-light-v2 .site-cart-count,
.template-kanc-light-v2 #cartCount,
.template-kanc-light-v2 [data-shop-counter="cart"] {
    min-width: 19px;
    height: 19px;
    font-size: 11.5px;
}

@media (max-width: 760px) {
    .template-kanc-light-v2.catalog-product-page .catalog-quick-filters a {
        min-height: 40px;
        border-radius: 11px;
    }

    .template-kanc-light-v2 .kl-sidebar-cartridge-tags button,
    .template-kanc-light-v2 .kl-brand-pills button {
        min-height: 40px;
    }

    .template-kanc-light-v2 .stock-pill.in,
    .template-kanc-light-v2 .stock-pill.order {
        font-size: 11.5px;
    }
}

/* 100-cycle batch 03: product page mobile containment and review controls. */
.template-kanc-light-v2 .badge-new,
.template-kanc-light-v2 .gallery-badges .badge-new,
.template-kanc-light-v2 .card-image-badges .badge-new {
    background: #d93f12 !important;
    color: #fff !important;
}

.template-kanc-light-v2 .zoom-btn,
.template-kanc-light-v2 .attach-btn,
.template-kanc-light-v2 .review-submit,
.template-kanc-light-v2 .comment-filter {
    min-height: 38px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 900;
}

.template-kanc-light-v2 .product-quick-nav a,
.template-kanc-light-v2 .related-mini-card a,
.template-kanc-light-v2 .product-specs a {
    min-height: 34px;
}

.template-kanc-light-v2 .product-page-pro,
.template-kanc-light-v2 .product-summary,
.template-kanc-light-v2 .purchase-card,
.template-kanc-light-v2 .product-buy-panel,
.template-kanc-light-v2 .product-quick-nav {
    min-width: 0;
    max-width: 100%;
}

.template-kanc-light-v2 .product-quick-nav {
    flex-wrap: wrap;
    overflow: visible;
    gap: 8px;
}

.template-kanc-light-v2 .product-quick-nav a {
    flex: 1 1 150px;
    justify-content: center;
}

@media (max-width: 760px) {
    .template-kanc-light-v2 .product-page-pro {
        width: 100%;
        overflow: hidden;
    }

    .template-kanc-light-v2 .product-summary {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        overflow: hidden;
    }

    .template-kanc-light-v2 .product-quick-nav,
    .template-kanc-light-v2 .purchase-card,
    .template-kanc-light-v2 .product-buy-panel {
        width: 100%;
        justify-self: stretch;
    }

    .template-kanc-light-v2 .product-quick-nav a,
    .template-kanc-light-v2 .comment-filter,
    .template-kanc-light-v2 .attach-btn,
    .template-kanc-light-v2 .review-submit,
    .template-kanc-light-v2 .zoom-btn {
        min-height: 42px;
    }

    .template-kanc-light-v2 .comment-filters {
        gap: 8px;
    }

    .template-kanc-light-v2 .comment-filter {
        flex: 1 1 calc(50% - 8px);
    }

    .template-kanc-light-v2:has(.product-page-pro) .shop-chat-widget {
        display: none;
    }
}

/* 100-cycle batch 04: tighter mobile commerce containment and clearer card controls. */
.template-kanc-light-v2.catalog-product-page .product-body h3 a,
.template-kanc-light-v2 .kl-product-copy a,
.template-kanc-light-v2 .related-mini-card a {
    display: -webkit-box;
    min-height: 26px;
    line-height: 1.32;
    -webkit-box-orient: vertical;
}

.template-kanc-light-v2 .badge-hit,
.template-kanc-light-v2 .badge-sale,
.template-kanc-light-v2 .card-image-badges b,
.template-kanc-light-v2 .gallery-badges b {
    min-height: 24px;
    padding: 3px 9px;
    font-size: 11.8px;
    line-height: 1;
}

@media (max-width: 760px) {
    .template-kanc-light-v2 .product-page-pro .purchase-card,
    .template-kanc-light-v2 .product-page-pro .product-buy-panel,
    .template-kanc-light-v2 .product-page-pro .buy-row,
    .template-kanc-light-v2 .product-page-pro .purchase-actions {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .template-kanc-light-v2 .product-page-pro .product-buy-panel {
        grid-template-columns: minmax(0, 1fr) !important;
        overflow: hidden;
    }

    .template-kanc-light-v2 .product-page-pro .buy-row {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 10px !important;
        padding-inline: 0 !important;
        margin-inline: 0 !important;
        justify-self: stretch !important;
    }

    .template-kanc-light-v2 .product-page-pro .qty-stepper {
        width: 100%;
        height: 50px;
        grid-template-columns: 44px minmax(0, 1fr) 44px;
        border-radius: 12px;
    }

    .template-kanc-light-v2 .product-page-pro .qty-stepper button,
    .template-kanc-light-v2 .product-page-pro .qty-stepper input {
        min-width: 42px;
        min-height: 50px;
        height: 50px;
    }

    .template-kanc-light-v2 .product-page-pro .buy-row .btn,
    .template-kanc-light-v2 .product-page-pro .buy-row button,
    .template-kanc-light-v2 .product-page-pro .purchase-actions .link-button {
        width: 100% !important;
        max-width: 100% !important;
    }

    .template-kanc-light-v2 .product-page-pro .purchase-actions {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        justify-self: stretch !important;
    }

    .template-kanc-light-v2 .zoom-btn {
        width: 42px;
        min-width: 42px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .template-kanc-light-v2 .product-quick-nav a,
    .template-kanc-light-v2 .product-lower-grid a,
    .template-kanc-light-v2 .related-mini-card a {
        min-height: 40px;
        align-items: center;
    }

    .template-kanc-light-v2.catalog-product-page .product-body h3 a,
    .template-kanc-light-v2 .kl-product-copy a,
    .template-kanc-light-v2 .related-mini-card a {
        min-height: 42px;
        -webkit-line-clamp: 3;
    }

    .template-kanc-light-v2.catalog-product-page .card-qty-stepper {
        grid-template-columns: 40px 44px 40px !important;
        height: 42px !important;
        border-radius: 12px;
    }

    .template-kanc-light-v2.catalog-product-page .card-qty-stepper button,
    .template-kanc-light-v2.catalog-product-page .card-qty-stepper input {
        min-width: 40px !important;
        min-height: 42px !important;
        height: 42px !important;
        font-size: 14px;
    }

    .template-kanc-light-v2.catalog-product-page .card-buy-form .btn,
    .template-kanc-light-v2.catalog-product-page .card-request-btn {
        width: 48px !important;
        min-width: 48px !important;
        height: 42px !important;
        min-height: 42px !important;
    }
}

/* 100-cycle batch 06: final mobile hit-area pass for home/catalog/product shells. */
.template-kanc-light-v2.template-default .product-body h3 a,
.template-kanc-light-v2.template-default .kl-products .product-body h3 a {
    display: -webkit-box !important;
    min-height: 28px;
    overflow: hidden;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.template-kanc-light-v2 .footer-wordmark {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 760px) {
    .template-kanc-light-v2.template-default .kl-rfq-strip a {
        min-height: 38px;
        align-items: center;
        padding: 8px 12px;
    }

    .template-kanc-light-v2.template-default .product-body h3 a,
    .template-kanc-light-v2.template-default .kl-products .product-body h3 a {
        min-height: 54px;
        -webkit-line-clamp: 3;
    }

    .template-kanc-light-v2.template-default .kl-products .icon-btn.add-to-cart {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
        border-radius: 12px;
    }

    .template-kanc-light-v2.catalog-product-page .product-actions .link-button,
    .template-kanc-light-v2.catalog-product-page .product-card .link-button {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        border-radius: 12px;
    }

    .template-kanc-light-v2.shop-inner-page .product-page-pro .product-quick-nav {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .template-kanc-light-v2.shop-inner-page .product-page-pro .product-quick-nav a {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }
}

/* 100-cycle batch 07: home mobile rhythm and pagination touch polish. */
.template-kanc-light-v2 .kl-products .product-body h3 a,
.template-kanc-light-v2 .product-body h3 a {
    min-height: 28px;
}

@media (max-width: 760px) {
    .template-kanc-light-v2 .kl-rfq-strip a {
        min-height: 38px !important;
        align-items: center;
        padding: 8px 12px !important;
    }

    .template-kanc-light-v2 .kl-products .product-body h3 a,
    .template-kanc-light-v2 .product-body h3 a {
        display: -webkit-box !important;
        min-height: 54px !important;
        overflow: hidden;
        line-height: 1.32;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .template-kanc-light-v2 .kl-products .icon-btn.add-to-cart {
        width: 42px !important;
        min-width: 42px !important;
        height: 42px !important;
        min-height: 42px !important;
        border-radius: 12px;
    }

    .template-kanc-light-v2.shop-inner-page .pagination a,
    .template-kanc-light-v2.shop-inner-page .pagination span {
        min-width: 42px;
        min-height: 42px;
    }

    .template-kanc-light-v2 .shop-chat-widget {
        display: none;
    }

    .template-kanc-light-v2 .kl-social a {
        width: 42px;
        min-width: 42px;
        height: 42px;
        min-height: 42px;
    }

    .template-kanc-light-v2.shop-inner-page .product-tabs {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 8px !important;
        overflow: visible !important;
        white-space: normal !important;
    }

    .template-kanc-light-v2.shop-inner-page .product-tabs a,
    .template-kanc-light-v2.shop-inner-page .product-tabs a.active {
        width: 100%;
        min-width: 0;
        justify-content: center;
    }
}

.template-kanc-light-v2 b.badge-hit,
.template-kanc-light-v2 .badge-hit {
    min-height: 24px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.template-kanc-light-v2 .kl-rfq-strip b {
    white-space: normal;
}

.template-kanc-light-v2 .kl-rfq-strip span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 1.28;
}

.template-kanc-light-v2 .kl-advantages b {
    overflow-wrap: anywhere;
}

.template-kanc-light-v2 .product-body h3 a,
.template-kanc-light-v2 .kl-products .product-body h3 a {
    display: -webkit-box !important;
    min-height: 54px !important;
    height: auto !important;
    overflow: hidden !important;
    line-height: 1.32;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.template-kanc-light-v2 .topbar small,
.template-kanc-light-v2 .product-card small,
.template-kanc-light-v2 .kl-products small,
.template-kanc-light-v2 .kl-product-copy small {
    font-size: 12px !important;
    line-height: 1.3;
}

.template-kanc-light-v2 b.badge-new,
.template-kanc-light-v2 .badge-new {
    min-height: 24px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.template-kanc-light-v2 .product-specs a,
.template-kanc-light-v2 .product-lower-grid a {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
}

/* 100-cycle batch 10: product mobile details remain finger-sized after late overrides. */
@media (max-width: 760px) {
    .template-kanc-light-v2.shop-inner-page .product-tabs a,
    .template-kanc-light-v2.shop-inner-page .product-tabs a.active,
    .template-kanc-light-v2 .product-specs a,
    .template-kanc-light-v2 .product-lower-grid a,
    .template-kanc-light-v2 .related-mini-card a {
        min-height: 40px !important;
        display: flex !important;
        align-items: center;
    }

    .template-kanc-light-v2 .product-specs a,
    .template-kanc-light-v2 .product-lower-grid a,
    .template-kanc-light-v2 .related-mini-card a {
        line-height: 1.25;
    }
}

/* 120-cycle batch 01-20: audit-driven clarity, tablet header spacing, image fallback stability. */
.template-kanc-light-v2 .kl-category-tiles span,
.template-kanc-light-v2 .kl-category-tiles small,
.template-kanc-light-v2 .kl-category-tiles b,
.template-kanc-light-v2 .kl-product-copy span,
.template-kanc-light-v2 .kl-product-copy small {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: anywhere;
}

.template-kanc-light-v2 .kl-phone small,
.template-kanc-light-v2 .kl-account small,
.template-kanc-light-v2 .shop-phone-link small,
.template-kanc-light-v2 .user-card small,
.template-kanc-light-v2 .topbar small {
    font-size: 12.2px !important;
    line-height: 1.25 !important;
}

.template-kanc-light-v2 .card-image-badges b,
.template-kanc-light-v2 .gallery-badges b,
.template-kanc-light-v2 .badge-sale,
.template-kanc-light-v2 .badge-hit,
.template-kanc-light-v2 .badge-new {
    min-height: 25px !important;
    padding: 4px 9px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.template-kanc-light-v2 img.shop-image-fallback {
    background: linear-gradient(145deg, #f7fbff, #eef5ff);
    border-radius: 12px;
}

.template-kanc-light-v2.shop-inner-page .top-actions > a,
.template-kanc-light-v2.shop-inner-page .top-actions > div {
    flex: 0 0 auto;
}

@media (min-width: 761px) and (max-width: 1180px) {
    .template-kanc-light-v2.shop-inner-page .topbar {
        margin-bottom: 18px;
    }

    .template-kanc-light-v2.shop-inner-page .shop-page {
        padding-top: 22px;
    }

    .template-kanc-light-v2.shop-inner-page .top-actions {
        row-gap: 10px;
        flex-wrap: wrap;
    }

    .template-kanc-light-v2.shop-inner-page .shop-phone-link {
        min-width: 184px;
    }

    .template-kanc-light-v2.shop-inner-page .user-card {
        min-width: 174px;
    }

    .template-kanc-light-v2.catalog-product-page .catalog-quick-filters {
        margin-top: 18px;
    }
}

@media (max-width: 1280px) {
    .template-kanc-light-v2.catalog-product-page .catalog-reference-mega {
        grid-template-columns: 320px 292px minmax(300px, 1fr);
    }

    .template-kanc-light-v2.catalog-product-page .catalog-brand-cloud {
        grid-template-columns: repeat(2, minmax(112px, 1fr));
    }
}

/* 120-cycle batch 21: home regression cleanup after targeted audit. */
.template-kanc-light-v2 .cart-panel:not(.open) {
    display: none !important;
    visibility: hidden !important;
}

.template-kanc-light-v2 .kl-subnav a {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center;
}

.template-kanc-light-v2 .kl-category-tiles a {
    min-height: 122px;
}

.template-kanc-light-v2 .kl-category-tiles small {
    min-height: 48px;
    color: #435571;
    line-height: 1.28;
}

.template-kanc-light-v2 .kl-sidebar-cartridge h3,
.template-kanc-light-v2 .kl-sidebar-cartridge p,
.template-kanc-light-v2 .kl-sidebar-cartridge-head b {
    color: #071532 !important;
}

.template-kanc-light-v2 .kl-sidebar-cartridge p,
.template-kanc-light-v2 .kl-sidebar-cartridge-head span {
    color: #40516d !important;
}

.template-kanc-light-v2 #cartCount,
.template-kanc-light-v2 .site-cart-count,
.template-kanc-light-v2 [data-shop-counter="cart"] {
    min-width: 20px;
    height: 20px;
    font-size: 12px !important;
    line-height: 20px;
}

@media (max-width: 1480px) {
    .template-kanc-light-v2 .kl-category-tiles small {
        min-height: 50px;
    }

    .template-kanc-light-v2 .shop-chat-widget {
        display: none !important;
    }
}

.template-kanc-light-v2 small {
    max-width: 100%;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
}
