.template-kanc-light-v2 {
    --kl-blue: #1261ff;
    --kl-blue-dark: #0b3fae;
    --kl-cyan: #e8f4ff;
    --kl-line: #d5e1f2;
    --kl-line-strong: #b9cbe4;
    --kl-page: #f7fbff;
    --kl-card: rgba(255, 255, 255, .94);
    --kl-text: #0c1b3d;
    --kl-muted: #61708c;
    --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: geometricPrecision;
}

.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(1760px, calc(100vw - 48px));
    margin: 16px 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: 150px;
    max-height: 50px;
    object-fit: contain;
}

.kl-brand span {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 7px;
    background: var(--kl-blue);
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 12px 26px rgba(18, 97, 255, .24);
}

.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;
    outline: 0;
}

.kl-search input::placeholder {
    color: #8090aa;
}

.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: 250px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.kl-sidebar {
    position: sticky;
    top: 14px;
    min-width: 0;
    transform: none;
}

.kl-sidebar-title {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 14px;
    border: 1px solid var(--kl-line);
    border-radius: 14px 14px 0 0;
    background: linear-gradient(90deg, #fff, #eef6ff);
    color: var(--kl-text);
    font-size: 14px;
    font-weight: 900;
    text-align: left;
}

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

.kl-sidebar .category-menu-wrap {
    position: relative;
    border: 1px solid var(--kl-line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: var(--kl-card);
    box-shadow: var(--kl-shadow);
}

.kl-category-list {
    display: grid;
    gap: 2px;
    max-height: min(590px, calc(100vh - 236px));
    margin-top: 0;
    overflow: auto;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.kl-category-list button,
.kl-category-list a {
    display: grid;
    grid-template-columns: 27px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 7px 10px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #203451;
    font: inherit;
    font-size: 13.4px;
    font-weight: 830;
    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: 18px;
    height: 18px;
    color: #48607f;
}

.kl-category-list button.active,
.kl-category-list a:hover,
.kl-category-list a.mega-active {
    background: #eaf3ff;
    color: var(--kl-blue);
}

.kl-sidebar-tool {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 54px;
    margin-top: 14px;
    padding: 0 16px;
    border: 1px solid var(--kl-line);
    border-radius: 14px;
    background: #fff;
    color: var(--kl-blue);
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(44, 83, 134, .05);
}

.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 var(--kl-line-strong);
    border-radius: 13px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

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

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

.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: var(--kl-muted);
    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: #142343;
    font-size: 13px;
    line-height: 1.35;
    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: #081a3d;
    font-size: 15px;
}

.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 #d9e6ff;
    border-radius: 9px;
    background: #f3f7ff;
    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.4fr) minmax(280px, .6fr);
    align-items: center;
    min-height: 220px;
    overflow: hidden;
    padding: 28px 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 22px;
    color: var(--kl-muted);
    font-weight: 750;
}

.kl-cartridge form {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr)) minmax(220px, 1.2fr) 140px;
    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-brand-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

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

.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: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 40px;
    margin-bottom: 16px;
    border-radius: 6px;
    background: var(--kl-blue);
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: .01em;
}

.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-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: 150px;
    max-height: 50px;
    object-fit: contain;
}

.template-kanc-light-v2.shop-inner-page .brand span {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 7px;
    background: var(--kl-blue);
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.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 var(--kl-line);
    border-radius: 14px;
    background: var(--kl-card);
    box-shadow: 0 12px 32px rgba(44, 83, 134, .05);
}

.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: 850;
}

.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;
}

.template-kanc-light-v2.shop-inner-page .search-bar input::placeholder {
    color: #8090aa;
}

.template-kanc-light-v2.shop-inner-page .search-btn {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 12px;
    color: #395174;
}

.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 var(--kl-line);
    border-radius: 10px;
    background: #fff;
    color: #223354;
    font-weight: 850;
}

.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: 260px minmax(0, 1fr);
    gap: 22px;
}

.template-kanc-light-v2.shop-inner-page .filter-panel {
    position: sticky;
    top: 18px;
    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: #5d6d88;
    font-size: 12px;
    font-weight: 850;
}

.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 var(--kl-line);
    border-radius: 8px;
    color: #1d2e51;
}

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

.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 10px;
    border-radius: 8px;
    color: #203451;
    font-size: 13.6px;
    font-weight: 850;
}

.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 var(--kl-line-strong);
    border-radius: 12px;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.template-kanc-light-v2.shop-inner-page .product-card:hover {
    transform: translateY(-1px);
    border-color: #bcd5ff;
    box-shadow: 0 16px 34px rgba(39, 78, 135, .09);
}

.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.05) saturate(1.05);
}

.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.6px;
    font-weight: 920;
    line-height: 1.32;
    letter-spacing: 0;
}

.template-kanc-light-v2.shop-inner-page .product-body small {
    order: 2;
    min-width: 0;
    overflow: hidden;
    margin-top: 5px;
    color: #52627d;
    font-size: 11.8px;
    font-weight: 820;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: #50617c;
    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: #081a3d;
    font-size: 17.6px;
    font-weight: 950;
    line-height: 1.1;
}

.template-kanc-light-v2.shop-inner-page .card-old-price {
    margin: 0;
    color: #99a5b7;
    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;
    box-shadow: none;
}

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

.template-kanc-light-v2.catalog-product-page .shop-shell {
    width: min(1620px, calc(100vw - 32px));
    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: 142px;
}

.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: 200px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

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

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

.catalog-all-categories {
    min-height: 38px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    border: 1px solid var(--kl-line);
    border-radius: 8px;
    background: #eef5ff;
    color: #071a3f;
    font-size: 13px;
    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-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: 18px !important;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 0 0 10px !important;
    color: #33435f !important;
    font-size: 11.5px !important;
    font-weight: 760 !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: 20px;
    display: grid !important;
    grid-template-columns: 16px minmax(0, 1fr) auto;
    align-items: center;
    gap: 6px !important;
    color: #1d2f4e !important;
    font-size: 11.8px !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-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;
}

.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: #cfe0ff;
    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;
}

.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;
    font-size: 12.8px;
    line-height: 1.25;
}

.template-kanc-light-v2.catalog-product-page .product-body small {
    margin-top: 3px;
    font-size: 10.8px;
}

.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;
    font-size: 10px;
}

.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 {
    font-size: 14px;
}

.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(1320px, calc(100vw - 32px));
    }

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

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

    .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;
    }

    .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 {
        justify-content: stretch;
    }

    .kl-phone,
    .kl-account {
        width: 100%;
        justify-content: center;
    }

    .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 .search-bar,
    .template-kanc-light-v2.shop-inner-page .top-actions {
        grid-template-columns: 1fr;
    }

    .template-kanc-light-v2.shop-inner-page .top-actions {
        justify-content: stretch;
    }

    .template-kanc-light-v2.shop-inner-page .shop-phone-link,
    .template-kanc-light-v2.shop-inner-page .user-card {
        width: 100%;
        justify-content: center;
    }

    .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;
    }

    .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);
}
